﻿@charset "UTF-8";
/*
  ==============================================================================================
  --------------------------|                                        |--------------------------
  --------------------------|          CSS / Key4events 2020         |--------------------------
  --------------------------|              Thème général             |--------------------------
  --------------------------|                                        |--------------------------
  ==============================================================================================
*/
/* -------------------- Global -------------------- */
/*
  ==============================================================================================
  --------------------------|                                        |--------------------------
  --------------------------|          CSS / Key4events 2020         |--------------------------
  --------------------------|           Variables et mixins          |--------------------------
  --------------------------|                                        |--------------------------
  ==============================================================================================
*/
/* -------------------- Typographies -------------------- */
/* -------------------- Transitions -------------------- */
/* -------------------- Mixins -------------------- */
/* Modifs KWW début */
/* Modifs KWW fin */
/* -------------------- Fonts --------------------*/
@font-face {
  font-family: 'Arquitecta-regular';
  src: url("../fonts/arquitecta/arquitecta-regular.woff2") format("woff2"), url("../fonts/arquitecta/arquitecta-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arquitecta-bold';
  src: url("../fonts/arquitecta/arquitecta-bold.woff2") format("woff2"), url("../fonts/arquitecta/arquitecta-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arquitecta-heavy';
  src: url("../fonts/arquitecta/arquitecta-heavy.woff2") format("woff2"), url("../fonts/arquitecta/arquitecta-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* -------------------- SVG -------------------- */
svg {
  fill: #000;
}

svg use {
  stroke: #000;
  stroke-width: 2;
  transition: all 0.3s ease;
}

svg.blue {
  fill: #3e64c1;
}

svg.blue use {
  stroke: #3e64c1;
}

svg.indigo {
  fill: #743ad2;
}

svg.indigo use {
  stroke: #743ad2;
}

svg.purple {
  fill: #9b369b;
}

svg.purple use {
  stroke: #9b369b;
}

svg.pink {
  fill: #e83e8c;
}

svg.pink use {
  stroke: #e83e8c;
}

svg.red {
  fill: #e8192c;
}

svg.red use {
  stroke: #e8192c;
}

svg.orange {
  fill: #ff6000;
}

svg.orange use {
  stroke: #ff6000;
}

svg.yellow {
  fill: #f5ba1b;
}

svg.yellow use {
  stroke: #f5ba1b;
}

svg.green {
  fill: #409c6a;
}

svg.green use {
  stroke: #409c6a;
}

svg.teal {
  fill: #0eb7a9;
}

svg.teal use {
  stroke: #0eb7a9;
}

svg.cyan {
  fill: #0088db;
}

svg.cyan use {
  stroke: #0088db;
}

svg.cyan-light {
  fill: #88cef6;
}

svg.cyan-light use {
  stroke: #88cef6;
}

svg.skyblue {
  fill: #2f85b3;
}

svg.skyblue use {
  stroke: #2f85b3;
}

svg.skyblue-medium {
  fill: #6daed4;
}

svg.skyblue-medium use {
  stroke: #6daed4;
}

svg.skyblue-light {
  fill: #cbe5f4;
}

svg.skyblue-light use {
  stroke: #cbe5f4;
}

svg.nightblue {
  fill: #264c95;
}

svg.nightblue use {
  stroke: #264c95;
}

svg.primary-dark {
  fill: #394466;
}

svg.primary-dark use {
  stroke: #394466;
}

svg.white {
  fill: #fff;
}

svg.white use {
  stroke: #fff;
}

svg.black {
  fill: #000;
}

svg.black use {
  stroke: #000;
}

svg.gray {
  fill: #6c757d;
}

svg.gray use {
  stroke: #6c757d;
}

svg.gray-dark {
  fill: #343a40;
}

svg.gray-dark use {
  stroke: #343a40;
}

svg.original {
  fill: #2c4698;
}

svg.original use {
  stroke: #2c4698;
}

svg.primary {
  fill: #3e64c1;
}

svg.primary use {
  stroke: #3e64c1;
}

svg.secondary {
  fill: #333;
}

svg.secondary use {
  stroke: #333;
}

svg.success {
  fill: #74be4b;
}

svg.success use {
  stroke: #74be4b;
}

svg.info {
  fill: #2ec3ea;
}

svg.info use {
  stroke: #2ec3ea;
}

svg.warning {
  fill: #ff6000;
}

svg.warning use {
  stroke: #ff6000;
}

svg.danger {
  fill: #e8192c;
}

svg.danger use {
  stroke: #e8192c;
}

svg.skyblue {
  fill: #2f85b3;
}

svg.skyblue use {
  stroke: #2f85b3;
}

svg.white {
  fill: #fff;
}

svg.white use {
  stroke: #fff;
}

svg.light {
  fill: #aaa;
}

svg.light use {
  stroke: #aaa;
}

svg.dark {
  fill: #343a40;
}

svg.dark use {
  stroke: #343a40;
}

/* -------------------- Icônes custom -------------------- */
i.icon {
  display: inline-block;
}

i.icon.icon-sm {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
}

i.icon.icon-md {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
}

i.icon.icon-lg {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
}

i.icon.icon-lg use {
  stroke-width: 1.32;
}

i.icon.icon-bg {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 50vw;
  transform: translate(28%, 0);
  opacity: .04;
}

i.icon > svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  i.icon.icon-bg {
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  i.icon.icon-bg {
    bottom: 0;
    right: 0;
    width: 680px;
    height: 680px;
    transform: translate(7.5%, 32%);
  }
}

/* -------------------- Titres -------------------- */
.line {
  position: relative;
  padding-bottom: 10px;
}

.line::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #000066;
}

.line.line-white-30::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.line.line-gray-ligth::after {
  background-color: #ddd;
}

.line.line-blue::after {
  background-color: #3e64c1 !important;
}

.line.line-indigo::after {
  background-color: #743ad2 !important;
}

.line.line-purple::after {
  background-color: #9b369b !important;
}

.line.line-pink::after {
  background-color: #e83e8c !important;
}

.line.line-red::after {
  background-color: #e8192c !important;
}

.line.line-orange::after {
  background-color: #ff6000 !important;
}

.line.line-yellow::after {
  background-color: #f5ba1b !important;
}

.line.line-green::after {
  background-color: #409c6a !important;
}

.line.line-teal::after {
  background-color: #0eb7a9 !important;
}

.line.line-cyan::after {
  background-color: #0088db !important;
}

.line.line-cyan-light::after {
  background-color: #88cef6 !important;
}

.line.line-skyblue::after {
  background-color: #2f85b3 !important;
}

.line.line-skyblue-medium::after {
  background-color: #6daed4 !important;
}

.line.line-skyblue-light::after {
  background-color: #cbe5f4 !important;
}

.line.line-nightblue::after {
  background-color: #264c95 !important;
}

.line.line-primary-dark::after {
  background-color: #394466 !important;
}

.line.line-white::after {
  background-color: #fff !important;
}

.line.line-black::after {
  background-color: #000 !important;
}

.line.line-gray::after {
  background-color: #6c757d !important;
}

.line.line-gray-dark::after {
  background-color: #343a40 !important;
}

.line.line-original::after {
  background-color: #2c4698 !important;
}

/* -------------------- Liens -------------------- */
a {
  transition: all 0.15s ease;
}

.no-ul {
  text-decoration: none;
}

a.link-under {
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), #3e64c1 calc(100% - 1px), #3e64c1 100%);
  background-size: 0 auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

a.link-under:hover {
  background-image: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), #3e64c1 calc(100% - 1px), #3e64c1 100%);
  background-size: 100% auto;
}

/* -------------------- Opacités -------------------- */
.op-0 {
  opacity: .0;
  transition: all 0.3s ease;
}

.op-1 {
  opacity: .1;
  transition: all 0.3s ease;
}

.op-2 {
  opacity: .2;
  transition: all 0.3s ease;
}

.op-3 {
  opacity: .3;
  transition: all 0.3s ease;
}

.op-4 {
  opacity: .4;
  transition: all 0.3s ease;
}

.op-5 {
  opacity: .5;
  transition: all 0.3s ease;
}

.op-6 {
  opacity: .6;
  transition: all 0.3s ease;
}

.op-7 {
  opacity: .7;
  transition: all 0.3s ease;
}

.op-8 {
  opacity: .8;
  transition: all 0.3s ease;
}

.op-9 {
  opacity: .9;
  transition: all 0.3s ease;
}

.op-10 {
  opacity: 1;
  transition: all 0.3s ease;
}

.op-h-0:hover {
  opacity: .0;
}

.op-h-1:hover {
  opacity: .1;
}

.op-h-2:hover {
  opacity: .2;
}

.op-h-3:hover {
  opacity: .3;
}

.op-h-4:hover {
  opacity: .4;
}

.op-h-5:hover {
  opacity: .5;
}

.op-h-6:hover {
  opacity: .6;
}

.op-h-7:hover {
  opacity: .7;
}

.op-h-8:hover {
  opacity: .8;
}

.op-h-9:hover {
  opacity: .9;
}

.op-h-10:hover {
  opacity: 1;
}

/* -------------------- Scrollbars custom pour webkit -------------------- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div[class*="table-responsive"]::-webkit-scrollbar,
.scrollable::-webkit-scrollbar {
  height: 4px;
}

div[class*="table-responsive"]::-webkit-scrollbar-track,
.scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
}

div[class*="table-responsive"]::-webkit-scrollbar-thumb,
.scrollable::-webkit-scrollbar-thumb {
  background: #888;
}

div[class*="table-responsive"]::-webkit-scrollbar-thumb:hover,
.scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* -------------------- Couleur de texte sélectionné -------------------- */
::selection {
  color: #fff;
  background-color: #3e64c1;
}

/* -------------------- Animations -------------------- */
@media screen and (orientation: portrait) {
  @keyframes kenburns-top {
    0% {
      background-size: auto 100%;
    }
    100% {
      background-size: auto 125%;
    }
  }
}

@media screen and (orientation: landscape) {
  @keyframes kenburns-top {
    0% {
      background-size: 100% auto;
    }
    100% {
      background-size: 125% auto;
    }
  }
}

@keyframes slide-in-elliptic-top-fwd {
  0% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

@keyframes shake-horizontal {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes Showinfo-top {
  0% {
    opacity: 0;
    top: -100px;
    max-height: 0;
  }
  100% {
    opacity: 1;
    top: 0;
    max-height: 200px;
  }
}

@keyframes Hideinfo-top {
  0% {
    opacity: 1;
    top: 0;
    max-height: 200px;
  }
  100% {
    opacity: 0;
    top: -100px;
    max-height: 0;
  }
}

@keyframes Showinfo-bottom {
  0% {
    opacity: 0;
    top: 100px;
    max-height: 0;
  }
  100% {
    opacity: 1;
    top: 0;
    max-height: 200px;
  }
}

@keyframes Hideinfo-bottom {
  0% {
    opacity: 1;
    top: 0;
    max-height: 200px;
  }
  100% {
    opacity: 0;
    top: 100px;
    max-height: 0;
  }
}

/* -------------------- Layout -------------------- */
/* General */
/* -------------------- Layout -------------------- */
html, body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.wrapper {
  display: flex;
  position: unset !important;
  flex-direction: column;
  min-height: calc(100vh - 111px);
  transition: all 0.3s ease;
}

.wrapper.framed {
  min-height: calc(100vh - 171px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .wrapper.framed {
    margin: 30px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    min-height: calc(100vh - 78px);
  }
  .wrapper.framed {
    min-height: calc(100vh - 198px);
    margin: 60px;
  }
}

/* -------------------- Effets de flou (menus mobile ouverts) -------------------- */
@media (max-width: 991px) {
  body.show-menu-left::before, body.show-menu-left::after,
  body.show-params-left::before,
  body.show-params-left::after,
  body.show-profile::before,
  body.show-profile::after {
    display: none !important;
  }
  body.show-menu-left header,
  body.show-menu-left .subheader,
  body.show-menu-left main article,
  body.show-menu-left footer,
  body.show-params-left header,
  body.show-params-left .subheader,
  body.show-params-left main article,
  body.show-params-left footer,
  body.show-profile header,
  body.show-profile .subheader,
  body.show-profile main article,
  body.show-profile footer {
    filter: blur(8px);
  }
}

/* -------------------- Désactivation de la sélection sur mobile/longtap (ordonnancement des favoris) -------------------- */
html:not(.no-touchevents) body.sorting * {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
}

/* -------------------- Visuels de fond -------------------- */
body.background-visuel::before, body.background-visuel::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-size: cover;
}

body.background-visuel::before {
    background: linear-gradient(to bottom, #000066 0, #c3f8ff 55%, #fff 100%) top center no-repeat;
}

body.background-visuel::after {
  position: fixed;
  opacity: .25;
  mix-blend-mode: multiply;
}

body.background-visuel-A::after {
  background-image: url("../images/visuel-bg_A.jpg");
  -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
}

body.background-visuel-B::after {
  background-image: url("../images/visuel-bg_B.jpg");
  -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
}

@media (max-width: 575px) {
  body:not(.login) {
    background-color: #f8f8f8;
  }
  body:not(.login).background-visuel::before, body:not(.login).background-visuel::after {
    display: none;
  }
}

/* Headers */
/* -------------------- Header -------------------- */
header {
  display: flex;
  position: fixed;
  z-index: 1000;
  align-content: stretch;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  box-shadow: 0 1px 0 rgba(94, 94, 94, 0.06);
  padding: 10px;
  background-color: #fff;
}

header > a.menu-left-trigger {
  display: flex;
  align-items: center;
}

header > a.logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 43px;
  height: 54px;
  overflow: hidden;
}

header > a.logo svg {
  height: 49px;
}

header > ul.user-infos {
  display: flex;
  align-items: center;
}

header > ul.user-infos .profile {
  order: 2;
  font-family: "Arquitecta-heavy", Sans-serif;
  text-transform: uppercase;
}

header > ul.user-infos .profile a i {
  color: #bbb;
  transition: all 0.3s ease;
}

body.show-profile header > ul.user-infos .profile a i:not(.icon) {
  transform: rotate(180deg);
}

header > ul.user-infos .profile a span {
  max-width: calc(200px - 30px);
}

header > ul.user-infos .profile a.d-lg-none i {
  transform: scale(1.2);
}

header > ul.user-infos .profile a.d-lg-none i use {
  stroke-width: 1.75;
}

header > ul.user-infos .cart {
  position: relative;
  order: 1;
}

header > ul.user-infos .cart .badge {
  position: absolute;
  z-index: 1;
  top: -5px;
  right: -7px;
}

header > ul.user-options {
  display: flex;
  align-items: center;
  border-left: 1px solid #f4f4f4;
}

header > ul > li {
  display: inline-block;
}

@media (min-width: 768px) {
  .wrapper.framed header {
    position: relative;
  }
}

@media (min-width: 992px) {
  header {
    position: relative;
    height: 100px;
  }
  header > a.logo {
    display: flex;
    position: unset;
    flex: 1;
    width: auto;
    height: auto;
    margin: 0;
    align-items: center;
  }
  header > a.logo svg {
    height: 54px;
    margin: 8px 27px;
  }
  header > ul.user-infos .profile {
    order: 1;
  }
  header > ul.user-infos .profile a:hover i.icon,
  body.show-profile header > ul.user-infos .profile a i.icon {
    background-color: #6daed4 !important;
  }
  header > ul .cart {
    order: 2;
  }
}

/* -------------------- Sub-header (ERP) -------------------- */
.subheader {
  position: relative;
  z-index: 995;
  max-width: 100%;
  padding: 86px 20px 16px 20px;
  background-color: #fcfcfc;
  box-shadow: 0 1px 0 rgba(94, 94, 94, 0.06);
  transition: all 0.3s ease;
}

.subheader a.params {
  position: absolute;
  top: 92px;
  left: 14px;
}

.subheader h1 {
  font-size: 1.6rem;
  line-height: 1.5rem;
}

.subheader .date,
.subheader .lieu {
  font-family: "Arquitecta-regular", Sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.subheader .date {
  color: #727272;
  line-height: 1.2rem;
}

.subheader .lieu {
  padding: 3px 6px;
  font-size: .87rem;
  line-height: .8rem;
}

.subheader .options-toggle {
  display: block;
  position: absolute;
  top: 78px;
  right: 17px;
  transition: all 0.15s ease;
}

.subheader #options:not(.show).collapsing + .options-toggle, .subheader #options.show + .options-toggle {
  transform: rotate(90deg);
}

@media (min-width: 576px) {
  .subheader h1 {
    font-size: 2.2rem;
    line-height: 1em;
  }
  .subheader .date {
    padding: 6px 0 4px 0;
    font-size: 1.15rem;
    line-height: 1.1em;
  }
  .subheader .lieu {
    font-size: 1rem;
    line-height: 1em;
  }
  .subheader .options-toggle {
    top: 83px;
  }
}

@media (min-width: 768px) {
  .subheader {
    padding: 96px 20px 26px 14px;
  }
  .subheader h1 {
    margin-right: 240px !important;
  }
  .subheader #options {
    display: block;
  }
  .subheader #options ul {
    position: absolute;
    top: 80px;
    right: 13px;
  }
}

@media (min-width: 992px) {
  .subheader {
    padding-top: 22px;
  }
  body.show-params-left .subheader {
    transform: translateX(340px);
  }
  .subheader a.params {
    top: 22px;
    left: 42px;
  }
  .subheader h1,
  .subheader .date,
  .subheader .lieu {
    margin-left: 75px !important;
  }
  .subheader h1 {
    font-size: 2.7rem;
  }
  .subheader #options ul {
    top: 10px;
    right: 25px;
  }
}

@media (min-width: 1200px) {
  .subheader {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .subheader a.params {
    top: 36px;
  }
  .subheader #options ul {
    top: 25px;
  }
}

/* Contents */
/* -------------------- Contenus -------------------- */
.page {
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (min-width: 992px) {
  .page {
    position: relative;
  }
}

main {
  display: flex;
  flex: 1;
  padding-top: 70px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.subheader + main {
  padding-top: 0;
}

main > nav {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: calc(100vw - 60px);
  max-width: 320px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}

body.show-menu-left main > nav {
  transform: translateX(0);
}

main > nav a.close-menu-left {
  position: fixed;
  top: 20px;
  right: 0;
  width: 48px;
  height: 48px;
}

body.show-menu-left main > nav a.close-menu-left {
  right: -48px;
  opacity: 1;
}

main > article {
  position: relative;
  flex: 1;
  order: 2;
  padding: 30px !important;
  background-color: #f8f8f8;
  overflow: hidden;
}

main > article > * {
  position: relative;
  z-index: 2;
}

main > article .breadcrumbs a {
  position: relative;
  top: 3px;
  color: #bbb;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease;
}

main > article .breadcrumbs a:hover {
  color: #3e64c1;
}

main > article .breadcrumbs i {
  padding: 0 2px;
  color: #ccc;
}

main > article .title {
  font-size: 0;
}

main > article .title .linkback:hover {
  color: #777;
}

main::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1900;
  background-color: rgba(77, 82, 95, 0.7);
  width: 0;
  opacity: 0;
  transition: width 0s ease .3s, opacity .3s ease;
}

body.show-menu-left main::before,
body.show-params-left main::before,
body.show-profile main::before {
  width: 100%;
  opacity: 1;
  transition: width 0s ease, opacity .3s ease;
}

@media (min-width: 576px) {
  main > article {
    padding: 46px 60px !important;
  }
  main > article .title .linkback {
    width: 42px;
    margin-left: -42px;
  }
}

@media (min-width: 768px) {
  .wrapper.framed main {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  main {
    position: relative;
    padding-top: 0;
  }
  body.show-params-left main {
    transform: translateX(340px);
  }
  main > nav {
    position: relative;
    flex: 0 0 280px;
    height: auto;
    order: 0;
    width: 320px;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateX(0);
  }
  body.esp-cl main > nav {
    flex: 0 0 240px;
  }
  main > nav > div {
    overflow: visible !important;
  }
  main > article .title .linkback {
    font-size: 1rem;
  }
  main::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  main > nav {
    flex: 0 0 280px !important;
  }
}

/* Left menu */
/* -------------------- Menu gauche (généralités) -------------------- */
body nav.menu-left > div {
  height: 100vh !important;
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

body nav.menu-left > div::-webkit-scrollbar {
  width: 4px;
}

body nav.menu-left > div::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
}

body nav.menu-left > div::-webkit-scrollbar-thumb {
  background: #6daed4;
}

body nav.menu-left > div::-webkit-scrollbar-thumb:hover {
  background: #2f85b3;
}

body nav.menu-left a.logo {
  max-width: calc(100% - 60px);
}

body nav.menu-left a.logo svg {
  max-width: calc(100% - 30px);
  height: 48px;
  margin: 38px 0 0 30px;
}

body nav.menu-left a.params {
  position: relative;
  top: 20px;
  -webkit-transform: translate3d(0, 0, 0);
}

body nav.menu-left ul {
  position: relative;
  z-index: 2;
}

body nav.menu-left ul li a {
  display: inline-block;
  position: relative;
}

body nav.menu-left .toggler {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  width: 14px;
  cursor: w-resize;
  background-color: rgba(62, 100, 193, 0);
  transition: all 0.3s ease;
}

body nav.menu-left .toggler:hover {
  background-color: rgba(62, 100, 193, 0.08);
}

/* -------------------- Menu gauche (Espace client) -------------------- */
body.esp-cl nav.menu-left ul {
  margin: 22px 0 0 2px;
}

body.esp-cl nav.menu-left ul li {
  transform: translateX(16px);
}

body.esp-cl nav.menu-left ul li a {
  width: calc(100% - 32px);
  min-height: 62px;
  margin-bottom: 8px;
  padding: 1.45rem 2rem 1.45rem 5.2rem;
  text-align: left;
  font-size: 16px;
  line-height: 1.5rem;
  transition: all 0.15s ease;
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient) {
  box-shadow: none !important;
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient) > .icon {
  opacity: .7;
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient)::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  background-color: #6daed4;
  opacity: 0;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease;
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient):hover {
  color: #2c4698 !important;
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient):hover > .icon {
  opacity: 1;
  transform: translateY(-1px);
}

body.esp-cl nav.menu-left ul li a:not(.bg-gradient):hover::before {
  width: 100%;
  opacity: .25;
}

body.esp-cl nav.menu-left ul li a .icon {
  position: absolute;
  top: 12px;
  left: 24px;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  body.esp-cl nav.menu-left ul {
    margin-top: 0;
  }
  body.esp-cl nav.menu-left ul li a {
    width: 100%;
    max-width: 240px;
  }
  body.esp-cl nav.menu-left ul li a:not(.bg-gradient)::before {
    background-color: #fff;
  }
  body.esp-cl nav.menu-left ul li a:not(.bg-gradient):hover::before {
    opacity: .85;
  }
  body.esp-cl.reduced-menu-left nav.menu-left {
    flex: 0 0 98px !important;
  }
  body.esp-cl.reduced-menu-left nav.menu-left ul li a {
    max-width: 62px;
    padding: 1.45rem;
  }
  body.esp-cl.reduced-menu-left nav.menu-left ul li a, body.esp-cl.reduced-menu-left nav.menu-left ul li a:not(.bg-gradient):hover {
    color: transparent !important;
  }
  body.esp-cl.reduced-menu-left nav.menu-left ul li a .icon {
    left: 14px;
  }
}

@media (min-width: 1200px) {
  body.esp-cl nav.menu-left ul li a {
    max-width: 320px;
  }
}

/* -------------------- Menu gauche (ERP) -------------------- */
body.erp nav.menu-left *:not(input) {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
}

body.erp nav.menu-left a.params {
  position: absolute;
  top: 45px;
  right: 16px;
}

body.erp nav.menu-left form.search {
  -webkit-transform: translate3d(0, 0, 0);
}

body.erp nav.menu-left form.search .input-group input {
  height: 44px;
  padding-left: 1.5rem;
  font-size: 1rem;
  background-color: #f7f7f7;
}

body.erp nav.menu-left form.search .input-group .icon {
  top: 7px;
  right: 7px;
}

body.erp nav.menu-left .toggle-favorites a {
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: .95rem;
  text-transform: uppercase;
  color: #333;
}

body.erp nav.menu-left .toggle-favorites a i {
  margin-top: -2px;
  transform: scaleX(1);
}

body.erp nav.menu-left .favorites {
  position: absolute;
  top: 200px;
  width: calc(100% - 2rem);
  min-width: 250px;
  margin-right: 14px;
  opacity: 0;
  transform-origin: top right;
  transform: scaleX(0) skew(0, -5deg);
  transition: all 0.3s ease;
}

body.erp nav.menu-left .favorites.empty::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  content: attr(text-empty-list);
  top: 10px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: .9rem;
}

body.erp nav.menu-left .favorites li {
  display: flex;
  font-size: 0;
  transition: background-color 0.3s ease;
}

body.erp nav.menu-left .favorites li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.erp nav.menu-left .favorites li:hover {
  background-color: #f7f7f7;
}

body.erp nav.menu-left .favorites li:hover a span {
  color: inherit !important;
}

body.erp nav.menu-left .favorites li.ui-sortable-helper, body.erp nav.menu-left .favorites li.sorting {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 2px dashed rgba(46, 195, 234, 0.8);
  background-color: rgba(185, 235, 248, 0.8);
}

body.erp nav.menu-left .favorites li a:not(.favicon) {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 13px 20px 13px 46px;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: .02em;
  text-transform: uppercase;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s ease;
}

body.erp nav.menu-left .favorites li a:not(.favicon).hover span {
  margin-left: -40px;
}

body.erp nav.menu-left .favorites li a:not(.favicon).hover ~ a.favicon {
  z-index: 3;
  flex: 0 0 44px;
  background-color: #e8192c;
}

body.erp nav.menu-left .favorites li a:not(.favicon) span {
  display: inline-block;
  position: relative;
  color: #333;
  transition: margin 0.3s ease !important;
}

body.erp nav.menu-left .favorites li a:not(.favicon) span i {
  position: absolute;
  top: -6px;
  left: -34px;
  width: 24px;
  text-align: center;
}

body.erp nav.menu-left .favorites li a.favicon {
  position: relative;
  flex: 0 0 0;
  right: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}

body.erp nav.menu-left .favorites li a.favicon i {
  position: absolute;
  top: calc(50% - 8px);
  margin-left: -6px;
  font-size: 1.2rem;
  transition: all 0.15s ease;
}

body.erp nav.menu-left > div {
  position: relative;
}

body.erp nav.menu-left > div .menuhead {
  position: absolute;
  top: 10px;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.3s ease;
  opacity: 0;
}

body.erp nav.menu-left > div .menuhead.show {
  transform: translateX(0) skew(0, 0);
  opacity: 1;
}

body.erp nav.menu-left > div .menuhead i.icon {
  margin-left: 10px;
}

body.erp nav.menu-left > div .menuhead .title {
  display: block;
  max-width: calc(100% - 70px);
  margin-left: 30px;
  color: inherit;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 22px;
  letter-spacing: .03em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

body.erp nav.menu-left > div .menuhead .title::after {
  opacity: .5;
}

body.erp nav.menu-left .slidemenu {
  overflow: hidden;
  opacity: 1;
  transform-origin: top left;
  transform: scaleX(1);
  transition: all 0.3s ease;
}

body.erp nav.menu-left .slidemenu > ul {
  display: inline-block;
  position: relative;
  font-size: 0;
  transition: all 0.3s ease;
}

body.esp-cl nav.menu-left ul li.link-support a.text-info {
    color: #000066 !important;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) {
  display: inline-block;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-top: 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a {
  position: relative;
  padding: 20px 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a svg,
body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a span {
  position: relative;
  transition: all 0.6s ease;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a .over {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: scale(0.2);
  transition: all 1s ease;
  opacity: 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a.active,
html.no-touchevents body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a:hover {
  color: #fff;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a.active .over,
html.no-touchevents body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a:hover .over {
  border-radius: 0;
  transform: scale(5);
  opacity: 1;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a.active svg,
html.no-touchevents body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a:hover svg {
  transform: translateY(-3px);
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a.active svg use,
html.no-touchevents body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a:hover svg use {
  stroke: #fff;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a.active span,
html.no-touchevents body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > a:hover span {
  transform: translateY(3px);
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support):nth-child(n) {
  border-left: 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support):nth-child(2n) {
  border-right: 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support):nth-last-child(1), body.erp nav.menu-left .slidemenu > ul > li:not(.link-support):nth-last-child(2) {
  border-bottom: 0;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) a {
  color: inherit;
  font-family: "Arquitecta-bold", Sans-serif;
  text-align: center;
  font-size: 1rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) a i.icon {
  width: 100%;
  margin: 0 auto;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding-left: 30px;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul {
  margin-top: 115px;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li {
  display: flex;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li.active i.fa-angle-right, body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li:hover i.fa-angle-right {
  color: #fff !important;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon) {
  position: relative;
  z-index: 2;
  left: -16px;
  flex: 0 0 calc(100% + 16px);
  padding: 10px 0 13px 0;
  text-align: left;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon).hover span {
  margin-left: -40px;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon).hover ~ a.favicon {
  z-index: 3;
  flex: 0 0 44px;
  right: 60px;
  background-color: rgba(0, 0, 0, 0.12);
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon).isfavorite ~ a.favicon {
  background-color: #e8192c;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon).isfavorite ~ a.favicon i::after {
  display: block;
  position: relative;
  content: '';
  z-index: 4;
  top: -7px;
  width: 24px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 0 0 1.5px #e8192c;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon) span {
  display: inline-block;
  position: relative;
  left: 16px;
  width: calc(100% - 42px);
  line-height: 1.25rem;
  transition: margin 0.3s ease;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a:not(.favicon) i.fa-angle-right {
  margin-left: 24px;
  line-height: .5rem;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a.favicon {
  position: relative;
  flex: 0 0 0;
  right: 17px;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a.favicon i {
  margin-top: 15px;
  color: #fff;
  font-size: 1.05rem;
  transition: all 0.15s ease;
}

body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a.favicon i[class*="-star"] {
  opacity: .6;
}

html:not(.no-touchevents) body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a.favicon i[class*="-star"], body.erp nav.menu-left .slidemenu > ul > li:not(.link-support) > ul li a.favicon:hover i[class*="-star"] {
  opacity: 1;
}

body.erp nav.menu-left.show-favorites .toggle-favorites a {
  opacity: 1;
  color: #2ec3ea;
}

body.erp nav.menu-left.show-favorites .toggle-favorites a i {
  opacity: 1;
  color: #2ec3ea;
  transform: scaleX(-1);
}

body.erp nav.menu-left.show-favorites .favorites {
  opacity: 1;
  transform: scaleX(1) skew(0, 0);
}

body.erp nav.menu-left.show-favorites .slidemenu {
  opacity: 0;
  transform: scaleX(0) skew(0, 5deg);
}

body.erp nav.menu-left .link-support a {
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-right: 14px;
  text-align: left;
}

body.erp nav.menu-left .toggler {
  right: 0;
  cursor: pointer;
}

body.erp nav.menu-left .toggler::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  content: '\f08d';
  padding: 5px 0 0 8px;
  top: 83px;
  right: 5px;
  width: 25px;
  height: 25px;
  color: #6daed4;
  font-family: 'Font Awesome 5 Free';
  font-size: .85rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(62, 100, 193, 0.1);
  transform: rotate(45deg);
  transition: all 0.15s ease;
}

body.erp nav.menu-left .toggler:hover::after {
  color: #fff;
  background-color: rgba(62, 100, 193, 0.3);
}

@media (min-width: 992px) {
  body.erp.pinned-menu-left nav.menu-left .toggler::after {
    color: #fff;
    background-color: #6daed4;
  }
  body.erp:not(.pinned-menu-left) nav.menu-left {
    position: absolute;
    width: 280px;
    background-color: #e1e8f5;
    height: 100%;
  }
  body.erp:not(.pinned-menu-left).reduced-menu-left nav.menu-left {
    width: 18px;
    background-color: #6daed4;
    overflow-y: hidden;
  }
  body.erp:not(.pinned-menu-left).reduced-menu-left nav.menu-left > div {
    width: 14px;
  }
  body.erp:not(.pinned-menu-left).reduced-menu-left nav.menu-left > div .menu-ctn > *:not(.toggler) {
    opacity: 0;
  }
  body.erp:not(.pinned-menu-left).reduced-menu-left nav.menu-left .toggler::after {
    right: 0;
    padding: 6px 0 0 16px;
    color: #fff;
    content: '\f7a5';
    transform: rotate(0);
    font-size: 1rem;
  }
  body.erp nav.menu-left {
    overflow-x: hidden;
  }
  body.erp nav.menu-left > div {
    width: 280px;
    transition: width 0.3s ease;
  }
  body.erp nav.menu-left .menu-ctn {
    min-width: 280px;
  }
  body.erp nav.menu-left form.search .input-group input {
    background-color: #fff !important;
  }
  body.erp nav.menu-left .favorites {
    top: 115px !important;
  }
  body.erp nav.menu-left .favorites li.ui-sortable-helper, body.erp nav.menu-left .favorites li.sorting, body.erp nav.menu-left .favorites li:hover {
    background-color: #fff !important;
  }
}

/* -------------------- Menu gauche (paramètres) -------------------- */
nav.menu-params {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: calc(100vw - 60px);
  max-width: 320px;
  height: 100vh;
  background-color: rgba(40, 68, 85, 0.97);
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}

nav.menu-params::-webkit-scrollbar {
  width: 4px;
}

nav.menu-params::-webkit-scrollbar-track {
  background: rgba(40, 68, 85, 0.97);
}

nav.menu-params::-webkit-scrollbar-thumb {
  background: #6daed4;
}

nav.menu-params::-webkit-scrollbar-thumb:hover {
  background: #2f85b3;
}

body.show-params-left nav.menu-params {
  transform: translateX(0);
}

nav.menu-params a.close-params-left {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
}

body.show-menu-left nav.menu-params a.close-params-left {
  right: -48px;
  opacity: 1;
}

nav.menu-params a.params {
  position: relative;
  left: -4px;
}

nav.menu-params a.params i.fa-chevron-left {
  position: absolute;
  top: 12px;
  left: -16px;
}

nav.menu-params h3 {
  font-size: 1.65rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

nav.menu-params ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

nav.menu-params ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 9px 0;
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
}

nav.menu-params ul li a:hover {
  color: #88cef6;
}

nav.menu-params ul.contact {
  padding-bottom: 80px !important;
}

nav.menu-params ul.contact li {
  padding: 10px 0;
}

nav.menu-params ul.contact li a {
  position: relative;
  padding-left: 40px;
  color: #0088db;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

nav.menu-params ul.contact li a i {
  position: absolute;
  top: -2px;
  left: 0;
}

nav.menu-params ul.contact li a:hover {
  color: #fff !important;
}

nav.menu-params ul.contact li a:hover i use {
  stroke: #fff;
}

@media (min-width: 992px) {
  nav.menu-params {
    position: absolute;
    max-width: 340px;
    width: 340px;
    height: 100%;
  }
  nav.menu-params ul.contact {
    padding-bottom: 0 !important;
  }
}

/* -------------------- Lien support -------------------- */
body nav.menu-left ul li.link-support {
  margin-top: 80px;
  padding-bottom: 80px !important;
}

body nav.menu-left ul li.link-support a {
  font-size: .95rem;
  padding: 1.45rem 2rem 1.45rem 4.7rem;
  box-shadow: none !important;
}

body nav.menu-left ul li.link-support a > .icon {
  position: absolute;
  top: 12px;
  left: 24px;
  transition: all 0.3s ease;
  opacity: 1 !important;
}

body nav.menu-left ul li.link-support a::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  background-color: #33ff00 !important;
  opacity: 0;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease;
}

body nav.menu-left ul li.link-support a::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}

body nav.menu-left ul li.link-support a:not(.bg-gradient):hover {
  color: #fff !important;
}

body nav.menu-left ul li.link-support a:not(.bg-gradient):hover > .icon use {
  stroke: #fff;
}

body nav.menu-left ul li.link-support a:not(.bg-gradient):hover::before {
  width: 100%;
  opacity: .85;
}

@media (min-width: 992px) {
  body nav.menu-left ul li.link-support {
    padding-bottom: 0 !important;
  }
  body.esp-cl nav.menu-left ul li.link-support a::after {
    width: calc(100% - 40px);
  }
  body:not(.erp).reduced-menu-left nav.menu-left ul li.link-support a {
    padding-left: 0;
  }
  body:not(.erp).reduced-menu-left nav.menu-left ul li.link-support a::after {
    width: 100%;
  }
}

/* Right menu */
/* -------------------- Panneau "Profil" -------------------- */
aside.profile {
  display: block;
  position: fixed;
  z-index: 1995;
  top: 0;
  right: 0;
  width: calc(100vw - 60px);
  max-width: 320px;
  background-color: #cbe5f4;
  transform: translateX(440px);
  transition: all 0.3s ease;
}

aside.profile > div {
  height: calc(100% - 131px) !important;
  padding: 30px;
  padding-top: 25px !important;
}

aside.profile > div::-webkit-scrollbar {
  width: 4px;
}

aside.profile > div::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
}

aside.profile > div::-webkit-scrollbar-thumb {
  background: #6daed4;
}

aside.profile > div::-webkit-scrollbar-thumb:hover {
  background: #2f85b3;
}

aside.profile .mobile-header {
  position: relative;
  height: 117px;
  background-color: #fff;
}

aside.profile .mobile-header::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  opacity: .4;
  background-color: #cbe5f4;
}

aside.profile .mobile-header > ul.user-options {
  position: relative;
  z-index: 2;
  padding: 18px 5px 0 0 !important;
  text-align: right;
}

aside.profile .mobile-header > ul.user-options > li {
  display: inline-block;
}

aside.profile .mobile-header > ul.user-options > li .dropdown-menu a {
  opacity: 1;
}

aside.profile .mobile-header > ul.user-infos {
  margin: 7px 0 0 60px !important;
}

aside.profile .mobile-header > ul.user-infos a i.icon {
  transform-origin: 110% 50%;
  transform: scale(1.7);
}

aside.profile .mobile-header > ul.user-infos a i:not(.icon) {
  display: none;
}

aside.profile .mobile-header > ul.user-infos a span {
  font-family: 'Arquitecta-heavy';
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  max-width: 190px;
}

aside.profile .mobile-header > ul.user-infos a, aside.profile .mobile-header > ul.user-infos a:hover {
  cursor: default;
  color: #2f85b3 !important;
}

aside.profile ul.nav-tabs {
  align-items: baseline;
}

aside.profile ul.nav-tabs a {
  padding: 0 1rem 0 .5rem;
  border: 0;
  background-color: transparent !important;
}

aside.profile ul.nav-tabs a:not(.active) {
  opacity: .5;
}

aside.profile ul.nav-tabs a:not(.active) h4::after {
  display: none;
}

aside.profile ul.nav-tabs a h4 {
  margin-top: 0 !important;
  font-size: 1.15rem;
}

aside.profile a.close-profile, aside.profile a.add-address {
  display: inline-block;
}

aside.profile a.close-profile {
  position: fixed;
  top: 20px;
  left: 0;
  width: 48px;
  height: 48px;
  opacity: 0;
  transition: all 0.3s ease;
}

body.show-profile aside.profile a.close-profile {
  left: -48px;
  opacity: 1;
}

aside.profile a.add-address {
  width: 26px;
  height: 26px;
  padding-top: 2px;
}

aside.profile form label {
  color: #2f85b3;
  opacity: .65;
}

aside.profile form.readonly label {
  padding-bottom: 0;
}

aside.profile form.readonly .edit {
  display: block;
}

aside.profile form.readonly .validate {
  display: none;
}

aside.profile form:not(.readonly) .edit {
  display: none;
}

aside.profile form:not(.readonly) .validate {
  display: block;
}

aside.profile hr {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

aside.profile .pagination .page-item .page-link {
  background-color: #2f85b3;
}

aside.profile .pagination .page-item:not(.disabled) .page-link {
  color: #2f85b3;
  background-color: #fff;
}

body.show-profile aside.profile {
  transform: translateX(0);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  aside.profile {
    width: 440px;
    max-width: none;
  }
  aside.profile .mobile-header > ul.user-infos a span {
    max-width: 310px;
  }
}

@media (min-width: 768px) {
  aside.profile section#infos, aside.profile section#addresses {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  aside.profile {
    position: absolute;
    z-index: 995;
  }
  aside.profile > div {
    position: relative;
    height: 100% !important;
  }
  aside.profile a.close-profile {
    position: absolute;
    right: 20px;
    left: auto !important;
    opacity: .4 !important;
  }
  aside.profile a.close-profile:hover {
    opacity: .8 !important;
  }
  aside.profile a.close-profile i {
    color: #2f85b3 !important;
  }
}

/* Footer */
/* -------------------- Footer -------------------- */
footer {
  z-index: 900;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  font-size: 10px;
  background-color: #394466;
  transition: all 0.3s ease;
}

footer a,
footer a:hover {
  color: #fff;
}

footer a.link-under,
footer a:hover.link-under {
  background-image: linear-gradient(to bottom, transparent 0, transparent calc(100% - 1px), #fff calc(100% - 1px), #fff 100%);
}

footer .copy {
  color: #cacaca;
}

footer .copy svg.logo {
  width: 32px;
  margin-right: 10px;
}

footer .copy strong {
  color: #fff;
}

footer .links span {
  color: #8d8d8d;
}

footer .menu-reminder {
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

footer .menu-reminder a:not(:last-child) {
  margin-right: 20px;
}

/* -------------------- Utils -------------------- */
/* -------------------- Sélecteur de langues -------------------- */
.lang-selector li {
  display: inline-block;
}

.lang-selector a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: 'Arquitecta-heavy';
  text-align: center;
  line-height: 2.2em;
  color: #fff;
  font-size: .95em;
  text-decoration: none;
  opacity: .5;
  background-color: #555;
  transition: all 0.3s ease;
}

.lang-selector a.active, .lang-selector a:hover {
  opacity: 1;
}

.lang-selector > a {
  opacity: .7;
}

.lang-selector.show > a {
  position: relative;
  z-index: 2;
  opacity: 1;
  background-color: #3e64c1;
  box-shadow: 0 0 14px -2px #3e64c1;
}

.lang-selector .dropdown-menu {
  min-width: 28px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  z-index: 1;
  opacity: 0;
  transform-origin: 12px 0;
  transform: scale(0.6, 0.2) translateY(-32px);
  transition: all 0.15s ease;
}

.lang-selector .dropdown-menu.show {
  opacity: 1;
}

.lang-selector .dropdown-menu li {
  display: block;
  margin: 4px 0;
}

.lang-selector .dropdown-menu li a.active {
  display: none;
}

/* -------------------- Caroussels Flickity -------------------- */
.x-carousel {
  opacity: 0;
  transition: all 0.3s ease;
}

.x-carousel.flickity-ready {
  opacity: 1;
}

.x-carousel.flickity-showall .flickity-viewport {
  overflow: visible;
}

.x-carousel.flickity-noarrows .flickity-prev-next-button, .x-carousel.flickity-disabled .flickity-prev-next-button {
  display: none !important;
}

.x-carousel.flickity-disabled .flickity-viewport {
  height: auto !important;
}

.x-carousel.flickity-disabled .flickity-viewport .flickity-slider {
  position: relative;
}

.x-carousel.flickity-disabled .flickity-viewport .flickity-slider .carousel-cell {
  position: relative !important;
  left: 0 !important;
}

.x-carousel .isflickity.flickity-autoheight .carousel-cell {
  min-height: 100%;
}

.x-carousel .flickity-prev-next-button {
  width: 30px;
  height: 100%;
  color: #777 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.x-carousel .flickity-prev-next-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.x-carousel .flickity-prev-next-button.previous {
  left: 5px;
}

.x-carousel .flickity-prev-next-button.next {
  right: 5px;
}

.x-carousel .flickity-prev-next-button:disabled {
  display: none !important;
  pointer-events: none !important;
}

/* -------------------- Infopanel -------------------- */
#infopanel {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  color: #fff !important;
  opacity: .94;
}

#infopanel.top {
  top: 0;
}

#infopanel.top .infoitem {
  animation: Hideinfo-top .6s forwards;
}

#infopanel.top .infoitem.show {
  animation: Showinfo-top .4s;
}

#infopanel.bottom {
  bottom: 0;
}

#infopanel.bottom .infoitem {
  animation: Hideinfo-bottom .6s forwards;
}

#infopanel.bottom .infoitem.show {
  animation: Showinfo-bottom .4s;
}

#infopanel .infoitem {
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.2);
}

#infopanel .infoitem .close-panel {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: .6;
  transition: all 0.15s ease;
}

#infopanel .infoitem .close-panel:hover {
  opacity: 1;
}

#infopanel .infoitem .content {
  padding: 7px 40px 8px 14px;
  text-align: center;
}

#infopanel .infoitem .content.size-sm {
  font-size: .85rem;
}

