/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  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;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide {
  width: 100%;
  height: auto;
  opacity: 1;
}

.slider {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  background-image: url('../images/2113x600.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-3 {
  position: static;
  z-index: 1;
  width: 120px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-3.fixed {
  width: 90px;
}

.image-4 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-2 {
  position: relative;
  z-index: 0;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  margin-top: 0px;
  box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.24);
}

.mask {
  overflow: hidden;
  height: auto;
}

.image-5 {
  height: 100%;
  max-height: 99vh;
  min-width: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-2 {
  height: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-2 {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  height: 70px;
  margin-bottom: 0px;
  border-bottom: 2px none #e51102;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.72))), url('../images/istockphoto-943109648-170667a.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.72)), url('../images/istockphoto-943109648-170667a.jpeg');
  background-position: 0px 0px, 0px 0px;
}

.navbar.fixed {
  border-bottom-style: none;
  border-bottom-width: 3px;
  box-shadow: 7px 7px 15px 5px rgba(0, 0, 0, 0.28);
}

.nav-link {
  margin-top: 22px;
  margin-right: 0px;
  padding: 5px 5px 5px 10px;
  border-right: 1px none rgba(229, 17, 2, 0.26);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}

.nav-link:hover {
  border-style: none;
  border-width: 1px 1px 3px 3px;
  border-color: #000 rgba(229, 17, 2, 0.26) #e51102 #e51102;
  border-radius: 0px;
  background-color: rgba(229, 18, 2, 0);
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #e51102;
  font-weight: 700;
  text-shadow: none;
}

.nav-link:focus {
  color: #e51102;
}

.nav-link.w--current {
  font-size: 12px;
}

.nav-link.end {
  border-right-style: none;
}

.icon {
  background-color: rgba(229, 17, 2, 0);
  color: #e51102;
  font-weight: 700;
}

.icon-2 {
  display: none;
  color: #e51102;
  font-weight: 700;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 30px none rgba(229, 17, 2, 0.26);
  background-image: none;
  background-size: auto;
}

.image-6 {
  width: 32px;
  margin-top: 17px;
}

.paragraph {
  margin-top: 36px;
  margin-bottom: 27px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

.paragraph.new {
  margin-top: 0px;
  text-align: center;
  text-shadow: none;
}

.paragraph.new.noodle {
  color: #444;
}

.heading {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 27px;
  padding-left: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e51102;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.26);
}

.text-span {
  font-family: 'Great Vibes', cursive;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 22px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none rgba(11, 70, 142, 0.33);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.div-block-3.second {
  z-index: 100;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-right: 22px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-3.third {
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 93.3%, 0);
  box-shadow: none;
}

.button {
  margin-top: -15px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-color: #0b468e;
  background-color: #0b468e;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  color: #fff;
}

.button.ss {
  margin-top: 19px;
}

.button.ss.mm {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: none;
  border-color: #0b468e;
  border-radius: 8px;
  background-color: #e51102;
  color: #fff;
}

.button.ss.mm:hover {
  background-color: #0b468e;
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.button.tt {
  border-color: #0b468e;
  background-color: #fff;
  color: #0b468e;
}

.button.tt:hover {
  background-color: #0b468e;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  color: #fff;
}

.body {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.slide-3 {
  margin-top: 0px;
}

.slider-3 {
  margin-top: 59px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.icon-4 {
  color: #0b468e;
}

.icon-5 {
  color: #0b468e;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  opacity: 1;
}

.text-span-2 {
  font-weight: 300;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 270px;
  margin-right: 5px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(229, 17, 2, 0.26);
}

.div-block-6.end {
  border-right-style: none;
}

.div-block-6.end.ss {
  background-color: #e51102;
}

.div-block-6.tt {
  background-color: rgba(255, 149, 0, 0.21);
}

.paragraph-2 {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

.paragraph-2.ss {
  color: rgba(255, 255, 255, 0.9);
}

.heading-2 {
  width: 100%;
  margin-top: 42px;
  padding-left: 15px;
  background-color: rgba(11, 70, 142, 0);
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: none;
}

.heading-2.ss {
  color: #fff;
}

.text-span-3 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-4 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-5 {
  border-bottom: 1px dotted #e51102;
  font-weight: 500;
}

.text-span-6 {
  border-bottom: 1px dotted #e51102;
  font-weight: 500;
}

.text-span-7 {
  border-bottom: 1px none #e51102;
  font-weight: 500;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 93.3%, 0);
}

.slide-4 {
  width: 30%;
  height: 380px;
  margin-right: 20px;
  background-color: hsla(0, 0%, 93.3%, 0);
}

.slide-nav {
  display: none;
}

.section-4 {
  height: auto;
  margin-top: 14px;
}

.container {
  text-align: center;
}

.section-5 {
  position: relative;
  display: block;
  margin-top: -19px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 93.3%, 0);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.mask-2 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 93.3%, 0);
  opacity: 1;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 300px;
  height: 450px;
  margin-top: -40px;
  margin-right: -75px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.3);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-7.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 400px;
  margin-top: 48px;
  margin-left: -65px;
  background-color: red;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-7.right {
  margin-top: -119px;
  border-right: 3px none #e51102;
  background-color: rgba(255, 149, 0, 0.21);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-2 {
  position: relative;
}

.section-6 {
  margin-top: 0px;
  padding-top: 57px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 47px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-9 {
  position: relative;
  width: 14.28%;
  height: 550px;
  margin-top: 0px;
  cursor: pointer;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 550px;
  border-right: 2px none #fa0000;
  border-left: 2px none #e51102;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 550px;
  border-left: 1px solid #fff;
  background-color: #e51102;
}

.heading-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 190px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.heading-4 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-11.s1 {
  margin-bottom: 63px;
  margin-left: -48px;
}

.div-block-11.s2 {
  margin-bottom: 70px;
}

.div-block-11.s3 {
  margin-bottom: 71px;
  margin-left: -52px;
}

.div-block-11.s4 {
  margin-left: -24px;
}

.div-block-11.s5 {
  margin-top: 0px;
  margin-bottom: 21px;
  margin-left: 10px;
}

.div-block-11.s6 {
  width: 300px;
  margin-bottom: 136px;
  margin-left: -120px;
}

.div-block-11.s7 {
  width: 300px;
  margin-bottom: 132px;
  margin-left: -114px;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 80px;
  height: 150px;
  margin-top: -32px;
  background-color: rgba(11, 70, 142, 0.07);
}

.container-3 {
  position: relative;
}

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100px;
  margin-top: 301px;
  background-color: #0b468e;
  box-shadow: 8px 8px 17px 5px rgba(0, 0, 0, 0.31);
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 80px;
  height: 200px;
  background-color: rgba(11, 70, 142, 0.07);
}

.lottie-animation {
  width: 100px;
}

.section-7 {
  margin-top: 0px;
  padding-top: 81px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 69px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  width: 50%;
  height: 100%;
  box-shadow: 14px 14px 13px 0 rgba(0, 0, 0, 0.27);
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  padding-right: 70px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 3px;
  border-color: #0b468e;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(11, 70, 142, 0);
  box-shadow: none;
}

.slider-5 {
  height: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-5 {
  height: 400px;
}

.image-9 {
  min-height: 100%;
  border-radius: 30px 0px 0px 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-5 {
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.36);
}

.paragraph-3 {
  min-height: 50px;
  margin-top: 8px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.36);
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -93px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-6 {
  color: #e51102;
  font-size: 60px;
  font-weight: 700;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-7 {
  color: #0b468e;
  font-size: 60px;
  font-weight: 700;
}

.slide-nav-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 0px;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.div-block-21 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 730px;
  margin-top: 43px;
  background-color: rgba(255, 149, 0, 0.21);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(11, 70, 142, 0);
}

.text-block {
  margin-left: 8px;
  color: #000;
  font-weight: 700;
}

.image-10 {
  margin-left: 18px;
  opacity: 1;
}

.section-8 {
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-6 {
  margin-top: 45px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-6 {
  width: 33%;
  margin-top: -45px;
  border-right: 1px dotted #e51102;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #0b468e;
  background-color: hsla(0, 0%, 97.3%, 0);
}

.paragraph-4 {
  margin-top: 5px;
  padding-left: 30px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.slide-nav-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0b468e;
}

.image-11 {
  max-height: 130px;
}

.div-block-26 {
  margin-top: 42px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-27 {
  min-height: 200px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  border-left: 3px dotted rgba(229, 17, 2, 0.17);
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 16px;
}

.div-block-30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-left: 12px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 149, 0, 0.21);
  box-shadow: none;
}

.paragraph-5 {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 20px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.image-12 {
  max-height: 140px;
  max-width: 150px;
}

.image-13 {
  width: 20px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.button-2 {
  width: 150px;
  margin-top: 0px;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 4px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.button-2:hover {
  border-color: #0b468e;
  background-color: #0b468e;
  color: #fff;
}

.image-14 {
  width: 300px;
}

.image-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: -43px;
  margin-right: -75px;
  margin-left: 0px;
}

.image-16 {
  display: none;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: -22px;
}

.image-17 {
  margin-left: -40px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.container-5 {
  position: relative;
}

.image-18 {
  display: none;
  margin-top: 133px;
  margin-right: -146px;
  opacity: 0.4;
}

.heading-6 {
  margin-top: 52px;
  margin-bottom: -27px;
  font-family: 'Great Vibes', cursive;
  color: #0b468e;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading-6.tt {
  margin-top: 46px;
  margin-bottom: 23px;
  font-size: 70px;
  text-align: center;
}

.heading-6.aa {
  text-align: left;
}

.heading-6.aa.cc {
  margin-bottom: 0px;
}

.text-span-8 {
  font-family: 'Lexend Deca', sans-serif;
}

.text-span-8.nn {
  font-size: 45px;
}

.text-span-9 {
  color: #e51102;
  line-height: 90px;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.image-19 {
  width: 40px;
}

.image-20 {
  width: 40px;
}

.image-20.left {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-9 {
  display: block;
  height: 150px;
  margin-top: 0px;
  border-top: 2px none #e51102;
  background-color: rgba(11, 70, 142, 0);
}

.slider-7 {
  height: 150px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-7 {
  width: 14.3%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35.onssa {
  border-style: none;
  border-width: 2px 2px 1px;
  border-color: #e51102;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: rgba(195, 222, 255, 0);
}

.image-21 {
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-22 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-22.nn {
  max-height: 130px;
}

.slide-nav-4 {
  display: none;
}

.section-10 {
  margin-bottom: 0px;
  padding-top: 47px;
  padding-bottom: 20px;
  background-color: #0b468e;
}

.section-10.new {
  background-color: #0b468e;
}

.section-10.noodle {
  background-color: #ffea00;
}

.text-block-3 {
  margin-bottom: 16px;
  padding-bottom: 9px;
  border-bottom: 1px dotted rgba(255, 253, 253, 0.45);
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
}

.text-block-3.dalia {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.text-block-3.rs {
  font-family: 'Great Vibes', cursive;
  font-size: 35px;
}

.text-block-3.noodle {
  color: #000;
  font-weight: 500;
}

.footer-link {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.42);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.text-53 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.69);
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}

.text-53:hover {
  padding-left: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

.text-53.noodle {
  color: rgba(0, 0, 0, 0.69);
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-nav-5 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-right: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-5 {
  margin-bottom: 12px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-block-6 {
  letter-spacing: 1px;
}

.text-field {
  width: 300px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-field::-webkit-input-placeholder {
  background-color: rgba(11, 70, 142, 0);
  color: #0b468e;
  font-size: 12px;
  line-height: 18px;
}

.text-field:-ms-input-placeholder {
  background-color: rgba(11, 70, 142, 0);
  color: #0b468e;
  font-size: 12px;
  line-height: 18px;
}

.text-field::-ms-input-placeholder {
  background-color: rgba(11, 70, 142, 0);
  color: #0b468e;
  font-size: 12px;
  line-height: 18px;
}

.text-field::placeholder {
  background-color: rgba(11, 70, 142, 0);
  color: #0b468e;
  font-size: 12px;
  line-height: 18px;
}

.submit-button {
  margin-top: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-6 {
  margin-top: 18px;
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.89);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-6.noodle {
  color: #444;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-2 {
  width: 100%;
  margin-top: 14px;
  border-style: dotted;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  color: #0b468e;
}

.text-field-2.noodle {
  border-color: #000;
  color: #000;
}

.text-field-2.noodle::-webkit-input-placeholder {
  color: #000;
}

.text-field-2.noodle:-ms-input-placeholder {
  color: #000;
}

.text-field-2.noodle::-ms-input-placeholder {
  color: #000;
}

.text-field-2.noodle::placeholder {
  color: #000;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted hsla(0, 0%, 100%, 0.39);
}

.image-23 {
  width: 25px;
  margin-right: 0px;
}

.image-24 {
  margin-right: 10px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dotted none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4) #fff #fff;
}

.div-block-37.nouille {
  margin-top: 8px;
  background-color: rgba(0, 0, 0, 0.82);
}

.text-block-7 {
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.48);
  font-size: 11px;
}

.text-block-7.noodle {
  color: rgba(0, 0, 0, 0.48);
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
}

.form-block {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(11, 70, 142, 0);
}

.field-label {
  position: static;
  width: 100%;
  margin-bottom: 3px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 12px;
  font-weight: 400;
}

.field-label.noodle {
  color: #0b468e;
}

.submit-button-2 {
  margin-top: 22px;
  border-radius: 5px;
  background-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-3 {
  width: 80%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fffefe #fffefe #e51102;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
}

.paragraph-7 {
  display: none;
  margin-top: 14px;
  margin-bottom: 6px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 22px;
  font-weight: 400;
}

.section-11 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 3px dotted rgba(229, 17, 2, 0.17);
  border-bottom: 3px dotted rgba(229, 17, 2, 0.17);
  background-color: rgba(255, 255, 255, 0.55);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-11.noodle {
  border-top-style: dotted;
  border-bottom-style: none;
  background-color: rgba(255, 255, 255, 0);
}

.div-block-39 {
  height: 500px;
}

.columns {
  height: 100%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-7 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
}

.heading-7.noodle {
  color: #0b468e;
}

.paragraph-8 {
  width: 80%;
  margin-bottom: 27px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-8.noodle {
  color: #0b468e;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, 0.64);
}

.image-25 {
  width: 20px;
}

.text-block-8 {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  text-decoration: none;
}

.div-block-41 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41.fixed {
  border-bottom: 2px solid #e51102;
  background-color: #fff;
  box-shadow: 1px 1px 19px 10px rgba(0, 0, 0, 0.53);
}

.div-block-41.tt {
  background-color: rgba(0, 0, 0, 0.13);
}

.menubar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #e51102;
  background-color: #fff;
  cursor: pointer;
}

.image-26 {
  background-color: #fff;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}

.image-27 {
  width: 80px;
}

.sidebar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 30000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 8px none #e51102;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none dotted none none;
  border-width: 1px;
  border-color: #000 #e51102 #000 #000;
  background-color: rgba(255, 255, 255, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  cursor: pointer;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 93px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-9 {
  position: relative;
  z-index: 10;
  width: 400px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px dotted rgba(229, 17, 2, 0.45);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #0b468e;
  font-size: 30px;
  line-height: 61px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.text-block-9:hover {
  background-color: #fff;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #e51102;
}

.image-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90px;
  margin-top: 0px;
  margin-bottom: 31px;
  margin-left: 20px;
  padding-left: 0px;
}

.div-block-47 {
  width: 20%;
}

.image-29 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -89px;
  margin-right: -47px;
}

.div-block-48 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.image-30 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  width: 220px;
}

.div-block-49 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #e51102;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))), url('../images/632b75ccf1181a3352f9fdb2_wallpaper-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)), url('../images/632b75ccf1181a3352f9fdb2_wallpaper-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #0b468e;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  cursor: pointer;
}

.button-3:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #e51102;
}

.button-3.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e51102;
  color: #fff;
  cursor: pointer;
}

.heading-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 0px;
  margin-bottom: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: transparent;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 255, 255, 0.81);
  font-size: 64px;
  line-height: 90px;
  text-shadow: 1px 1px 6px #000;
}

.div-block-50 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.image-31 {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-31.fixed {
  width: 100px;
}

.heading-9 {
  overflow: visible;
  margin-top: 71px;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 157, 0, 0.76);
  font-size: 80px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 33%, rgba(0, 0, 0, 0.64));
  text-align: center;
}

.button-4 {
  margin-top: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 3px;
  border-color: #e51102;
  border-radius: 0px;
  background-color: rgba(255, 149, 0, 0.68);
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #e51102;
}

.paragraph-9 {
  width: 60%;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 16px;
  font-weight: 300;
}

.paragraph-10 {
  width: 50%;
  margin-top: 17px;
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 18px;
}

.image-33 {
  position: absolute;
  max-height: 150px;
  max-width: 140px;
  min-width: 140px;
  margin-top: 29px;
  margin-left: -189px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-53 {
  position: relative;
  width: 30%;
  height: 400px;
  margin-top: 20px;
  margin-right: 20px;
}

.image-34 {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-10 {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.div-block-54 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50px;
  margin-top: 0px;
}

.section-12 {
  display: none;
  height: auto;
}

.link-block-2 {
  position: relative;
  width: 30%;
  height: 400px;
  margin-top: 20px;
  margin-right: 20px;
}

.div-block-55 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-top: 18px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}

.image-35 {
  min-height: 40px;
  min-width: 40px;
  margin-top: 0px;
  margin-right: 0px;
}

.link {
  color: #e51102;
  text-decoration: none;
}

.div-block-56 {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-10 {
  margin-bottom: 23px;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-57 {
  padding-left: 30px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-menu-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #6f6b6b;
  font-size: 17px;
  text-transform: capitalize;
}

.sub-menu-item:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #e51102;
}

.link-block-4 {
  margin-top: 10px;
  margin-bottom: 3px;
  text-decoration: none;
}

.menu-item {
  width: 400px;
  border-bottom: 1px none #e51102;
}

.link-block-5 {
  text-decoration: none;
}

.sub-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-13 {
  background-image: url('../images/wallpaper-min.png');
  background-position: 0px 0px;
  background-size: auto;
}

.body-2 {
  background-color: transparent;
}

.heading-11 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, rgba(255, 244, 227, 0.44)), color-stop(75%, rgba(255, 255, 255, 0.81)), to(#fff)), url('../images/wheat-close-up.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(255, 244, 227, 0.44) 33%, rgba(255, 255, 255, 0.81) 75%, #fff), url('../images/wheat-close-up.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.breadcrumb.temp {
  display: none;
}

.text-block-11 {
  font-family: 'Lexend Deca', sans-serif;
}

.famille-title-head {
  margin-left: 5px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  text-transform: capitalize;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.famille-title {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.famille-title.nn {
  margin-bottom: 0px;
}

.famille-title.hh {
  margin-bottom: -27px;
  font-family: 'Great Vibes', cursive;
}

.image-36 {
  width: 50%;
  max-height: 200px;
  min-height: 200px;
}

.image-37 {
  margin-left: 14px;
}

.famille-description {
  margin-top: 21px;
  margin-bottom: 22px;
  padding: 5px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.46);
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  height: 250px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-12 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.section-14 {
  position: relative;
  z-index: 10;
  min-height: 65vh;
  margin-bottom: 90px;
  padding-top: 37px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.div-block-60 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  margin-top: 0px;
  margin-right: 0px;
}

.image-38 {
  width: 25px;
  cursor: pointer;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100%;
  min-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e51102;
  background-color: #fff;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  width: 25%;
  height: 100%;
  margin-right: 4px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-scrolling-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  overflow: hidden;
  max-width: none;
  margin-bottom: 20px;
}

._w-scrolling-content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-indicator {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #717dff;
}

.c-scrolling-item {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-line {
  width: 100%;
  height: 3px;
  background-color: #ccc;
}

.scroll-line.last {
  display: none;
}

.scroll-details {
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.c-details {
  margin-bottom: 40px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
}

.timeline-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5f67ff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.scroll-item-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.container-7 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.section-timeline {
  position: relative;
  z-index: 20;
  margin-top: 0px;
  background-color: #0a0a0a;
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #e51102;
  border-bottom: 1px dotted #e51102;
}

.div-block-64 {
  margin-right: 0px;
  padding: 8px;
  background-color: #0b468e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.76);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-64:hover {
  background-color: #e51102;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.text-block-13 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-65 {
  margin-top: 59px;
}

.annee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-13 {
  margin-top: 30px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
  text-align: center;
}

.slider-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 45px;
  background-color: #fff;
}

.slide-nav-6 {
  display: none;
}

.slide-8 {
  width: 70px;
  height: 80px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-3 {
  border-top: 1px dotted rgba(229, 17, 2, 0.5);
  border-bottom: 1px dotted rgba(229, 17, 2, 0.5);
}

.icon-9 {
  color: #e51102;
}

.icon-10 {
  color: #e51102;
}

.left-arrow-4 {
  margin-left: -90px;
}

.right-arrow-5 {
  margin-right: -90px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3d9d9;
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-70 {
  display: block;
  height: auto;
  min-height: auto;
  margin-top: 31px;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annee-chiffre {
  width: 100%;
  margin-bottom: 9px;
  padding-left: 4px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(229, 17, 2, 0.4);
  font-size: 70px;
  font-weight: 500;
  text-align: left;
}

.annee-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(11, 70, 142, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.annee-item:hover {
  background-color: rgba(229, 17, 2, 0);
  color: #0b468e;
}

.annee-item.active {
  width: 80px;
  background-color: #e51102;
  color: #fff;
  font-weight: 400;
}

.annees {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px none #e51102;
  border-bottom: 1px dotted #e51102;
}

.annee-collection-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annee-value {
  display: none;
}

.annee-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  display: none;
  height: 300px;
  max-height: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.html-embed {
  position: static;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
}

.pays-code {
  display: none;
  margin-right: 10px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-72 {
  display: none;
}

.text-block-14 {
  margin-left: 5px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
  margin-right: 0px;
  padding: 0px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 2px;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.produit-all:hover {
  box-shadow: none;
}

.produit-titre {
  margin-top: 14px;
  margin-bottom: 1px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  width: 240px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.produit-image {
  max-height: 260px;
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-5 {
  margin-top: 17px;
  border-radius: 5px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #0b468e;
}

.section-15 {
  min-height: 65vh;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none !important;
  padding: 0 40px;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-cover {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px none #e51102;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-16 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.attribute {
  min-width: 130px;
  border-right: 1px none #e51102;
  border-bottom: 1px none #e51102;
  background-color: rgba(255, 149, 0, 0.21);
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.value {
  width: 50%;
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 17px;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-height: 40px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.27);
}

.text-block-17.ss {
  margin-top: 0px;
}

.heading-14 {
  margin-top: 59px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 30px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.autre-produits {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  border-top: 2px none #e51102;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/632b75ccf1181a3352f9fdb2_wallpaper-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/632b75ccf1181a3352f9fdb2_wallpaper-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon-11 {
  color: #e51102;
}

.icon-12 {
  color: #e51102;
}

.slide-nav-7 {
  display: none;
}

.slider-9 {
  height: 300px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-9 {
  width: 25%;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-42 {
  height: 180px;
}

.text-block-18 {
  margin-top: 19px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
  text-align: center;
}

.mask-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.dyn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  margin-top: 24px;
}

.categorie-produit-image {
  max-height: 200px;
  min-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.categorie-produit-image.tt {
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.categorie-produit-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: 200px;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 63px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-79 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex: 1;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  background-color: #fff;
}

.div-block-80 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 350px;
  height: 600px;
  margin-top: -42px;
  margin-right: 0px;
  background-color: rgba(255, 149, 0, 0.21);
}

.div-block-81 {
  width: 50%;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 31px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 30px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.produit-one:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-83.rc {
  height: auto;
  margin-top: 21px;
}

.produit-famille-lien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  text-decoration: none;
}

.produit-famille-titre {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
}

.produit-famille-titre:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-21 {
  margin-top: 0px;
  margin-right: 17px;
  margin-left: 4px;
  font-family: 'PT Sans', sans-serif;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.image-44 {
  width: 60px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(229, 17, 2, 0.18);
}

.produit-proteines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-weight: 800;
  text-align: center;
}

.produit-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.tabs {
  width: 100%;
  margin-top: 20px;
}

.tab-pane-tab-1 {
  padding-top: 29px;
  border-top: 1px dotted #e51102;
}

.tab-link-tab-1 {
  color: #e51102;
}

.tab-link-tab-1.w--current {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-1.w--current:hover {
  background-color: #e51102;
  color: #fff;
}

.text-block-24 {
  font-family: 'Lexend Deca', sans-serif;
}

.tab-link-tab-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-25 {
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-86 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none dotted;
  border-width: 2px 2px 2px 1px;
  border-color: #e51102;
}

.video {
  width: 100%;
  margin-top: 20px;
}

.div-block-88 {
  width: 100%;
  margin-top: 32px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  width: 50%;
  margin-right: 10px;
}

.section-17 {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, 0.66);
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  display: none;
  width: 100%;
  height: 114vh;
}

.div-block-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.09);
}

.heading-15 {
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 255, 255, 0.8);
  font-size: 100px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.31);
}

.paragraph-15 {
  display: none;
  width: 700px;
  margin-top: 14px;
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.43);
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.31);
}

.button-6 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px none hsla(0, 0%, 100%, 0.78);
  border-radius: 3px;
  background-color: #e51102;
  font-family: 'Gill sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-93 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  overflow: visible;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.31);
}

.container-9 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-94 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-45 {
  margin-top: -9px;
  cursor: pointer;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  display: block;
  height: 90px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.fixed {
  position: fixed;
  height: 75px;
  border-bottom: 2px none #e51102;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.87)), to(hsla(0, 0%, 100%, 0.87)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.87), hsla(0, 0%, 100%, 0.87));
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.39);
}

.section-19 {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px none #e51102;
  background-color: transparent;
  box-shadow: none;
}

.heading-16 {
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 38px;
  text-align: center;
}

.paragraph-16 {
  font-family: 'Gill sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.body-3 {
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), url('../images/632b75ccf1181a8d88f9fe2b_filgrane_mascotte_logo.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/632b75ccf1181a8d88f9fe2b_filgrane_mascotte_logo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.body-3.tt {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body-3.tt.noodle {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  display: none;
  margin-top: 21px;
  padding-bottom: 5px;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 2px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-7:hover {
  background-color: #0b468e;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.logo {
  width: 140px;
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo.fixed {
  width: 100px;
}

.div-block-95 {
  background-color: #e51102;
}

.container-11 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e51102;
}

.div-block-96 {
  width: 80%;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-17 {
  position: static;
  font-family: 'Gill sans', sans-serif;
  color: #d1d1d1;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.button-8 {
  padding: 13px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 3px;
  background-color: #0b468e;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.36);
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.button-8.tt {
  padding-top: 10px;
  padding-bottom: 8px;
  border-style: dotted;
  border-color: rgba(229, 17, 2, 0.41);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e51102;
  font-size: 14px;
  letter-spacing: 2px;
}

.button-8.tt:hover {
  background-color: #e51102;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.button-8.tt.noodle {
  border-style: dashed;
  border-color: rgba(229, 17, 2, 0.47);
  color: #000;
}

.button-8.tt.noodle:hover {
  border-color: #fffb00;
  background-color: #fffb00;
}

.sec_produits {
  position: relative;
  z-index: 20;
  min-height: auto;
  margin-top: 7px;
  padding-bottom: 0px;
  background-color: transparent;
}

.div-block-98 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100px;
  height: 200%;
  margin-top: -40px;
  margin-left: -140px;
  background-color: #0b468e;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.61);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-98.p1 {
  display: none;
  width: 20px;
  margin-left: -34px;
  background-color: #e51102;
  box-shadow: 1px 1px 9px 5px rgba(0, 0, 0, 0.37);
}

.heading-17 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
}

.heading-17.recettes {
  text-align: right;
}

.heading-17.right {
  z-index: 0;
  padding-left: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.heading-17.right.noodle {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  font-family: 'Gill sans', sans-serif;
  font-weight: 500;
}

.heading-17.noodle {
  font-family: 'Gill sans', sans-serif;
  color: #444;
  font-weight: 500;
  text-shadow: none;
}

.div-block-99 {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 0px;
  padding-top: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-one1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 280px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #e51102;
  border-radius: 0px;
  background-color: rgba(229, 17, 2, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.famille-one1:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.famille-titre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 1px 1px 6px #000;
}

.famille-image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  border-radius: 10px;
  opacity: 0.87;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.famille-image:hover {
  opacity: 1;
}

.container-12 {
  position: relative;
}

.div-block-101 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 20px;
  margin-top: -33px;
  background-color: red;
}

.div-block-102 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.52);
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 161px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e51102;
  background-color: rgba(0, 0, 0, 0.27);
}

.div-block-104 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 60px;
  border-bottom: 3px solid #e51102;
}

.div-block-104.noodle {
  border-bottom: 20px solid #fffb00;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-105 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.famille-one {
  position: relative;
  width: 150px;
  height: 280px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.famille-one:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.produits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(224, 111, 111, 0);
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-106 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: -18px;
  margin-bottom: -65px;
}

.image-48 {
  display: none;
  margin-right: -7px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-18 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: right;
}

.section-21 {
  position: relative;
  z-index: 3;
  min-height: 300px;
  padding-bottom: 0px;
}

.div-block-107 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px dotted #e51102;
}

.div-block-107.noodle {
  border-bottom: 10px dotted #fffb00;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-49 {
  min-height: 100%;
}

.div-block-110 {
  width: 50%;
}

.slide-10 {
  width: 100%;
}

.image-50 {
  width: 100%;
  max-height: 200px;
  max-width: 300px;
  min-height: 200px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.52);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-27 {
  max-width: 200px;
  margin-top: 18px;
  margin-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px none rgba(229, 17, 2, 0.3);
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  line-height: 18px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.icon-13 {
  margin-top: 121px;
  color: #e51102;
  font-size: 25px;
}

.icon-14 {
  margin-top: 121px;
  color: #e51102;
  font-size: 25px;
}

.left-arrow-5 {
  margin-top: -18px;
  margin-left: -50px;
}

.right-arrow-6 {
  margin-top: -18px;
  margin-right: -50px;
}

.slider-10 {
  height: 300px;
  margin-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav-8 {
  display: none;
  text-align: center;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #0b468e;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.button-9 {
  margin-top: 9px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  background-color: #0b468e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.48);
  font-family: 'Gill sans', sans-serif;
  letter-spacing: 1px;
}

.section-22 {
  position: relative;
  z-index: 0;
  margin-top: 57px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-right: 2px none #000;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
}

.container-13 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-51 {
  width: auto;
  height: 300px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.49);
}

.button-10 {
  margin-top: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #0b468e;
  border-radius: 5px;
  background-color: #0b468e;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-10:hover {
  border-width: 0px;
  background-color: #e51102;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.button-10.red {
  border-style: none;
  border-color: #e51102;
  border-radius: 5px;
  background-color: #e51102;
  box-shadow: none;
}

.button-10.red:hover {
  background-color: #0b468e;
}

.button-10.red.noodle:hover {
  background-color: #fffb00;
  color: #000;
}

.button-10.noodle {
  background-color: #000;
  color: #fff;
}

.div-block-113 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  margin-bottom: -499px;
}

.div-block-113.tt {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.image-52 {
  display: block;
  width: 900px;
  margin-left: 0px;
  opacity: 0.14;
}

.section-23 {
  display: block;
  height: 500px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-image: url('../images/01DALIA_COVER-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: none;
}

.section-23.parallax {
  margin-top: 71px;
  margin-bottom: 60px;
  background-image: url('../images/632b75ccf1181a8bbff9fdb1_01DALIA_COVER-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-23.parallax.noody {
  background-image: url('../images/WhatsApp-Image-2022-09-08-at-12.06.57.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.heading-19 {
  margin-top: 88px;
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #e51102;
  border-left: 1px dotted #e51102;
  background-color: rgba(0, 0, 0, 0.56);
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-28 {
  margin-top: 21px;
}

.paragraph-18 {
  width: 100%;
}

.paragraph-19 {
  position: static;
  width: 70%;
  background-color: transparent;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.button-11 {
  display: block;
  margin-top: 13px;
  padding: 10px 20px;
  border-style: none;
  border-width: 3px;
  border-color: red;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.51);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-11:hover {
  background-color: #0b468e;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recette-all {
  display: none;
  width: 100%;
  margin-right: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: rgba(229, 17, 2, 0.51);
  box-shadow: none;
}

.recette-all.tt {
  display: none;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-118 {
  width: 450px;
  margin-left: 0px;
}

.video-2 {
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.74);
}

.slider-11 {
  width: 100%;
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.icon-15 {
  color: #e51102;
}

.icon-16 {
  color: #e51102;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-53 {
  width: 600px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.44);
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-20 {
  display: block;
  min-width: 200px;
  margin-top: 27px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.32);
}

.slide-nav-9 {
  display: none;
}

.slide-11 {
  width: 49%;
  height: auto;
}

.collection-item-4 {
  margin-right: 8px;
}

.div-block-120 {
  margin-top: 41px;
}

.column-8 {
  padding-top: 45px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-2 {
  margin-top: 10px;
}

.link-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  text-decoration: none;
}

.paragraph-21 {
  margin-top: 10px;
}

.body-4 {
  background-color: #fff;
}

.text-span-10 {
  border-bottom: 1px dotted #e51102;
  line-height: 30px;
  font-weight: 600;
}

.text-span-11 {
  border-bottom: 1px dotted #e51102;
  line-height: 24px;
  font-weight: 600;
}

.text-span-12 {
  color: #e51102;
}

.heading-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(11, 70, 142, 0.39);
  font-family: 'Gill sans', sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.rich-text-block {
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.collection-list-3 {
  margin-top: 32px;
}

.div-block-121 {
  width: 75%;
  max-width: 75%;
  margin-right: 0px;
  padding-right: 25px;
}

.div-block-122 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-top: 23px;
  margin-left: 35px;
  padding: 33px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 5px;
  background-color: #e51102;
  box-shadow: none;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted hsla(4, 0%, 100%, 0.49);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

.link-4.w--current {
  line-height: 16px;
}

.div-block-124 {
  position: -webkit-sticky;
  position: sticky;
}

.rich-text-block-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-126 {
  width: 70px;
}

.empty-state {
  display: none;
}

.empty-state-2 {
  display: none;
}

.empty-state-3 {
  display: none;
}

.page-content {
  position: relative;
  min-height: 65vh;
  padding-top: 27px;
  padding-bottom: 30px;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-25 {
  min-height: 65vh;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 65px;
}

.section-25.tt {
  min-height: auto;
}

.page-actualite-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state-4 {
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Lexend Deca', sans-serif;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-4.faq {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 22px;
  margin-right: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.56);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collection-item-5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.collection-item-5.rr {
  height: 240px;
}

.collection-item-5.rr.recette {
  width: 280px;
}

.collection-item-5.faq {
  box-shadow: none;
}

.collection-item-5.ac {
  width: 280px;
}

.page-actualite-image {
  display: block;
  width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: 0px;
  border-bottom: 2px solid #e51102;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-actualite-image.rr {
  -o-object-fit: cover;
  object-fit: cover;
}

.page-actualite-image.nn {
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e51102;
  border-radius: 50px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: none;
  object-fit: none;
}

.page-actualite-image.recette {
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.actualite-titre {
  max-width: 100%;
  min-width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none rgba(0, 0, 0, 0.14);
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}

.actualite-titre.tt {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.88);
  text-align: left;
}

.actualite-titre.rr {
  font-size: 12px;
  line-height: 16px;
}

.actualite-date {
  margin-top: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #e51102;
  font-weight: 500;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.page-actualite-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 16px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(200, 190, 190, 0.51);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-actualite-one:hover {
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-actualite-one.ss {
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.page-actualite-one.tt {
  width: 48%;
}

.page-actualite-one.tt:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.page-actualite-one.home {
  position: relative;
  width: 30%;
  max-height: 100px;
  min-height: 100px;
  margin-right: 8px;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none none solid;
  border-width: 0px 3px 3px;
  border-color: #000 rgba(229, 17, 2, 0.45) #0b468e rgba(229, 17, 2, 0.45);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.53);
}

.page-actualite-one.home:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.act-titre {
  margin-bottom: 19px;
  margin-left: 13px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.act-description {
  width: 100%;
  margin-top: 34px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.act-image {
  min-height: 300px;
  margin-top: 11px;
  border-radius: 8px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.link-5.tt {
  margin-top: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-31 {
  text-align: center;
}

.slides {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.actualite_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.actualite-all {
  display: none;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.35);
  background-color: transparent;
}

.text-block-32 {
  max-width: 220px;
  margin-top: 24px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.24);
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.image-56 {
  max-height: 150px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.56);
}

.ac_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 265px;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ac_item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ac_item.ss {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 2px none rgba(11, 70, 142, 0.34);
}

.collection-list-wrapper-4 {
  width: 100%;
}

.recette-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.recette-one:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.recette-one.tt {
  width: 300px;
}

.recette-image {
  max-height: 190px;
  min-height: 190px;
  min-width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.51);
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.recette-titre {
  max-height: 50px;
  max-width: 100%;
  min-height: 45px;
  margin-top: 16px;
  border-bottom: 2px dashed rgba(229, 17, 2, 0.34);
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.23);
}

.recettes {
  overflow: visible;
  width: 300px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.57);
}

.collection-list-wrapper-5 {
  width: 300px;
}

.empty-state-5 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-34 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(229, 17, 2, 0);
}

.text-block-35 {
  text-align: center;
}

.accordion-item {
  margin-top: 0px;
  margin-bottom: -13px;
  border-bottom: 2px dotted #e51102;
  text-align: left;
}

.accordion-item.faq-one {
  border-bottom-style: none;
}

.accordion-item-trigger {
  cursor: pointer;
}

.question {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.bold-text {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.accordion-item-content {
  overflow: hidden;
}

.paragraph-22 {
  font-family: Lato, sans-serif;
}

.reponse {
  padding-bottom: 18px;
  padding-left: 15px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.heading-23 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 700;
}

.heading-23.noodle {
  color: #444;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-134 {
  width: 100%;
}

.container-16 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-all {
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  position: static;
  z-index: 100;
  margin-top: 0px;
  padding-right: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  line-height: 23px;
  font-weight: 300;
  text-shadow: 1px 1px 6px transparent;
}

.text-block-36.noodle {
  color: #444;
}

.button-12 {
  margin-top: 0px;
  border-radius: 5px;
  background-color: #0b468e;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-12:hover {
  background-color: #e51102;
}

.button-12.noodle {
  width: 200px;
  background-color: #fffb00;
  color: #000;
  text-align: center;
}

.button-12.red {
  background-color: #e51102;
}

.button-12.red:hover {
  background-color: #0b468e;
}

.div-block-136 {
  width: 100%;
}

.paragraph-23 {
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 300;
  text-align: left;
}

.paragraph-23.noodle {
  color: #444;
}

.text-span-13 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-24 {
  margin-top: 84px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 300;
}

.paragraph-24.noodle {
  color: #444;
}

.section-26 {
  min-height: 65vh;
  padding-top: 31px;
  padding-bottom: 31px;
}

.famille-nom {
  margin-bottom: 11px;
  padding-left: 9px;
  border-bottom: 2px solid #e51102;
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-transform: capitalize;
}

.text-block-37 {
  font-family: 'Lexend Deca', sans-serif;
}

.empty-state-6 {
  padding-left: 24px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.collection-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(229, 17, 2, 0.53);
}

.famille-produit-one.tt {
  width: auto;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-color: rgba(229, 17, 2, 0.16);
}

.famille-produit-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  min-height: 30px;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-138 {
  width: 100%;
  margin-top: 12px;
  background-color: transparent;
}

.empty-state-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.text-block-39 {
  font-family: 'Lexend Deca', sans-serif;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-40 {
  padding-left: 0px;
  color: #0b468e;
  font-size: 13px;
}

.totop {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20000;
  display: none;
  height: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image244 {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.famille-produit-image {
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.produits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-140:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  min-height: 40px;
  min-width: 110px;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.image-60 {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.familleover {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px dotted #e51102;
  border-bottom: 3px none #e51102;
  background-color: hsla(4, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.produits_liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-6 {
  width: 100%;
  padding-left: 10px;
}

.produitover {
  margin-right: 20px;
  margin-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px none hsla(0, 0%, 100%, 0.4);
  border-left: 1px none hsla(0, 0%, 100%, 0.36);
}

.familleproduitover {
  display: none;
  color: rgba(51, 51, 51, 0.45);
}

.container-17 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-141 {
  display: none;
  width: 15%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 400;
}

.text-block-42 {
  text-align: left;
}

.nomfamille {
  border-bottom: 1px dotted #e51102;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-142 {
  width: 100%;
}

.div-block-142.zoom-box {
  display: none;
  width: 100px;
  margin-right: 31px;
}

.achover {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #e51102;
  border-bottom: 3px solid #e51102;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.image-61 {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ac_image {
  width: auto;
  height: 100%;
  min-width: auto;
}

.ac_title {
  display: none;
  max-width: 300px;
  margin-left: 25px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
}

.text-span-14 {
  margin-top: -2px;
  margin-left: 14px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  text-transform: none;
}

.div-block-145 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  margin: 0px 0px -412px -219px;
  opacity: 0.39;
}

.image-62 {
  width: 600px;
}

.div-block-146 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: -75px;
  margin-bottom: -253px;
}

.image-63 {
  width: 500px;
  opacity: 0.56;
}

.div-block-147 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -61px;
}

.image-64 {
  width: 300px;
  opacity: 0.05;
}

.div-block-148 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-bottom: -57px;
}

.image-65 {
  position: relative;
  z-index: -1;
  width: 1000px;
  opacity: 0.14;
}

.section-27 {
  position: relative;
  display: none;
}

.section-27.noodles {
  display: block;
}

.div-block-149 {
  position: absolute;
  width: 60%;
}

.image-66 {
  width: 100%;
  opacity: 0.14;
}

.section-28 {
  position: relative;
  z-index: -1;
  display: none;
}

.section-28.tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-150 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: -418px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0.14;
}

.image-67 {
  width: 100%;
}

.image-67.tt {
  width: 50%;
}

.link-block-14 {
  margin-right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-14:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-68 {
  width: 25px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.56);
}

.text-block-43 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.popup_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: -39px;
  margin-right: 16px;
  cursor: pointer;
}

.text-block-44 {
  padding: 10px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.div-block-151 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 90vh;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-69 {
  max-height: 500px;
  max-width: none;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination-2 {
  display: none;
}

.collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-25 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.menu_info {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  padding-top: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-70 {
  height: 20px;
  max-width: none;
  min-height: 20px;
  margin-right: 5px;
}

.text-block-45 {
  margin-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 12px;
  text-transform: uppercase;
}

.text-block-45.vv {
  text-transform: lowercase;
}

.link-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-15:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #e51102;
}

.link-block-16 {
  display: none;
  width: 32px;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-46 {
  margin-right: 3px;
  margin-left: 3px;
  color: #e51102;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.categorie-produit-lien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.categorie-produit-lien:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-19 {
  color: #000;
  text-decoration: none;
}

.produit-miniatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-miniature {
  max-height: 90px;
  max-width: 90px;
  min-height: 90px;
  min-width: 90px;
  margin-bottom: 5px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.empty-state-8 {
  display: none;
}

.text-block-47 {
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  font-family: 'Lexend Deca', sans-serif;
}

.collection-item-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0b468e;
}

.video-3 {
  width: 100vh;
  height: 110vh;
  min-height: 110vh;
  min-width: 100vw;
}

.background-video-3 {
  width: 100%;
  height: 111vh;
}

.link-block-20 {
  text-decoration: none;
}

.section-29 {
  min-height: 65vh;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), url('../images/ezgif.com-gif-maker.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/ezgif.com-gif-maker.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-21 {
  margin-right: 10px;
}

.rec-titre {
  margin-top: 0px;
  border-bottom: 1px none #e51102;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
}

.rec-titre.recette {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.div-block-155 {
  width: 200px;
}

.div-block-156 {
  width: 100%;
}

.div-block-156.rc {
  height: auto;
  margin-top: 0px;
  padding-top: 36px;
}

.image-produit {
  max-height: 250px;
  max-width: 200px;
  min-width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: dotted;
  border-width: 2px;
  border-color: #e51102;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-produit.nn {
  max-height: 100px;
}

.image-72 {
  width: 30px;
}

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e51102;
}

.rec-duree {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.text-block-49 {
  margin-left: 5px;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #e51102;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-50 {
  margin-bottom: 19px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 20px;
}

.rec-ingredients {
  margin-top: 0px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.rec-image {
  margin-bottom: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rec-preparation {
  margin-top: 21px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-163 {
  margin-top: 19px;
}

.section-30 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.heading-26 {
  border-style: none none dotted;
  border-width: 1px;
  border-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-164 {
  margin-top: 19px;
}

.recette-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-11 {
  width: 200px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rich-text-block-6 {
  font-family: 'Lexend Deca', sans-serif;
}

.link-block-22 {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.rich-text-block-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.collection-list-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-166 {
  display: block;
}

.famille-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-7 {
  width: 100%;
}

.text-block-51 {
  margin-top: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 17px;
}

.pop_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}

.step-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: -1px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.scoll-wrap {
  position: absolute;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-base {
  width: 6px;
  height: 100%;
  background-color: #eeeff4;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dot {
  position: relative;
  z-index: 3;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  border-radius: 50%;
  background-color: #eeeff4;
}

.step-content-block {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.label {
  color: #006cd0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.step {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.scroll-animate {
  position: absolute;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #006cd0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.steps-clone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bg-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 7px 7px 20px 0 rgba(18, 18, 18, 0.07);
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 150px;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px dotted #e51102;
}

.text-block-53 {
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 40px;
}

.collection-item-12 {
  height: auto;
}

.rich-text-block-8 {
  margin-top: 10px;
  margin-left: 34px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-169 {
  margin-top: 39px;
}

.collection-list-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.text-block-54 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  text-transform: capitalize;
}

.collection-item-13 {
  margin-right: 3px;
  margin-bottom: 3px;
  padding-right: 4px;
  padding-left: 4px;
  border-right: 1px none #e51102;
  border-radius: 3px;
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-block-55 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
}

.collection-item-14 {
  margin-bottom: 3px;
  padding-left: 21px;
}

.collection-list-wrapper-8 {
  padding-left: 19px;
}

.text-block-56 {
  text-transform: capitalize;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-74 {
  margin-left: 11px;
}

.image-75 {
  margin-top: -4px;
  margin-left: -12px;
}

.footer_charte_dalia {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.div-block-172 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-172:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-76 {
  width: 40px;
}

.spot-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-9 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spot-video {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.collection-list-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-15 {
  margin-right: 17px;
}

.html-embed-2 {
  font-family: 'Lexend Deca', sans-serif;
}

.text-block-57 {
  font-family: 'Lexend Deca', sans-serif;
}

.empty-state-9 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-77 {
  width: 100px;
  max-width: 200px;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.paragraph-26 {
  margin-left: 23px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-58 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 17px;
}

.text-block-59 {
  margin-top: 2px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-weight: 500;
}

.collection-item-16 {
  margin-bottom: 10px;
  border-bottom: 1px dotted #e51102;
}

.div-block-176 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.logo-noody {
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-span-15 {
  font-family: 'Tomatoes o8l8', sans-serif;
}

.text-span-15.noodles {
  color: #e51102;
}

.text-block-60 {
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-17 {
  width: 25%;
  margin-top: 39px;
  margin-right: 28px;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
}

.collection-item-17:hover {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}

.text-block-61 {
  max-width: 100px;
  margin-top: 7px;
  font-family: 'Lexend Deca', sans-serif;
  color: #444;
  text-align: center;
}

.collection-list-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-178 {
  margin-top: 12px;
  margin-bottom: 35px;
}

.link-block-23 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.empty-state-10 {
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Lexend Deca', sans-serif;
}

.video-5 {
  margin-top: 25px;
}

.div-block-179 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.image-80 {
  height: 200px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.famille-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.actualite-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-180 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recette-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-62 {
  margin-top: 68px;
  text-align: center;
}

.link-6 {
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.famille-page-loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffdb97;
  background-image: url('../images/Group-1logo-256.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 151, 0.82)), to(rgba(255, 219, 151, 0.82))), url('../images/bg-loading.jpg');
  background-image: url('../images/Group-1logo-256.png'), linear-gradient(180deg, rgba(255, 219, 151, 0.82), rgba(255, 219, 151, 0.82)), url('../images/bg-loading.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: auto 120px, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: fixed, scroll, scroll;
}

.page-produit-famille-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-produit-famille-one {
  width: 100%;
}

.page-produit-famille-titre {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 39px;
}

.page-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-left: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-produit-one:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-produit-image {
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-produit-titre {
  margin-top: 11px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  text-align: center;
}

.page-produit-famille-lien {
  text-decoration: none;
}

.link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.link-7:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.body-5 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/filgrane_mascotte_logo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/filgrane_mascotte_logo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.body-6 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/filgrane_mascotte_logo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/filgrane_mascotte_logo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-poids {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.categorie-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categorie-produit-one {
  height: auto;
  padding: 10px;
}

.div-block-182 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.div-block-183 {
  width: 75%;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 43px;
}

.div-block-184 {
  position: relative;
  top: 20px;
  width: 25%;
  padding-top: 22px;
}

.presentation-all {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e51102;
}

.presentation-lien {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  line-height: 19px;
  text-decoration: none;
}

.presentation-lien:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.presentation-one {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.48);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 16px;
}

.presentation-one:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.presentation-titre {
  margin-bottom: 16px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 30px;
  line-height: 39px;
}

.presentation-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.annee-all {
  display: none;
  width: 100%;
  margin-top: 25px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.annee-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none dotted;
  border-width: 1px;
  border-color: #000 #000 #000 #e51102;
}

.presence-all {
  display: none;
  margin-top: 19px;
  margin-bottom: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presence-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pays-nom {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.contact {
  display: none;
}

.timeline {
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-185 {
  border-left: 1px solid #e51102;
}

.body-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/filgrane_mascotte_logo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/filgrane_mascotte_logo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.annee-description {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.div-block-186 {
  margin-left: 26px;
}

.div-block-186.recette {
  height: 100%;
  margin-left: 10px;
}

.rec-nb-personne {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.div-block-187 {
  margin-top: 22px;
}

.link-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Lexend Deca', sans-serif;
  text-decoration: none;
}

.text-block-63 {
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.faq-all {
  margin-top: 52px;
}

.spot-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.footer-presentation-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-famille-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-81 {
  width: 100px;
  height: 100px;
  margin-top: -105px;
}

.div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-189 {
  margin-right: 13px;
  margin-left: 11px;
}

.text-block-64 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
}

.image-83 {
  width: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-84 {
  width: 30px;
}

.div-block-190 {
  margin-right: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-190:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-85 {
  width: 55px;
  margin-top: 20%;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-86 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-86:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-65 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 400;
}

.success-message {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.error-message {
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.success-message-2 {
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.text-block-67 {
  font-weight: 300;
}

.text-block-68 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.image-88 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.image-89 {
  width: 20px;
  margin-right: 0px;
}

.image-90 {
  width: 25px;
}

.text-block-69 {
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: 400;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-70 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
}

.success-message-3 {
  background-color: #0b468e;
  color: #fff;
}

.error-message-2 {
  background-color: #fdc8c8;
  color: #000;
}

.text-block-71 {
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 300;
}

.container-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-produit-all {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  max-height: 230px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-produit-image {
  width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-produit-famille {
  display: none;
  margin-top: 8px;
  font-family: 'Lexend Deca', sans-serif;
}

.home-produit-titre {
  margin-top: 8px;
  font-family: 'Lexend Deca', sans-serif;
}

.famille-id {
  display: none;
}

.text-block-72 {
  width: 100%;
  margin-left: 0px;
  border-bottom: 1px none #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  text-align: center;
}

.image-91 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40px;
  margin-right: 7px;
}

.div-block-196 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.div-block-197 {
  width: 100%;
}

.produit-recettes {
  margin-top: 20px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.produit-conditionnement {
  width: 100%;
  margin-top: 14px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.fw-newsletter {
  border-radius: 10px;
  background-color: #e51102;
}

.link-block-25 {
  text-decoration: none;
}

.text-block-73 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b468e;
}

@media screen and (max-width: 991px) {
  .div-block {
    height: 100px;
    margin-bottom: 33px;
  }

  .slide {
    background-position: 50% 50%;
    background-size: contain;
  }

  .slider {
    height: auto;
    margin-top: 0px;
  }

  .image-3 {
    width: 130px;
  }

  .image-4 {
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-2 {
    margin-top: -1px;
  }

  .icon-3 {
    margin-top: 13px;
    color: #0b468e;
    font-size: 40px;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph.new {
    text-align: center;
  }

  .div-block-3.second {
    margin-top: 26px;
    margin-bottom: 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    margin-top: -15px;
  }

  .body {
    margin-left: 0px;
  }

  .div-block-6 {
    width: 48%;
    height: 200px;
    margin-top: -47px;
    margin-bottom: 47px;
  }

  .div-block-6.end {
    border-right-style: dotted;
  }

  .div-block-6.end.ss {
    background-color: #e51102;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .section-5 {
    margin-top: 11px;
  }

  .div-block-7.left {
    background-color: #e51102;
  }

  .section-6 {
    display: none;
  }

  .section-7 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .slide-5 {
    width: 100%;
    height: 300px;
    margin-left: 48px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .right-arrow-2 {
    margin-right: -50px;
  }

  .left-arrow-2 {
    margin-left: -31px;
  }

  .div-block-21 {
    height: 630px;
  }

  .section-8 {
    margin-top: -17px;
  }

  .heading-6.aa {
    margin-top: 0px;
    text-align: center;
  }

  .slide-7 {
    width: 25%;
  }

  .section-10 {
    margin-left: 0px;
  }

  .paragraph-6 {
    margin-bottom: -2px;
  }

  .section-11 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-5 {
    padding-left: 27px;
  }

  .heading-7 {
    margin-bottom: 11px;
  }

  .paragraph-8 {
    margin-bottom: 27px;
  }

  .div-block-40 {
    margin-bottom: 17px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .menubar {
    display: none;
  }

  .sidebar-menu {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .div-block-46 {
    width: 100%;
    padding-top: 86px;
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-9 {
    padding-left: 0px;
    text-align: left;
  }

  .image-28 {
    width: 140px;
  }

  .image-30 {
    width: 200px;
  }

  .image-31 {
    margin-left: 0px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-12 {
    display: block;
  }

  .link-block-2 {
    width: 45%;
    height: 350px;
  }

  .div-block-55 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 30px;
    border-style: none;
    border-radius: 40px;
  }

  .image-35 {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 50px;
  }

  .div-block-61 {
    width: 50%;
    height: 100%;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-6.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item-2 {
    margin-bottom: 10px;
  }

  .pro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-79 {
    min-width: auto;
  }

  .section-17 {
    height: 400px;
  }

  .logo {
    width: 100px;
  }

  .container-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-104 {
    width: 60%;
  }

  .produits {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .actualite-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-145 {
    display: none;
  }

  .div-block-146 {
    display: none;
  }

  .background-video-3 {
    height: 111%;
  }

  .image-80 {
    height: 160px;
  }

  .div-block-193 {
    width: 65%;
  }

  .div-block-194 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    width: 100px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: -22px;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }

  .div-block-3.second {
    margin-top: -44px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button.tt {
    margin-top: 23px;
  }

  .div-block-6 {
    width: 48%;
    height: auto;
    margin-top: 4px;
  }

  .div-block-6.end {
    border-right-style: dotted;
  }

  .heading-2 {
    text-align: center;
  }

  .slide-4 {
    width: 48%;
  }

  .section-4 {
    margin-top: 60px;
  }

  .section-5 {
    margin-top: 42px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-7.left {
    display: none;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-7.right {
    width: 200px;
    height: 500px;
    margin-right: 0px;
  }

  .section-6 {
    display: none;
  }

  .div-block-8 {
    display: none;
  }

  .section-7 {
    margin-top: 14px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-19 {
    width: 90%;
    height: 50%;
    border-radius: 30px;
  }

  .div-block-20 {
    width: 90%;
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-5 {
    height: auto;
  }

  .slide-5 {
    width: 80%;
    height: auto;
  }

  .image-9 {
    max-height: 300px;
    min-height: 300px;
    min-width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .heading-5 {
    margin-top: -63px;
    text-align: center;
  }

  .paragraph-3 {
    margin-top: 5px;
  }

  .div-block-21 {
    width: 100%;
    height: 900px;
    margin-top: -13px;
  }

  .div-block-22 {
    margin-top: -69px;
  }

  .div-block-23 {
    margin-top: -5px;
  }

  .section-8 {
    margin-top: 29px;
  }

  .div-block-27 {
    padding-left: 0px;
  }

  .div-block-28 {
    padding-right: 10px;
  }

  .div-block-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-5 {
    margin-top: 18px;
  }

  .div-block-31 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2 {
    width: 100px;
    margin-top: 17px;
    text-align: center;
  }

  .div-block-32 {
    margin-top: 4px;
  }

  .heading-6 {
    margin-top: 17px;
  }

  .heading-6.aa {
    margin-bottom: -73px;
    text-align: center;
  }

  .text-span-8 {
    font-size: 45px;
    line-height: 40px;
  }

  .text-span-9 {
    font-size: 55px;
  }

  .slide-7 {
    width: 33%;
  }

  .section-10.new {
    padding-top: 9px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .text-block-3 {
    margin-top: 20px;
  }

  .div-block-39 {
    height: auto;
  }

  .column-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar-menu {
    z-index: 4000;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .div-block-46 {
    padding-top: 98px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 50px;
  }

  .image-28 {
    width: 100px;
  }

  .image-30 {
    width: 180px;
  }

  .heading-9 {
    margin-top: 47px;
    font-size: 50px;
  }

  .div-block-51 {
    height: 220px;
  }

  .button-4 {
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-10 {
    margin-top: -3px;
    font-size: 12px;
  }

  .div-block-55 {
    z-index: 3000;
    margin-top: 20px;
    margin-right: 20px;
  }

  .breadcrumb {
    height: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .famille-title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .famille-title.hh {
    margin-bottom: -40px;
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .section-14 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-61 {
    width: 100%;
    height: 100%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .div-block-75 {
    margin-top: 22px;
    margin-left: 0px;
  }

  .text-block-17 {
    margin-top: 13px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: dotted;
    font-weight: 500;
  }

  .heading-14 {
    margin-top: 39px;
  }

  .div-block-78 {
    margin-top: -4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-79 {
    width: 100%;
  }

  .produit-one {
    width: 40%;
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-83 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-83.rc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-22 {
    min-height: 30px;
  }

  .produit-proteines {
    margin-top: -1px;
  }

  .produit-description {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .div-block-87 {
    width: 100%;
  }

  .section-17 {
    z-index: 400;
  }

  .div-block-92 {
    padding-bottom: 56px;
  }

  .heading-15 {
    font-size: 80px;
  }

  .paragraph-15 {
    width: 90%;
    margin-top: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .header {
    z-index: 401;
  }

  .header.fixed {
    z-index: 500;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    box-shadow: none;
  }

  .button-7 {
    font-size: 14px;
  }

  .logo {
    width: 80px;
  }

  .button-8.tt {
    margin-top: 53px;
  }

  .button-8.tt.ff {
    margin-top: -4px;
  }

  .sec_produits {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-17 {
    font-size: 25px;
  }

  .div-block-104 {
    width: 80%;
    font-size: 13px;
  }

  .famille-one {
    margin-top: 2px;
  }

  .section-21 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-10 {
    width: 100%;
  }

  .section-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-13 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-19 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-116 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recette-all {
    display: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-118 {
    width: 80%;
    margin-top: 23px;
    margin-left: 0px;
  }

  .image-53 {
    max-width: 400px;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 33px;
  }

  .div-block-121 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .div-block-122 {
    display: block;
    width: 90%;
    margin-left: 0px;
  }

  .div-block-123 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-25 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .actualite-titre {
    margin-top: 5px;
    margin-left: 0px;
    color: #0b468e;
  }

  .page-actualite-one {
    width: 90%;
    margin-bottom: 0px;
  }

  .page-actualite-one.tt {
    width: 100%;
  }

  .page-actualite-one.home {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(229, 17, 2, 0.61);
    border-left-style: none;
  }

  .act-titre {
    font-size: 20px;
  }

  .div-block-129 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-5.tt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .actualite-all {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .collection-list-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ac_item {
    width: 90%;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .ac_item.ss {
    width: 70%;
    margin-bottom: 16px;
  }

  .collection-item-7 {
    width: 100%;
  }

  .recettes {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .question {
    font-size: 18px;
    line-height: 24px;
  }

  .reponse {
    font-size: 13px;
    line-height: 17px;
  }

  .heading-23 {
    font-size: 35px;
  }

  .div-block-134 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .famille-all {
    display: none;
    width: 100%;
  }

  .text-block-36 {
    text-align: center;
  }

  .paragraph-24 {
    text-align: center;
  }

  .section-26 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .famille-nom {
    font-size: 25px;
    line-height: 32px;
  }

  .famille-produit-one.tt {
    width: 100%;
  }

  .collection-list-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .produits-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .familleover {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
  }

  .achover {
    height: 0px;
  }

  .menu_info {
    height: 0px;
  }

  .produit-miniatures {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(255, 174, 0, 0);
  }

  .section-29 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rec-titre {
    margin-top: 23px;
    margin-bottom: -19px;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
  }

  .rec-titre.recette {
    font-size: 29px;
    line-height: 32px;
  }

  .div-block-155 {
    width: auto;
    height: 200px;
  }

  .image-produit {
    height: 200px;
  }

  .image-72 {
    width: 35px;
  }

  .rec-duree {
    font-size: 18px;
  }

  .div-block-158 {
    margin-top: 25px;
  }

  .div-block-159 {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-160 {
    width: 100%;
  }

  .div-block-161 {
    width: 100%;
  }

  .text-block-50 {
    text-align: left;
  }

  .section-30 {
    margin-top: -23px;
    padding-top: 0px;
  }

  .collection-list-9 {
    width: 100%;
  }

  .step-block {
    min-height: 110vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scoll-wrap {
    bottom: 50%;
    z-index: 1;
    height: 100%;
  }

  .dot {
    position: absolute;
    bottom: 50%;
    z-index: 99;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .step-content-block {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img-block {
    position: relative;
    z-index: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .content-wrap {
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step {
    padding: 8%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-wrapper-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-15 {
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .collection-item-17 {
    width: 40%;
  }

  .image-80 {
    height: 130px;
  }

  .famille-page-loading {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Group-1logo-256.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 151, 0.82)), to(rgba(255, 219, 151, 0.82))), url('../images/wheat-close-up.jpg');
    background-image: url('../images/Group-1logo-256.png'), linear-gradient(180deg, rgba(255, 219, 151, 0.82), rgba(255, 219, 151, 0.82)), url('../images/wheat-close-up.jpg');
    background-position: 50% 0%, 0px 0px, 50% 50%;
    background-size: auto 100px, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: fixed, scroll, scroll;
  }

  .page-produit-famille-all {
    margin-top: 34px;
  }

  .page-produit-famille-titre {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    color: rgba(0, 0, 0, 0.73);
    font-size: 25px;
    line-height: 30px;
  }

  .page-produit-all {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-produit-one {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-181 {
    margin-bottom: 14px;
  }

  .div-block-182 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-183 {
    width: 100%;
    margin-top: 53px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-184 {
    width: 100%;
  }

  .presentation-all {
    position: static;
    width: 100%;
  }

  .presentation-titre {
    margin-top: -8px;
    line-height: 32px;
    text-align: center;
  }

  .image-82 {
    margin-top: -287px;
  }

  .image-85 {
    width: 50px;
    margin-top: 0%;
  }

  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #e51102;
    background-color: rgba(11, 70, 142, 0);
    color: #fff;
  }

  .div-block-192 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-193 {
    width: 100%;
  }

  .div-block-194 {
    width: 100%;
    margin-top: 6px;
  }

  .image-87 {
    max-height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .image-3 {
    width: 80px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.new {
    margin-top: 8px;
    text-align: left;
  }

  .button {
    margin-top: 11px;
  }

  .button.ss.mm {
    font-size: 12px;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    border-bottom: 1px none rgba(229, 17, 2, 0.26);
    border-right-style: none;
  }

  .heading-2 {
    margin-top: 21px;
  }

  .slide-4 {
    width: 98%;
  }

  .section-4 {
    margin-top: -22px;
  }

  .container-3 {
    margin-top: 34px;
  }

  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    border-radius: 30px;
  }

  .slide-5 {
    width: 100%;
    margin-left: 0px;
  }

  .image-9 {
    max-height: 300px;
    min-height: 300px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-5 {
    margin-top: -103px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .div-block-21 {
    z-index: 0;
  }

  .div-block-23 {
    margin-top: 1px;
  }

  .text-block {
    font-size: 12px;
  }

  .image-10 {
    width: 20px;
  }

  .div-block-24 {
    margin-top: 27px;
  }

  .text-span-8 {
    font-size: 35px;
  }

  .text-span-9 {
    font-size: 50px;
    line-height: 60px;
  }

  .slide-7 {
    width: 33%;
  }

  .section-10.new {
    padding-right: 14px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .sidebar-menu {
    width: 100%;
  }

  .div-block-46 {
    padding-top: 106px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-9 {
    width: 100%;
    padding-left: 0px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
  }

  .image-28 {
    display: none;
    width: 80px;
    padding-left: 0px;
  }

  .image-30 {
    width: 150px;
  }

  .image-31 {
    width: 100px;
  }

  .heading-9 {
    margin-top: 31px;
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-51 {
    height: 180px;
  }

  .paragraph-10 {
    width: 90%;
    margin-top: -7px;
    font-size: 11px;
    line-height: 17px;
  }

  .right-arrow-4 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .div-block-52 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-34 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .link-block-2 {
    overflow: hidden;
    width: 90%;
    margin-right: 0px;
  }

  .div-block-55 {
    width: 40px;
    height: 40px;
    margin-top: 21px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #fff;
  }

  .menu-item {
    width: 90%;
  }

  .div-block-59 {
    width: 100%;
  }

  .famille-title {
    margin-top: 9px;
    margin-bottom: -6px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
  }

  .famille-title.nn {
    margin-top: 3px;
    margin-left: 0px;
    text-align: left;
  }

  .famille-title.hh {
    margin-bottom: -58px;
    font-size: 29px;
  }

  .famille-description {
    text-align: left;
  }

  .section-14 {
    margin-bottom: 28px;
    padding-top: 5px;
  }

  .div-block-61 {
    height: 100%;
    min-width: 100%;
  }

  .timeline-header {
    font-size: 2em;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .produit-all {
    margin-bottom: 15px;
  }

  .div-block-75 {
    margin-top: -1px;
  }

  .text-block-17 {
    margin-top: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .text-block-17.ss {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-14 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .collection-item-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-78 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-79 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-83 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produit-famille-titre {
    font-size: 17px;
  }

  .div-block-84 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-22 {
    min-height: 0px;
    margin-bottom: 12px;
  }

  .div-block-85 {
    width: 50%;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-proteines {
    margin-top: -9px;
  }

  .div-block-87 {
    width: 100%;
    margin-top: 0px;
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
  }

  .section-17 {
    height: 230px;
  }

  .section-17.noodles {
    height: 230px;
  }

  .div-block-92 {
    padding-bottom: 0px;
  }

  .heading-15 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph-15 {
    margin-top: -22px;
    color: hsla(0, 0%, 100%, 0.56);
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-94 {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header.fixed {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-position: 0px 0px;
  }

  .section-19 {
    padding-top: 27px;
  }

  .body-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }

  .button-7 {
    margin-top: 6px;
  }

  .logo {
    width: 70px;
  }

  .div-block-97 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-8.tt {
    width: auto;
    text-align: center;
  }

  .button-8.tt.ff {
    width: 100%;
    margin-top: 24px;
  }

  .heading-17 {
    width: 100%;
    max-width: 100%;
    margin-top: -4px;
    padding-left: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
  }

  .heading-17.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .famille-one1 {
    width: 90%;
    height: 200px;
    margin-top: 12px;
  }

  .famille-image {
    max-height: 150px;
    min-height: 150px;
  }

  .div-block-102 {
    height: 150px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-103 {
    height: 50px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-104 {
    width: 100%;
    height: 30px;
  }

  .famille-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-21 {
    margin-bottom: 20px;
  }

  .div-block-107 {
    width: 100%;
    height: 30px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .button-11 {
    padding: 8px 15px;
    font-size: 11px;
  }

  .slider-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-119 {
    width: 100%;
  }

  .image-53 {
    max-width: 250px;
  }

  .paragraph-20 {
    min-width: auto;
    margin-top: 23px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    text-align: center;
  }

  .collection-item-4 {
    width: 45%;
  }

  .left-arrow-6 {
    display: none;
  }

  .right-arrow-7 {
    display: none;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-122 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-123 {
    margin-top: 12px;
  }

  .section-25 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-actualite-all {
    margin-top: 20px;
  }

  .collection-item-5 {
    margin-right: 0px;
  }

  .page-actualite-image.nn {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .actualite-titre.tt {
    text-align: center;
  }

  .actualite-date {
    width: 100%;
    text-align: left;
  }

  .page-actualite-one {
    width: 100%;
  }

  .page-actualite-one.ss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .act-titre {
    line-height: 25px;
  }

  .act-image {
    min-height: auto;
    min-width: 100%;
    box-shadow: none;
  }

  .actualite-all {
    display: none;
  }

  .ac_item.ss {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-23 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .famille-all {
    display: none;
  }

  .text-block-36 {
    margin-top: -36px;
    text-align: left;
  }

  .button-12 {
    width: 70%;
    text-align: center;
  }

  .paragraph-23 {
    margin-top: -43px;
    text-align: left;
  }

  .paragraph-24 {
    margin-top: 46px;
    margin-bottom: 29px;
    text-align: left;
  }

  .famille-nom {
    margin-bottom: 13px;
  }

  .collection-item-8 {
    width: 33%;
    margin-top: 5px;
    margin-right: 0px;
  }

  .famille-produit-one.tt {
    width: 80%;
    height: 180px;
  }

  .totop {
    display: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .image244 {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .famille-produit-image {
    max-height: 130px;
    min-height: 130px;
  }

  .produits-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-142.zoom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_info {
    display: none;
  }

  .div-block-153 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-miniatures {
    border-right: 1px dotted #e51102;
  }

  .produit-miniature {
    min-height: 40px;
    min-width: 40px;
  }

  .background-video-3 {
    height: 111%;
  }

  .background-video-3.noodles {
    height: 111%;
  }

  .rec-titre.recette {
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-156.rc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-157 {
    margin-top: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rec-duree {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-158 {
    margin-top: -13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-165 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-wrapper-7 {
    width: 100%;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .steps-clone {
    position: static;
    display: block;
  }

  .div-block-171 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-74 {
    width: 80px;
    margin-top: -8px;
  }

  .image-75 {
    margin-top: -32px;
    margin-left: 0px;
  }

  .collection-item-15 {
    margin-right: 0px;
  }

  .logo-noody {
    display: block;
    margin-left: -22px;
  }

  .collection-item-17 {
    width: 90%;
    margin-right: 0px;
    margin-bottom: -33px;
  }

  .collection-list-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-wrapper-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-80 {
    height: 100px;
  }

  .div-block-180 {
    padding-left: 20px;
  }

  .famille-page-loading {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 219, 151, 0.82);
    background-image: url('../images/Group-1logo-256.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 151, 0.82)), to(rgba(255, 219, 151, 0.82))), url('../images/wheat-close-up.jpg');
    background-image: url('../images/Group-1logo-256.png'), linear-gradient(180deg, rgba(255, 219, 151, 0.82), rgba(255, 219, 151, 0.82)), url('../images/wheat-close-up.jpg');
    background-position: 50% 0%, 0px 0px, 50% 50%;
    background-size: auto 100px, auto, cover;
    background-repeat: no-repeat, repeat, repeat;
    background-attachment: fixed, scroll, scroll;
  }

  .page-produit-all {
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-produit-one {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-181 {
    margin-bottom: -9px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-poids {
    padding-left: 20px;
  }

  .div-block-183 {
    margin-top: 53px;
    padding-left: 0px;
  }

  .presentation-titre {
    margin-top: 6px;
    font-size: 25px;
    line-height: 28px;
  }

  .rec-nb-personne {
    font-size: 14px;
    line-height: 18px;
  }

  .spot-one {
    margin-bottom: 25px;
  }

  .image-81 {
    width: 50px;
    height: 50px;
    margin-top: 50px;
  }

  .image-82 {
    margin-top: 0px;
  }

  .image-85 {
    width: 40px;
    margin-top: 0%;
  }

  .produit-recettes {
    padding-left: 20px;
  }

  .produit-conditionnement {
    padding-left: 20px;
  }
}

@font-face {
  font-family: 'Tomatoes o8l8';
  src: url('../fonts/Tomatoes-O8L8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quickkisspersonaluse pxlz';
  src: url('../fonts/QuickKissPersonalUse-PxlZ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2znv';
  src: url('../fonts/ConsertaDemoRegular-2znv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barniesfreetrial axe0o';
  src: url('../fonts/BarniesFreeTrial-axE0o.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}