@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6bA.ttf) format('truetype');
}
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSA.ttf) format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.flash {
  animation: flashit linear 500ms;
}
@keyframes flashit {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.produit:hover,
.produit:focus {
  transition: background-color 300ms ease;
}
.produit:hover a[data-panel="produit"],
.produit:focus a[data-panel="produit"] {
  background-color: #df5f5f;
  transition-property: background-color, border-bottom-color, border-left-color, border-right-color, border-top-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-color: white;
}
.produit:hover a[data-panel="produit"] svg path,
.produit:focus a[data-panel="produit"] svg path {
  fill: white;
  transition-property: fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.produit.selected a[data-panel="produit"] {
  background-color: #df5f5f;
  transition-property: background-color, border-bottom-color, border-left-color, border-right-color, border-top-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-color: white;
}
.produit.selected a[data-panel="produit"] svg path {
  fill: white;
  transition-property: fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.hoverLink {
  background-color: #df5f5f;
  transition-property: background-color, border-bottom-color, border-left-color, border-right-color, border-top-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-color: white;
}
.hoverLink svg path {
  fill: white;
  transition-property: fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.input {
  padding: 10px;
}
.input > * {
  box-sizing: border-box;
}
.input .select2-selection,
.input input[type="search"],
.input input[type='number'] {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.input textarea {
  min-height: 100px;
}
.input.simple.text,
.input.simple.password,
.input.simple.number,
.input.simple.select-single,
.input.simple.textarea,
.input.simple.select-multiple,
.input.simple.input_addable_simple {
  text-align: left;
}
.input.simple.text label,
.input.simple.password label,
.input.simple.number label,
.input.simple.select-single label,
.input.simple.textarea label,
.input.simple.select-multiple label,
.input.simple.input_addable_simple label {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.input.simple.text input,
.input.simple.password input,
.input.simple.number input,
.input.simple.select-single input,
.input.simple.textarea input,
.input.simple.select-multiple input,
.input.simple.input_addable_simple input,
.input.simple.text select,
.input.simple.password select,
.input.simple.number select,
.input.simple.select-single select,
.input.simple.textarea select,
.input.simple.select-multiple select,
.input.simple.input_addable_simple select,
.input.simple.text .screen,
.input.simple.password .screen,
.input.simple.number .screen,
.input.simple.select-single .screen,
.input.simple.textarea .screen,
.input.simple.select-multiple .screen,
.input.simple.input_addable_simple .screen,
.input.simple.text textarea,
.input.simple.password textarea,
.input.simple.number textarea,
.input.simple.select-single textarea,
.input.simple.textarea textarea,
.input.simple.select-multiple textarea,
.input.simple.input_addable_simple textarea {
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-family: "interstate", Arial;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 3px;
  line-height: 20px;
}
.input.simple.text input:disabled,
.input.simple.password input:disabled,
.input.simple.number input:disabled,
.input.simple.select-single input:disabled,
.input.simple.textarea input:disabled,
.input.simple.select-multiple input:disabled,
.input.simple.input_addable_simple input:disabled,
.input.simple.text select:disabled,
.input.simple.password select:disabled,
.input.simple.number select:disabled,
.input.simple.select-single select:disabled,
.input.simple.textarea select:disabled,
.input.simple.select-multiple select:disabled,
.input.simple.input_addable_simple select:disabled,
.input.simple.text .screen:disabled,
.input.simple.password .screen:disabled,
.input.simple.number .screen:disabled,
.input.simple.select-single .screen:disabled,
.input.simple.textarea .screen:disabled,
.input.simple.select-multiple .screen:disabled,
.input.simple.input_addable_simple .screen:disabled,
.input.simple.text textarea:disabled,
.input.simple.password textarea:disabled,
.input.simple.number textarea:disabled,
.input.simple.select-single textarea:disabled,
.input.simple.textarea textarea:disabled,
.input.simple.select-multiple textarea:disabled,
.input.simple.input_addable_simple textarea:disabled {
  background-color: #a1a1a1;
  color: #7a7a7a;
}
.input.simple.text .copy_input,
.input.simple.password .copy_input,
.input.simple.number .copy_input,
.input.simple.select-single .copy_input,
.input.simple.textarea .copy_input,
.input.simple.select-multiple .copy_input,
.input.simple.input_addable_simple .copy_input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.input.simple.text .copy_input input,
.input.simple.password .copy_input input,
.input.simple.number .copy_input input,
.input.simple.select-single .copy_input input,
.input.simple.textarea .copy_input input,
.input.simple.select-multiple .copy_input input,
.input.simple.input_addable_simple .copy_input input {
  position: relative;
  padding-right: 40px;
}
.input.simple.text .copy_input svg,
.input.simple.password .copy_input svg,
.input.simple.number .copy_input svg,
.input.simple.select-single .copy_input svg,
.input.simple.textarea .copy_input svg,
.input.simple.select-multiple .copy_input svg,
.input.simple.input_addable_simple .copy_input svg {
  width: 16px;
  margin-right: 12px;
  position: absolute;
  cursor: pointer;
}
.input.simple.text .copy_input svg.copied path,
.input.simple.password .copy_input svg.copied path,
.input.simple.number .copy_input svg.copied path,
.input.simple.select-single .copy_input svg.copied path,
.input.simple.textarea .copy_input svg.copied path,
.input.simple.select-multiple .copy_input svg.copied path,
.input.simple.input_addable_simple .copy_input svg.copied path {
  stroke: #52b552;
}
.input.simple.focus label {
  color: #91af9c;
}
.input.simple.checkbox {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
}
.input.simple.checkbox label {
  font-weight: 500;
  display: block;
}
.input.simple.switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
  box-sizing: border-box;
}
.input.simple.switch > * {
  box-sizing: border-box;
}
.input.simple.switch .label {
  font-weight: 500;
  display: block;
}
.input.simple.switch .switch_wrapper {
  position: relative;
  height: 22px;
  width: 40px;
}
.input.simple.switch .switch_wrapper label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  background-color: #C9C9C9;
  border: 3px solid #C9C9C9;
  border-radius: 20px;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 100ms ease-out;
}
.input.simple.switch .switch_wrapper label::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  transition: all 100ms ease-out;
}
.input.simple.switch .switch_wrapper input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.input.simple.switch .switch_wrapper input:checked + label {
  background-color: #91af9c;
  border-color: #91af9c;
  transition: all 200ms ease-out;
}
.input.simple.switch .switch_wrapper input:checked + label::before {
  transition: all 200ms ease-out;
  margin-left: 19px;
}
.input.simple.file {
  position: relative;
  max-width: 200px;
}
.input.simple.file label {
  display: flex;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
  gap: 3px;
}
.input.simple.file label .text {
  display: block;
  padding-left: 15px;
  font-weight: 500;
}
.input.simple.file label .override {
  padding: 10px;
  border: 1px solid;
  border-radius: 19px;
  text-align: center;
}
.input.simple.file.success label .override {
  color: #52b552;
  border-color: #52b552;
}
.input.simple.file input {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
.input.simple.picture {
  position: relative;
}
.input.simple.picture label {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.input.simple.picture .picture {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  gap: 5px;
  background-color: #efefef;
  border: 1px dashed #cecece;
  padding: 5px;
}
.input.simple.picture .picture .thumb {
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input.simple.picture .picture .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.input.simple.picture .picture .delete {
  position: absolute;
  color: white;
  font-size: 12px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  background-color: tomato;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input.simple.picture .picture .input {
  padding: 0;
}
.input.simple.picture .picture .input input {
  line-height: 16px;
  padding: 2px 6px;
  font-size: 13px;
}
.input.simple.picture .files_selector {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  margin: 10px 0;
}
.input.simple.picture .files_selector svg {
  width: 20px;
  height: 20px;
}
.input.simple.picture .files_selector svg line {
  stroke: white;
}
.input.simple.picture .files_selector input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.input.simple.picture .files_selector.selected {
  display: none;
}
.input.simple.pictures {
  position: relative;
}
.input.simple.pictures label {
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.input.simple.pictures .minis {
  min-height: 100px;
  padding: 5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
}
.input.simple.pictures .minis .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.input.simple.pictures .minis .list .thumb {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input.simple.pictures .minis .list .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.input.simple.pictures .minis .list .picture {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  gap: 5px;
  background-color: #efefef;
}
.input.simple.pictures .minis .list .picture .drag {
  position: absolute;
  color: white;
  font-size: 10px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 14px;
  background-color: #4756DB;
  cursor: grab;
  line-height: 14px;
  text-align: center;
}
.input.simple.pictures .minis .list .picture .delete {
  position: absolute;
  color: white;
  font-size: 12px;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  line-height: 14px;
  background-color: tomato;
  text-align: center;
  cursor: pointer;
}
.input.simple.pictures .minis .list .picture .input {
  padding: 0;
}
.input.simple.pictures .minis .list .picture .input input {
  line-height: 16px;
  padding: 2px 6px;
  font-size: 13px;
}
.input.simple.pictures .files_selector {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  cursor: pointer;
  margin: 10px 0;
}
.input.simple.pictures .files_selector input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.input.simple.select-single {
  position: relative;
}
.input.simple.select-single .select2-selection {
  height: 32px;
  display: flex;
  width: 100%;
  font-family: "interstate", Arial;
  font-size: 16px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 3px;
  line-height: 20px;
  align-items: center;
}
.input.simple.select-single .select2-selection .select2-selection__arrow {
  height: 30px;
}
.input.simple.select-single.set input,
.input.simple.select-single.set p.screen {
  border-color: #52b552;
}
.input.simple.select-single .list {
  position: absolute;
  left: 10px;
  top: 100%;
  display: none;
  background-color: white;
  width: calc(100% - 20px);
  overflow-y: auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid;
  height: auto;
  max-height: 200px;
}
.input.simple.select-single .list p {
  cursor: pointer;
  padding: 7px 10px;
}
.input.simple.select-single .list p:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.06);
}
.input.simple.select-single .list.open {
  display: flex;
  z-index: 1;
  flex-direction: column;
}
.input.simple.select-single .list:empty {
  display: none;
}
.input.simple.select-multiple {
  position: relative;
  margin-top: 10px;
}
.input.simple.select-multiple .screen_wrapper {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
}
.input.simple.select-multiple .screen_wrapper input {
  border: unset;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  min-width: 20px;
  padding: 5px;
  width: 100%;
  box-shadow: inset 1px -1px 6px rgba(0, 0, 0, 0.16);
}
.input.simple.select-multiple .screen_wrapper span {
  width: auto;
  min-width: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.input.simple.select-multiple .screen_wrapper span a {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: tomato;
  cursor: pointer;
}
.input.simple.select-multiple .list {
  position: absolute;
  left: 10px;
  top: 100%;
  display: none;
  background-color: white;
  width: calc(100% - 20px);
  overflow-y: auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid;
  height: auto;
  max-height: 200px;
}
.input.simple.select-multiple .list p {
  cursor: pointer;
  padding: 7px 10px;
}
.input.simple.select-multiple .list p:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.06);
}
.input.simple.select-multiple .list.open {
  display: flex;
  z-index: 1;
  flex-direction: column;
}
.input.simple.select-multiple .list:empty {
  display: none;
}
.input.simple.input_addable_simple .screen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}
.input.simple.input_addable_simple .screen p {
  margin: 0;
}
.input.simple.input_addable_simple .screen .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background-color: #91af9c;
  color: white;
  padding: 5px 10px;
}
.input.simple.input_addable_simple .screen .item .delete {
  color: white;
  padding-left: 10px;
  border-left: 1px solid white;
  cursor: pointer;
}
.input.simple.input_addable_simple .screen .item .text {
  cursor: default;
  display: block;
  padding-right: 10px;
}
.input.simple.input_addable_simple .screen .new {
  min-width: 100px;
  display: block;
  padding: 5px 10px;
  font-family: "interstate", Arial;
  font-size: 16px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 3px;
  line-height: 20px;
}
.input.simple.input_addable_simple.rayons_livraisons .values {
  display: none;
}
.input.simple .required::after {
  content: "*";
  color: #fc6045;
  margin-left: 10px;
}
.input.hasErrors.simple.text label,
.input.hasErrors.simple.password label,
.input.hasErrors.simple.select-single label {
  color: #fc6045;
}
.input.hasErrors.simple.text input,
.input.hasErrors.simple.password input,
.input.hasErrors.simple.select-single input,
.input.hasErrors.simple.text p.screen,
.input.hasErrors.simple.password p.screen,
.input.hasErrors.simple.select-single p.screen {
  border: 1px solid #fc6045;
}
.input.hasErrors.simple.file label .text {
  color: #fc6045;
}
.input.hasErrors.simple.file label .override {
  border: 1px solid #fc6045;
}
.input.hasErrors .form-error {
  color: #fc6045;
}
.input.hasErrors .form-error p {
  padding-top: 6px;
}
form .complementary {
  display: none;
}
form .complementary.show {
  display: block;
}
.quantiteInput .quantite_wrapper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  flex-direction: row;
  max-width: 200px;
  margin: 20px auto 20px auto;
  align-items: flex-end;
}
.quantiteInput .quantite_wrapper .input {
  padding: 0;
}
.quantiteInput .quantite_wrapper .input input {
  text-align: center;
  border: unset;
  font-size: 24px;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.quantiteInput .quantite_wrapper .input label {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.quantiteInput .quantite_wrapper .more,
.quantiteInput .quantite_wrapper .less {
  background-color: #91af9c;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.quantiteInput .quantite_wrapper .more:not(.disabled):hover,
.quantiteInput .quantite_wrapper .less:not(.disabled):hover,
.quantiteInput .quantite_wrapper .more:not(.disabled):focus,
.quantiteInput .quantite_wrapper .less:not(.disabled):focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.quantiteInput .quantite_wrapper .more.disabled,
.quantiteInput .quantite_wrapper .less.disabled {
  cursor: not-allowed;
  background-color: #7a7a7a;
  color: #efefef;
}
.quantiteInput .quantite_wrapper .more {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.quantiteInput .quantite_wrapper .less {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.message.alert {
  padding: 10px 30px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.3);
  background-color: white;
  margin-bottom: 10px;
  border-radius: 3px;
}
.message.alert.error {
  border-top: 2px solid #fc6045;
  color: #fc6045;
}
.message.alert.success {
  border-top: 2px solid #52b552;
  color: #52b552;
}
.pagination {
  margin-top: 20px;
  width: 100%;
}
.pagination ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagination ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination ul li.between {
  display: none;
}
.pagination ul li:after {
  content: "|";
  width: 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #91af9c;
}
.pagination ul li:last-of-type:after {
  display: none;
}
.pagination ul li.active {
  height: 26px;
  font-weight: bold;
}
.pagination ul li.active span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #91af9c;
  border-radius: 3px;
  color: white;
}
.pagination ul li.active:after {
  font-weight: lighter;
  color: #91af9c;
}
.pagination ul li:not(.dots):focus,
.pagination ul li:not(.dots):hover {
  font-weight: bold;
}
.pagination ul li:not(.dots):focus a,
.pagination ul li:not(.dots):hover a {
  background-color: #91af9c;
  color: white;
  border-radius: 3px;
}
.pagination ul li:not(.dots):focus span,
.pagination ul li:not(.dots):hover span {
  background-color: #91af9c;
  border-radius: 3px;
}
.pagination ul li:not(.dots):focus:after,
.pagination ul li:not(.dots):hover:after {
  font-weight: lighter;
}
.pagination ul li.dots {
  font-weight: bold;
  cursor: default;
  color: #91af9c;
}
.pagination ul li.dots:after {
  font-weight: lighter;
}
.pagination a {
  text-decoration: none;
  width: 26px;
  line-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #91af9c;
}
.btn {
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: transparent;
  font-family: "interstate", Arial;
  font-size: 18px;
  line-height: 24px;
  display: inline-flex;
  gap: 20px;
}
.btn svg {
  width: 16px;
}
.btn.small {
  gap: 5px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 18px;
}
.btn.small svg {
  max-width: 18px;
  max-height: 18px;
}
.btn.medium {
  gap: 10px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 26px;
}
.btn.medium svg {
  max-width: 22px;
  max-height: 22px;
}
.btn:hover,
.btn:focus {
  transition: 200ms ease-in;
}
.btn:hover svg line,
.btn:focus svg line {
  transition: 200ms ease-in;
}
.auth.admin .btn {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.auth.admin .btn svg path {
  fill: white;
}
.auth.admin .btn svg line {
  stroke: white;
}
.auth.admin .btn:hover,
.auth.admin .btn:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.auth.admin .btn:hover svg path,
.auth.admin .btn:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.auth.admin .btn:hover svg line,
.auth.admin .btn:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.auth.dev .btn {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.auth.dev .btn svg path {
  fill: white;
}
.auth.dev .btn svg line {
  stroke: white;
}
.auth.dev .btn:hover,
.auth.dev .btn:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.auth.dev .btn:hover svg path,
.auth.dev .btn:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.auth.dev .btn:hover svg line,
.auth.dev .btn:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.share_buttons {
  position: absolute;
  top: 95px;
  left: 10px;
  width: 60px;
  height: 60px;
}
.mobile {
  display: none;
}
html {
  height: 100vh;
}
a {
  display: inline-block;
}
body {
  width: 100%;
  font-family: "Gothic A1", sans-serif;
  color: #555555;
  margin: 0;
  line-height: 120%;
  overflow: hidden;
  height: 100vh;
  /* width */
  /* Handle */
  /* Handle on hover */
}
body * {
  box-sizing: border-box;
}
body.connexion {
  padding-top: 0;
}
body ::-webkit-scrollbar {
  width: 6px;
}
body ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
body ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body .page {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding-top: 95px;
  overflow-y: auto;
}
body.no-app {
  height: 100vh;
}
body.no-app .page {
  margin-top: 0;
}
body.no-app .page .content {
  min-height: calc(100vh - 117px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
body.no-app .page .content h1 {
  font-size: 30px;
  line-height: 36px;
  color: #91af9c;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  max-width: 90%;
}
body.no-app .page .content h2 {
  font-size: 26px;
  line-height: 30px;
  color: #555555;
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  max-width: 90%;
}
body.no-app .page .content > div:first-of-type {
  margin-top: 10px;
}
body.no-app .page .content > div:first-of-type a {
  width: 100%!important;
  height: auto!important;
  max-width: 200px;
  display: block;
  text-decoration: none;
}
body.no-app .page .content > div:first-of-type svg {
  width: 100%!important;
  height: auto!important;
  max-width: 200px;
}
body.loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}
body.loading.fade:before {
  transition: opacity 300ms ease-out;
  opacity: 0;
}
body.loading.fade #loader,
body.loading.fade #app_loader {
  opacity: 0;
  transition: opacity 300ms ease-out;
}
body.loading:before {
  opacity: 1;
  position: absolute;
  content: " ";
  display: block;
  z-index: 998;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #91af9c;
}
#loader,
#app_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  animation-name: beesandbombs;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.01, 0.15, 1.01);
  opacity: 1;
  z-index: 999;
}
#loader:before,
#app_loader:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: #91af9c;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation-name: beesandbombsrev;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.01, 0.15, 1.01);
}
#loader .circle,
#app_loader .circle {
  position: relative;
  background: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 10px;
  float: right;
  animation-name: beesandbombscircle;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.01, 0.15, 1.01);
}
#loader .circle:before,
#app_loader .circle:before {
  content: "";
  position: absolute;
  background: #91af9c;
  width: 50px;
  height: 50px;
  animation-name: beesandbombscirclebox;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.01, 0.15, 1.01);
}
#loader .circle:nth-child(1)::before,
#app_loader .circle:nth-child(1)::before {
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 40px;
}
#loader .circle:nth-child(2)::before,
#app_loader .circle:nth-child(2)::before {
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 40px;
}
#loader .circle:nth-child(3)::before,
#app_loader .circle:nth-child(3)::before {
  top: 0;
  left: 0;
  border-top-left-radius: 40px;
}
#loader .circle:nth-child(4)::before,
#app_loader .circle:nth-child(4)::before {
  top: 0;
  right: 0;
  border-top-right-radius: 40px;
}
@keyframes beesandbombs {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes beesandbombsrev {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  52% {
    visibility: hidden;
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
    visibility: hidden;
  }
}
@keyframes beesandbombscircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes beesandbombscirclebox {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  51% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.modal {
  display: none;
}
body.modal_open {
  position: relative;
  width: 100vw;
  height: 100vh!important;
  overflow: hidden;
  padding: 0;
}
body.modal_open .page {
  margin-top: 0!important;
  filter: blur(4px);
}
body.modal_open .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
}
body.modal_open .modal .inner {
  top: -100%;
  opacity: 0;
  width: calc(100vw - 100px);
  height: calc(100% - 100px);
  background-color: white;
  overflow-y: auto;
  position: fixed;
  z-index: 14;
  padding: 100px 30px 30px 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition-property: top, opacity;
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: "ease-in";
  -moz-transition-property: top, opacity;
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: "ease-in";
  transition-property: top, opacity;
  transition-duration: 500ms;
  transition-timing-function: "ease-in";
  border: 1px solid #f8f8f8;
}
body.modal_open .modal .inner.loaded {
  top: 50px;
  opacity: 1;
  -webkit-transition-property: top, opacity;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: "ease-out";
  -moz-transition-property: top, opacity;
  -moz-transition-duration: 100ms;
  -moz-transition-timing-function: "ease-out";
  transition-property: top, opacity;
  transition-duration: 100ms;
  transition-timing-function: "ease-out";
}
body.modal_open .modal .inner:before {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #91af9c;
  margin-bottom: 30px;
}
body.modal_open .modal .inner > .content {
  background-color: #f8f8f8;
  padding: 30px 50px;
  max-height: calc(100% - 140px);
  overflow-y: auto;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
}
body.modal_open .modal h1 {
  font-size: 26px;
  color: #91af9c;
  line-height: 36px;
  margin: 30px auto 20px auto;
  width: calc(100% - 100px);
}
body.modal_open .modal h2 {
  line-height: 36px;
  color: #df5f5f;
}
body.modal_open .modal .close_modal {
  position: absolute;
  top: 25px;
  left: calc(50vw - 75px);
}
body.modal_open .modal .close_modal svg {
  width: 50px;
  height: 50px;
}
body.modal_open .modal .close_modal svg circle {
  fill: transparent;
}
body.modal_open .modal .close_modal svg line {
  stroke: #91af9c;
}
body.modal_open .modal > * {
  box-sizing: border-box;
}
body.cookies_open {
  position: relative;
  width: 100vw;
  height: 100%!important;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
body.cookies_open .page {
  margin-top: 0;
  filter: blur(4px);
}
body.cookies_open #cookies {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
}
body.cookies_open #cookies .inner {
  width: calc(100vw - 100px);
  height: calc(100% - 100px);
  max-height: 400px;
  max-width: 300px;
  background-color: white;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #f8f8f8;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
body.cookies_open #cookies .inner p:first-of-type {
  text-align: center;
}
body.cookies_open #cookies .inner p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter {
  color: white;
  background-color: #52b552;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter svg path {
  fill: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter svg line {
  stroke: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:hover,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #52b552 !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:hover svg path,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #52b552;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:hover svg line,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_accepter:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #52b552;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser {
  color: white;
  background-color: #fc6045;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser svg path {
  fill: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser svg line {
  stroke: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:hover,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #fc6045 !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:hover svg path,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #fc6045;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:hover svg line,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_refuser:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #fc6045;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique svg path {
  fill: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique svg line {
  stroke: white;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:hover,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:hover svg path,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:hover svg line,
body.cookies_open #cookies .inner p:nth-of-type(2) #cookie_politique:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
body.cookies_open.modal_open #cookies {
  display: none;
}
.page.accueil > .columns,
.page.categorie > .columns,
.page.produit > .columns,
.page.recherche > .columns,
.page.commander > .columns,
.page.commenter > .columns {
  display: grid;
  grid-template-columns: 397px minmax(0, 803px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.page.accueil > .columns > .page_modules,
.page.categorie > .columns > .page_modules,
.page.produit > .columns > .page_modules,
.page.recherche > .columns > .page_modules,
.page.commander > .columns > .page_modules,
.page.commenter > .columns > .page_modules {
  padding: 30px;
}
.page.accueil > .columns > .content,
.page.categorie > .columns > .content,
.page.produit > .columns > .content,
.page.recherche > .columns > .content,
.page.commander > .columns > .content,
.page.commenter > .columns > .content {
  max-width: 823px;
  padding: 45px;
}
.page {
  background: url("../images/pbckg.png") no-repeat fixed bottom left;
  background-size: cover;
}
.page.produit {
  padding-top: 95px;
}
.page.produit > .columns > .content {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 30px;
}
.page.produit > .columns > .content .breadcrumb {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  color: #91af9c;
  margin-bottom: 10px;
}
.page.produit > .columns > .content .breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
}
.page.produit > .columns > .content .breadcrumb a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  color: inherit;
}
.page.produit > .columns > .content .breadcrumb a:last-of-type:after {
  content: unset;
}
.page.produit > .columns > .content h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  color: #91af9c;
}
.page.produit > .columns > .content .description {
  padding: 20px 0;
}
.page.produit > .columns > .content .prix {
  color: #91af9c;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
.page.produit > .columns > .content .add_to_cart_btn {
  background-color: #91af9c;
  color: white;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.page.produit > .columns > .content .add_to_cart_btn svg {
  width: 18px;
  height: 18px;
}
.page.produit > .columns > .content .produit_main_gallerie {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page.produit > .columns > .content .produit_main_gallerie .main {
  width: 100%;
  height: 100%;
}
.page.produit > .columns > .content .produit_main_gallerie .main img {
  width: 100%;
}
.page.produit > .columns > .content .produit_main_gallerie .minis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.page.produit > .columns > .content .produit_main_gallerie .minis img {
  cursor: pointer;
  width: 100%;
}
body .modal.promotions .inner::before {
  content: unset;
}
body .modal.promotions h1 {
  align-items: center;
  justify-content: center;
  display: grid;
  grid-gap: 20px;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
}
body .modal.promotions h1:before,
body .modal.promotions h1:after {
  height: 1px;
  background-color: #91af9c;
  content: " ";
}
body .modal.promotions .inner {
  padding: 30px 0;
  max-width: 500px;
  max-height: 600px;
}
body .modal.promotions .inner.loaded {
  top: calc(100% - 750px);
}
@media all and (max-height: 700px) {
  body .modal.promotions .inner.loaded {
    top: 50px;
  }
}
body .modal.promotions .inner .content {
  padding: 30px;
  background-color: transparent;
  box-shadow: unset;
}
body .modal.promotions .inner .simple.checkbox {
  justify-content: flex-start;
  max-width: 300px;
  margin: 0 auto;
  align-items: center;
  gap: 20px;
}
body .modal.promotions .inner .form_legend {
  text-align: center;
  margin-bottom: 40px;
}
body .modal.promotions .inner .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .modal.promotions .inner .commander_btn {
  text-decoration: none;
  margin: 40px auto 0 auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  width: 100%;
  max-width: 300px;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  background-color: #91af9c;
}
body .modal.promotions .inner .commander_btn svg {
  width: 18px;
  height: 18px;
}
body .modal.promotions .inner .commander_btn:hover,
body .modal.promotions .inner .commander_btn:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
body .modal.promotions .inner .commander_btn:hover svg path,
body .modal.promotions .inner .commander_btn:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
body .modal.promotions .inner .commander_btn[disabled='disabled'] {
  background-color: #7a7a7a;
  color: #a9a9a9;
  cursor: not-allowed;
}
body .modal.promotions .inner .commander_btn[disabled='disabled'] svg path {
  stroke: #a9a9a9;
}
body .modal.commentaires .inner > .content {
  max-height: calc(100% - 160px);
  box-shadow: unset;
  background-color: unset;
}
body .modal.commentaires .inner > .content .commentaires {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
body .modal.commentaires .inner > .content .commentaire {
  opacity: 1!important;
  max-width: 280px;
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-areas: "user user" "com livr" "cont cont";
}
body .modal.commentaires .inner > .content .commentaire h4 {
  grid-area: user;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  width: 100%;
  color: #91af9c;
  padding: 10px 20px;
}
body .modal.commentaires .inner > .content .commentaire .commande {
  grid-area: com;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "titre titre titre titre titre" "star1 star2 star3 star4 star5";
  grid-gap: 5px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
body .modal.commentaires .inner > .content .commentaire .livraison {
  grid-area: livr;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "titre titre titre titre titre" "star1 star2 star3 star4 star5";
  grid-gap: 2px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
body .modal.commentaires .inner > .content .commentaire .contenu {
  grid-area: cont;
  width: 100%;
  background-color: #91af9c;
  color: white;
  padding: 20px 15px;
  text-align: center;
  height: 160px;
  overflow-y: auto;
}
body .modal.commentaires .inner > .content .commentaire h5 {
  grid-area: titre;
  text-align: center;
  font-size: 12px;
  color: #91af9c;
}
body .modal.commentaires .inner > .content .commentaire .star {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .modal.commentaires .inner > .content .commentaire .star:nth-of-type(1) {
  grid-area: star1;
}
body .modal.commentaires .inner > .content .commentaire .star:nth-of-type(2) {
  grid-area: star2;
}
body .modal.commentaires .inner > .content .commentaire .star:nth-of-type(3) {
  grid-area: star3;
}
body .modal.commentaires .inner > .content .commentaire .star:nth-of-type(4) {
  grid-area: star4;
}
body .modal.commentaires .inner > .content .commentaire .star:nth-of-type(5) {
  grid-area: star5;
}
body .modal.commentaires .inner > .content .commentaire .star svg path {
  fill: #E2BB60;
}
body .modal.localites-livrables h2 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
body .modal.localites-livrables h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
body .modal.localites-livrables .content > .info {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .modal.localites-livrables .content > .by_cp {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
body .modal.localites-livrables .content > .by_cp > div {
  width: 100%;
  max-width: 220px;
}
body .modal.localites-livrables .content > .by_km {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0 auto;
}
body.scrolling > .page {
  filter: blur(4px);
  overflow-x: hidden;
}
.page.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
#admin-login-form {
  padding: 50px;
  border: 2px solid #4756DB;
  border-radius: 16px;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 200px;
  max-width: 600px;
  width: 90%;
}
#admin-login-form label {
  font-weight: bold;
  color: #4756DB;
}
#admin-login-form .btn {
  display: block;
  margin: 10px auto;
  color: white;
  background-color: #4756DB;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
#admin-login-form .btn svg path {
  fill: white;
}
#admin-login-form .btn svg line {
  stroke: white;
}
#admin-login-form .btn:hover,
#admin-login-form .btn:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #4756DB !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
#admin-login-form .btn:hover svg path,
#admin-login-form .btn:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #4756DB;
}
#admin-login-form .btn:hover svg line,
#admin-login-form .btn:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #4756DB;
}
.page.commenter > .columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page.commenter > .columns > .content {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-height: 300px;
}
.page.commenter > .columns > .content > p {
  color: #52b552;
  margin: 20px auto 30px auto;
  text-align: center;
  font-size: 28px;
}
.page.commenter > .columns > .content > a {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.page.commenter > .columns > .content > a svg path {
  fill: white;
}
.page.commenter > .columns > .content > a svg line {
  stroke: white;
}
.page.commenter > .columns > .content > a:hover,
.page.commenter > .columns > .content > a:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commenter > .columns > .content > a:hover svg path,
.page.commenter > .columns > .content > a:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.page.commenter > .columns > .content > a:hover svg line,
.page.commenter > .columns > .content > a:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.page.commenter > .columns > .content h2 {
  color: #91af9c;
  margin: 20px auto 30px auto;
  text-align: center;
  font-size: 28px;
}
.page.commenter > .columns > .content .login_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 20px;
  gap: 30px;
  margin-bottom: 0!important;
}
.page.commenter > .columns > .content .login_actions a {
  text-decoration: none;
  margin: 20px auto 40px auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  background-color: #91af9c;
  min-width: 200px;
}
.page.commenter > .columns > .content .login_actions a svg {
  width: 18px;
  height: 18px;
}
.page.commenter > .columns > .content > form {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.page.commenter > .columns > .content > form .two_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 20px;
}
.page.commenter > .columns > .content > form .one_columns {
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: center;
}
.page.commenter > .columns > .content > form .simple.input {
  position: relative;
}
.page.commenter > .columns > .content > form .simple.input textarea {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  border: 1px solid #555555;
}
.page.commenter > .columns > .content > form .star {
  cursor: pointer;
}
.page.commenter > .columns > .content > form .star svg {
  fill: #E2BB60;
}
.page.commenter > .columns > .content > form .actions button {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.page.commenter > .columns > .content > form .actions button svg path {
  fill: white;
}
.page.commenter > .columns > .content > form .actions button svg line {
  stroke: white;
}
.page.commenter > .columns > .content > form .actions button:hover,
.page.commenter > .columns > .content > form .actions button:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commenter > .columns > .content > form .actions button:hover svg path,
.page.commenter > .columns > .content > form .actions button:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.page.commenter > .columns > .content > form .actions button:hover svg line,
.page.commenter > .columns > .content > form .actions button:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.page.commander .commander_content {
  max-width: 1200px!important;
  width: 100%;
}
.page.commander > .columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page.commander > .columns > .content {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page.commander > .columns > .content > .step_links {
  margin: 20px auto 0 auto;
  height: 36px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page.commander > .columns > .content > .step_links:after {
  content: " ";
  position: absolute;
  z-index: 1;
  height: 1px;
  width: calc(100% - 30px);
  background-color: #91af9c;
}
.page.commander > .columns > .content > .step_links ul {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 120px;
}
.page.commander > .columns > .content > .step_links li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: #91af9c;
}
.page.commander > .columns > .content > .step_links li.active {
  border-radius: 17px;
  width: 33px;
  height: 33px;
}
.page.commander > .columns > .content .panel {
  margin: 20px auto;
  display: block;
}
.page.commander > .columns > .content .panel > .right > h2,
.page.commander > .columns > .content .panel > h2 {
  font-size: 30px;
  line-height: 36px;
  color: #91af9c;
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  max-width: 90%;
}
.page.commander > .columns > .content .actions {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page.commander > .columns > .content .next,
.page.commander > .columns > .content .prev {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.page.commander > .columns > .content .next svg path,
.page.commander > .columns > .content .prev svg path {
  fill: white;
}
.page.commander > .columns > .content .next svg line,
.page.commander > .columns > .content .prev svg line {
  stroke: white;
}
.page.commander > .columns > .content .next:hover,
.page.commander > .columns > .content .prev:hover,
.page.commander > .columns > .content .next:focus,
.page.commander > .columns > .content .prev:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commander > .columns > .content .next:hover svg path,
.page.commander > .columns > .content .prev:hover svg path,
.page.commander > .columns > .content .next:focus svg path,
.page.commander > .columns > .content .prev:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.page.commander > .columns > .content .next:hover svg line,
.page.commander > .columns > .content .prev:hover svg line,
.page.commander > .columns > .content .next:focus svg line,
.page.commander > .columns > .content .prev:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.page.commander > .columns > .content .next.disabled,
.page.commander > .columns > .content .prev.disabled {
  color: white;
  background-color: #656565;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
  color: #efefef;
}
.page.commander > .columns > .content .next.disabled svg path,
.page.commander > .columns > .content .prev.disabled svg path {
  fill: white;
}
.page.commander > .columns > .content .next.disabled svg line,
.page.commander > .columns > .content .prev.disabled svg line {
  stroke: white;
}
.page.commander > .columns > .content .next.disabled:hover,
.page.commander > .columns > .content .prev.disabled:hover,
.page.commander > .columns > .content .next.disabled:focus,
.page.commander > .columns > .content .prev.disabled:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #656565 !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commander > .columns > .content .next.disabled:hover svg path,
.page.commander > .columns > .content .prev.disabled:hover svg path,
.page.commander > .columns > .content .next.disabled:focus svg path,
.page.commander > .columns > .content .prev.disabled:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #656565;
}
.page.commander > .columns > .content .next.disabled:hover svg line,
.page.commander > .columns > .content .prev.disabled:hover svg line,
.page.commander > .columns > .content .next.disabled:focus svg line,
.page.commander > .columns > .content .prev.disabled:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #656565;
}
.page.commander > .columns > .content .prev svg {
  transform: rotate(180deg);
}
.page.commander > .columns .step_1 {
  display: grid!important;
  grid-template-columns: 397px minmax(0, 803px) !important;
  max-width: 1200px!important;
  margin: 0 auto!important;
  padding: 20px!important;
}
.page.commander > .columns .step_1 > .left {
  padding: 30px!important;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie {
  margin-top: 30px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a {
  color: white;
  background-color: #df5f5f;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
  margin-bottom: 20px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a svg path {
  fill: white;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a svg line {
  stroke: white;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:hover,
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #df5f5f !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:hover svg path,
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #df5f5f;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:hover svg line,
.page.commander > .columns .step_1 > .left .module.module_upsells .par_categorie > div > .inner > a:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #df5f5f;
}
.page.commander > .columns .step_1 > .left .module.module_upsells > .inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .module_titre {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
  color: #91af9c;
  height: auto;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit {
  padding: 10px 20px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 5px;
  cursor: pointer;
  position: relative;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit h3 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .description {
  color: white;
  font-size: 12px;
  line-height: 14px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .prix {
  color: #df5f5f;
  font-size: 15px;
  margin-top: 5px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .center {
  padding: 0;
  text-align: left;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #df5f5f;
  border-radius: 20px;
}
.page.commander > .columns .step_1 > .left .module.module_upsells .produit .left a svg {
  width: 26px;
  height: 26px;
  fill: #df5f5f;
}
.page.commander > .columns .step_1 > .right {
  max-width: 823px!important;
  padding: 30px 45px!important;
}
.page.commander > .columns .step_1 > .right .lignes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 40px;
}
.page.commander > .columns .step_1 > .right .lignes .ligne {
  justify-items: center;
  align-items: center;
  background-color: #EBEBEB;
  display: grid;
  grid-template-columns: 1fr 160px 160px;
  grid-gap: 20px;
  padding: 5px 20px;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  flex-direction: row;
  max-width: 200px;
  margin: 20px auto 20px auto;
  align-items: flex-end;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .input {
  padding: 0;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .input input {
  text-align: center;
  border: unset;
  font-size: 24px;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .input label {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .more,
.page.commander > .columns .step_1 > .right .quantite_wrapper .less {
  background-color: #91af9c;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .more:not(.disabled):hover,
.page.commander > .columns .step_1 > .right .quantite_wrapper .less:not(.disabled):hover,
.page.commander > .columns .step_1 > .right .quantite_wrapper .more:not(.disabled):focus,
.page.commander > .columns .step_1 > .right .quantite_wrapper .less:not(.disabled):focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .more.disabled,
.page.commander > .columns .step_1 > .right .quantite_wrapper .less.disabled {
  cursor: not-allowed;
  background-color: #7a7a7a;
  color: #efefef;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .more {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page.commander > .columns .step_1 > .right .quantite_wrapper .less {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page.commander > .columns .step_1 > .right .prix {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
.page.commander > .columns .step_1 > .right .titre {
  justify-self: flex-start;
}
.page.commander > .columns .step_1 > .right .titre .titre_wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 3px;
}
.page.commander > .columns .step_1 > .right .titre .titre_wrapper h3 {
  color: #91af9c;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.page.commander > .columns .step_1 > .right .supprimer_ligne {
  color: tomato;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.page.commander > .columns .step_1 > .right .supplements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.page.commander > .columns .step_1 > .right .supplements p:after {
  content: ",";
  margin-right: 5px;
}
.page.commander > .columns .step_1 > .right .supplements p:last-of-type:after {
  content: unset;
}
.page.commander > .columns .step_1 > .right .promotion {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.page.commander > .columns .step_1 > .right .promotion p {
  font-weight: bold;
}
.page.commander > .columns .step_1 > .right .promotion a {
  color: tomato;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.page.commander > .columns .step_1 > .right .totals {
  padding: 20px 50px 20px 50px;
  text-align: center;
  border-top: 1px solid #91af9c;
}
.page.commander > .columns .step_1 > .right .totals p:first-of-type {
  text-align: right;
}
.page.commander > .columns .step_1 > .right .totals .prix {
  text-align: right;
}
.page.commander > .columns .step_1 > .right .totals .infos {
  margin-top: 30px;
}
.page.commander > .columns .step_1 > .right .empty_cart {
  font-weight: bold;
  font-size: 24px;
  margin: 40px auto;
  color: #df5f5f;
}
.page.commander > .columns .step_1 > .right .shop_closed {
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  margin: 40px auto;
  color: #df5f5f;
}
.page.commander > .columns .step_2 .delivery-date,
.page.commander > .columns .step_2 .takeaway-date {
  background: #797d76;
  padding: 10px 5px 5px;
  margin-top: 15px;
}
.page.commander > .columns .step_2 .delivery-date b,
.page.commander > .columns .step_2 .takeaway-date b {
  font-weight: bold;
}
.page.commander > .columns .step_2 .livraisons .delivery-date,
.page.commander > .columns .step_2 .livraisons .takeaway-date {
  display: none;
}
.page.commander > .columns .step_2 .livraisons .delivery-date #delivery_date_hour,
.page.commander > .columns .step_2 .livraisons .takeaway-date #takeaway_date_hour {
  display: none;
}
.page.commander > .columns .step_2 .livraisons .option.selected .delivery-date,
.page.commander > .columns .step_2 .livraisons .option.selected .takeaway-date {
    display: block;
}
#delivery_date_hour_info,
#takeaway_date_hour_info {
  background: #ff4444;
  color: #ffffff;
  padding: 5px 0;
  font-size: 12px;
  display:none
}
#delivery-date-estimate, #takeaway-date-estimate {
    color: #ffffff;
    background-color: #52b552;
    display: block;
    padding: 5px;
    font-size: 0.8rem;
}
.page.commander > .columns .step_2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.page.commander > .columns .step_2 > form {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.page.commander > .columns .step_2 .login_actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 20px;
  gap: 30px;
}
.page.commander > .columns .step_2 .login_actions a {
  text-decoration: none;
  margin: 20px auto 40px auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  background-color: #91af9c;
  min-width: 200px;
}
.page.commander > .columns .step_2 .login_actions a svg {
  width: 18px;
  height: 18px;
}
.page.commander > .columns .step_2 .general .simple.input {
  position: relative;
}
.page.commander > .columns .step_2 .general .simple.input label.required:after {
  position: absolute;
  right: 30px;
  top: 57px;
}
.page.commander > .columns .step_2 .general .simple.input input {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 31px;
  padding: 5px 40px 5px 20px;
  font-size: 20px;
  line-height: 30px;
  height: 62px;
}
.page.commander > .columns .step_2 .general .simple.input textarea {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #555555;
  border: 1px solid #555555;
}
.page.commander > .columns .step_2 .two_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 20px;
}
.page.commander > .columns .step_2 .one_columns {
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-content: center;
}
.page.commander > .columns .step_2 .general {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.page.commander > .columns .step_2 .simple.input {
  position: relative;
}
.page.commander > .columns .step_2 .simple.input label.required:after {
  position: absolute;
  right: 30px;
  top: 57px;
}
.page.commander > .columns .step_2 .simple.input input {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 31px;
  padding: 5px 40px 5px 20px;
  font-size: 20px;
  line-height: 30px;
  height: 62px;
}
.page.commander > .columns .step_2 .simple.input textarea {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #555555;
  border: 1px solid #555555;
}
.page.commander > .columns .step_2 .livraisons .options {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  align-items: baseline;
}
.page.commander > .columns .step_2 .livraisons .select2 {
  width: 100%!important;
}
.page.commander > .columns .step_2 .livraisons .select2-selection {
  padding: 5px 40px 5px 20px;
  font-size: 20px!important;
  line-height: 30px!important;
  height: 62px!important;
  border-radius: 31px;
}
.page.commander > .columns .step_2 .livraisons .select2-selection__arrow {
  height: 62px;
  width: 40px;
}
.page.commander > .columns .step_2 .livraisons .option {
  width: 100%;
  background-color: #efefef;
  padding: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.page.commander > .columns .step_2 .livraisons .option .select-single label.required:after {
  left: 3px;
  top: 14px;
}
.page.commander > .columns .step_2 .livraisons .option .prix {
  font-weight: bold;
  margin: 5px auto;
  text-transform: uppercase;
}
.page.commander > .columns .step_2 .livraisons .option svg {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.page.commander > .columns .step_2 .livraisons .option.selected,
.page.commander > .columns .step_2 .livraisons .option:focus,
.page.commander > .columns .step_2 .livraisons .option:hover {
  background-color: #91af9c;
  color: white;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.page.commander > .columns .step_2 .livraisons .option.selected svg path,
.page.commander > .columns .step_2 .livraisons .option:focus svg path,
.page.commander > .columns .step_2 .livraisons .option:hover svg path {
  fill: white!important;
}
.page.commander > .columns .step_2 .livraisons .option.selected .complement {
  display: block;
}
.page.commander > .columns .step_2 .livraisons .complement {
  display: none;
}
.page.commander > .columns .step_2 .livraisons > .error {
  margin: 20px auto 10px auto;
  display: block;
  background-color: rgba(176, 48, 48, 0.2);
  border: 1px solid #b03030;
  color: #b03030;
  padding: 5px 10px;
  text-align: left;
}
.page.commander > .columns .step_2 .paiements > .error {
  margin-top: 20px;
  display: block;
  background-color: rgba(176, 48, 48, 0.2);
  border: 1px solid #b03030;
  color: #b03030;
  padding: 5px 10px;
  text-align: left;
}
.page.commander > .columns .step_2 .paiements .input.select-single {
  display: none;
}
.page.commander > .columns .step_2 .paiements > h3 {
  background-color: #91af9c;
  color: white;
  padding: 10px 20px;
}
.page.commander > .columns .step_2 .paiements .options {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.page.commander > .columns .step_2 .paiements .options .option {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  width: 240px;
  padding: 5px 10px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  cursor: pointer;
  gap: 10px;
}
.page.commander > .columns .step_2 .paiements .options .option svg,
.page.commander > .columns .step_2 .paiements .options .option img {
  height: 24px;
  width: 32px;
}
.page.commander > .columns .step_2 .paiements .options .option svg {
  background-color: white;
  border-radius: 6px;
}
.page.commander > .columns .step_2 .paiements .options .option svg path {
  fill: #91af9c;
}
.page.commander > .columns .step_2 .paiements .options .option.selected,
.page.commander > .columns .step_2 .paiements .options .option:hover,
.page.commander > .columns .step_2 .paiements .options .option:focus {
  background-color: #91af9c;
  color: white;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.page.commander > .columns .step_2 .paiements .options .option input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.page.commander > .columns .step_3 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.page.commander > .columns .step_3 > h2 {
  max-width: unset!important;
}
.page.commander > .columns .step_3 > .receip_commande_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 330px;
  grid-gap: 40px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr > th {
  background-color: #91af9c;
  color: white;
  text-align: left;
  font-weight: bold;
  padding: 5px 3px;
  height: 100%;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr > td {
  text-align: center;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.total {
  border-top: 1px solid #91af9c;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.total > td {
  font-weight: bold;
  text-align: right;
  padding: 5px 3px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.fidelite > td {
  text-align: right;
  padding: 5px 3px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits {
  grid-template-columns: 1fr;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table {
  width: 100%;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr {
  display: grid;
  grid-template-columns: 1fr 36px 80px;
  border-bottom: 1px solid #efefef;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr:last-of-type {
  border-bottom: unset;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr:first-of-type {
  border-bottom: unset;
  grid-template-columns: 1fr;
  background-color: #91af9c;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 3px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td {
  padding: 5px 3px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td h3 {
  text-align: left;
  font-weight: bold;
  max-width: 200px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td .supplements {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td .supplements h4 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td .supplements p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  margin: 0;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:first-of-type > tbody > tr.produits table tbody tr td:last-of-type {
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type {
  height: fit-content;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type tr,
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type td,
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type th {
  width: 100%;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type th {
  background-color: #91af9c;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type td > p {
  border-bottom: 1px solid #b0b0b0;
  padding: 3px 5px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 120px 1fr;
  word-break: break-all;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type td > p span {
  text-align: left;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type td > p > span:first-of-type {
  font-weight: bold;
}
.page.commander > .columns .step_3 > .receip_commande_content .two_columns > table:last-of-type td > p:last-of-type {
  border-bottom: unset;
}
.page.commander > .columns .step_3 .time_left {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.page.commander > .columns .step_3 .time_left b {
  font-weight: bold;
}
.page.commander > .columns .step_3 .time_left h3 {
  font-size: 20px;
  line-height: 24px;
  color: #df5f5f;
  text-align: center;
}
.page.commander > .columns .step_3 .time_left .stop_watch_wrapper {
  width: 80px;
  height: 80px;
  position: relative;
}
.page.commander > .columns .step_3 .time_left .stop_watch_wrapper span {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #df5f5f;
  text-align: center;
  padding-top: 6px;
  padding-left: 3px;
}
.page.commander > .columns .step_3 .time_left .stop_watch_wrapper svg {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  fill: #91af9c;
  opacity: 0.6;
}
.page.commander > .columns .step_3 .time_left > p {
  color: #df5f5f;
  font-size: 20px;
  line-height: 24px;
}
.page.commander > .columns .step_3 .actions a {
  color: white;
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.page.commander > .columns .step_3 .actions a svg path {
  fill: white;
}
.page.commander > .columns .step_3 .actions a svg line {
  stroke: white;
}
.page.commander > .columns .step_3 .actions a:hover,
.page.commander > .columns .step_3 .actions a:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #91af9c !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.page.commander > .columns .step_3 .actions a:hover svg path,
.page.commander > .columns .step_3 .actions a:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.page.commander > .columns .step_3 .actions a:hover svg line,
.page.commander > .columns .step_3 .actions a:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.rechercherForm form {
  position: relative;
}
.rechercherForm form .input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.rechercherForm form .input input {
  border: unset;
  height: 40px;
  border-radius: 20px;
  padding-right: 50px;
  background-color: #91af9c;
  color: white;
}
.rechercherForm form .input input::placeholder {
  color: white;
  font-weight: lighter;
}
.rechercherForm form .input input:focus,
.rechercherForm form .input input:active,
.rechercherForm form .input input:hover {
  border: unset;
  outline: unset;
}
.rechercherForm form .input button {
  cursor: pointer;
  background: unset;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rechercherForm form .input button:focus,
.rechercherForm form .input button:hover {
  border: unset;
}
.rechercherForm form .input button svg {
  fill: white;
}
.rechercherForm form .results {
  display: none;
}
.rechercherForm form .results:not(.empty) {
  position: absolute;
  top: calc(100% - 5px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.rechercherForm form .results:not(.empty) a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
  color: #91af9c;
}
.rechercherForm form .results:not(.empty) a:hover,
.rechercherForm form .results:not(.empty) a:focus {
  background-color: #91af9c;
  color: white;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.rechercherForm form .results:not(.empty) a.all {
  background-color: #91af9c;
  color: white;
  font-weight: bold;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}
.static_top_menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  flex-direction: row;
  gap: 10px;
  padding: 0 20px;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.static_top_menu .left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static_top_menu .left a {
  text-decoration: none;
  max-width: 100%;
  max-height: 90px;
  display: block;
}
.static_top_menu .left img {
  max-height: 90px;
  max-width: 100%;
}
.static_top_menu .left .logolight {
  display: none;
}
.static_top_menu .center {
  width: 50%;
}
.static_top_menu .center form {
  position: relative;
}
.static_top_menu .center form .input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
}
.static_top_menu .center form .input input {
  border: unset;
  height: 40px;
  border-radius: 20px;
  padding-right: 50px;
  background-color: #91af9c;
  color: white;
}
.static_top_menu .center form .input input::placeholder {
  color: white;
  font-weight: lighter;
}
.static_top_menu .center form .input input:focus,
.static_top_menu .center form .input input:active,
.static_top_menu .center form .input input:hover {
  border: unset;
  outline: unset;
}
.static_top_menu .center form .input button {
  cursor: pointer;
  background: unset;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.static_top_menu .center form .input button:focus,
.static_top_menu .center form .input button:hover {
  border: unset;
}
.static_top_menu .center form .input button svg {
  fill: white;
}
.static_top_menu .center form .results {
  display: none;
}
.static_top_menu .center form .results:not(.empty) {
  position: absolute;
  top: calc(100% - 5px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.static_top_menu .center form .results:not(.empty) a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
  color: #91af9c;
}
.static_top_menu .center form .results:not(.empty) a:hover,
.static_top_menu .center form .results:not(.empty) a:focus {
  background-color: #91af9c;
  color: white;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.static_top_menu .center form .results:not(.empty) a.all {
  background-color: #91af9c;
  color: white;
  font-weight: bold;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
}
.static_top_menu .right {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.static_top_menu .right .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.static_top_menu .right a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.static_top_menu .right a svg {
  width: 30px;
  height: 30px;
  fill: #555555;
}
.static_top_menu .shop_open {
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    display: block;
    text-align: center;
    min-width: 200px;
    max-width: 95%;
}
.static_top_menu .shop_open > span {
    text-transform: none;
    font-size: 12px;
}
.static_top_menu .shop_open.open {
  background-color: #52b552;
  color: white;
}
.static_top_menu .shop_open.close {
  background-color: #fc6045;
}
div#delivery-hour-buttons, div#takeaway-hour-buttons {
  padding: 0 10px;
}
#delivery-hour-buttons button, #takeaway-hour-buttons button {
  padding: 6px;
  margin: 5px;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  cursor: pointer;
}
#delivery-hour-buttons button.active, #takeaway-hour-buttons button.active {
  background: #7ea28b;
  color: #ffffff;
}
.desktop-menu {
  position: fixed;
  height: 300px;
  top: calc(50% - 150px);
  right: 6px;
  z-index: 11;
  -webkit-transition-property: right;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: right;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  transition-property: right;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.desktop-menu.hide {
  -webkit-transition-property: right;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: right;
  -moz-transition-duration: 100ms;
  -moz-transition-timing-function: ease-out;
  transition-property: right;
  transition-duration: 100ms;
  transition-timing-function: ease-out;
  right: -60px;
}
.desktop-menu ul {
  width: 60px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.desktop-menu ul li {
  position: relative;
  right: 0;
}
.desktop-menu ul li a {
  display: grid;
  grid-template-columns: 60px 150px;
  text-decoration: none;
  color: white;
  width: 60px;
  overflow: hidden;
}
.desktop-menu ul li a .icon {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background-color: rgba(145, 175, 156, 0.5);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-menu ul li a .icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}
.desktop-menu ul li a .icon .number {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 2px solid white;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  right: 8px;
  top: 8px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.16);
  background-color: #91af9c;
}
.desktop-menu ul li a .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  width: 150px;
}
.desktop-menu ul li a .text.mobile {
  display: none!important;
}
.desktop-menu ul li:last-of-type a .icon {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.desktop-menu ul:hover li a .icon {
  transition: background-color ease-in 200ms;
  background-color: #91af9c;
}
.desktop-menu ul:hover li:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #91af9c;
  width: 210px;
  position: relative;
  right: 150px;
  transition: right 200ms ease-in;
  z-index: 11;
  border-radius: 1px;
  cursor: pointer;
}
.desktop-menu ul:hover li:hover a {
  overflow: visible;
}
.desktop-menu ul:hover li:hover a .icon {
  transition: unset;
  border-color: transparent;
}
.desktop-menu ul:hover li:hover + li a .icon {
  border-top-color: transparent;
}
.page_header {
  position: relative;
  height: calc(50vh - 95px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #555555;
  overflow: hidden;
}
.page_header:before {
  content: " ";
  position: absolute;
  background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.6) 0%, rgba(0, 0, 0, 0.5) 26%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.page_header.video_header video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.page_header .page_header_titre {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  line-height: 120%;
  z-index: 3;
}
.menu_sous_categories {
  width: 100%;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  height: 48px;
}
.menu_sous_categories.sticky {
  position: fixed;
  top: 95px;
  z-index: 11;
}
@media all and (max-width: 620px) {
  .menu_sous_categories.sticky {
    top: 0;
  }
}
.menu_sous_categories .inner {
  cursor: grab;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 100px 5px 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.menu_sous_categories .inner a {
  word-break: unset;
  display: block;
  padding: 6px 10px;
  color: #91af9c;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 19px;
  line-height: 26px;
  min-width: 180px;
  text-align: center;
  vertical-align: middle;
}
.menu_sous_categories .inner a.active,
.menu_sous_categories .inner a:not(.active):hover {
  color: white;
  background-color: #91af9c;
}
.menu_sous_categories .inner a:not(.active):hover {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease-in;
}
.menu_panels {
  position: fixed;
  height: calc(100% - 95px);
  width: 400px;
  top: 95px;
  z-index: 12;
  right: -400px;
  visibility: hidden;
  box-shadow: -5px 30px 30px rgba(0, 0, 0, 0.16);
  -webkit-transition-property: right;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: right;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  transition-property: right;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.menu_panels #partage {
  display: none;
}
.menu_panels.open {
  visibility: visible;
  -webkit-transition-property: right;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property: right;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  transition-property: right;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
  right: 0;
}
.menu_panels.open #partage {
  display: block;
}
.menu_panels > div {
  display: none;
  width: 400px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.menu_panels > div.current {
  display: block;
  padding: 25px 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 14;
}
.menu_panels > div .close_panel {
  margin: 0 auto 0 auto;
  display: block;
  width: 50px;
  height: 50px;
}
.menu_panels > div .close_panel svg {
  width: 50px;
  height: 50px;
}
.menu_panels > div .close_panel svg circle {
  fill: transparent;
}
.menu_panels > div .close_panel svg line {
  stroke: #91af9c;
}
.menu_panels > div .close_panel:hover,
.menu_panels > div .close_panel:focus {
  animation: flashit linear 500ms;
}
.menu_panels > div .messages.fixed {
  max-width: 90%;
  margin: 0 auto 70px auto;
}
.menu_panels > div h1 {
  display: grid;
  font-size: 26px;
  color: #91af9c;
  line-height: 36px;
  width: 100%;
  align-items: center;
  grid-template-columns: 100px 1fr 100px;
  text-align: center;
  margin-top: 10px;
  grid-gap: 20px;
}
.menu_panels > div h1:before,
.menu_panels > div h1:after {
  height: 1px;
  width: 100%;
  background-color: #91af9c;
  display: block;
  content: " ";
}
.menu_panels > div .back-right {
  display: block;
  width: 360px;
  margin: 0 auto;
  color: #91af9c;
}
.menu_panels > div .back-right:hover,
.menu_panels > div .back-right:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
}
.menu_panels > div.mon_compte .content {
  min-height: 100%;
  margin-top: 20px;
}
.menu_panels > div.mon_compte .login-form .input.simple {
  max-width: 300px;
  margin: 7px auto;
}
.menu_panels > div.mon_compte .login-form input {
  border-radius: 22px!important;
  line-height: 32px!important;
  font-size: 22px;
  padding: 5px 20px!important;
}
.menu_panels > div.mon_compte .inner {
  height: calc(100% - 155px);
}
.menu_panels > div.mon_compte .content.liens {
  margin-top: 50px;
}
.menu_panels > div.mon_compte .content.liens > .liens_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.menu_panels > div.mon_compte .content.liens > .liens_wrapper a {
  text-decoration: none;
  color: #555555;
  line-height: 32px;
  font-size: 20px;
}
.menu_panels > div.mon_compte .content.liens > .liens_wrapper a:focus,
.menu_panels > div.mon_compte .content.liens > .liens_wrapper a:hover {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  color: #91af9c;
  transition: color 300ms ease;
}
.menu_panels > div.mon_compte button {
  margin: 20px auto 40px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
}
.menu_panels > div.mon_compte button svg {
  width: 18px;
  height: 18px;
}
.menu_panels > div.mon_compte button.connexion_btn {
  background-color: #91af9c;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte button.connexion_btn:hover,
.menu_panels > div.mon_compte button.connexion_btn:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte button.connexion_btn:hover svg path,
.menu_panels > div.mon_compte button.connexion_btn:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.menu_panels > div.mon_compte button.deconnexion_btn {
  background-color: #df5f5f;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte button.deconnexion_btn:hover,
.menu_panels > div.mon_compte button.deconnexion_btn:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #df5f5f;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte button.deconnexion_btn:hover svg path,
.menu_panels > div.mon_compte button.deconnexion_btn:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #df5f5f;
}
.menu_panels > div.mon_compte .actions_complementaires a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #91af9c;
  margin-bottom: 10px;
}
.menu_panels > div.mon_compte .actions_complementaires a:last-of-type {
  margin-bottom: 0;
}
.menu_panels > div.mon_compte .actions_complementaires a:hover,
.menu_panels > div.mon_compte .actions_complementaires a:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
}
.menu_panels > div.mon_compte .mon-compte-detail {
  margin-bottom: 30px;
}
.menu_panels > div.mon_compte .mon-compte-detail > .actions {
  text-align: center;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn {
  margin: 30px auto 20px auto;
  color: white;
  background-color: #fc6045;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: unset;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn svg path {
  fill: white;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn svg line {
  stroke: white;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:hover,
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:focus {
  animation: flashit linear 500ms;
  background-color: white!important;
  color: #fc6045 !important;
  animation-duration: 100ms;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:hover svg path,
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:focus svg path {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #fc6045;
}
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:hover svg line,
.menu_panels > div.mon_compte .mon-compte-detail .delete_btn:focus svg line {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #fc6045;
}
.menu_panels > div.mon_compte .mon-compte-detail .btn-generate-password,
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit'] {
  background-color: #df5f5f;
  margin: 10px auto 10px auto;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .mon-compte-detail .btn-generate-password:hover,
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit']:hover,
.menu_panels > div.mon_compte .mon-compte-detail .btn-generate-password:focus,
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit']:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #df5f5f;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .mon-compte-detail .btn-generate-password:hover svg path,
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit']:hover svg path,
.menu_panels > div.mon_compte .mon-compte-detail .btn-generate-password:focus svg path,
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit']:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #df5f5f;
}
.menu_panels > div.mon_compte .mon-compte-detail button[type='submit'] {
  margin: 0 auto 20px auto;
}
.menu_panels > div.mon_compte .mon-compte-detail input[type='text'],
.menu_panels > div.mon_compte .mon-compte-detail input[type='email'],
.menu_panels > div.mon_compte .mon-compte-detail input[type='password'] {
  border-radius: 16px!important;
}
.menu_panels > div.mon_compte .mon-compte-detail h3 {
  background-color: #91af9c;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 5px;
}
.menu_panels > div.mon_compte .mon-compte-detail h3.toggle {
  cursor: pointer;
}
.menu_panels > div.mon_compte .mon-compte-detail h3.toggle .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section {
  padding: 0 20px 10px 20px;
}
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .general,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .adresse,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .passwords_wrapper {
  position: initial;
  z-index: unset;
  max-height: 10000px;
  -webkit-transition-property:  max-height, opacity;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property:  max-height, opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  transition-property:  max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .general:before,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .adresse:before,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .passwords_wrapper:before,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .general:after,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .adresse:after,
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .passwords_wrapper:after {
  display: block;
  content: " ";
  height: 20px;
  width: 100%;
}
.menu_panels > div.mon_compte .mon-compte-detail > form > .wrapper > section .collapsed {
  position: relative;
  z-index: -1;
  padding: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition-property:  max-height, opacity;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property:  max-height, opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  transition-property:  max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
.menu_panels > div.mon_compte .mdp input[type='text'],
.menu_panels > div.mon_compte .mdp input[type='password'] {
  border-radius: 22px!important;
  line-height: 32px!important;
  font-size: 22px;
  padding: 5px 20px!important;
}
.menu_panels > div.mon_compte .mdp .input.simple {
  max-width: 300px;
  margin: 7px auto;
}
.menu_panels > div.mon_compte .mdp .btn-generate-password {
  background-color: #df5f5f;
  margin: 10px auto 30px auto;
  border-radius: 19px;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .mdp .btn-generate-password:hover,
.menu_panels > div.mon_compte .mdp .btn-generate-password:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #df5f5f;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .mdp .btn-generate-password:hover svg path,
.menu_panels > div.mon_compte .mdp .btn-generate-password:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #df5f5f;
}
.menu_panels > div.mon_compte .mdp button[type='submit'] {
  background-color: #91af9c;
  margin: 10px auto;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .mdp button[type='submit']:hover,
.menu_panels > div.mon_compte .mdp button[type='submit']:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .mdp button[type='submit']:hover svg path,
.menu_panels > div.mon_compte .mdp button[type='submit']:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.menu_panels > div.mon_compte .mdp .btn-recommencer {
  color: #91af9c;
  margin: 20px auto 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.menu_panels > div.mon_compte .inscription {
  margin-bottom: 30px;
}
.menu_panels > div.mon_compte .inscription .btn-generate-password,
.menu_panels > div.mon_compte .inscription button[type='submit'] {
  background-color: #df5f5f;
  margin: 10px auto 10px auto;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .inscription .btn-generate-password:hover,
.menu_panels > div.mon_compte .inscription button[type='submit']:hover,
.menu_panels > div.mon_compte .inscription .btn-generate-password:focus,
.menu_panels > div.mon_compte .inscription button[type='submit']:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #df5f5f;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .inscription .btn-generate-password:hover svg path,
.menu_panels > div.mon_compte .inscription button[type='submit']:hover svg path,
.menu_panels > div.mon_compte .inscription .btn-generate-password:focus svg path,
.menu_panels > div.mon_compte .inscription button[type='submit']:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #df5f5f;
}
.menu_panels > div.mon_compte .inscription .btn-recommencer {
  color: #91af9c;
  margin: 20px auto 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.menu_panels > div.mon_compte .inscription button[type='submit'] {
  margin: 0 auto 20px auto;
}
.menu_panels > div.mon_compte .inscription input[type='text'],
.menu_panels > div.mon_compte .inscription input[type='email'],
.menu_panels > div.mon_compte .inscription input[type='password'] {
  border-radius: 16px!important;
}
.menu_panels > div.mon_compte .inscription .logged {
  text-align: center;
  font-weight: bold;
}
.menu_panels > div.mon_compte .inscription h3 {
  background-color: #91af9c;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 5px;
}
.menu_panels > div.mon_compte .inscription > form > .wrapper > section {
  padding: 0 20px 10px 20px;
}
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .general,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .adresse,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .passwords_wrapper {
  -webkit-transition-property:  max-height, opacity;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property:  max-height, opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  transition-property:  max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .general:before,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .adresse:before,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .passwords_wrapper:before,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .general:after,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .adresse:after,
.menu_panels > div.mon_compte .inscription > form > .wrapper > section .passwords_wrapper:after {
  display: block;
  content: " ";
  height: 20px;
  width: 100%;
}
.menu_panels > div.mon_compte .voir_commmande .content {
  width: 360px;
  margin: 0 auto;
}
.menu_panels > div.mon_compte .voir_commmande .content > table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 5px;
  align-items: center;
  justify-content: center;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr > th {
  background-color: #91af9c;
  color: white;
  text-align: left;
  font-weight: bold;
  padding: 5px 3px;
  height: 100%;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr > td {
  text-align: center;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.total {
  border-top: 1px solid #91af9c;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.total > td {
  font-weight: bold;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits {
  grid-template-columns: 1fr;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr {
  display: grid;
  grid-template-columns: 1fr 36px 80px;
  border-bottom: 1px solid #efefef;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr:last-of-type {
  border-bottom: unset;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr:first-of-type {
  border-bottom: unset;
  grid-template-columns: 1fr;
  background-color: #91af9c;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 3px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td {
  padding: 5px 3px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td h3 {
  text-align: left;
  font-weight: bold;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td .supplements {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td .supplements h4 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td .supplements p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:first-of-type > tbody > tr.produits table tbody tr td:last-of-type {
  font-weight: bold;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type {
  width: 100%;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type tr,
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type td,
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type th {
  width: 100%;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type th {
  background-color: #91af9c;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 3px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type td > p {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 120px 1fr;
  margin-top: 5px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type td > p > span:first-of-type {
  font-weight: bold;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type td > p:last-of-type {
  margin-bottom: 30px;
}
.menu_panels > div.mon_compte .voir_commmande .content > table:last-of-type td > p.margin_top {
  margin-top: 20px;
}
.menu_panels > div.mon_compte .historique_commandes .content {
  width: 360px;
  margin: 0 auto;
}
.menu_panels > div.mon_compte .historique_commandes table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.menu_panels > div.mon_compte .historique_commandes table tr {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 2fr 30px;
  align-items: center;
  justify-content: center;
}
.menu_panels > div.mon_compte .historique_commandes table tr td {
  padding: 5px 3px;
  text-align: center;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.actions {
  text-align: right;
  padding: 0;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91af9c;
  border-radius: 15px;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a:hover,
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a:hover svg,
.menu_panels > div.mon_compte .historique_commandes table tr td.actions a:focus svg {
  transition-property: fill;
  transition-duration: 300ms;
  transition-timing-function: ease;
  fill: #91af9c;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.creation {
  font-size: 13px;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.ref {
  text-align: right;
  font-weight: bold;
}
.menu_panels > div.mon_compte .historique_commandes table tr td.total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.menu_panels > div.mon_compte .historique_commandes .articles {
  font-size: 13px;
  font-style: italic;
}
.menu_panels > div.mon_compte .statut {
  padding: 5px 4px;
  text-align: center;
  width: 100%;
  display: inline;
  font-size: 13px;
  border-radius: 3px;
}
.menu_panels > div.mon_compte .statut.pending {
  color: #7a7a7a;
  background-color: #efefef;
}
.menu_panels > div.mon_compte .statut.complete {
  color: white;
  background-color: #91af9c;
}
.menu_panels > div.mon_compte .statut.refunded {
  color: white;
  background-color: #ff9900;
}
.menu_panels > div.mon_compte .statut.cancelled {
  color: #efefef;
  background-color: #7a7a7a;
}
.menu_panels > div.mon_compte .statut.error {
  color: white;
  background-color: #df5f5f;
}
.menu_panels > div.mon_compte .cartes-fidelite {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.menu_panels > div.mon_compte .cartes-fidelite h2 {
  margin: 10px auto;
}
.menu_panels > div.mon_compte .cartes-fidelite .wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.menu_panels > div.mon_compte .cartes-fidelite .conditions {
  background-color: white;
  padding: 20px;
  margin: 50px auto 20px auto;
  border: 1px solid #707070;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite {
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: 1px solid #91af9c;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite .full {
  text-align: center;
  font-size: 20px;
  color: #52b552;
  margin: 20px auto 10px auto;
  text-transform: uppercase;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite .progression {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite .progression .bar {
  background-color: #91af9c;
  height: 100%;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite .progression .value {
  color: #91af9c;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite .progress {
  height: 6px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #d0d0d0;
  border-radius: 2px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.26);
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite ul {
  gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.26);
  position: relative;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li .text {
  width: 48px;
  height: 48px;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li:after {
  border-radius: 19px;
  position: absolute;
  content: " ";
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li svg path {
  fill: #707070;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li.active {
  border: 1px solid #df5f5f;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li.active .text {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.26);
  color: #91af9c;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li.active:after {
  content: " ";
  width: 38px;
  height: 38px;
  mix-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0.16);
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li.active svg {
  opacity: 0.7;
}
.menu_panels > div.mon_compte .cartes-fidelite .carte-fidelite li.active svg path {
  fill: #df5f5f;
}
.menu_panels > div.notre_carte .inner {
  height: 100%;
}
.menu_panels > div.notre_carte .content {
  width: 90%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 100px);
  flex-direction: column;
  overflow-y: auto;
  gap: 20px;
}
.menu_panels > div.notre_carte .content a {
  text-decoration: none;
  color: #555555;
  line-height: 32px;
  font-size: 20px;
  animation-duration: 100ms;
}
.menu_panels > div.notre_carte .content a:hover,
.menu_panels > div.notre_carte .content a:focus {
  animation: flashit linear 500ms;
  transition: color 300ms ease;
  color: #91af9c;
}
.menu_panels > div.produit #partage {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}
.menu_panels > div.produit .content {
  height: 100%;
  margin-top: 20px;
}
.menu_panels > div.produit form > .description,
.menu_panels > div.produit form > .supplements_wrapper > .supplements_groupe,
.menu_panels > div.produit form > .input,
.menu_panels > div.produit form > .total {
  width: calc(100% - 40px);
  margin: 10px auto 0 auto;
}
.menu_panels > div.produit form > .description {
  margin-bottom: 10px;
}
.menu_panels > div.produit form > .success_response {
  height: calc(100% - 400px);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.menu_panels > div.produit form > .success_response svg {
  fill: #52b552;
  width: 160px;
  height: 160px;
}
.menu_panels > div.produit form > .success_response p {
  font-size: 26px;
  line-height: 36px;
  color: #52b552;
}
.menu_panels > div.produit button {
  margin: 20px auto 40px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: white;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  background-color: #91af9c;
}
.menu_panels > div.produit button svg {
  width: 18px;
  height: 18px;
}
.menu_panels > div.produit .gallerie {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  height: 216px;  /* MODIFICATION pour mobile - height: 158px; */
}
.menu_panels > div.produit .gallerie .images_wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  height: 216px;  /* MODIFICATION pour mobile - height: 158px; */
  width: 100%;
}
.menu_panels > div.produit .gallerie .images_wrapper .image_wrapper {
  position: relative;
  height: 216px;  /* MODIFICATION pour mobile - height: 158px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  overflow: hidden;
  margin: 0 auto;
}
.menu_panels > div.produit .gallerie .images_wrapper img {
  position: absolute;
  width: 320px;
  height: fit-content;
}
.menu_panels > div.produit .gallerie .images_wrapper.multiple {
  width: unset;
  left: 20px;
  cursor: pointer;
  overflow: hidden;
  transition-property: opacity, left;
  transition-timing-function: linear;
}
.menu_panels > div.produit .gallerie .images_wrapper.multiple .image_wrapper {
  width: 280px;
}
.menu_panels > div.produit .gallerie .images_wrapper.multiple.grabbing {
  opacity: 0.8;
  filter: blur(2px);
}
.menu_panels > div.produit .gallerie .images_wrapper.multiple img {
  width: 280px;
}
.menu_panels > div.produit .supplements_wrapper {
  border-top: 1px solid #91af9c;
  border-bottom: 1px solid #91af9c;
  padding: 20px 0;
}
.menu_panels > div.produit .supplements_groupe .prix {
  color: #91af9c;
}
.menu_panels > div.produit .supplements_groupe h3 {
  background-color: #91af9c;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 5px;
}
.menu_panels > div.produit .supplements_groupe h3 .text {
  text-align: center;
  width: calc(100% - 65px);
}
.menu_panels > div.produit .supplements_groupe h3.toggler {
  cursor: pointer;
}
.menu_panels > div.produit .supplements_groupe h3.toggler.open .icon svg {
  transform: rotate(0deg);
}
.menu_panels > div.produit .supplements_groupe h3.toggler .icon {
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.menu_panels > div.produit .supplements_groupe h3.toggler .icon svg {
  transform: rotate(-180deg);
}
.menu_panels > div.produit .supplements_groupe .radio_wrapper,
.menu_panels > div.produit .supplements_groupe .checkbox_wrapper {
  display: flex;
  align-items: center;
}
.menu_panels > div.produit .supplements_groupe .required_options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 20px 0 10px 0;
  justify-content: center;
}
.menu_panels > div.produit .supplements_groupe .screen {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 20px 0;
  justify-content: center;
}
.menu_panels > div.produit .supplements_groupe .screen:empty {
  padding: 0;
}
.menu_panels > div.produit .supplements_groupe .screen .supplement {
  background-color: #91af9c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px;
  gap: 5px;
}
.menu_panels > div.produit .supplements_groupe .screen .supplement a {
  color: white;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.menu_panels > div.produit .supplements_groupe .screen .supplement .prix {
  color: white;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper {
  display: none;
  height: 200px;
  overflow-y: auto;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper.open {
  display: block;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper.open .select_supplement .hide {
  display: none;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper .search {
  position: relative;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper .search input {
  padding-right: 45px;
  border-radius: 16px;
  border: unset;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper .search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.menu_panels > div.produit .supplements_groupe .select_supplements_wrapper .search .icon svg {
  fill: #91af9c;
}
.menu_panels > div.produit .quantite_wrapper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  flex-direction: row;
  max-width: 200px;
  margin: 20px auto 20px auto;
  align-items: flex-end;
}
.menu_panels > div.produit .quantite_wrapper .input {
  padding: 0;
}
.menu_panels > div.produit .quantite_wrapper .input input {
  text-align: center;
  border: unset;
  font-size: 24px;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.produit .quantite_wrapper .input label {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.menu_panels > div.produit .quantite_wrapper .more,
.menu_panels > div.produit .quantite_wrapper .less {
  background-color: #91af9c;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.menu_panels > div.produit .quantite_wrapper .more:not(.disabled):hover,
.menu_panels > div.produit .quantite_wrapper .less:not(.disabled):hover,
.menu_panels > div.produit .quantite_wrapper .more:not(.disabled):focus,
.menu_panels > div.produit .quantite_wrapper .less:not(.disabled):focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.produit .quantite_wrapper .more.disabled,
.menu_panels > div.produit .quantite_wrapper .less.disabled {
  cursor: not-allowed;
  background-color: #7a7a7a;
  color: #efefef;
}
.menu_panels > div.produit .quantite_wrapper .more {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.menu_panels > div.produit .quantite_wrapper .less {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.menu_panels > div.produit .total {
  color: #91af9c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px!important;
}
.menu_panels > div.produit .total .prix {
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
  gap: 10px;
}
.menu_panels > div.mon_panier .messages.fixed {
  max-width: 90%;
  margin: 10px auto 0 auto;
}
.menu_panels > div.mon_panier > .inner {
  height: 100%;
}
.menu_panels > div.mon_panier > .inner > .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 100px);
  flex-direction: column;
  overflow-y: auto;
}
.menu_panels > div.mon_panier .content > .lignes {
  min-height: 300px;
  height: calc(100% - 350px);
  overflow-y: auto;
  width: calc(100% - 80px);
  margin: 20px auto;
}
.menu_panels > div.mon_panier .content > .lignes .ligne {
  margin-bottom: 10px;
}
.menu_panels > div.mon_panier .content > .lignes .ligne:last-of-type {
  margin-bottom: 0;
}
.menu_panels > div.mon_panier .content > .lignes .ligne .supprimer_ligne {
  color: tomato;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.menu_panels > div.mon_panier .content > .lignes .ligne h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 18px;
  line-height: 30px;
  gap: 10px;
  color: #91af9c;
}
.menu_panels > div.mon_panier .content > .lignes .ligne .supplements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.menu_panels > div.mon_panier .content > .lignes .ligne .supplements p:after {
  content: ",";
  margin-right: 5px;
}
.menu_panels > div.mon_panier .content > .lignes .ligne .supplements p:last-of-type:after {
  content: unset;
}
.menu_panels > div.mon_panier .content > .promotion {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 20px;
}
.menu_panels > div.mon_panier .content > .promotion p {
  font-weight: bold;
}
.menu_panels > div.mon_panier .content > .promotion a {
  color: tomato;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  width: 20px;
  height: 20px;
  text-decoration: none;
}
.menu_panels > div.mon_panier .content > .totals {
  border-top: 1px solid #91af9c;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.menu_panels > div.mon_panier .content > .totals p {
  width: 100%;
  text-align: right;
  padding: 0 20px;
}
.menu_panels > div.mon_panier .content > .totals p:first-of-type {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
}
.menu_panels > div.mon_panier .content > .totals p.prix {
  font-size: 30px;
  line-height: 36px;
}
.menu_panels > div.mon_panier .content > .totals .commander_btn {
  background-color: #91af9c;
  color: white;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  font-size: 16px;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu_panels > div.mon_panier .content > .totals .commander_btn svg {
  width: 18px;
  height: 18px;
}
.menu_panels > div.mon_panier .content > .totals .commander_btn:hover,
.menu_panels > div.mon_panier .content > .totals .commander_btn:focus {
  animation: flashit linear 500ms;
  animation-duration: 100ms;
  background-color: white;
  color: #91af9c;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.menu_panels > div.mon_panier .content > .totals .commander_btn:hover svg path,
.menu_panels > div.mon_panier .content > .totals .commander_btn:focus svg path {
  transition-property: stroke;
  transition-duration: 300ms;
  transition-timing-function: ease;
  stroke: #91af9c;
}
.page_modules #partage {
  text-align: center;
}
.page_modules .module .module_titre {
  color: white;
  font-size: 24px;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_modules .module .inner {
  max-height: 10000px;
  opacity: 1;
  position: initial;
  z-index: initial;
  -webkit-transition-property:  max-height, opacity;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-property:  max-height, opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-in;
  transition-property:  max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
}
.page_modules .module .inner:before,
.page_modules .module .inner:after {
  display: block;
  content: " ";
  height: 20px;
  width: 100%;
}
.page_modules .module .inner.collapsed {
  padding: 0;
  max-height: 0;
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition-property:  max-height, opacity;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property:  max-height, opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  transition-property:  max-height, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.page_modules .module.module_promotions {
  margin-bottom: 30px;
}
.page_modules .module.module_promotions .module_titre {
  background: url("../images/promotions-titre.png") no-repeat center center;
  background-size: contain;
}
.page_modules .module.module_promotions .general {
  margin: 20px 0 40px 0;
  padding: 0 5px;
}
.page_modules .module.module_promotions .titre {
  background-color: #91af9c;
  color: white;
  padding: 5px;
  text-align: center;
}
.page_modules .module.module_promotions .description {
  padding: 5px;
  text-align: center;
}
.page_modules .module.module_presentation {
  margin-bottom: 30px;
}
.page_modules .module.module_presentation .module_titre {
  background: url("../images/titre.png") no-repeat center center;
  background-size: contain;
}
.page_modules .module.module_presentation > .description {
  padding: 15px 0 40px 0;
}
.page_modules .module.module_presentation .sub_module {
  border-bottom: 2px solid white;
}
.page_modules .module.module_presentation .sub_module .inner {
  text-align: center;
}
.page_modules .module.module_presentation .sub_module .inner p {
  margin: 5px 0;
}
.page_modules .module.module_presentation .sub_module .inner a {
  color: #91af9c;
}
.page_modules .module.module_presentation .sub_module_titre {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  text-align: center;
  padding: 5px;
  background-color: #91af9c;
  color: white;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.page_modules .module.module_presentation .sub_module_titre svg {
  fill: white;
}
.page_modules .module.module_presentation .sub_module_titre .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_modules .module.module_presentation .sub_module_titre.toggle {
  cursor: pointer;
}
.page_modules .module.module_presentation .sub_module_titre.toggle.open svg {
  transform: rotate(180deg);
}
.page_modules .module.module_presentation .horaires .day .titre {
  color: #91af9c;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
}
.page_modules .module.module_commentaires .module_titre {
  background: url("../images/vos-avis-titre.png") no-repeat center center;
  background-size: contain;
}
.page_modules .module.module_commentaires > .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page_modules .module.module_commentaires .commentaire {
  box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-areas: "user user" "com livr" "cont cont";
}
.page_modules .module.module_commentaires .commentaire h4 {
  grid-area: user;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  width: 100%;
  color: #91af9c;
  padding: 10px 20px;
}
.page_modules .module.module_commentaires .commentaire .commande {
  grid-area: com;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "titre titre titre titre titre" "star1 star2 star3 star4 star5";
  grid-gap: 5px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
.page_modules .module.module_commentaires .commentaire .livraison {
  grid-area: livr;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "titre titre titre titre titre" "star1 star2 star3 star4 star5";
  grid-gap: 2px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
}
.page_modules .module.module_commentaires .commentaire .contenu {
  grid-area: cont;
  width: 100%;
  background-color: #91af9c;
  color: white;
  padding: 20px 15px;
  text-align: center;
}
.page_modules .module.module_commentaires .commentaire h5 {
  grid-area: titre;
  text-align: center;
  font-size: 12px;
  color: #91af9c;
}
.page_modules .module.module_commentaires .commentaire .star {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_modules .module.module_commentaires .commentaire .star:nth-of-type(1) {
  grid-area: star1;
}
.page_modules .module.module_commentaires .commentaire .star:nth-of-type(2) {
  grid-area: star2;
}
.page_modules .module.module_commentaires .commentaire .star:nth-of-type(3) {
  grid-area: star3;
}
.page_modules .module.module_commentaires .commentaire .star:nth-of-type(4) {
  grid-area: star4;
}
.page_modules .module.module_commentaires .commentaire .star:nth-of-type(5) {
  grid-area: star5;
}
.page_modules .module.module_commentaires .commentaire .star svg path {
  fill: #E2BB60;
}
.page_modules .module.nos_nouveautes_mini > .inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page_modules .module.nos_nouveautes_mini .module_titre {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
  color: #91af9c;
  height: auto;
}
.page_modules .module.nos_nouveautes_mini .produit {
  padding: 10px 20px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 5px;
  cursor: pointer;
  position: relative;
}
.page_modules .module.nos_nouveautes_mini .produit h3 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.page_modules .module.nos_nouveautes_mini .produit .description {
  color: white;
  font-size: 12px;
  line-height: 14px;
}
.page_modules .module.nos_nouveautes_mini .produit .prix {
  color: #df5f5f;
  font-size: 15px;
  margin-top: 5px;
}
.page_modules .module.nos_nouveautes_mini .produit .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_modules .module.nos_nouveautes_mini .produit .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #df5f5f;
  border-radius: 20px;
}
.page_modules .module.nos_nouveautes_mini .produit .left a svg {
  width: 26px;
  height: 26px;
  fill: #df5f5f;
}
.page > .columns > .content > div {
  margin-bottom: 70px;
}
.page > .columns > .content > div:last-of-type {
  margin-bottom: 30px;
}
.page > .columns > .content .module_nouveautes .module_titre,
.page > .columns > .content .module_meilleures_ventes .module_titre,
.page > .columns > .content .module .module_titre {
  color: #91af9c;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 36px;
}
.page > .columns > .content .module_nouveautes .inner,
.page > .columns > .content .module_meilleures_ventes .inner,
.page > .columns > .content .module .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page > .columns > .content .module_nouveautes .inner .produit,
.page > .columns > .content .module_meilleures_ventes .inner .produit,
.page > .columns > .content .module .inner .produit {
  width: 100%;
  display: grid;
  grid-template-columns: 234px 1fr 80px;
  gap: 5px;
  min-height: 120px;
  border: 1px solid #404040;
  background-color: white;
  cursor: pointer;
}
.page > .columns > .content .module_nouveautes .inner .produit:hover,
.page > .columns > .content .module_meilleures_ventes .inner .produit:hover,
.page > .columns > .content .module .inner .produit:hover,
.page > .columns > .content .module_nouveautes .inner .produit:focus,
.page > .columns > .content .module_meilleures_ventes .inner .produit:focus,
.page > .columns > .content .module .inner .produit:focus,
.page > .columns > .content .module_nouveautes .inner .produit.selected,
.page > .columns > .content .module_meilleures_ventes .inner .produit.selected,
.page > .columns > .content .module .inner .produit.selected {
  background-color: rgba(145, 175, 156, 0.3);
}
.page > .columns > .content .module_nouveautes .inner .produit .right,
.page > .columns > .content .module_meilleures_ventes .inner .produit .right,
.page > .columns > .content .module .inner .produit .right {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.page > .columns > .content .module_nouveautes .inner .produit .right img,
.page > .columns > .content .module_meilleures_ventes .inner .produit .right img,
.page > .columns > .content .module .inner .produit .right img {
  width: 100%;
}
.page > .columns > .content .module_nouveautes .inner .produit .center,
.page > .columns > .content .module_meilleures_ventes .inner .produit .center,
.page > .columns > .content .module .inner .produit .center {
  padding: 10px 0 10px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
}
.page > .columns > .content .module_nouveautes .inner .produit .center h3,
.page > .columns > .content .module_meilleures_ventes .inner .produit .center h3,
.page > .columns > .content .module .inner .produit .center h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.page > .columns > .content .module_nouveautes .inner .produit .center .description,
.page > .columns > .content .module_meilleures_ventes .inner .produit .center .description,
.page > .columns > .content .module .inner .produit .center .description {
  color: #6f6f6f;
  font-size: 12px;
  line-height: 14px;
  max-height: 70px;
  overflow-y: auto;
}
.page > .columns > .content .module_nouveautes .inner .produit .center .prix,
.page > .columns > .content .module_meilleures_ventes .inner .produit .center .prix,
.page > .columns > .content .module .inner .produit .center .prix {
  margin-top: 5px;
  font-size: 15px;
  color: #df5f5f;
}
.page > .columns > .content .module_nouveautes .inner .produit .left,
.page > .columns > .content .module_meilleures_ventes .inner .produit .left,
.page > .columns > .content .module .inner .produit .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page > .columns > .content .module_nouveautes .inner .produit .left a,
.page > .columns > .content .module_meilleures_ventes .inner .produit .left a,
.page > .columns > .content .module .inner .produit .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #df5f5f;
  border-radius: 20px;
}
.page > .columns > .content .module_nouveautes .inner .produit .left a svg,
.page > .columns > .content .module_meilleures_ventes .inner .produit .left a svg,
.page > .columns > .content .module .inner .produit .left a svg {
  width: 26px;
  height: 26px;
  fill: #df5f5f;
}
footer.dev {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  background-color: red;
  height: 8px;
}
footer.dev.open {
  height: auto;
}
footer.dev > * {
  width: 90%;
  margin: 20px auto;
  overflow-x: auto;
  background-color: white;
}
.page > footer .top {
  width: 100%;
  background-color: #404040;
}
.page > footer .top .inner {
  max-width: 900px;
  margin: 0 auto;
  color: white;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
  align-items: flex-start;
}
.page > footer .top .inner .logo {
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.page > footer .top .inner .logo img {
  height: 196px;
}
.page > footer .top .inner .logo #languages_switch ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  flex-direction: row;
  gap: 10px;
}
.page > footer .top .inner .logo #languages_switch ul svg {
  width: 40px;
}
.page > footer .top .inner .nos-app {
  margin-top: 10px;
}
.page > footer .top .inner .nos-app a {
  width: 100%!important;
  height: auto!important;
  max-width: 146px;
  text-decoration: none;
}
.page > footer .top .inner .nos-app svg {
  width: 100%!important;
  height: auto!important;
  max-width: 146px;
}
.page > footer .top .inner .adresse h3,
.page > footer .top .inner .sitemap h3 {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
  align-items: center;
  color: #91af9c;
  font-weight: bold;
  margin-bottom: 10px;
}
.page > footer .top .inner .adresse h3:before,
.page > footer .top .inner .sitemap h3:before {
  content: " ";
  height: 1px;
  width: 30px;
  background-color: #91af9c;
}
.page > footer .top .inner .adresse > div,
.page > footer .top .inner .sitemap > div {
  padding-left: 40px;
}
.page > footer .top .inner .adresse > div a,
.page > footer .top .inner .sitemap > div a {
  color: white;
}
.page > footer .top .inner .adresse > div a:hover,
.page > footer .top .inner .sitemap > div a:hover,
.page > footer .top .inner .adresse > div a:focus,
.page > footer .top .inner .sitemap > div a:focus {
  color: #91af9c;
  transition: color 300ms ease;
}
.page > footer .bottom {
  color: white;
  background-color: #262626;
  padding: 20px 50px;
  text-align: center;
}
.page > footer .bottom img {
  margin-top: 10px;
}
.produit-list-item {
  width: 100%;
  display: grid;
  grid-template-columns: 234px 1fr 80px;
  gap: 5px;
  min-height: 120px;
  border: 1px solid #404040;
  background-color: white;
  cursor: pointer;
}
.produit-list-item:hover,
.produit-list-item:focus,
.produit-list-item.selected {
  background-color: rgba(145, 175, 156, 0.3);
}
.produit-list-item .right {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.produit-list-item .right img {
  width: 100%;
}
.produit-list-item .center {
  padding: 10px 0 10px 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-evenly;
}
.produit-list-item .center h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.produit-list-item .center .description {
  color: #6f6f6f;
  font-size: 12px;
  line-height: 14px;
  max-height: 70px;
  overflow-y: auto;
}
.produit-list-item .center .prix {
  margin-top: 5px;
  font-size: 15px;
  color: #df5f5f;
}
.produit-list-item .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.produit-list-item .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #df5f5f;
  border-radius: 20px;
}
.produit-list-item .left a svg {
  width: 26px;
  height: 26px;
  fill: #df5f5f;
}
@media all and (max-width: 1200px) {
  .page.commander > .columns > .content > .panel.step_1 {
    grid-template-columns: 1fr!important;
  }
  .page.commander > .columns > .content > .panel.step_1 > .left {
    max-width: 1020px!important;
    margin: 0 auto!important;
    width: 100%!important;
  }
  .page.commander > .columns > .content > .panel.step_1 > .left .module_upsells .par_categorie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px!important;
  }
  .page.commander > .columns > .content > .panel.step_1 > .right {
    margin: 0 auto!important;
    max-width: 1020px!important;
    width: 100%!important;
  }
}
@media all and (min-width: 620px) and (max-width: 1020px) {
  .page > .columns {
    grid-template-areas: "quick" "contenu" "modules" !important;
    grid-template-columns: 1fr!important;
    padding: 0!important;
  }
  .page > .columns > .page_modules {
    grid-area: modules;
    padding: 0!important;
    max-width: 600px;
    width: 100%!important;
    margin: 0 auto 50px auto;
  }
  .page > .columns > .page_modules .module.module_promotions > h4.mobile {
    display: block;
    text-align: center;
    padding: 10px;
    color: #91af9c;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }
  .page > .columns > .page_modules .module.module_promotions .general,
  .page > .columns > .page_modules .module.module_promotions .promotions {
    width: 90%;
    margin: auto;
  }
  .page > .columns > .page_modules .module.module_promotions .promotions .promotion .titre {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .page > .columns > .page_modules .module.module_promotions .general {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page > .columns > .page_modules .module.module_presentation .description,
  .page > .columns > .page_modules .module.module_presentation .sub_module {
    width: 90%;
    margin: auto;
  }
  .page > .columns > .page_modules .module.module_presentation .sub_module_titre {
    height: 40px;
    align-items: center;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini {
    margin-bottom: 0;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini .inner:before {
    content: unset;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini .inner .produit {
    max-width: 90%;
    margin: auto;
  }
  .page > .columns > .content {
    grid-area: contenu;
    padding: 0!important;
    width: 100%!important;
    margin: 30px auto;
    max-width: 600px!important;
  }
  .page > .columns > .content #suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 102px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page > .columns > .content .module_titre {
    font-size: 20px!important;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0!important;
  }
  .page > .columns > .content .module_nouveautes {
    margin-bottom: 0;
  }
  .page > .columns > .content > div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .page.recherche > .columns > .content,
  .page.categorie > .columns > .content {
    margin-bottom: 0!important;
  }
  .page.produit {
    padding-top: 0;
  }
  .page.produit > .columns > .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%!important;
    margin: 30px auto;
  }
  .page.commander > .columns > .content > .panel.step_2 .input.simple.switch {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .page.commander > .columns > .content > .panel.step_2 .livraisons {
    margin-top: 30px;
    background-color: #efefef;
    padding: 10px;
  }
  .page.commander > .columns > .content > .panel.step_2 .livraisons .inner {
    grid-template-columns: 1fr!important;
  }
  .page.commander > .columns > .content > .panel.step_3 .receip_commande_content .two_columns {
    grid-template-columns: 1fr!important;
    grid-gap: 0!important;
  }
  .page.commander > .columns > .content > .step_links ul {
    gap: 50px;
    grid-gap: 30px!important;
  }
  .page > footer .top .inner {
    display: flex!important;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0!important;
  }
  .page > footer .top .inner img {
    max-width: 160px;
    height: auto!important;
  }
  body.no-app .content {
    margin: auto!important;
  }
}
@media all and (max-width: 780px) {
  .page > footer .top .inner {
    display: flex!important;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0!important;
  }
  .page > footer .top .inner img {
    max-width: 160px;
    height: auto!important;
  }
  .page > footer .top .inner .adresse,
  .page > footer .top .inner .sitemap {
    width: 100%;
    text-align: center;
  }
  .page > footer .top .inner .adresse > div,
  .page > footer .top .inner .sitemap > div {
    padding: 20px 0 0 0!important;
  }
  .page > footer .top .inner h3 {
    display: grid;
    grid-template-columns: 1fr 200px 1fr!important;
  }
  .page > footer .top .inner h3:after,
  .page > footer .top .inner h3:before {
    content: " ";
    height: 1px;
    width: 100%!important;
    background-color: #91af9c;
  }
}
@media all and (max-width: 620px) {
  body {
    padding-top: 0!important;
    height: 100vh!important;
  }
  body.no-app {
    height: 100%!important;
  }
  .page {
    padding-bottom: 70px!important;
    min-height: 100%!important;
    height: 100%!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .static_top_menu {
    position: relative;
    display: grid;
    grid-template-areas: "rs pic open";
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    background-color: #91af9c;
  }
  .static_top_menu > .right {
    grid-area: rs;
    width: 100%;
  }
  .static_top_menu > .right .socials {
    gap: 8px;
  }
  .static_top_menu > .right .socials a {
    width: 32px;
    height: 32px;
  }
  .static_top_menu > .right .socials a svg {
    fill: white;
  }
  .static_top_menu > .left {
    grid-area: pic;
    width: 100%;
    height: 100%;
  }
  .static_top_menu > .left a {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: unset;
  }
  .static_top_menu > .left img {
    max-height: 90px;
  }
  .static_top_menu > .left .logo {
    display: none!important;
  }
  .static_top_menu > .left .logolight {
    display: flex!important;
  }
  .static_top_menu > .shop_statut {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: open;
    position: absolute;
    bottom: -60px;
    right: 10px;
  }
  .static_top_menu > .center {
    display: none;
  }
  .page_header {
    height: 225px;
  }
  .page_header.video_header video {
    min-height: 225px;
    height: unset;
    width: unset;
  }
  .page_header .page_header_titre {
    font-size: 30px;
  }
  .page > .columns {
    grid-template-areas: "quick" "contenu" "modules" !important;
    grid-template-columns: 1fr!important;
    padding: 0!important;
  }
  .page > .columns .quick_access {
    grid-area: quick;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .page > .columns .quick_access a {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 337px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #91af9c;
    color: white;
    text-decoration: none;
  }
  .page > .columns > .page_modules {
    grid-area: modules;
    padding: 0!important;
    margin-bottom: 50px;
  }
  .page > .columns > .page_modules .module_titre {
    background-size: cover;
    font-size: 20px!important;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0!important;
  }
  .page > .columns > .page_modules .module.module_promotions > h4.mobile {
    display: block;
    text-align: center;
    padding: 10px;
    color: #91af9c;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }
  .page > .columns > .page_modules .module.module_promotions .general,
  .page > .columns > .page_modules .module.module_promotions .promotions {
    width: 90%;
    margin: auto;
  }
  .page > .columns > .page_modules .module.module_promotions .promotions .promotion .titre {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .page > .columns > .page_modules .module.module_promotions .general {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page > .columns > .page_modules .module.module_presentation .description,
  .page > .columns > .page_modules .module.module_presentation .sub_module {
    width: 90%;
    margin: auto;
  }
  .page > .columns > .page_modules .module.module_presentation .sub_module_titre {
    height: 40px;
    align-items: center;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini {
    margin-bottom: 0;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini .inner:before {
    content: unset;
  }
  .page > .columns > .page_modules .module.nos_nouveautes_mini .inner .produit {
    max-width: 90%;
    margin: auto;
  }
  .page > .columns > .page_modules .module.module_commentaires > .inner {
    width: 90%;
    margin: auto;
  }
  .page > .columns > .content {
    grid-area: contenu;
    padding: 0!important;
    width: 100%!important;
    margin: 30px 0;
  }
  .page > .columns > .content #suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 102px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page > .columns > .content .module_titre {
    font-size: 20px!important;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 0!important;
  }
  .page > .columns > .content .module_nouveautes {
    margin-bottom: 0;
  }
  .page > .columns > .content .inner .produit {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr 80px!important;
    max-width: 90%;
    margin: auto;
    cursor: pointer;
  }
  .page > .columns > .content .inner .produit .right {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page > .columns > .content .inner .produit .right:after {
    position: absolute;
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .page > .columns > .content .inner .produit .right img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .page > .columns > .content .inner .produit .center,
  .page > .columns > .content .inner .produit .left {
    position: relative;
    z-index: 2;
  }
  .page > .columns > .content .inner .produit .center h3,
  .page > .columns > .content .inner .produit .left h3 {
    color: white;
    margin-bottom: 5px;
  }
  .page > .columns > .content .inner .produit .center .description,
  .page > .columns > .content .inner .produit .left .description {
    color: white!important;
    font-size: 12px;
    margin-top: 5px;
  }
  .page > .columns > .content .inner .produit .left a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .page.recherche > .columns > .content,
  .page.categorie > .columns > .content {
    margin-bottom: 0!important;
  }
  .page.categorie .menu_sous_categories a {
    font-size: 16px!important;
  }
  .page.produit {
    padding-top: 0;
  }
  .page.produit > .columns > .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%!important;
    margin: 30px auto;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 {
    width: 90%;
    padding: 0 !important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 > .left,
  .page.commander > .columns > .content.commander_content .panel.step_1 > .right {
    padding: 0!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 > .left .module_upsells .par_categorie {
    grid-template-columns: 1fr!important;
    grid-gap: 0!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 .lignes {
    gap: 10px!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 .ligne {
    grid-template-columns: 1fr!important;
    grid-gap: 5px!important;
    position: relative;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 .ligne h3 {
    padding-right: 20px;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 .ligne .quantite_wrapper {
    margin: 5px auto;
  }
  .page.commander > .columns > .content.commander_content .panel.step_1 .ligne .supprimer_ligne {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 {
    width: 90%;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .two_columns {
    grid-template-columns: 1fr!important;
    grid-gap: 10px!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .input.simple.switch {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .livraisons {
    margin-top: 30px;
    background-color: #efefef;
    padding: 10px;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .livraisons .options {
    flex-direction: column!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .login_actions {
    flex-direction: column!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_2 .login_actions a {
    margin: 0!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 {
    width: 90%;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .actions {
    flex-direction: column;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .actions a {
    width: 100%;
    justify-content: center;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .receip_commande_content .two_columns {
    grid-template-columns: 1fr!important;
    grid-gap: 0!important;
    word-break: break-all;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .receip_commande_content .two_columns > table > tr.total {
    grid-template-columns: 1fr!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .receip_commande_content .two_columns > table > tr:last-of-type {
    grid-template-columns: 1fr!important;
  }
  .page.commander > .columns > .content.commander_content .panel.step_3 .receip_commande_content .two_columns .produits .supplements {
    grid-template-columns: 1fr!important;
  }
  .page.commander > .columns > .step_links ul {
    gap: 50px;
    grid-gap: 30px!important;
  }
  .desktop-menu {
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    top: unset!important;
    height: 70px!important;
    background-color: white;
    border-top: 2px solid white;
  }
  .desktop-menu ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "menu compte panier recherche haut";
    grid-gap: 0;
    height: 70px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    align-items: flex-end;
    justify-items: center;
  }
  .desktop-menu ul li.mobile {
    display: block;
  }
  .desktop-menu ul li.home-lien {
    display: none;
  }
  .desktop-menu ul .haut-lien {
    grid-area: haut;
  }
  .desktop-menu ul .mon-compte-lien {
    grid-area: compte;
  }
  .desktop-menu ul .panier-lien {
    grid-area: panier;
  }
  .desktop-menu ul .rechercher-lien {
    grid-area: recherche;
  }
  .desktop-menu ul .notre-carte-lien {
    grid-area: menu;
  }
  .desktop-menu ul li a {
    display: flex!important;
    flex-direction: column!important;
    width: 60px!important;
    gap: 3px!important;
  }
  .desktop-menu ul li a .text {
    display: none!important;
    padding: 0;
    text-align: center;
    color: #555555;
    width: 60px!important;
  }
  .desktop-menu ul li a .text.mobile {
    display: block!important;
    font-size: 12px;
    padding-bottom: 5px!important;
  }
  .desktop-menu ul li a .icon {
    border: unset;
    background-color: transparent;
    width: 60px!important;
    height: 30px!important;
    border-bottom: unset!important;
  }
  .desktop-menu ul li a .icon svg {
    fill: #555555;
    width: 24px!important;
    height: 24px!important;
  }
  .desktop-menu ul li.mon-compte-lien a .icon svg,
  .desktop-menu ul li.notre-carte-lien a .icon svg {
    width: 30px!important;
    height: 30px!important;
  }
  .desktop-menu ul.hide {
    right: 0!important;
  }
  .desktop-menu ul:hover li a {
    background-color: transparent !important;
    border: unset !important;
  }
  .desktop-menu ul:hover li a .icon {
    background-color: transparent !important;
    border: unset !important;
  }
  .desktop-menu ul:hover li:hover,
  .desktop-menu ul:hover li:focus {
    box-shadow: unset;
    right: 0!important;
    width: 60px!important;
    background-color: transparent!important;
    border: unset!important;
  }
  .desktop-menu ul:hover li:hover .icon,
  .desktop-menu ul:hover li:focus .icon {
    background-color: transparent!important;
  }
  .menu_panels {
    height: 100%!important;
    width: 100%!important;
    right: 0;
    top: 100%!important;
    -webkit-transition-property: top;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: top;
    -moz-transition-duration: 300ms;
    -moz-transition-timing-function: ease-out;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
  }
  .menu_panels.open {
    top: 0!important;
    -webkit-transition-property: top;
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-property: top;
    -moz-transition-duration: 300ms;
    -moz-transition-timing-function: ease-in;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
  }
  .menu_panels.open > div.current {
    width: 100%!important;
  }
  .menu_panels.open .rechercher_form {
    margin-top: 25px;
    border-top: 1px solid #91af9c;
  }
  .menu_panels.open .rechercher_form form {
    position: relative;
  }
  .menu_panels.open .rechercher_form form .input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
  }
  .menu_panels.open .rechercher_form form .input input {
    border: unset;
    height: 40px;
    border-radius: 20px;
    padding-right: 50px;
    background-color: #91af9c;
    color: white;
  }
  .menu_panels.open .rechercher_form form .input input::placeholder {
    color: white;
    font-weight: lighter;
  }
  .menu_panels.open .rechercher_form form .input input:focus,
  .menu_panels.open .rechercher_form form .input input:active,
  .menu_panels.open .rechercher_form form .input input:hover {
    border: unset;
    outline: unset;
  }
  .menu_panels.open .rechercher_form form .input button {
    cursor: pointer;
    background: unset;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu_panels.open .rechercher_form form .input button:focus,
  .menu_panels.open .rechercher_form form .input button:hover {
    border: unset;
  }
  .menu_panels.open .rechercher_form form .input button svg {
    fill: white;
  }
  .menu_panels.open .rechercher_form form .results {
    display: none;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) {
    position: absolute;
    top: calc(100% - 5px);
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    width: 100%;
    color: #91af9c;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) a:hover,
  .menu_panels.open .rechercher_form form .results:not(.empty) a:focus {
    background-color: #91af9c;
    color: white;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-in;
    transition-property: background-color, color;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) a.all {
    background-color: #91af9c;
    color: white;
    font-weight: bold;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .menu_panels.open .rechercher_form form {
    width: 90%;
    margin: 20px auto;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) {
    display: flex!important;
    position: relative!important;
    max-height: calc(100% - 230px) !important;
    box-shadow: unset!important;
    background-color: transparent!important;
    gap: 10px;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) a {
    color: #555555;
  }
  .menu_panels.open .rechercher_form form .results:not(.empty) a:hover,
  .menu_panels.open .rechercher_form form .results:not(.empty) a:focus {
    color: #91af9c;
    background-color: transparent;
  }
  body.modal_open .inner {
    width: calc(100vw - 40px) !important;
    height: calc(100% - 40px) !important;
    padding: 100px 10px 10px 10px!important;
  }
  .modal .close_modal {
    left: calc(50vw - 50px) !important;
  }
  .modal .inner.loaded {
    top: 20px!important;
    max-height: unset!important;
  }
  .modal .inner.loaded h1 {
    text-align: center;
  }
  .modal .inner.loaded > .content {
    padding: 10px!important;
  }
}
/** End imports **/
/** Custom styles **/
/*# sourceMappingURL=front.css.map */