#infopanel .infoitem .content.size-sm .text h5 {
  font-size: 1.1rem;
}

#infopanel .infoitem .content.size-sm .btn {
  padding: .5rem 1rem;
}

#infopanel .infoitem .content.size-md {
  font-size: .95rem;
}

#infopanel .infoitem .content.size-md .btn {
  padding: .75rem 1.5rem;
}

#infopanel .infoitem .content.size-lg {
  font-size: 1.1rem;
}

#infopanel .infoitem .content.size-lg .text h5 {
  font-size: 1.5rem;
}

#infopanel .infoitem .content.size-lg .btn {
  padding: .9rem 1.9rem;
}

#infopanel .infoitem .content > span {
  display: inline-block;
  vertical-align: middle;
}

#infopanel .infoitem .content .text {
  margin-right: 25px;
  text-align: left;
}

#infopanel .infoitem .content .text.hasicon {
  margin-left: 36px;
}

#infopanel .infoitem .content .text h5 {
  color: #fff;
}

#infopanel .infoitem .content .text a {
  color: #fff;
}

@media (max-width: 575px) {
  #infopanel .infoitem .content {
    padding-right: 14px;
  }
  #infopanel .infoitem .content .text {
    max-width: calc(100% - 30px) !important;
    text-align: center;
  }
  #infopanel .infoitem .content .buttons {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

