/**
* Modern CSS Reset Tweaks
* ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  position: relative;
  font: normal 15px/26px "popr";
  color: #5c5c5c;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

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

/* Elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:hover {
  color: #cfd10f;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
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;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

ol,
ul {
  list-style: none;
}

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

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input.nice-select.open:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a.nice-select.open,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #01201e;
}

strong, b {
  font-family: "popb";
  font-weight: normal;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  appearance: none;
  -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

[class^=icon-], [class*=" icon-"] {
  font-family: "ico" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stock:before {
  content: "\e900";
}

.icon-setting:before {
  content: "\e901";
}

.icon-Dispatch:before {
  content: "\e902";
}

.icon-stats:before {
  content: "\e903";
}

.icon-agriculteur:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-burger:before {
  content: "\e907";
}

.icon-campagne:before {
  content: "\e908";
}

.icon-chevron-down:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-collecteur:before {
  content: "\e90b";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-export:before {
  content: "\e90d";
}

.icon-group:before {
  content: "\e90e";
}

.icon-home:before {
  content: "\e90f";
}

.icon-import:before {
  content: "\e910";
}

.icon-pannier:before {
  content: "\e911";
}

.icon-plus:before {
  content: "\e912";
}

.icon-speed:before {
  content: "\e913";
}

.icon-view:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-view-v1:before {
  content: "\e916";
}

.icon-check:before {
  content: "\e917";
}

.icon-new-user:before {
  content: "\e918";
}

.icon-mdp-hide:before {
  content: "\e919";
}

.icon-sup-egal:before {
  content: "\e91a";
}

.icon-agenda:before {
  content: "\e91b";
}

.icon-alert:before {
  content: "\e91c";
}

.icon-id:before {
  content: "\e91d";
}

.icon-location:before {
  content: "\e91e";
}

.icon-name:before {
  content: "\e91f";
}

.icon-rings:before {
  content: "\e920";
}

.icon-sister-and-brother:before {
  content: "\e921";
}

.icon-age-group:before {
  content: "\e922";
}

.icon-calendar:before {
  content: "\e923";
}

.icon-driving-license:before {
  content: "\e924";
}

.icon-favoris:before {
  content: "\e925";
}

.icon-gender:before {
  content: "\e926";
}

.icon-seniority:before {
  content: "\e927";
}

@font-face {
  font-family: "popr";
  src: url("../fonts/poppins-regular.eot");
  src: url("../fonts/poppins-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-regular.woff") format("woff"), url("../fonts/poppins-regular.ttf") format("truetype"), url("../fonts/poppins-regular.svg#webfont") format("svg");
}
@font-face {
  font-family: "popl";
  src: url("../fonts/poppins-light.eot");
  src: url("../fonts/poppins-light.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-light.woff") format("woff"), url("../fonts/poppins-light.ttf") format("truetype"), url("../fonts/poppins-light.svg#webfont") format("svg");
}
@font-face {
  font-family: "popb";
  src: url("../fonts/poppins-bold.eot");
  src: url("../fonts/poppins-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-bold.woff") format("woff"), url("../fonts/poppins-bold.ttf") format("truetype"), url("../fonts/poppins-bold.svg#webfont") format("svg");
}
@font-face {
  font-family: "popm";
  src: url("../fonts/poppins-medium.eot");
  src: url("../fonts/poppins-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-medium.woff") format("woff"), url("../fonts/poppins-medium.ttf") format("truetype"), url("../fonts/poppins-medium.svg#webfont") format("svg");
}
@font-face {
  font-family: "popsb";
  src: url("../fonts/poppins-semibold.eot");
  src: url("../fonts/poppins-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-semibold.woff") format("woff"), url("../fonts/poppins-semibold.ttf") format("truetype"), url("../fonts/poppins-semibold.svg#webfont") format("svg");
}
@font-face {
  font-family: "popxb";
  src: url("../fonts/poppins-extrabold.eot");
  src: url("../fonts/poppins-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-extrabold.woff") format("woff"), url("../fonts/poppins-extrabold.ttf") format("truetype"), url("../fonts/poppins-extrabold.svg#webfont") format("svg");
}
@font-face {
  font-family: "ico";
  src: url("../fonts/ico-sotramex.eot");
  src: url("../fonts/ico-sotramex.eot?#iefix") format("embedded-opentype"), url("../fonts/ico-sotramex.woff") format("woff"), url("../fonts/ico-sotramex.ttf") format("truetype"), url("../fonts/ico-sotramex.svg#webfont") format("svg");
}
.flex-v-bottom, .flex-v-center, .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-v-center {
  align-items: center;
}
.flex-v-bottom {
  align-items: flex-end;
}

.grid {
  gap: 30px;
}
.grid-33 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-20 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.grid-25 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.grid-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-63 {
  display: grid;
  grid-template-columns: auto 30%;
}
.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 20px;
}

.round-icon-m, .round-icon-sm, .round-icon-s {
  border-radius: 50%;
  display: grid;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.round-icon-s {
  width: 45px;
  height: 45px;
  font-size: 22px;
}
.round-icon-sm {
  width: 56px;
  height: 56px;
  font-size: 22px;
}
.round-icon-m {
  width: 100px;
  height: 100px;
  font-size: 50px;
}

.bg-green {
  background-color: #00544f;
}
.bg-green.light {
  background: rgba(0, 84, 79, 0.2);
}

.bg-greenlight1 {
  background: #cfd10f;
}
.bg-greenlight1.light {
  background: rgba(207, 209, 15, 0.2);
}

.bg-red {
  background-color: #ff4033;
}
.bg-red.light {
  background-color: #ff4033;
}

.bg-greylight {
  background: #f8f8f8;
}

.bg-success {
  background: #00544f;
}

.gap {
  gap: 30px;
}

.label-txt {
  font-size: 15px;
  text-transform: uppercase;
  color: #01201e;
  font-family: "popr";
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .label-txt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575.98px) {
  .label-txt {
    font-size: 14px;
    line-height: 20px;
  }
}

.green {
  color: #7eaba6;
}

.red {
  color: #ff4033;
}

.nbr {
  font-size: 30px;
  line-height: 32px;
  font-family: "popm";
  color: #01201e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .nbr {
    font-size: 30px;
  }
}
.nbr sup {
  top: -10px;
  font-size: 23px;
  line-height: 0.5;
  margin-left: 5px;
}

.copyright {
  width: 100%;
  margin-top: 45px;
}
.copyright a {
  color: #cfd10f;
}

.text-green1 {
  color: #00544f;
}

.text-green2 {
  color: #01655f;
}

.text-green3 {
  color: #027972;
}

.text-greenl1 {
  color: #cfd10f;
}

.text-yellow {
  color: #f6c400;
}

.text-greendark {
  color: #01201e;
}

.text-grey {
  color: #9c9c9c;
}

.text-lg {
  font-family: "popl" !important;
}

.text-sb {
  font-family: "popsb" !important;
}

.text-xb {
  font-family: "popxb" !important;
}

.text-md {
  font-family: "popm" !important;
}

.titre-default {
  letter-spacing: 2.4px;
  color: #01201e;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "popsb";
}

.bg-greenlight {
  background: #7eaba6;
}

.bg-greendark {
  background-color: #01201e !important;
}

.bg-green1 {
  background-color: #00544f !important;
}

.bg-green2 {
  background-color: #01655f !important;
}

.bg-green3 {
  background-color: #027972 !important;
}

.bg-green4 {
  background-color: #007f77 !important;
}

.bg-green5 {
  background-color: #1b6662 !important;
}

.bg-yellow {
  background-color: #f6c400 !important;
}
.bg-yellow.light {
  background: rgba(207, 209, 15, 0.2) !important;
}

.bg-motif {
  background: url(../img/motif.jpg) left center/cover no-repeat;
}

.nice-select {
  float: none !important;
}

.grid-text-col li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .grid-text-col li {
    grid-template-columns: auto;
    gap: 2px;
  }
}
.grid-text-col li.grid-rs {
  display: grid;
  grid-template-columns: 160px auto;
}

.no-bg {
  background: none !important;
}

.border-tb {
  border-bottom: 1px solid #ececec;
}

.border-b {
  border-bottom: 1px solid #027972;
}

.borderc1-tb {
  border-bottom: 1px solid #c9c9c9;
}

.border-green {
  border: 1px solid #cfd10f !important;
}

.grid-sr {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.grid-rs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.text-s {
  font-size: 13px;
  line-height: 18px;
}

.bg-gradient--primary {
  background: #00544f;
  background: -webkit-linear-gradient(to right, #168780, #00544f) !important;
  background: linear-gradient(to right, #168780, #00544f) !important;
}

.overflow-disable {
  overflow: inherit !important;
}

.fheight {
  min-height: 70vh;
}

.main-title,
h1 {
  font: 30px/35px "popm";
  margin-bottom: 20px;
  color: #00544f;
}

.title,
h2 {
  font: 24px/30px "popl";
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .title,
h2 {
    font: 20px/26px popl;
  }
}

.title-m {
  font: 24px/30px "popm";
  margin-bottom: 20px;
  color: #00544f;
}

.title-s,
h3 {
  font: 20px/28px "popsb";
  margin-bottom: 20px;
}

.title-xs {
  font-size: 16px/24px "popr";
}

h4 {
  font: 18px/25px "popsb";
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #00544f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 991.98px) {
  h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    color: #007f77;
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: #cfd10f;
}

.wrap-container {
  background: #f0f6f6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: grid;
  grid-template-columns: auto 1fr;
}
.wrap-container .sidemenu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  position: relative;
}
.wrap-container .sidemenu .widget {
  background-color: white;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1480px) {
  .wrap-container .sidemenu .widget {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767.98px) {
  .wrap-container .sidemenu .widget {
    display: none;
  }
}
.wrap-container .sidemenu .widget.top {
  top: 0;
  border-radius: 0 0 50px 50px;
}
.wrap-container .sidemenu .widget.bot {
  bottom: 0;
  border-radius: 50px 50px 0 0;
}
.wrap-container .sidemenu .widget .horaire {
  font-size: 18px;
}
.wrap-container .sidemenu .widget .date {
  font-size: 13px;
  line-height: 20px;
}
.wrap-container .sidemenu nav {
  box-shadow: 0 0 20px rgba(0, 84, 79, 0.5);
  flex: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 30px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767.98px) {
  .wrap-container .sidemenu nav {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0 10px 10px 0;
  }
}
.wrap-container .sidemenu ul {
  position: relative;
}
.wrap-container .sidemenu li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.wrap-container .sidemenu li:nth-last-child(2) {
  margin-bottom: 0;
}
.wrap-container .sidemenu li#slidingLine {
  top: 0;
  box-shadow: 0 0 0 5px #01655f;
  background-color: #01655f;
  color: #cfd10f;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 1480px) {
  .wrap-container .sidemenu li#slidingLine {
    width: 40px;
    height: 40px;
  }
}
.wrap-container .sidemenu li svg {
  width: 30px;
}
.wrap-container .sidemenu li.active a {
  color: #cfd10f;
}
.wrap-container .sidemenu li a {
  width: 45px;
  height: 45px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #ececec;
  font-size: 24px;
  overflow: hidden;
  position: relative;
}
.wrap-container .sidemenu li a:hover {
  color: #cfd10f;
}
@media (max-width: 1481px) {
  .wrap-container .sidemenu li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 27px;
  }
}
.wrap-container .sidemenu li.has-submenu {
  position: relative;
}
.wrap-container .sidemenu li.has-submenu .submenu {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  padding-left: 20px;
  top: 50%;
  min-width: 180px;
  height: auto;
  border-radius: 10px;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  box-shadow: 30px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 30px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 30px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.wrap-container .sidemenu li.has-submenu .submenu li {
  margin: 0;
}
.wrap-container .sidemenu li.has-submenu .submenu li a {
  width: auto;
  height: auto;
  font-size: 14px;
  text-align: left;
  padding: 10px 20px;
  line-height: normal;
  background: white;
  border-radius: 0;
  border-bottom: 1px solid #ececec;
  color: #01201e;
}
.wrap-container .sidemenu li.has-submenu .submenu li a > span {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  float: right;
}
.wrap-container .sidemenu li.has-submenu .submenu li:first-of-type a {
  border-top-right-radius: 5px;
}
.wrap-container .sidemenu li.has-submenu .submenu li:last-of-type a {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
}
.wrap-container .sidemenu li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
}
.wrap-container .right-content {
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 1080px) {
  .wrap-container .right-content {
    padding: 25px 0;
  }
}
.wrap-container .right-content .copyright {
  position: static;
  left: 30px;
  bottom: 0;
  width: auto;
}
@media (max-width: 1300.98px) {
  .wrap-container .right-content .copyright {
    left: 10px;
  }
}
@media (max-width: 1080px) {
  .wrap-container .right-content .copyright {
    left: 20px;
  }
}
@media (max-width: 991.98px) {
  .wrap-container .right-content .copyright {
    position: static;
  }
}
.wrap-container .right-content > .inner {
  min-height: 89vh;
  max-width: 1520px;
  padding: 0 70px 70px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1300.98px) {
  .wrap-container .right-content > .inner {
    padding: 0 40px 0;
  }
}
@media (max-width: 1080px) {
  .wrap-container .right-content > .inner {
    padding: 0 25px 0;
  }
}
@media (max-width: 1080px) {
  .wrap-container .right-content > .inner {
    padding: 0 20px;
  }
}
.wrap-container .right-content .top-content {
  position: relative;
  justify-content: space-between;
}
.wrap-container .right-content .top-content .action-btn {
  position: absolute;
  left: -55px;
  top: 0px;
}
@media (max-width: 1800px) {
  .wrap-container .right-content .top-content .action-btn {
    position: static;
    margin-bottom: 30px;
  }
  .wrap-container .right-content .top-content .action-btn > :after {
    content: "Retour";
    position: absolute;
    left: 30px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    font-family: "popr";
    color: #7eaba6;
  }
}
.wrap-container .right-content .top-content .avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.wrap-container .right-content .top-content .right-top {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .wrap-container .right-content .top-content .right-top {
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .wrap-container .right-content .top-content .admin-connect {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrap-container .right-content .top-content .main-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #cfd10f;
  margin-top: 15px;
}
@media (max-width: 1480px) {
  .wrap-container .right-content .round-icon-m {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}
@media (max-width: 1080px) {
  .wrap-container .right-content .round-icon-m {
    margin: auto;
  }
}
.wrap-container .right-content .admin-connect span {
  color: #cfd10f;
}

.campaign label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
  color: #cfd10f;
}
.dark-theme .btn.floating {
  background: #f6c400;
}
.dark-theme table.table-simple thead,
.dark-theme .table.table-simple thead {
  border-color: #007f77;
}
.dark-theme table tr,
.dark-theme .table tr {
  border-color: #007f77;
}
.dark-theme table th,
.dark-theme .table th {
  color: #cfd10f;
}
.dark-theme table td,
.dark-theme .table td {
  color: white;
  border-color: #007f77;
}
.dark-theme .card {
  background-color: #00544f !important;
  color: white;
}
.dark-theme .title-m {
  color: white;
}
.dark-theme .wrap-container {
  background: #01201e;
}
.dark-theme .stat-years > .active a {
  color: white;
}
.dark-theme .stat-years a:hover {
  color: #7eaba6 !important;
}
.dark-theme .stat-moov .item {
  border-color: #007f77;
}
.dark-theme .stat-moov .label-txt,
.dark-theme .stat-moov .item {
  color: white;
}
.dark-theme .stat .card {
  background-color: #00544f !important;
}
.dark-theme .stat .card hr {
  background-color: #7eaba6 !important;
}
.dark-theme .stat .card .round-icon-m {
  background-color: #01201e;
}
.dark-theme .stat .card .text-green1 {
  color: white;
}
.dark-theme .stat .nbr,
.dark-theme .stat .label-txt {
  color: white;
}
.dark-theme .graphism .topcollect {
  background: transparent;
  border-color: #00544f;
}
.dark-theme .admin-connect {
  color: white;
}
.dark-theme .top-content .main-title {
  color: white;
}
.dark-theme .copyright {
  color: white;
}
.dark-theme .history .custom-select.mod1 {
  color: white;
}
.dark-theme .history .custom-select.mod1:after {
  border-color: white transparent transparent transparent;
}
.dark-theme .history .custom-select.mod1 .option:not(.selected) {
  color: #01201e;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select :focus-within {
  border-color: #b0d8d5;
  box-shadow: 0px 0 10px rgba(2, 121, 114, 0.15);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  max-height: 460px;
  overflow: auto;
  min-width: 320px;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY-(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  color: #7eaba6;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.card-sm, .card-green1, .card-greyc1, .card-grey, .card-b, .card {
  border-radius: 6px;
  background: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
  border: none;
}

.card .card--header {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px;
}
.card .card--body {
  padding: 20px;
}
.card-b {
  padding: 60px;
}
.card-b .outer {
  padding: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
.card-grey {
  background-color: #ececec;
  padding: 40px;
}
.card-grey .outer {
  padding: 20px 40px;
  margin-left: -40px;
  margin-right: -40px;
}
.card-greyc1 {
  background-color: #f8f8f8;
}
.card-green1 {
  background-color: #00544f;
  padding: 40px;
}
.card-sm {
  max-width: 520px;
  margin: auto;
}

.card--icon {
  position: relative;
  top: -40px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #ddffeb;
  color: #15ab6f;
  padding: 14px;
}
.card--icon.icon-red {
  color: #ff4033;
  background-color: #ffd0cc;
}
.card--icon.icon-blue {
  color: #64b5f6;
  background-color: #e3f2fd;
}
.card--icon.icon-purple {
  color: #a142e1;
  background-color: #f5e0ff;
}
.card--icon.icon-orange {
  color: #ff9800;
  background-color: #fff8e1;
}
.card--icon.icon-yellow {
  color: #fdd835;
  background-color: #fff9c4;
}

.card--menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
}
.card--menu button {
  display: grid;
  align-items: center;
  justify-content: center;
}
.card--menu button svg {
  height: 16px;
}

@media (max-width: 575.98px) {
  .stat-years {
    margin-bottom: 40px;
  }
}
.stat-years > * {
  display: inline-block;
  vertical-align: bottom;
}
.stat-years > *:not(:last-of-type) {
  margin-right: 30px;
}
.stat-years > * a {
  display: block;
  color: #7eaba6;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}
.stat-years > * a:hover {
  color: #01201e;
}
.stat-years > *.active a {
  font-size: 30px;
  color: #01201e;
}
.stat-years > *.active a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 65%;
  border-radius: 3em;
  background-color: #00544f;
  bottom: -14px;
  height: 4px;
}

.stat {
  margin-bottom: 4vw;
  grid-gap: 4vw;
}
@media (max-width: 1366px) {
  .stat {
    grid-gap: 1.5vw;
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 575.98px) {
  .stat {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.stat .label-txt {
  position: relative;
}
.stat .label-txt .dot {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 11px;
  left: -12px;
}
@media (max-width: 1080px) {
  .stat .label-txt .dot {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .stat .label-txt .dot {
    display: block;
    top: 6px;
  }
}
.stat .card {
  display: grid;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 100px auto;
  gap: 35px;
  border: none;
}
@media (max-width: 1366px) {
  .stat .card {
    grid-template-columns: 60px auto;
  }
}
@media (max-width: 1080px) {
  .stat .card {
    padding: 20px 20px 10px;
    grid-template-columns: auto;
    justify-content: center;
    text-align: center;
    gap: 6px;
  }
}
@media (max-width: 575.98px) {
  .stat .card {
    grid-template-columns: 70px auto;
    text-align: left;
    justify-content: start;
    gap: 20px;
    padding: 15px 20px 15px 45px;
  }
  .stat .card i {
    text-align: center;
  }
}
.stat .card hr {
  position: absolute;
  border-radius: 3em;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 4px;
  height: 100px;
  opacity: 1;
}
@media (max-width: 1366px) {
  .stat .card hr {
    height: 70px;
    left: 23px;
  }
}
@media (max-width: 1080px) {
  .stat .card hr {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .stat .card hr {
    display: block;
  }
}
.stat .card:hover, .stat .card.active {
  transform: translateY(-7px);
  box-shadow: 0 7px 0 0 rgba(1, 32, 30, 0.1);
}
.stat .card.grid-33 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 35px;
}
.stat .card.grid-33 .nbr {
  font-size: 22px;
}
.stat.carte .card {
  grid-template-columns: auto 1fr;
  gap: 30px;
}
.stat.carte .card hr {
  position: static;
  transform: none;
}
.stat.carte .label-txt {
  margin-bottom: 5px;
}
.stat.custom .card {
  padding: 40px;
  justify-content: space-between;
  grid-template-columns: auto auto;
}
.stat.custom .card.current-show {
  box-shadow: 39px 0 32px 0 rgba(2, 121, 114, 0.2);
}
.stat.custom .card hr {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 10px;
  border-radius: 0;
}

.stat-moov {
  margin-top: 60px;
  gap: 4vw;
}
@media (max-width: 1366px) {
  .stat-moov {
    gap: 1.5vw;
  }
}
@media (max-width: 1080px) {
  .stat-moov {
    margin-top: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .stat-moov {
    grid-template-columns: 1fr;
    margin-top: 10px;
    grid-area: 10px;
  }
}
.stat-moov .item {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 84, 79, 0.2);
  border-bottom: 1px solid rgba(0, 84, 79, 0.2);
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .stat-moov .item {
    padding: 15px 0;
  }
}
.stat-moov .item .grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1080px) {
  .stat-moov .item .grid {
    display: block;
  }
}
.stat-moov .item strong {
  font-size: 25px;
}
.stat-moov .item .icon {
  color: white;
}
@media (max-width: 1080px) {
  .stat-moov .item .label-txt {
    line-height: 20px;
  }
}
.stat-moov .flex-v-center {
  grid-gap: 20px;
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stat-item small {
  text-transform: uppercase;
}

.graphism {
  gap: 4vw;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1366px) {
  .graphism {
    gap: 1.5vw;
  }
}
@media (max-width: 1080px) {
  .graphism {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .graphism {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .graphism {
    gap: 10px;
  }
}
.graphism .topcollect {
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
.graphism .topcollect > div {
  position: relative;
  z-index: 10;
}
.graphism .topcollect .label-txt {
  color: white;
}
.graphism .topcollect .btn {
  padding: 0 30px;
}
@media (max-width: 1366px) {
  .graphism .topcollect .btn {
    padding: 0 20px;
  }
}
.graphism .topcollect .outer {
  margin-bottom: 20px;
}
.graphism .topcollect .flex {
  justify-content: space-between;
  align-items: center;
}
.graphism .topcollect > .flex {
  padding: 20px 0;
  border-bottom: 1px solid rgba(126, 171, 166, 0.2);
}
.graphism .topcollect .item {
  color: white;
}
.graphism .topcollect .item .label-txt {
  font-size: 14px;
  text-transform: uppercase;
}
.graphism .topcollect .item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .graphism .topcollect .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.graphism .topcollect .item .flex {
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .graphism .topcollect .item .flex {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .graphism .topcollect .item {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  .graphism .chart {
    grid-column: auto;
  }
}
.graphism .chart .grid-50 {
  gap: 30px 4vw;
}

::-moz-progress-bar {
  background-color: #ececec;
}

::-webkit-progress-value {
  background-color: #027972;
}

.progress {
  background-color: #e8e8e8;
}
.progress .progressbar {
  line-height: 1rem;
  text-align: center;
  color: white;
}

.cst-progress {
  border-radius: 5px;
  height: 10px;
  display: block;
  width: 100%;
  position: relative;
  overflow: visible;
  background-color: #e8e8e8;
}
.cst-progress .progressbar {
  font-size: 0;
  height: 10px;
  background: #027972;
  border-radius: 5px;
}
.cst-progress .value-progress {
  position: absolute;
  top: 15px;
  line-height: 10px;
  width: 34px;
  text-align: center;
  margin-left: -17px;
}

.btn {
  outline: none;
  text-transform: uppercase;
  color: white;
  background-color: #027972;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 15px;
  height: 45px;
  line-height: 44px;
  font-family: "popsb";
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 25px;
  border-color: transparent;
}
@media (max-width: 575.98px) {
  .btn {
    padding: 0 30px;
  }
}
.btn-text {
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  color: white;
  border-radius: 10px;
}
.btn:hover {
  background-color: #cfd10f;
  color: #00544f;
}
.btn.green {
  background-color: #00544f;
}
.btn.green:hover {
  background-color: #027972;
}
.btn.green1 {
  background-color: #027972;
}
.btn.green1:hover {
  background-color: #01655f;
}
.btn.disabled {
  color: #01201e;
  background-color: #f8f8f8 !important;
}
.btn.second {
  background-color: transparent;
  border: 1px solid #00544f;
  color: #00544f;
}
.btn.second:hover {
  border-color: #cfd10f;
  color: #cfd10f;
}
.btn.white {
  background: none;
  border: 1px solid white;
  color: white;
}
.btn.white:hover {
  color: #00544f;
  background-color: white;
}
.btn.small {
  text-align: center;
  padding: 0 20px;
  font: 15px/35px "popl";
  height: 35px;
  background: #00544f;
  color: white;
  text-transform: initial;
}
.btn.small:hover {
  background-color: #cfd10f;
}
.btn.small.actived {
  background: #c9c9c9;
  color: #00544f;
  pointer-events: none;
}
.btn.plus {
  padding: 0;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  line-height: 36px;
  display: block;
  font-size: 11px;
}
.btn.add-btn {
  z-index: 90;
  font-size: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 20px 20px rgba(0, 150, 136, 0.5);
}
.btn.add-btn::after {
  content: "+";
  color: white;
  font-size: 35px;
  line-height: 60px;
}
.btn.floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.btn.btn-sm {
  text-transform: inherit;
  height: auto;
  line-height: 1;
  padding: 10px 14px;
}
.btn.circle {
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
}

.action-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
}
.action-btn.circle {
  border-radius: 50%;
}
.action-btn.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 8px;
}
.action-btn.xsmall {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 7px;
}
.action-btn.red {
  background-color: #ff4033;
}
.action-btn.green {
  background-color: #00544f;
}
.action-btn.greenlight {
  background-color: #cfd10f;
}

.link--icon {
  font-family: "popsb";
  text-transform: uppercase;
}

.custom-wrap-btn {
  line-height: 0;
}
.custom-wrap-btn .btn {
  margin-top: -60px;
}

.dataTables_paginate,
.paginator {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin: 0;
  padding: 20px 30px;
}
.dataTables_paginate .paginate_button,
.dataTables_paginate .pagination,
.paginator .paginate_button,
.paginator .pagination {
  gap: 10px;
}
.dataTables_paginate .paginate_button li.active a,
.dataTables_paginate .pagination li.active a,
.paginator .paginate_button li.active a,
.paginator .pagination li.active a {
  background-color: #027972;
  border-color: #027972;
  color: white;
}
.dataTables_paginate .paginate_button li.disabled,
.dataTables_paginate .pagination li.disabled,
.paginator .paginate_button li.disabled,
.paginator .pagination li.disabled {
  pointer-events: none;
  color: #ececec;
  background: transparent;
  border-color: #ececec;
}
.dataTables_paginate .paginate_button li.prev a,
.dataTables_paginate .pagination li.prev a,
.paginator .paginate_button li.prev a,
.paginator .pagination li.prev a {
  font-size: 0;
  color: #9c9c9c;
}
.dataTables_paginate .paginate_button li.prev a:before,
.dataTables_paginate .pagination li.prev a:before,
.paginator .paginate_button li.prev a:before,
.paginator .pagination li.prev a:before {
  text-align: center;
  display: block;
  font-size: 11px;
  line-height: 32px;
  font-family: "ico";
  content: "\e905";
}
.dataTables_paginate .paginate_button li.next a,
.dataTables_paginate .pagination li.next a,
.paginator .paginate_button li.next a,
.paginator .pagination li.next a {
  font-size: 0;
  color: #9c9c9c;
}
.dataTables_paginate .paginate_button li.next a:before,
.dataTables_paginate .pagination li.next a:before,
.paginator .paginate_button li.next a:before,
.paginator .pagination li.next a:before {
  text-align: center;
  display: block;
  font-size: 11px;
  line-height: 32px;
  font-family: "ico";
  content: "\e906";
}
.dataTables_paginate .paginate_button li.last a, .dataTables_paginate .paginate_button li.first a,
.dataTables_paginate .pagination li.last a,
.dataTables_paginate .pagination li.first a,
.paginator .paginate_button li.last a,
.paginator .paginate_button li.first a,
.paginator .pagination li.last a,
.paginator .pagination li.first a {
  width: auto;
  height: auto;
  line-height: 32px;
  border: none;
  border-radius: 0;
}
.dataTables_paginate .paginate_button a,
.dataTables_paginate .pagination a,
.paginator .paginate_button a,
.paginator .pagination a {
  overflow: hidden;
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #01201e;
  border: 1px solid #ececec;
  display: block;
  text-align: center;
}
.dataTables_paginate .paginate_button a:hover:not(span),
.dataTables_paginate .pagination a:hover:not(span),
.paginator .paginate_button a:hover:not(span),
.paginator .pagination a:hover:not(span) {
  background-color: #cfd10f;
  color: white;
  border-color: #cfd10f;
}
.dataTables_paginate span,
.paginator span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dataTables_paginate span .nav-page,
.paginator span .nav-page {
  background-color: #cfd10f;
  color: white;
  border-color: #cfd10f;
  font-size: 10px;
}
.dataTables_paginate span .nav-page:hover,
.paginator span .nav-page:hover {
  background-color: #027972;
  border-color: #027972;
}

.switch {
  position: relative;
  overflow: hidden;
  width: 52px;
}
.switch input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.switch input[type=checkbox]:checked ~ span {
  background-color: #00544f;
}
.switch input[type=checkbox]:checked ~ span:after {
  background-color: white;
  left: calc(100% - 26px);
  content: url(../img/moon.svg);
}
.switch span {
  display: block;
  height: 28px;
  border-radius: 18px;
  background: #ececec;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.switch span:after {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  content: url(../img/sun.svg);
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 24px;
  width: 24px;
  background-color: #01201e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.field .inner-field:after {
  font-size: 14px;
  line-height: 14px;
  color: white;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(../img/agenda.svg) center no-repeat #00544f;
  border-radius: 0 5px 5px 0;
}

.field .nice-select, .field .inner-field, .field input, .field select, .field textarea, .select2-selection__rendered {
  width: 100%;
  border: 1px solid #dcdcdc;
  background-color: white;
  height: 46px;
  padding: 4px 20px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #01201e;
}

.selectsearch {
  display: none;
}

.select2-selection__rendered {
  display: block;
  width: 100%;
  line-height: 38px;
}

.select2-container--default {
  background: white;
}

.select2-search__field {
  border: 1px solid #ececec;
}

.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
}

.select2-search input {
  height: 35px;
  padding: 5px 20px;
  border-radius: 0;
  margin-top: 10px;
}

.field label {
  color: #9c9c9c;
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}
.field textarea {
  height: inherit;
}
.field textarea:focus-within, .field textarea:focus-visible, .field textarea:focus, .field textarea:active, .field textarea.nice-select.open {
  border-color: #b0d8d5;
  box-shadow: 0px 0 10px rgba(2, 121, 114, 0.15);
}
.field select:focus-within, .field select:focus-visible, .field select:focus, .field select:active, .field select.nice-select.open {
  border-color: #b0d8d5;
  box-shadow: 0px 0 10px rgba(2, 121, 114, 0.15);
}
.field input {
  position: relative;
}
.field input ::placeholder {
  color: #01201e;
}
.field input:disabled {
  opacity: 0.5;
}
.field input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.field input[type=date]::-webkit-calendar-picker-indicator {
  background: 0 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 1;
}
.field input[type=date]::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}
.field input:focus-within, .field input:focus-visible, .field input:focus, .field input:active, .field input.nice-select.open {
  border-color: #b0d8d5;
  box-shadow: 0px 0 10px rgba(2, 121, 114, 0.15);
}
.field select.select2 {
  display: none;
}
.field .inner-field {
  height: 40px;
  padding: 0;
  position: relative;
}
.field .inner-field:after {
  content: "";
}
.field .inner-field.poids:after {
  display: none;
}
.field .inner-field.poids .inf-sup {
  overflow: hidden;
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  background: #00544f;
  border-radius: 5px 0 0 5px;
}
.field .inner-field.poids .inf-sup input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
}
.field .inner-field.poids .inf-sup input[type=checkbox]:checked + span {
  background-image: url(../img/inf-egal.svg);
}
.field .inner-field.poids .inf-sup span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sup-egal.svg) center no-repeat;
}
.field .inner-field input {
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  height: auto;
}
.field .nice-select {
  padding: 2px 45px 2px 25px;
  /* .list {
       width: 100%;
   }*/
}
.field .nice-select:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  height: 100%;
  background: #00544f;
  border-radius: 0 5px 5px 0;
}
.field .nice-select:after {
  content: "";
  position: absolute;
  right: 11px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: white transparent transparent transparent;
  transform: none;
  transform-origin: center;
}
.field .nice-select.open:after {
  transform: rotate(180deg);
}
.field .nice-select .option.selected {
  font-weight: normal;
}
.field.inline-field label {
  margin-bottom: 0;
  margin-right: 15px;
}
.field .checkbox input[type=checkbox] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 15px;
}
.field .checkbox label {
  margin-bottom: 0;
}