/* -------------------- Page specific -------------------- */
/* -------------------- Page "Login" -------------------- */
body.login::after {
  animation: kenburns-top 30s ease-out both;
}

body.login .wrapper {
  max-width: 660px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
}

body.login header {
  position: relative;
  justify-content: center;
  height: 100px;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

body.login header svg.logo {
  width: 230px;
  height: auto;
  animation: fade-in 1.4s ease-out both;
}

body.login .lang-selector {
  align-self: flex-end;
  margin: 0 30px 1rem 30px;
}

body.login .lang-selector li {
  animation: zoom-in .3s ease-out .8s both;
}

body.login .card {
  border-radius:10px;
  z-index: 1;
  padding: 32px 35px;
  margin: 0 30px;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s both;
}

body.login .card.haserror {
  animation: shake-horizontal .8s both;
}

body.login .card h2 {
  font-size: 1.8rem;
}

body.login svg.logo-bg {
  position: fixed;
  bottom: 0;
  left: 60%;
  width: 670px;
  opacity: .08;
}

body.login svg.logo-bg use {
  transform-origin: 50% 0;
  transform: scale(1.35);
}

@media (min-width: 576px) {
  body.login .wrapper {
    padding: 60px 0 160px 0;
  }
  body.login header {
    margin: 0 0 40px 0;
  }
  body.login header svg.logo {
    width: 340px;
  }
  body.login footer {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  body.login .card {
    padding: 60px;
  }
}

/* -------------------- Page "Mes services"  -------------------- */
body.esp-cl ul.tiles > li {
  display: flex;
}

body.esp-cl ul.tiles > li section {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 20px;
}

body.esp-cl ul.tiles > li section > div {
  display: flex;
  flex: 1;
  padding: 0;
}

body.esp-cl ul.tiles > li section > div .row {
  flex: 1;
}

body.esp-cl ul.tiles > li section h3 {
  font-family: "Arquitecta-regular", Sans-serif;
  margin-left: 24px;
}

body.esp-cl ul.tiles > li section h3 strong {
  font-family: "Arquitecta-heavy", Sans-serif;
}

body.esp-cl ul.tiles > li section .isflickity .flickity-viewport {
  height: 360px !important;
}

body.esp-cl ul.tiles > li section .isflickity .flickity-prev-next-button {
  color: #fff !important;
}

body.esp-cl ul.tiles > li section .card {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

body.esp-cl ul.tiles > li section .card a {
  display: inline-block;
  height: 100%;
  margin: 3px;
  padding: 24px 24px 12px 24px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 100%);
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}

body.esp-cl ul.tiles > li section .card a .picto {
  display: block;
  position: relative;
  margin-bottom: 16px;
  transition: all 0.6s ease;
}

html:not(.touchevents) body.esp-cl ul.tiles > li section .card a .picto {
  opacity: .75;
}

body.esp-cl ul.tiles > li section .card a .picto svg {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: all 0.6s ease;
}

body.esp-cl ul.tiles > li section .card a .picto.picto-md svg {
  max-width: 160px;
}

body.esp-cl ul.tiles > li section .card a .picto.picto-lg svg {
  max-width: 200px;
}

body.esp-cl ul.tiles > li section .card a .picto::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  z-index: 1;
  left: 50%;
  bottom: 0;
  margin-left: -70px;
  width: 140px;
  height: 40px;
  opacity: .12;
  background: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0) 70%) center center no-repeat;
  background-size: cover;
  transition: all 0.6s ease;
}

body.esp-cl ul.tiles > li section .card a p {
  font-size: .95rem;
}

body.esp-cl ul.tiles > li section .card a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

body.esp-cl ul.tiles > li section .card a:hover .picto {
  opacity: 1 !important;
}

body.esp-cl ul.tiles > li section .card a:hover .picto svg {
  transform: translateY(-8px);
}

body.esp-cl ul.tiles > li section .card a:hover .picto::after {
  opacity: .18;
}

body.esp-cl ul.tiles > li section .card a:hover p {
  opacity: 1;
}

@media (min-width: 1660px) {
  body.esp-cl ul.tiles li.online {
    flex: 0 0 42%;
    max-width: 42%;
  }
  body.esp-cl ul.tiles li.onsite {
    flex: 0 0 58%;
    max-width: 58%;
  }
}

/* -------------------- Page "Gestion d'évènement" -------------------- */
body.event-mng .lastreg .title small {
  color: #737373;
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
}

body.event-mng .lastreg ul li a {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
  display: block;
  transition: all 0.15s ease;
}

body.event-mng .lastreg ul li a i {
  position: absolute;
  top: 8px;
}

body.event-mng .lastreg ul li a h5,
body.event-mng .lastreg ul li a span {
  padding-left: 44px;
  transition: all 0.15s ease;
}