.check {
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .check {
    margin-top: 8px;
  }
}
.check span {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.check span:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: -2px;
  width: 7px;
  height: 10px;
  border: solid #cfd10f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.check input[type=checkbox]:checked ~ span:after {
  opacity: 1;
}

.popup {
  padding: 20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.51);
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup .icon-alert {
  font-size: 45px;
  line-height: 1;
  display: block;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup .title {
  margin-bottom: 15px;
  color: #00544f;
}
.popup p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  text-align: center;
}
.popup .card {
  overflow: initial;
  width: 100%;
  max-width: 500px;
  padding: 60px 30px;
  color: white;
}
.popup.light .card {
  color: #01201e;
}
.popup .action-btn {
  position: absolute;
  top: -15px;
  right: -15px;
}
.popup.new-cueilleur .card {
  max-width: 1420px;
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .popup.new-cueilleur .card {
    border-radius: 0;
    max-height: 80vh;
    overflow: auto;
  }
}
.popup.new-cueilleur .wrap-title {
  padding: 25px 30px;
  background: #ececec;
  margin: 0 -4vw 40px;
}
@media (max-width: 1199.98px) {
  .popup.new-cueilleur .wrap-title {
    position: sticky;
    top: 0;
    z-index: 9;
  }
}
@media (max-width: 767.98px) {
  .popup.new-cueilleur .wrap-title {
    padding: 15px 30px;
  }
}
.popup.new-cueilleur .wrap-title .title {
  margin: 0;
}
@media (max-width: 767.98px) {
  .popup.new-cueilleur .btn {
    display: block;
    text-align: center;
  }
}
.popup.carte .card {
  max-width: 830px;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9c9c9c;
}
.breadcrumb a {
  color: #9c9c9c;
}
.breadcrumb a:hover {
  color: #cfd10f;
}
.breadcrumb .current-page {
  color: #cfd10f;
  font-family: "popsb";
}