body.event-mng .lastreg ul li a h5 {
  font-family: "Arquitecta-bold", Sans-serif;
}

body.event-mng .lastreg ul li a span {
  display: inline-block;
  font-size: .85em;
}

body.event-mng .lastreg ul li a:hover {
  background-color: #f8f8f8;
}

body.event-mng .lastreg ul li a:hover svg {
  opacity: 1;
}

body.event-mng .lastreg ul li a:hover svg use {
  fill: #3e64c1;
  stroke: #3e64c1;
}

body.event-mng .lastreg ul li a:hover h5,
body.event-mng .lastreg ul li a:hover span {
  color: #3e64c1 !important;
}

body.event-mng .RadCalendar {
  width: 100%;
  max-width: 94%;
}

body.event-mng .alertes {
  position: relative;
}

body.event-mng .alertes i {
  position: absolute;
  top: 10px;
  right: 10px;
}

body.event-mng .alertes h3 {
  font-size: 2rem;
}

body.event-mng .alertes h3 small {
  color: #adadad;
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: .6em;
}

body.event-mng .alertes h3 big {
  font-size: 2.2em;
  letter-spacing: -.02em;
  line-height: 3.5rem;
}

body.event-mng .alertes .content {
  position: relative;
  padding-top: 26px !important;
}

body.event-mng .alertes .content small {
  bottom: 20px;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: 1rem;
  letter-spacing: .04em;
  line-height: 1.2rem;
}

body.event-mng .alertes .content::before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}

body.event-mng .upcoming,
body.event-mng .stats {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

body.event-mng .upcoming:hover i,
body.event-mng .stats:hover i {
  opacity: 1;
}

body.event-mng .upcoming h4 {
  font-size: 1.3rem;
}

body.event-mng .upcoming h4 small {
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: .8em;
}

body.event-mng .upcoming .date {
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: 1.3em;
  letter-spacing: .04em;
  line-height: 2rem;
}

body.event-mng .upcoming .date strong {
  font-size: 2em;
}

body.event-mng .stats:hover i {
  opacity: 1;
}

body.event-mng .search-events .form-group:nth-child(1) {
  width: 100%;
}

body.event-mng .search-events .form-group:nth-child(2) {
  width: calc(40% - 2px);
}

body.event-mng .search-events .form-group:nth-child(3) {
  width: calc(60% - 2px);
}

body.event-mng .search-events a#ClearFilterSearchEvents {
  width: 44px;
}

body.event-mng .results th.ref, body.event-mng .results th.lieu,
body.event-mng .results td.ref,
body.event-mng .results td.lieu {
  display: none;
}