.filter-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.filter-card .flex {
  gap: 30px;
}
.filter-card .field {
  align-items: center;
  gap: 12px;
  grid-template-columns: auto 1fr;
}
.filter-card .field label {
  margin-bottom: 0;
  font-size: 15px;
  color: #01201e;
}
.filter-card .field input {
  width: 100%;
  height: 40px;
  color: #9c9c9c;
}
.filter-card .field input::placeholder {
  color: #9c9c9c;
}
.filter-card .field .poids input {
  padding-left: 40px;
}
.filter-card .field .nice-select,
.filter-card .field .select2-selection__rendered {
  height: 40px;
  line-height: 35px;
}
.filter-card.carte {
  display: flex;
  justify-content: center;
}
.filter-card.carte .field .inner-field {
  height: 40px;
  width: 160px;
}
.filter-card.filter-ticket .nice-select {
  width: 220px;
}

.table {
  text-align: left;
  border-collapse: collapse;
  overflow: auto;
  margin: 0;
}
.table * {
  box-sizing: border-box;
}
.table thead {
  color: white;
  background: #027972;
}
.table th {
  padding: 20px 10px;
  position: relative;
  font-family: "popsb";
  font-size: 14px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  background: none;
  vertical-align: middle;
}
.table th a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  text-align: left;
}
.table th a::after {
  content: "";
  display: inline-block;
  background: url(../img/sorting.svg) no-repeat center;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-size: 7px;
}
.table th a.asc::after {
  background-image: url(../img/sorting_asc.svg);
}
.table th a.desc::after {
  background-image: url(../img/sorting_desc.svg);
}
@media (max-width: 1480px) {
  .table th {
    font-size: 13px;
  }
}
.table th.sorting {
  cursor: pointer;
}
.table th.sorting::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../img/sorting.svg) no-repeat center;
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.table th.sorting.sorting_asc::after {
  background-image: url(../img/sorting_asc.svg);
}
.table th.sorting.sorting_desc::after {
  background-image: url(../img/sorting_desc.svg);
}
.table th:last-child:before {
  display: none;
}
.table th.nobefore::before {
  display: none;
}
.table th.actions {
  text-align: right;
}
.table tbody {
  border: none !important;
}
.table tbody tr {
  vertical-align: middle;
  border-bottom: 1px solid #ececec;
}
.table tbody td {
  padding: 13px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  .table tbody td {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.table tbody td strong {
  font-size: 16px;
}
@media (max-width: 1500px) {
  .table tbody td strong {
    font-size: 14px;
  }
}
.table tbody td img {
  margin: auto;
}
@media (max-width: 991.98px) {
  .table tbody td span {
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.table tbody td:last-child span {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media (max-width: 1199.98px) {
  .table tbody td:last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}
.table tbody td:last-child span a {
  border-radius: 6px;
}
.table tbody td:last-child span a:hover {
  color: white;
  background-color: #01201e !important;
}
.table tbody td:last-child span a.icon-delete {
  font-size: 17px;
}
.table tbody td:last-child a {
  position: relative;
}
.table tbody td:last-child a:hover {
  background-color: #ff4033;
}
.table tbody td:last-child a:last-child:after {
  display: none;
}
.table tbody td:last-child .view {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(img/eye-small.svg) 50% no-repeat transparent;
  background-size: initial;
}
.table tbody td:last-child .view:hover {
  background: url(img/eye-small-white.svg) 50% no-repeat #ff4033;
}
.table tbody td.actions {
  text-align: right;
}
.table td ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.table td ul li span:first-child {
  font-family: "montb";
  background: #027972;
  color: white;
}
.table td ul li:last-child span:last-child span {
  background: none;
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .table .dtr-details li span:last-child {
    padding: 10px;
  }
  .table .dtr-details li span:last-child span {
    padding: 0;
    border: none;
  }
}
.table.table-simple thead {
  background-color: transparent;
  color: #999;
  border-bottom: 2px solid #999;
}
.table.table-simple thead th {
  padding: 5px 10px;
}
.table.table-simple thead th a {
  color: #01201e;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .dataTables_length {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length {
    width: 100%;
    text-align: center;
  }
}
.dataTables_wrapper .dataTables_length select {
  padding: 5px 25px 5px 15px;
  border-radius: 5px;
  margin: 0 5px;
  appearance: none;
  background: url(../img/drop.jpg) no-repeat right 10px center #fff;
}
.dataTables_wrapper .dataTables_info {
  position: absolute;
  left: 55px;
  bottom: 25px;
  font-size: 14px;
  line-height: 24px;
  color: white;
}
@media (max-width: 1199.98px) {
  .dataTables_wrapper .dataTables_info {
    bottom: 15px;
    left: 15px;
    font-size: 13px;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  .dataTables_wrapper .dataTables_info {
    display: none;
  }
}
.dataTables_wrapper .dt-buttons button.active, .dataTables_wrapper .dt-buttons button:not(.active) {
  text-align: center;
  padding: 0 20px;
  font: 15px/35px "popl";
  height: 35px;
  text-transform: initial;
  border-radius: 16px;
  display: inline-block;
  vertical-align: top;
}
.dataTables_wrapper .dt-buttons {
  background: #f0f6f6;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dataTables_wrapper .dt-buttons button {
  display: block !important;
}
.dataTables_wrapper .dt-buttons button:not(.active) {
  color: #00544f;
  background: rgba(126, 171, 166, 0.1);
}
.dataTables_wrapper .dt-buttons button.active {
  background: #00544f;
  color: white;
}
.dataTables_wrapper .dt-buttons + #table {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: white;
}
.dataTables_wrapper .dt-buttons + #table + #table_paginate {
  background: white;
}

.cueilleur .site {
  min-width: 80px;
}
.cueilleur .carte {
  min-width: 80px;
}
.cueilleur .poids {
  min-width: 80px;
}

.step-line {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 37px;
}
.step-line .item {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 12px;
  position: relative;
  filter: grayscale(1);
  opacity: 0.5;
}
.step-line .item:not(:last-of-type) {
  padding-right: 175px;
}
.step-line .item:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #c9c9c9;
  top: 22px;
  left: 150px;
  right: 0;
}
.step-line .item span {
  width: 43px;
  height: 43px;
  text-align: center;
  font: 18px/36px "popsb";
  background: #00544f;
  color: #cfd10f;
  border-radius: 50%;
  border: 4px solid #b4cdcc;
}
.step-line .item.done {
  filter: none;
  opacity: 1;
}
.step-line .item:first-of-type span {
  order: 2;
}

.progress-circle {
  position: relative;
  height: 130px;
  width: 130px;
  margin: 0 auto;
}
.progress-circle div {
  position: absolute;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}
.progress-circle div span {
  position: absolute;
  font-family: "popm";
  font-size: 24px;
  line-height: 105px;
  height: 105px;
  width: 105px;
  left: 12px;
  top: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.progress-circle .background {
  background-color: #b3cef6;
}
.progress-circle .rotate {
  clip: rect(0 65px 130px 0);
  background-color: #4b86db;
}
.progress-circle .left {
  clip: rect(0 65px 130px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.progress-circle .right {
  clip: rect(0 65px 130px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message {
  padding: 20px 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 500;
  border-radius: 10px;
}
.message.success {
  background-color: #05c73d;
  color: white;
}

.custom-select.mod1 {
  border-radius: 0;
  background: none;
  border-width: 0 0 1px 0;
  border-color: #00544f;
  color: #01201e;
  font-size: 16px;
  height: 50px;
  padding-right: 50px;
  padding-left: 25px;
  display: grid;
  align-items: center;
}
.custom-select.mod1 .option {
  padding: 0 20px;
  text-align: center;
}
.custom-select.mod1:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #01201e transparent transparent transparent;
  transform-origin: center;
  transform: none;
  margin-top: -5px;
  right: 25px;
  top: 50%;
}
.custom-select.mod1.year {
  font-family: "popb";
}
.custom-select .list {
  width: 100%;
}

.first-step {
  padding-left: 25px;
  padding-right: 25px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  position: relative;
}
@media (max-height: 700px) {
  .first-step {
    flex-flow: row wrap;
  }
}

.login-ui {
  color: white;
  font-family: "popl";
  width: 100%;
  max-width: 500px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 43px 84px 0 rgba(0, 84, 79, 0.15);
}
.login-ui p {
  font-size: 12px;
  line-height: 20px;
}
.login-ui p:not(.error-msg) {
  color: #7eaba6;
}
.login-ui a:not(.btn) {
  color: white;
  font-size: 12px;
}
.login-ui .title {
  margin-bottom: 25px;
}
.login-ui .inner {
  padding: 60px 65px 30px;
  float: none;
}
@media (max-width: 991.98px) {
  .login-ui .inner {
    padding: 40px 25px 30px;
  }
}
.login-ui .bot-content {
  font-size: 13px;
}
.login-ui .bot-content a {
  font-size: 13px;
  color: #cfd10f;
}
.login-ui.inscription {
  max-width: 800px;
}
@media (min-width: 767.98px) {
  .login-ui + .copyright {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: revert;
    bottom: 91px;
    width: auto;
    right: -60px;
  }
}

.formgroup {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .formgroup {
    line-height: 15px;
  }
}
.formgroup label {
  color: #7eaba6;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .formgroup label {
    line-height: 20px;
  }
}
.formgroup input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #027972;
  width: 100%;
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  color: white;
}
.formgroup input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: none !important;
}
.formgroup .input-file {
  border-bottom: 1px solid #027972;
  height: 42px;
  position: relative;
}
.formgroup .input-file input {
  appearance: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.formgroup .input-file input::-webkit-file-upload-button {
  visibility: hidden;
}
.formgroup .input-file .filename {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding-right: 150px;
}
.formgroup .input-file .btn {
  position: absolute;
  right: 0;
  font-size: 13px;
  padding: 0 25px;
  line-height: 30px;
  height: 30px;
  background-color: #027972;
}
.formgroup .input-file .btn:hover {
  background-color: #cfd10f;
}
.formgroup .custom-field {
  position: relative;
}
.formgroup .custom-field .icon {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 12px;
  line-height: 13px;
  cursor: pointer;
}
.formgroup .check label {
  color: white;
  font-size: 12px;
}
.formgroup .nice-select {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #027972;
  color: white;
  border-radius: 0;
  padding-left: 0;
  float: none !important;
}
.formgroup .nice-select:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #027972 transparent transparent transparent;
  transform-origin: initial;
  transform: none;
}
.formgroup .nice-select.open:after {
  transform: rotate(180deg);
}
.formgroup .nice-select .list {
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  margin: 0;
  background: #027972;
}
.formgroup .nice-select .option:hover, .formgroup .nice-select .option.selected.focus {
  font-weight: normal;
  background-color: #007f77;
}

.error-msg {
  color: #ff4033 !important;
}
.error-msg label {
  color: #ff4033 !important;
}
.error-msg input {
  color: #ff4033 !important;
  border-color: #ff4033 !important;
}

p.error-msg {
  margin: 10px 0 0;
  font-size: 12px;
}

.copyright {
  font-size: 12px;
  color: #00544f;
  bottom: 30px;
  text-align: center;
}
.copyright a {
  color: #cfd10f;
  font-family: "popb";
}
@media (max-height: 700px) {
  .copyright {
    margin-top: 30px;
    bottom: auto;
    position: relative;
    width: 100%;
  }
}

.detail-cueilleur .inner {
  padding: 30px 30px 40px;
}
@media (max-width: 1366px) {
  .detail-cueilleur .inner {
    padding: 40px;
  }
}
.detail-cueilleur .title-m {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.detail-cueilleur .title {
  font-size: 20px;
  font-family: "popsb";
  color: white;
}
.detail-cueilleur ul li {
  display: flex;
  font-size: 15px;
  grid-template-columns: auto auto;
  align-items: center;
}
.detail-cueilleur ul li i {
  margin-right: 16px;
  font-size: 16px;
}
.detail-cueilleur ul li:not(:last-child) {
  margin-bottom: 8px;
}
.detail-cueilleur ul li span {
  display: block;
}
.detail-cueilleur ul li span::first-of-type {
  color: #9c9c9c;
}
@media (max-width: 575.98px) {
  .detail-cueilleur ul li span::first-of-type {
    line-height: 20px;
    font-size: 15px;
  }
}
.detail-cueilleur .bg-green1 .title-m {
  color: white;
}
.detail-cueilleur .bg-green1 ul li span:first-of-type {
  color: #7eaba6;
}
.detail-cueilleur .bg-green1 ul li span:last-of-type {
  color: white;
}
.detail-cueilleur .grid {
  display: grid;
  grid-template-columns: auto;
  gap: 4vw;
}
@media (max-width: 1199.98px) {
  .detail-cueilleur .grid {
    grid-template-columns: auto;
    gap: 15px;
  }
}

.creation-achat label {
  font-size: 16px;
  margin-bottom: 10px;
}
.creation-achat .card-custom {
  overflow: hidden;
  margin-top: 15px;
  border-radius: 6px;
  gap: 10px;
  padding: 16px 35px 20px;
  max-height: 54px;
  transition: max-height 0.3s ease;
}
.creation-achat .card-custom.show {
  overflow: initial;
  max-height: fit-content;
}
.creation-achat .card-custom.show .show-mob i {
  transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .creation-achat .card-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.creation-achat .card-custom .show-mob {
  cursor: pointer;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 54px;
  visibility: hidden;
}
.creation-achat .card-custom .show-mob i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 23px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background: #00544f;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 35px;
}
.creation-achat .card-custom .title-s {
  color: #027972;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 14px;
}
.creation-achat .card-custom .title-s span {
  font-family: "popl";
  color: #01201e;
}
.creation-achat .card-custom label {
  font-size: 14px;
  color: #01201e;
}
.creation-achat .card-custom .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px 10px;
}
.creation-achat .grid-text-col {
  position: relative;
  gap: 0 4vw;
}
@media (max-width: 991.98px) {
  .creation-achat .grid-text-col {
    grid-template-columns: auto;
  }
}
@media (min-width: 1199.98px) {
  .creation-achat .grid-text-col {
    gap: 0 20vw;
  }
  .creation-achat .grid-text-col:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #c9c9c9;
  }
}
.creation-achat .grid-text-col li {
  grid-template-columns: 200px auto;
  align-items: flex-start;
  line-height: 22px;
  margin: 5px 0;
}
.creation-achat .grid-text-col strong {
  display: block;
}
.creation-achat .grid-text-col span {
  color: #01655f;
}
.creation-achat .grid-text-col span:first-of-type {
  color: #9c9c9c;
}
.creation-achat .attribuerCueilleur {
  font-size: 14px;
  color: #ff4033;
}
.creation-achat .field input {
  font-size: 16px;
}

.circle-stat .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font: 18px/24px "popm";
}
.circle-stat .card {
  padding: 30px;
}
.circle-stat .col {
  margin-bottom: 1.2em;
}

#table-columns-toggle {
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
}