body.event-mng .results tbody .libelle {
  position: relative;
  color: #3e64c1;
}

body.event-mng .results tbody .libelle::after {
  display: block;
  position: relative;
  content: attr(data-ref) "\a" attr(data-lieu);
  margin: 4px 0;
  color: #333;
  font-size: .85em;
  opacity: .5;
  white-space: pre;
}

body.event-mng .results tbody .date {
  min-width: 120px;
  font-size: .9em;
}

@media (min-width: 576px) {
  body.event-mng .search-events .form-group:nth-child(2) {
    width: calc(40% - 24px);
  }
  body.event-mng .search-events .form-group:nth-child(3) {
    width: calc(60% - 24px);
  }
}

@media (min-width: 768px) {
  body.event-mng .search-events .form-group:nth-child(1) {
    width: calc(100% - 320px - 54px);
  }
  body.event-mng .search-events .form-group:nth-child(2) {
    width: 140px;
  }
  body.event-mng .search-events .form-group:nth-child(3) {
    width: 180px;
  }
  body.event-mng .results th.ref, body.event-mng .results th.lieu,
  body.event-mng .results td.ref,
  body.event-mng .results td.lieu {
    display: table-cell;
  }
  body.event-mng .results tbody .libelle {
    color: inherit;
  }
  body.event-mng .results tbody .libelle::after {
    display: none;
  }
}

@media (min-width: 1440px) {
  body.event-mng .alertes i {
    top: 16px;
    right: 16px;
  }
}

/* -------------------- Tableau de bord -------------------- */
body.dashboard article aside .expandable {
  position: relative;
  max-height: 260px;
  overflow: hidden;
}

body.dashboard article aside .expandable.showall {
  max-height: initial;
  padding-bottom: 40px !important;
  overflow: visible;
}

body.dashboard article aside .expandable.showall .toggle-fullH {
  height: 30px;
  padding-top: 2px;
  background: none;
}

body.dashboard article aside .expandable.showall .toggle-fullH span::before {
  display: inline;
}

body.dashboard article aside .expandable.showall .toggle-fullH span::after {
  display: none;
}

body.dashboard article aside .toggle-fullH {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-top: 52px;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: .9rem;
  background-color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(0deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

body.dashboard article aside .toggle-fullH span {
  border: 1px solid #e7e7e7;
}

body.dashboard article aside .toggle-fullH span::before {
  display: none;
  content: attr(data-text-less);
}

body.dashboard article aside .toggle-fullH span::after {
  display: inline;
  content: attr(data-text-more);
}

body.dashboard article aside .upcoming dt span {
  font-size: .95em;
  padding-top: 2px;
  padding-bottom: 2px;
}

body.dashboard article aside .reportings ul li {
  position: relative;
  transition: all 0.3s ease;
}

body.dashboard article aside .reportings ul li:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

body.dashboard article aside .reportings ul li:hover a.directlink {
  opacity: 1 !important;
}

body.dashboard article aside .reportings ul li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.dashboard article aside .reportings ul li:not(.checkbox) {
  padding-left: 32px !important;
  padding-right: 10px !important;
}

body.dashboard article aside .reportings ul li:not(.checkbox) a {
  width: 100% !important;
}

body.dashboard article aside .reportings ul li a:not(.directlink) {
  width: calc(100% - 60px);
  padding: 10px 0 12px 38px;
}

body.dashboard article aside .reportings ul li a:not(.directlink) i {
  position: absolute;
  margin-top: -2px;
  margin-left: -32px;
}

body.dashboard article aside .reportings ul li a:not(.directlink) i:not(.icon) {
  width: 28px;
  height: 28px;
  margin-top: 3px;
  text-align: center;
}

body.dashboard article aside .reportings ul li a.directlink {
  position: absolute;
  top: 4px;
  right: 6px;
  transition: all 0.3s ease;
}

html.no-touchevents body.dashboard article aside .reportings ul li a.directlink {
  opacity: 0;
}

body.dashboard article aside .alerts ul li {
  position: relative;
  border-left: 2px solid #bababa;
  transition: all 0.3s ease;
}

body.dashboard article aside .alerts ul li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.dashboard article aside .alerts ul li:nth-child(odd) {
  background-color: #f3f3f3;
}

body.dashboard article aside .alerts ul li:nth-child(even) {
  background-color: #f9f9f9;
}

body.dashboard article aside .alerts ul li:hover {
  border-left: 2px solid #777;
  background-color: #e7e7e7;
}

body.dashboard article aside .alerts ul li:hover a {
  color: #333 !important;
}

body.dashboard article aside .alerts ul li a:not(.endtask) {
  width: calc(100% - 40px);
}

body.dashboard article aside .alerts ul li a.endtask {
  position: absolute;
  top: 8px;
  right: 8px;
}

body.dashboard article aside .alerts ul li.missed {
  border-left: 2px solid #ff6000;
  background-color: rgba(255, 96, 0, 0.15);
}

body.dashboard article aside .alerts ul li.missed a,
body.dashboard article aside .alerts ul li.missed span {
  color: #ff6000 !important;
}

body.dashboard article > div #stats-tiles ul li {
  color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

body.dashboard article > div #stats-tiles ul li:hover a.edit,
html:not(.no-touchevents) body.dashboard article > div #stats-tiles ul li a.edit {
  opacity: 1;
}

body.dashboard article > div #stats-tiles ul li.editing .edit {
  display: none;
}

body.dashboard article > div #stats-tiles ul li.editing .remove {
  display: block;
}

body.dashboard article > div #stats-tiles ul li.editing .order {
  display: flex;
}

body.dashboard article > div #stats-tiles ul li.editing .data {
  display: none;
}

body.dashboard article > div #stats-tiles ul li#tile-configurator {
  border: 2px dashed rgba(255, 255, 255, 0.7);
}

body.dashboard article > div #stats-tiles ul li#tile-configurator a.edit,
body.dashboard article > div #stats-tiles ul li#tile-configurator a.remove,
body.dashboard article > div #stats-tiles ul li#tile-configurator a.content {
  display: none;
}

body.dashboard article > div #stats-tiles ul li .content big {
  display: block;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

body.dashboard article > div #stats-tiles ul li .configurator.add-tile .order {
  display: none;
}

body.dashboard article > div #stats-tiles ul li .configurator.add-tile .data {
  display: flex;
}

body.dashboard article > div #stats-tiles ul li .configurator .form-group {
  position: relative;
  z-index: 3;
}

body.dashboard article > div #stats-tiles ul li .configurator .validate {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

body.dashboard article > div #stats-tiles ul li a.edit, body.dashboard article > div #stats-tiles ul li a.remove {
  position: absolute;
  z-index: 3;
}

body.dashboard article > div #stats-tiles ul li a.edit {
  top: 8px;
  right: 8px;
  opacity: 0;
}

body.dashboard article > div #stats-tiles ul li a.remove {
  display: none;
  top: 12px;
  right: 12px;
}

body.dashboard article > div #stats-tiles ul li a.content {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
}

body.dashboard article > div #stats-tiles ul li > i {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: -5px;
  color: #fff;
  font-size: 7rem;
  opacity: .25;
}

body.dashboard article > div #stats-tiles ul a#addtile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 175px;
  border: 2px dashed rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

body.dashboard article > div #stats-tiles ul a#addtile:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

body.dashboard article > div .stats-reg .status ul li {
  position: relative;
}

body.dashboard article > div .stats-reg .status ul li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.dashboard article > div .stats-reg .status ul li a {
  position: relative;
}

body.dashboard article > div .stats-reg .status ul li a:not(.emailing) {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 50px;
}

body.dashboard article > div .stats-reg .status ul li a:not(.emailing) i {
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 40px;
  height: 40px;
}

body.dashboard article > div .stats-reg .status ul li a:not(.emailing) strong {
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 2rem;
  line-height: 1.8rem;
}

body.dashboard article > div .stats-reg .status ul li a:not(.emailing) strong span {
  position: relative;
  top: -1px;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: .7em;
}

body.dashboard article > div .stats-reg .status ul li a.emailing {
  position: absolute;
  top: calc(50% - 14px);
  width: 40px;
  height: 40px;
}

body.dashboard article > div .stats-reg .general ul li {
  background-color: #f1f1f1;
}

body.dashboard article > div .stats-reg .general ul li:not(:last-child) {
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}

body.dashboard article > div .stats-reg .general ul li a {
  position: absolute;
  top: 10px;
}

body.dashboard article > div .stats-reg .general ul li a.detail-xls {
  left: 10px;
}

body.dashboard article > div .stats-reg .general ul li a.detail {
  right: 10px;
  transform: scale(1.2);
}

body.dashboard article > div .stats-reg .general ul li big {
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 2.9rem;
  line-height: 3rem;
}

body.dashboard article > div .stats-acc .k-chart {
  position: relative;
}

body.dashboard article > div .stats-acc .k-chart > div {
  position: absolute;
  top: 110px;
  left: calc(50% - 120px);
  width: 240px;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 5rem;
  line-height: .8em;
}

body.dashboard article > div .stats-acc .k-chart > div small {
  position: relative;
  top: -30px;
  font-family: "Arquitecta-regular", Sans-serif;
  font-size: 1.3rem;
}

body.dashboard article > div .stats-acc dl dt {
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 2rem;
  line-height: 1.8rem;
}

body.dashboard article > div .stats-pay table {
  font-size: 12px;
}

body.dashboard article > div .stats-pay table th,
body.dashboard article > div .stats-pay table td {
  padding: .75rem .5rem;
}

body.dashboard article > div .stats-pay table th:first-child {
  position: relative;
  display: block;
  position: absolute;
  width: calc(100% - 2.6rem);
  height: 40px;
  padding-left: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.dashboard article > div .stats-pay table .type {
  min-width: 70px;
}

body.dashboard article > div .stats-pay table .qty {
  min-width: 110px;
  padding-left: 1.15rem;
}

body.dashboard article > div .stats-pay table .qty span {
  display: block;
  font-size: .9rem;
}

body.dashboard article > div .stats-pay table .total-ht,
body.dashboard article > div .stats-pay table .total-ttc {
  width: 160px;
  text-align: right;
  line-height: 1.2rem;
}

body.dashboard article > div .stats-pay table .total-ht span,
body.dashboard article > div .stats-pay table .total-ttc span {
  display: block;
}

body.dashboard article > div .stats-pay table .level-0,
body.dashboard article > div .stats-pay table .level-1 {
  height: 70px;
}

body.dashboard article > div .stats-pay table .level-0.level-0,
body.dashboard article > div .stats-pay table .level-1.level-0 {
  color: #fff;
  border: 2px solid #7f8599;
  background-color: #7f8599;
}

body.dashboard article > div .stats-pay table .level-0 th,
body.dashboard article > div .stats-pay table .level-0 td,
body.dashboard article > div .stats-pay table .level-1 th,
body.dashboard article > div .stats-pay table .level-1 td {
  vertical-align: bottom;
}

body.dashboard article > div .stats-pay table .level-0 th:first-child,
body.dashboard article > div .stats-pay table .level-1 th:first-child {
  padding-right: 2.6rem;
}

body.dashboard article > div .stats-pay table .level-0 th:first-child::before,
body.dashboard article > div .stats-pay table .level-1 th:first-child::before {
  position: absolute;
  left: 15px;
  font-family: 'Font Awesome 5 Free';
}

body.dashboard article > div .stats-pay table .level-0 th:first-child {
  border-top: 0 !important;
  font-size: 13px;
  font-weight: bold;
}

body.dashboard article > div .stats-pay table .level-0 th:first-child::before {
  content: '\f078';
  color: #fff;
  margin-top: 2px;
}

body.dashboard article > div .stats-pay table .level-0 th,
body.dashboard article > div .stats-pay table .level-0 td {
  padding-bottom: .95rem;
  border-bottom: 0 !important;
}

body.dashboard article > div .stats-pay table .level-0[aria-expanded="true"] th:first-child::before {
  content: '\f077';
}

body.dashboard article > div .stats-pay table .level-1[data-target] th:first-child::before {
  content: '\f067';
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.3);
  font-size: .8rem;
}

body.dashboard article > div .stats-pay table .level-1[data-target] th:first-child:hover::before {
  color: rgba(0, 0, 0, 0.6) !important;
}

body.dashboard article > div .stats-pay table .level-1[data-target][aria-expanded="true"] th:first-child::before {
  content: '\f068';
}

body.dashboard article > div .stats-pay table .level-1:not([data-target]) th:first-child::before {
  content: '\f002';
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.3);
  font-size: .95rem;
}

body.dashboard article > div .stats-pay table .level-1:not([data-target]) th:first-child:hover::before {
  color: rgba(0, 0, 0, 0.6) !important;
}

body.dashboard article > div .stats-pay table .level-1[aria-expanded="true"] {
  background-color: rgba(62, 100, 193, 0.25);
}

body.dashboard article > div .stats-pay table .level-1:hover a.excel {
  opacity: 1 !important;
}

body.dashboard article > div .stats-pay table .level-1 a.excel {
  position: absolute;
  top: 4px;
  right: 10px;
}

html.no-touchevents body.dashboard article > div .stats-pay table .level-1 a.excel {
  opacity: 0;
}

body.dashboard article > div .stats-pay table .level-2 {
  background-color: rgba(62, 100, 193, 0.14);
}

body.dashboard article > div .stats-pay table .level-2:hover {
  background-color: rgba(62, 100, 193, 0.08);
}

body.dashboard article > div .stats-pay table .level-2 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

body.dashboard article > div .stats-pay table .level-2 th:first-child {
  border-top: 0;
}

body.dashboard article > div .stats-pay table .level-2 th:first-child span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 0;
  height: 14px;
  padding: 0 2px;
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: rgba(52, 58, 64, 0.3);
}

body.dashboard article > div .quota h4 {
  position: relative;
  font-family: "Arquitecta-bold", Sans-serif;
  font-size: 1.5rem;
}

body.dashboard article > div .quota h4::before {
  position: absolute;
  right: 15px;
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3rem;
  opacity: .5;
}

body.dashboard article > div .quota h4[aria-expanded="true"]::before {
  content: '\f068';
}

body.dashboard article > div .quota h5 {
  position: relative;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 2rem;
}

body.dashboard article > div .quota h5::after {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  position: relative;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

body.dashboard article > div .quota h5 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  background-color: #fff;
}

body.dashboard article > div .quota .item {
  background-color: transparent;
  transition: all 0.3s ease;
}

body.dashboard article > div .quota .item.full a,
body.dashboard article > div .quota .item.full big {
  opacity: .4;
}

body.dashboard article > div .quota .item.full .progress {
  opacity: .2;
}

body.dashboard article > div .quota .item big {
  position: relative;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 1.5rem;
}

body.dashboard article > div .quota .item big span {
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: 18px;
  width: 100%;
}

body.dashboard article > div .quota .item .progress {
  background-color: #b5e482;
}

body.dashboard article > div .abstracts ul.status li {
  position: relative;
  padding: 10px 100px 10px 40px;
}

body.dashboard article > div .abstracts ul.status li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

body.dashboard article > div .abstracts ul.status li.total {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

body.dashboard article > div .abstracts ul.status li i {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 30px;
  height: 30px;
}

body.dashboard article > div .abstracts ul.status li strong {
  position: absolute;
  top: 3px;
  right: 30px;
  font-family: "Arquitecta-heavy", Sans-serif;
  font-size: 1.65rem;
}

@media (min-width: 768px) {
  body.dashboard article > div .stats-pay table {
    font-size: 1rem;
  }
  body.dashboard article > div .stats-pay table th,
  body.dashboard article > div .stats-pay table td {
    padding: .75rem;
  }
  body.dashboard article > div .stats-pay table th:first-child {
    display: table-cell;
    position: relative;
    width: auto;
    min-width: 220px;
    height: auto;
    overflow: visible;
    text-overflow: unset;
    white-space: unset;
  }
  body.dashboard article > div .stats-pay table .qty {
    min-width: 140px;
    padding-left: inherit;
  }
  body.dashboard article > div .stats-pay table .qty span {
    display: inline-block;
    font-size: 1rem;
  }
  body.dashboard article > div .stats-pay table .total-ht span,
  body.dashboard article > div .stats-pay table .total-ttc span {
    display: inline-block;
  }
  body.dashboard article > div .stats-pay table .level-0,
  body.dashboard article > div .stats-pay table .level-1 {
    height: auto;
  }
  body.dashboard article > div .stats-pay table .level-0 th,
  body.dashboard article > div .stats-pay table .level-0 td,
  body.dashboard article > div .stats-pay table .level-1 th,
  body.dashboard article > div .stats-pay table .level-1 td {
    vertical-align: top;
  }
  body.dashboard article > div .stats-pay table .level-0 th, body.dashboard article > div .stats-pay table .level-0 td {
    border-bottom: 2px solid #fff !important;
    vertical-align: middle !important;
  }
  body.dashboard article > div .stats-pay table .level-0 th:first-child {
    font-size: 1rem;
    font-weight: normal;
  }
  body.dashboard article > div .stats-pay table .level-1 a.excel {
    top: 7px;
    right: 14px;
  }
  body.dashboard article > div .stats-pay table .level-2 th:first-child {
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  body.dashboard article > div .stats-pay table .level-2 th:first-child span {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 0;
    color: inherit;
    font-size: inherit;
    background-color: inherit;
  }
}