#table-tickets {
  width: 100%;
  overflow: auto;
  min-height: 100%;
}
#table-tickets td.fixed-actions, #table-tickets th.fixed-actions {
  position: sticky;
  right: 0;
  z-index: 10;
  text-align: center;
}
#table-tickets th.fixed-actions {
  background-color: #027972;
}
#table-tickets td.fixed-actions {
  background-color: white;
}

#addlotsnontraces {
  cursor: pointer;
  color: white;
  background-color: #00544f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 991.98px) {
  #addlotsnontraces:hover {
    background-color: #027972;
    color: #cfd10f;
  }
}

#panel {
  position: fixed;
  height: 100vh;
  width: 520px;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 5vw;
  transform: translateX(520px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#panel.opened {
  transform: translateX(0);
}

.creation-achat .card-custom .fields-setting .grid {
  grid-template-columns: repeat(5, minmax(150px, 1fr));
}

#page-statistiques .card {
  height: 100%;
}

#graph-repartition--age {
  max-height: 280px;
}

.welcome-message {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.welcome-message > div {
  flex: 1;
}
.welcome-message > div.text {
  flex: 0 0 60%;
}

.sm-wrapper {
  max-width: 760px;
  margin-inline: auto;
}

.media-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.media-content .media {
  background-color: #01201e;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.media-content .media img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.media-content .media.circle {
  border-radius: 50%;
}

.configlist {
  display: grid;
  gap: 30px;
  row-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
.configlist .card {
  position: relative;
  overflow: visible;
}
.configlist .card h3 {
  margin-bottom: 5px;
}
.configlist .card p {
  color: rgba(1, 32, 30, 0.65);
}

.history {
  margin-top: -54px;
  margin-bottom: 80px;
}

.fixed-toast {
  position: fixed;
  bottom: 0;
  width: calc(100% - 166px);
  right: 46px;
  padding: 20px 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 84, 79, 0.5);
}
.fixed-toast small {
  opacity: 0.65;
}
.fixed-toast.bg-green {
  color: white;
}

.floating {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 90;
}
.floating.toast {
  left: 0;
  right: 0;
  margin: auto;
}

.btn-group, .btn-group-vertical {
  align-items: center;
}

.badge {
  font-size: 15px;
  font-weight: normal;
}

.toggle-view label {
  display: flex;
  gap: 10px;
}

.select2.select2-container .select2-dropdown {
  min-width: 280px;
}
.select2.select2-container--default .select2-selection--single {
  border: none;
  min-height: 40px;
}

.circle {
  border-radius: 50%;
}

.taglist {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.taglist .tag {
  background: white;
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
}

.small-graph {
  max-height: 180px;
}

.sucess-view {
  min-height: 80vh;
  text-align: center;
  display: grid;
  gap: 30px;
  align-content: center;
}
.sucess-view .icon {
  width: 80px;
  height: 80px;
  background-size: 100%;
  display: block;
  margin: 0 auto 40px;
}
.sucess-view .icon.icon-success {
  background: url(../img/check.svg) no-repeat center;
  background-size: 100%;
}
.info {
  font-size: 12px;
}

.kl_dateinvalide{
  color: red;
}