@charset "UTF-8";
/*******************  SITE VARIABLES ******************/
/*******************  DEFAULT VARIABLES ***************/
/*******************  NORMALIZE ***********************/
html {
  margin: 0;
  padding: 0;
  font: normal 62.5% "Roboto", serif, Arial, Verdana, Helvetica, sans-serif;
  color: #3B3C40;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  font-family: "Roboto", serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100%;
  color: #3B3C40;
  height: 100%;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, strong, em, u, small, div, table, tbody, tr, td, form, input, select, textarea, fieldset, label, option {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
  font-weight: 400;
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

a {
  color: #3B3C40;
  cursor: pointer;
}
a:focus, a:hover a:active {
  outline: 0;
}

a:hover {
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, a {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

small {
  font-size: 80%;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden] {
  display: none;
}

/*******************  FORMS ***************************/
button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto", serif;
  font-size: 1.6rem;
  line-height: 1.15;
  margin: 0;
}

textarea {
  resize: vertical;
}

input {
  cursor: pointer;
}

button,
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*******************  HELPER CLASSES ******************/
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, form input[type=checkbox],
form input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, form input.focusable[type=checkbox]:active,
form input.focusable[type=radio]:active,
.visuallyhidden.focusable:focus,
form input.focusable[type=checkbox]:focus,
form input.focusable[type=radio]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

body.preload * {
  transition: none !important;
}

body.preload *, .no-anim {
  transition: none !important;
}

.opacity-none {
  opacity: 0;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.wrap2 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.wrapper {
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 7px 12px 20px rgba(59, 60, 64, 0.2);
  padding: 30px;
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

/*********************************************************************/
/******************** TYPO *******************************************/
/*********************************************************************/
.titreDoc {
  color: #2ADDC0;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 20px;
}

.titre1 {
  color: #2ADDC0;
  font-family: "Roboto Slab", serif;
}

.titre2 {
  font-weight: 300;
  color: #3B3C40;
  font-size: 3rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.titre2 span {
  font-weight: 700;
  font-size: 7.4rem;
  margin-right: 20px;
}
.titre2.align-left {
  text-align: left;
}

.titre3 {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 75px 26px;
}
.titre3 span {
  background-color: #ffffff;
  display: inline-block;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
.titre3:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 11px;
  display: inline-block;
  background-color: #f7f7f4;
  z-index: 1;
}

.titre4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.titre5 {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  color: #10ACF1;
}

.titre6 {
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.titre7 {
  font-family: "Roboto Slab", serif;
  font-size: 2.6rem;
  letter-spacing: 0rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}

.titre8 {
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.titre-with-border {
  padding-bottom: 10px;
}

.categorie {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.info-importante {
  font-size: 2rem;
  font-weight: 300;
}

.exclamation {
  position: relative;
}
.exclamation:before {
  content: "\E90F";
  display: inline-block;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}
.exclamation:after {
  content: "\E90F";
  display: inline-block;
  transform: translateY(-50%) scale(-1, -1);
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  color: rgba(255, 255, 255, 0.5);
}

.border, form fieldset {
  border-bottom: 1px solid #DCDCD2;
  margin: 15px 0;
}

.highlight {
  font-weight: 600;
  display: inline;
}

.no-data {
  display: block;
  text-align: center;
  margin: 30px 0;
}

/*********************************************************************/
/******************** BOUTON *****************************************/
/*********************************************************************/
[class*=btn-] {
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 0.1em;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 25px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  transition: 0.3s;
}
[class*=btn-] i {
  font-size: 1.5rem;
  margin-right: 6px;
  margin-left: -10px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.btn-blanc {
  background-color: #ffffff;
  color: #2ADDC0;
  border-color: #2ADDC0;
}

.btn-blanc2 {
  background-color: #ffffff;
  color: #2ADDC0;
  border-color: #ffffff;
}

.btn-bleu {
  background-color: #2ADDC0;
  color: #ffffff;
  border-color: #2ADDC0;
  transition: 0.3s;
}
.btn-bleu:hover {
  background-color: #1FCCAF;
  border-color: #1FCCAF;
}

.btn-bleu-editeur {
  background-color: #10ACF1;
  color: #ffffff;
  border-color: #10ACF1;
  transition: 0.3s;
}
.btn-bleu-editeur:hover {
  background-color: #00618c;
  border-color: #00618c;
}

.btn-border {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.btn-border:hover {
  background-color: #ffffff;
  color: #2ADDC0;
}

.btn-border-green {
  background-color: transparent;
  border: 1px solid #1FCCAF;
  color: #1FCCAF;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.btn-border-green:hover {
  background-color: #1FCCAF;
  color: #ffffff;
}
.btn-border-green i {
  margin: 0 0 0 20px;
}
.btn-border-green.btn-right {
  align-items: flex-end;
}
.btn-border-green.btn-auto-width {
  width: auto;
}

body.interface-editeur .btn-border:hover {
  color: #10ACF1;
}

.btn-disable {
  background-color: #b9b9b9;
  color: #ffffff;
  border-color: #b9b9b9;
}

.btn-salmon {
  background-color: #FF7D6E;
  color: #ffffff;
  border-color: #FF7D6E;
}
.btn-salmon:hover {
  background-color: #2ADDC0;
  border-color: #2ADDC0;
}

.btn-transparent {
  text-transform: uppercase;
  color: #3B3C40;
}

.quick-add-btn {
  border-radius: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.25);
}
.quick-add-btn::after {
  content: "\E90E";
  font-family: "icomoon";
  color: #2ADDC0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.quick-add-btn:hover::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.close {
  transform: rotate(45deg);
}

.display-filter {
  text-transform: uppercase;
  font-size: 1.3rem;
  position: relative;
  padding-bottom: 20px;
}
.display-filter:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #b9b9b9;
  opacity: 0.3;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}

/*********************************************************************/
/******************** FOND *******************************************/
/*********************************************************************/
.bg-blanc {
  background-color: #ffffff;
}
.bg-blanc + .bg-blanc {
  padding-top: 0;
}

.bg-gris {
  background-color: #f7f7f4;
}
.bg-gris + .bg-gris {
  padding-top: 0;
}

.bg-grisf {
  background-color: #3B3C40;
  color: #ffffff;
}
.bg-grisf + .bg-grisf {
  padding-top: 0;
}

[class*=wave-]:after {
  content: "\E900";
  font-family: "icomoon";
  display: inline-block;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  top: -4px;
  position: relative;
}

.wave-bleu:after {
  color: #2ADDC0;
}

.wave-vert:after {
  color: #2ADDC0;
}

.wave-blanc:after {
  color: #ffffff;
}

/*********************************************************************/
/******************** LAYOUT *****************************************/
/*********************************************************************/
section {
  padding: 30px;
}
section + section {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 30px 15px;
  }
  section.module-agenda {
    padding: 30px 0;
  }
}
/*@media only screen and (max-width: 543px) {
    section {
        .block-liste-utilisateur &, .block-repertoire &{
            padding: 30px 0px;
        }
    }

}*/
.padding30 {
  padding: 30px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nopadding-horizontal {
  padding: 45px 0;
}

.nopadding {
  padding: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon-arrow.down {
  display: inline-block;
  transform: scale(-1, -1);
}

.icon-arrow2.reverse,
.icon-arrow3.reverse,
.icon-arrow4.reverse {
  display: inline-block;
  transform: scale(-1);
}

/*********************************************************************/
/******************** ACCORDEON **************************************/
/*********************************************************************/
.accordeon {
  margin-bottom: 50px;
}
.accordeon .accordeon-titre {
  width: 100%;
  text-transform: uppercase;
  padding: 20px;
  border-left: 7px solid #2ADDC0;
  background-color: #f7f7f4;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}
.accordeon .accordeon-titre:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #2ADDC0;
  position: absolute;
  right: 15px;
  top: 50%;
}
.accordeon .accordeon-titre:after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #2ADDC0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.2s;
}
.accordeon .accordeon-titre.active:after {
  transform: rotate(0deg);
}
.accordeon .accordeon-content {
  transition: 0.3s;
  overflow: hidden;
}

/*********************************************************************/
/******************** MENU INTER *************************************/
/*********************************************************************/
.menu-inter {
  margin-bottom: 50px;
}
.menu-inter ul {
  margin-bottom: 50px;
}
.menu-inter li {
  width: 100%;
  text-transform: uppercase;
  border-left: 7px solid #b9b9b9;
  background-color: #f7f7f4;
  position: relative;
  margin-bottom: 4px;
  list-style-type: none;
}
.menu-inter li a {
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.menu-inter li:before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #2ADDC0;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: rotate(35deg);
}
.menu-inter li:after {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #2ADDC0;
  position: absolute;
  right: 15px;
  top: 56%;
  transform: rotate(-35deg);
  transition: 0.2s;
}
.menu-inter li.validate {
  border-color: #2ADDC0;
}
.menu-inter p {
  text-align: center;
}

/*********************************************************************/
/******************** ONGLET *****************************************/
/*********************************************************************/
.onglet .onglet-titre {
  justify-content: center;
  border-bottom: 1px solid #e2e2d6;
}
.onglet .onglet-titre li {
  text-transform: uppercase;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  padding: 5px 25px 13px;
  transition: 0.3s;
  font-size: 1.4rem;
}
.onglet .onglet-titre li a {
  color: rgba(59, 60, 64, 0.65);
  letter-spacing: 0.1rem;
}
.onglet .onglet-titre li.active a {
  color: #3b3c40;
  font-weight: 500;
}
.onglet .onglet-content [class*=onglet-num-] {
  display: none;
}
.onglet .onglet-content [class*=onglet-num-].active {
  display: block;
}

.ligne {
  width: 100%;
  height: 8px;
  position: relative;
  margin-top: -9px;
}
.ligne .curseur {
  width: 0;
  background-color: #2ADDC0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}

/*********************************************************************/
/******************** JAUGE ******************************************/
/*********************************************************************/
.jauge {
  background-color: #EBEBE4;
  border-radius: 10px;
  text-align: left;
  height: 20px;
  width: 100%;
}
.jauge .background-jauge {
  position: absolute;
  top: 50%;
  left: 0px;
  background-color: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transform: translateY(-50%);
}
.jauge .fill {
  position: relative;
  display: inline-block;
  background-color: #2ADDC0;
  border-radius: 10px;
  text-align: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  height: 20px;
  transition: 0.5s 0.5s;
  width: 0;
  overflow: hidden;
  z-index: 10;
}
.jauge .fill span {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: 500;
}
@-moz-document url-prefix() {
  .jauge .fill span {
    top: 46%;
  }
}
.jauge .fill.late {
  background-color: #FF7D6E;
}
.jauge .fill.loaded {
  transition: 0.3s;
}
.jauge .fill.notrounded {
  border-radius: 10px 0 0 10px;
}
.jauge .fill.complete {
  border-radius: 10px;
}

/*********************************************************************/
/******************** CONNEXION **************************************/
/*********************************************************************/
.connexion-video {
  width: 100%;
  height: calc(100vh - 300px);
  position: relative;
  overflow: hidden;
  background-color: #3B3C40;
}
.connexion-video .wrapper-video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.connexion-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.connexion-video .videoWrapper {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.connexion-video .gradient {
  background: linear-gradient(100deg, rgba(42, 221, 192, 0.75) 0%, rgba(71, 236, 236, 0.75) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.connexion-video .gradient img {
  margin-bottom: 30px;
}
.connexion-video .gradient h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
}
.connexion-video .gradient h1:after {
  content: "\E900";
  font-family: "icomoon";
  display: block;
  color: #ffffff;
  font-size: 7px;
  margin-top: 10px;
}

@media (orientation: landscape) {
  .connexion-video {
    height: 55vh;
  }

  .connexion-bloc {
    height: 45vh;
    text-align: center;
  }
}
@media (orientation: portrait) {
  .connexion-video {
    height: 44vh;
  }

  .connexion-bloc {
    height: 56vh;
    text-align: center;
  }
}
.connexion-bloc {
  position: relative;
}
.connexion-bloc .wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
.connexion-bloc form {
  width: 100%;
  max-width: 500px;
}
.connexion-bloc form input[type=submit] {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.connexion-bloc form input {
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
}
.connexion-bloc form p a {
  color: #b9b9b9;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
}
.connexion-bloc form p a:hover {
  text-decoration: underline;
}

/*********************************************************************/
/******************** GENERIQUES *************************************/
/*********************************************************************/
body {
  overflow-x: hidden;
  background-color: #ffffff;
}

.app {
  transition: transform 0.3s ease;
  position: relative;
  left: 0px;
  width: 100%;
}
.container {
  padding-left: 350px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .container > header .icon {
    display: none !important;
  }
}
.container > header .icon.icon-voir {
  font-size: 2.7rem;
  position: relative;
}
.container > header .icon.icon-voir::before {
  position: relative;
  left: 3px;
  top: 14px;
}

main {
  position: relative;
}
main.module-login {
  flex: 0 0 100%;
  max-width: 100%;
}

.debug-site {
  background-color: red;
  position: fixed;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 10000000000;
}

/*********************************************************************/
/******************** MAIN MENU **************************************/
/*********************************************************************/
body.no-menu {
  background-color: #f7f7f4;
}

.panel-menu {
  text-align: center;
  width: 50px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}
.no-menu .panel-menu {
  display: none;
}
.panel-menu.close-panel i {
  opacity: 0;
  transition: none;
}
.panel-menu i {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s ease 0.3s;
}
.panel-menu .icon-menu {
  font-size: 5rem;
}
.panel-menu .icon-burger {
  transform: scale(-1, -1);
  font-size: 2.4rem;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #f7f7f4;
  min-height: 100vh;
  z-index: 10000;
  width: 350px;
  border-right: 1px solid #e2e2d6;
  transition: transform 0.3s cubic-bezier(0, 0.88, 0.31, 0.98);
  height: 100%;
}
.main-menu .content-menu {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 60px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.main-menu .icon-plus {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 2px solid #e2e2d6;
  border-radius: 100%;
  padding: 8px;
  font-size: 2rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-menu .icon-plus:before {
  color: #e2e2d6;
}
.main-menu .icon-plus:hover {
  border-color: #b7b79b;
}
.main-menu .icon-plus:hover:before {
  color: #b7b79b;
}
.touchscreen .main-menu .icon-plus {
  display: block;
}
.main-menu .icon-logo {
  font-size: 3.7rem;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}
.main-menu .icon-wave {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.main-menu ul {
  flex: 1 1 100%;
  max-width: 100%;
  height: 80%;
}
.main-menu li {
  list-style-type: none;
  display: block;
  border: 1px solid #DBDBD7;
  border-radius: 22px;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
  transition: 0.3s;
}
.main-menu li a {
  color: inherit;
  transition: transform 0.3s;
  display: inherit;
  padding: 12px 30px 12px 15px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.main-menu li i {
  margin-right: 5px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  transition: 0.3s;
}
.main-menu li:hover {
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(59, 60, 64, 0.2);
}
.main-menu li:hover i {
  color: #ffffff;
  margin-right: 10px;
}
.main-menu li.active {
  color: #ffffff;
  box-shadow: none;
}
.main-menu li.active i {
  color: #ffffff;
  margin-right: 10px;
}
.main-menu .logout {
  font-size: 1.4rem;
  display: block;
  margin: 0 auto;
  border: 0;
  text-align: center;
  padding: 0;
  width: calc(100% - 60px);
  text-transform: none;
  color: #b9b9b9;
  transition: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.main-menu .logout:hover {
  color: #000000;
  background: none;
  box-shadow: none;
  text-decoration: underline;
}
.main-menu .logout a {
  transition: none;
  font-weight: 400;
}

/*********************************************************************/
/******************** TABLE ******************************************/
/*********************************************************************/
.table {
  width: 100%;
  border-spacing: 1px;
  margin-bottom: 30px;
  border: none;
  border-collapse: collapse;
}
.table tr {
  background-color: #ffffff;
  transition: 0.3s;
}
.table tr:nth-child(odd) {
  background-color: #f7f7f4;
}
.table tr:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
}
.table td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .table td {
    padding: 7px;
  }
}
.table td.warning {
  background-color: #FF7D6E;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 45px;
  position: relative;
}
.table td.warning i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.table td.last {
  width: 50px;
}
.table td.last a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #2ADDC0;
  font-size: 1.9rem;
  cursor: pointer;
}
.table td a:hover {
  opacity: 0.5;
}
.table th {
  padding: 10px;
  font-size: 1.2rem;
  text-align: left;
  background: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.actif i {
  font-size: 1rem;
  margin-right: 5px;
  color: #2ADDC0;
}

.inactif i {
  font-size: 1rem;
  margin-right: 5px;
  color: #898C89;
}

.suspendu i {
  font-size: 1rem;
  margin-right: 5px;
  color: #FF7D6E;
}

.attente i {
  font-size: 1.5rem;
  margin-right: 5px;
  color: #FF7D6E;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #ffffff;
  line-height: 1;
  padding: 4px;
  text-align: center;
}

/*********************************************************************/
/******************** PAGINATION *************************************/
/*********************************************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  list-style-type: none;
  font-size: 1.5rem;
  margin: 0 9px;
  position: relative;
}
.pagination li a {
  font-weight: 500;
}
.pagination li .icon-arrow4 {
  font-size: 0.9rem;
  color: #000000;
}
.pagination li.active {
  color: #000000;
}
.pagination li.active a {
  color: #000000;
}
.pagination li.number:after {
  content: "\E919";
  font-size: 0.6rem;
  font-family: "icomoon";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: -9px;
  color: #3B3C40;
}
.pagination li.number.last:after {
  display: none;
}

/*********************************************************************/
/******************** SWITCH *****************************************/
/*********************************************************************/
.switch-page {
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #DCDCD2;
  padding-bottom: 13px;
  flex-wrap: nowrap;
}
.switch-page p {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: rgba(59, 60, 64, 0.6);
  transition: 0.1s;
}
.switch-page p:first-child {
  text-align: right;
}
.switch-page p.active {
  color: #3b3c40;
}

.switch {
  background-color: #3B3C40;
  border-radius: 30px;
  width: 42px;
  height: 22px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.switch i {
  color: #10ACF1;
  font-size: 1.8rem;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: 0.1s;
}
.switch.right i {
  left: 21px;
}

.switch-content .switchR {
  display: none;
}

.turquoise {
  color: #2ADDC0;
}

/*********************************************************************/
/******************** TOASTED ****************************************/
/*********************************************************************/
.toasted-container .toasted {
  justify-content: flex-end !important;
  border-radius: 2px !important;
  transition: all 0.1s ease !important;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .toasted-container .toasted {
    padding: 10px 20px !important;
  }
}
.toasted-container .toasted ul {
  list-style: none;
  margin: 5px 0;
}
.toasted-container .toasted ul li {
  font-weight: 300;
  line-height: 1.1em;
  margin: 5px 0;
}
.toasted-container .toasted .action {
  font-size: 1.5rem !important;
}
.toasted-container .toasted .action:hover {
  text-decoration: none !important;
}
.toasted-container .toasted.error {
  background-color: #FF5A4D !important;
}
.toasted-container .toasted.success {
  background-color: #1FCCAF !important;
}
.toasted-container .toasted .fa.fa-toast-close {
  font-family: "icomoon";
  transform: rotate(45deg);
  font-weight: 400;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  .toasted-container .toasted .fa.fa-toast-close {
    display: none;
  }
}
.toasted-container .toasted .fa.fa-toast-close:before {
  content: "\E90E";
}
@media only screen and (max-width: 767px) {
  .toasted-container.bottom-right {
    right: 0 !important;
  }
}

body.interface-editeur .toasted-container .toasted.success {
  background-color: #10ACF1 !important;
}

/***************************************************************/
/**************************** LOADER ***************************/
/***************************************************************/
#loader-elio, #loader-elio-app {
  position: fixed;
  width: calc(100% - 350px);
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 666;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1279px) {
  #loader-elio, #loader-elio-app {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  #loader-elio, #loader-elio-app {
    width: 100%;
  }
}
#loader-elio.no-left, .no-left#loader-elio-app {
  left: 0;
  width: 100%;
}
#loader-elio .fa-pulse, #loader-elio-app .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(64);
          animation: fa-spin 1s infinite steps(64);
}

body.interface-editeur #loader-elio > i, body.interface-editeur #loader-elio-app > i {
  color: #10ACF1 !important;
}

#loader-elio-app {
  width: 100%;
  left: 0;
}

.lds-grid {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}

.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2ADDC0;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/***************************************************************/
/*** TRICK DELETE GOOGLE ADS on GGOOGLE ADRESS AUTOCOMPLETE ****/
/***************************************************************/
.pac-logo:after {
  display: none;
}

.pac-item {
  padding: 2px 4px;
}

/***************************************************************/
/******************** TRANSITION VUEJS *************************/
/***************************************************************/
.slide-left-enter-active, .slide-right-enter-active {
  transition: all 0.5s ease;
}

.slide-left-leave-active, .slide-right-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-left-leave-to, .slide-right-enter {
  transform: translateX(-60px);
  opacity: 0;
}

.slide-left-enter, .slide-right-leave-to {
  transform: translateX(60px);
  opacity: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.6s ease;
}

.slide-fade-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

/***************************************************************/
/******************** POPUP ************************************/
/***************************************************************/
.popup {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  display: none;
  z-index: 10005;
}
.popup .popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 8px;
  max-width: 630px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .popup .popup-content {
    width: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
.popup .popup-content .box {
  padding: 40px;
  border: 2px solid #F0F0EA;
}
@media only screen and (max-width: 767px) {
  .popup .popup-content .box {
    padding: 20px;
  }
}
.popup p {
  margin-bottom: 20px;
  line-height: 2.2rem;
  margin: 20px;
}
.popup p:last-child {
  margin-top: 40px;
  margin-bottom: 0;
}
.popup .close {
  transform: none;
}
.popup .titre3 {
  font-weight: 600;
}
.popup .titre3:before {
  content: none;
}
.popup .btn-blanc2, .popup .btn-bleu {
  line-height: 2.8rem;
  width: auto !important;
  display: inline !important;
  padding: 5px 25px !important;
  margin: 0px 10px;
}
@media only screen and (max-width: 767px) {
  .popup .btn-blanc2, .popup .btn-bleu {
    margin: 10px auto !important;
    display: inline-block !important;
    width: 80% !important;
  }
}
.popup [class*=btn-] {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popup [class*=btn-] {
    margin: 10px auto !important;
    display: inline-block !important;
    width: 80% !important;
  }
}
.popup .titre-popup {
  font-size: 2.6rem;
  font-family: "Roboto Slab", serif;
  line-height: 3.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
.popup form select[name=motif_annulation] {
  -moz-text-align-last: left;
       text-align-last: left;
}

/***************************************************************/
/******************** ELIO DATEPICKER CUSTOM *******************/
/***************************************************************/
.elio-datepicker {
  width: 240px;
}
.elio-datepicker.left {
  margin-right: 60px;
}
.elio-datepicker.right {
  margin-left: 60px;
}
.elio-datepicker .header {
  margin-bottom: 20px;
}
.elio-datepicker .header span {
  font-family: "Roboto Slab", serif;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .elio-datepicker .header span {
    font-size: 2.3rem;
  }
}
.elio-datepicker .cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.elio-datepicker .cell {
  flex: 0 1 13%;
  max-width: 13%;
  height: 30px;
  line-height: 30px;
  color: #000000;
  border-radius: 2px;
  margin-bottom: 3px;
  text-align: center;
}
.elio-datepicker .cell.day {
  cursor: pointer;
}
.elio-datepicker .cell.day:hover {
  background-color: #f7f7f4;
  color: #000000;
}
.elio-datepicker .day-header {
  font-weight: 600;
  font-size: 1.5rem;
  cursor: default;
}
.elio-datepicker .today {
  background-color: #F0F0EA;
}
.elio-datepicker .commun {
  background-color: #2ADDC0;
  color: #ffffff;
}
.elio-datepicker .commun:hover {
  background-color: #82ebda !important;
  color: #ffffff !important;
}
.elio-datepicker .dispo {
  background-color: #3B3C40;
  color: #ffffff;
}
.elio-datepicker .dispo:hover {
  background-color: #6c6e75 !important;
  color: #ffffff !important;
}
.elio-datepicker .desactivate {
  cursor: default !important;
  color: #b9b9b9;
  background: none;
  opacity: 0.8;
}

select.polyfilling {
  margin-left: 0px !important;
  margin-top: 4px !important;
  width: inherit !important;
  height: inherit !important;
  background: none;
  background-color: white;
}
/***************************************************************/
/***************** Fx Ripple Material Design *******************/
/***************************************************************/
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .ripple--container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ripple .ripple--container span {
  transform: scale(0);
  border-radius: 100%;
  position: absolute;
  opacity: 0.55;
  background-color: #fff;
  -webkit-animation: ripple 1000ms;
          animation: ripple 1000ms;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive-ekko {
    display: block;
  }
  .table-responsive-ekko thead, .table-responsive-ekko tbody, .table-responsive-ekko tr, .table-responsive-ekko th, .table-responsive-ekko td, .table-responsive-ekko tfoot {
    display: block;
  }
  .table-responsive-ekko thead {
    display: none;
  }
  .table-responsive-ekko tbody td {
    position: relative;
    padding-left: 150px;
    width: inherit !important;
    text-align: left !important;
  }
  .table-responsive-ekko tbody td a {
    text-align: left !important;
  }
  .table-responsive-ekko tbody td:before {
    content: attr(data-label);
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 130px;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .table-responsive-ekko tbody tr {
    border-right: 1px solid #F0F0EA;
    border-left: 1px solid #F0F0EA;
    border-bottom: 1px solid #F0F0EA;
  }
}
@media only screen and (max-width: 767px) and (max-width: 543px) {
  .module-repertoire .table-responsive-ekko tbody td {
    padding-left: 115px;
  }
  .module-repertoire .table-responsive-ekko tbody td:before {
    width: 90px;
  }
}

.back-dark {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 1500;
  opacity: 0.3;
  display: none;
}

.back-white {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 1500;
  opacity: 0.8;
  display: none;
}

.user-log {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ffffff;
  font-size: 1.3rem;
  display: none;
}
.user-log .btn-logout {
  background-color: rgba(255, 255, 255, 0.4);
  text-transform: none;
  padding: 5px 15px;
  margin-left: 5px;
  box-shadow: none;
  font-size: 1.2rem;
  cursor: pointer;
}
.user-log .btn-logout:hover {
  background-color: white;
  color: #1FCCAF;
}

form input:invalid {
  box-shadow: none;
}
form input,
form select,
form textarea {
  width: 100%;
  letter-spacing: 0.01em;
  border: 2px solid #F7F7F4;
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  margin-bottom: 15px;
  background-color: #F7F7F4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: 0.3s;
  border-radius: 2px;
  color: #000000;
}
form input.error,
form select.error,
form textarea.error {
  border-color: #FF7D6E;
}
form input.search,
form select.search,
form textarea.search {
  background-image: url(../../img/loupe.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding: 7px 40px 7px 8px;
}
form input[readonly],
form select[readonly],
form textarea[readonly] {
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: default;
}
form select::-ms-expand {
  display: none;
}
form .v-select .dropdown-toggle {
  width: 100%;
  border: 2px solid #F7F7F4;
  background-color: #F7F7F4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 2px;
  color: #000000;
}
form .v-select .dropdown-toggle .clear {
  position: relative;
  top: 2px;
}
form .v-select .open-indicator {
  width: inherit;
}
form .v-select .open-indicator:before {
  border: none;
  content: "\E924";
  font-family: "icomoon";
  transform: rotate(0);
  font-size: 3rem;
  font-style: normal;
  width: inherit;
  height: inherit;
  transition: none;
}
form .v-select.open .open-indicator:before {
  transform: rotate(180deg);
}
form textarea {
  padding: 8px 15px;
}
form select {
  background-image: url(../../img/svg/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding: 7px 40px 7px 15px;
  -moz-text-align-last: center;
       text-align-last: center;
}
form .vdp-datepicker input {
  background-image: url(../../img/svg/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form input[type=submit] {
  background-color: #2ADDC0;
  color: #ffffff;
  border-color: #2ADDC0;
  transition: 0.3s;
  box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
}
form input[type=submit]:hover {
  background-color: #1FCCAF;
  border-color: #1FCCAF;
}
form input[type=reset] {
  background-color: transparent;
  color: #3B3C40;
  border-color: transparent;
  transition: 0.3s;
  box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
}
form input[type=reset]:hover {
  background-color: #FF7D6E;
  color: #ffffff;
}
form input + label {
  border: 1px solid #3B3C40;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #eaeae2;
  transition: 0.3s;
  cursor: pointer;
}
form input:checked + label {
  background-color: #2ADDC0;
}
form.switch-choice input + label {
  border: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: transparent;
  border: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
form.switch-choice input + label span {
  display: inline-block;
  vertical-align: middle;
}
form.switch-choice input + label span i {
  top: 3px;
}
form.switch-choice input:checked + label {
  background-color: transparent;
}
form.switch-choice input:checked + label i {
  left: 21px;
  color: #FF7D6E;
}
form.check input + label {
  border: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: transparent;
  border: 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
form.check input + label:before {
  content: "\E908";
  font-family: "icomoon";
  color: #e8e8df;
  transition: 0.3s;
}
form.check input:checked + label:before {
  color: #2ADDC0;
}
form fieldset {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 20px;
}
form .message-error {
  color: #FF7D6E;
}
form ::-webkit-input-placeholder {
  font-style: italic;
}
form :-moz-placeholder {
  font-style: italic;
}
form ::-moz-placeholder {
  font-style: italic;
}
form :-ms-input-placeholder {
  font-style: italic;
}

.block-error {
  margin: 20px 0 40px;
  padding: 0 20px;
}
.block-error li {
  list-style-type: none;
  color: #FF7D6E;
  letter-spacing: 0.01em;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.icon-trash {
  color: #b9b9b9;
}

/*********************************************************************/
/******************** HEADER *****************************************/
/*********************************************************************/
header {
  background: linear-gradient(45deg, #00618c 0%, #10ACF1 100%);
  height: 265px;
  text-align: center;
  position: relative;
}
header .icon-wave {
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
}
header .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
header p {
  margin-bottom: 5px;
}
header .icon {
  background-color: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-block;
  font-size: 3rem;
  position: relative;
  margin-bottom: 10px;
}
header .icon:before {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #10ACF1;
}
header .titre2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .titre2 span {
  line-height: 1;
}
header .btn-back {
  position: absolute;
  bottom: 0;
  left: 20px;
}
header .btn-parametre {
  position: absolute;
  right: 20px;
  bottom: 0;
  padding-right: 3px;
  display: inline-block;
}
header .btn-parametre i {
  font-size: 2rem;
}

/*********************************************************************/
/******************** CONNEXION **************************************/
/*********************************************************************/
.connexion-video .gradient {
  background: linear-gradient(100deg, rgba(0, 97, 140, 0.75) 0%, rgba(16, 172, 241, 0.75) 100%);
}

/*********************************************************************/
/******************** GENERIQUES *************************************/
/*********************************************************************/
body {
  background-color: #f7f7f4;
}

/*********************************************************************/
/******************** MAIN MENU **************************************/
/*********************************************************************/
.panel-menu {
  background-color: #ffffff;
}
.panel-menu .icon-menu {
  color: #10ACF1;
}
.panel-menu .icon-burger {
  color: #10ACF1;
}

.main-menu {
  background-color: #ffffff;
}
.main-menu .icon-plus {
  color: #10ACF1;
}
.main-menu .icon-logo {
  color: #10ACF1;
}
.main-menu .icon-wave {
  color: #10ACF1;
}
.main-menu li i {
  color: #00618c;
}
.main-menu li:hover {
  background-color: #00618c;
  border-color: #00618c;
}
.main-menu li.active {
  background-color: #10ACF1;
  border-color: #10ACF1;
}
.main-menu li:nth-child(5) {
  position: absolute;
  bottom: 20px;
  border: 0;
  text-align: center;
  padding: 0;
  width: calc(100% - 60px);
  text-transform: none;
}

/*********************************************************************/
/******************** FORMULAIRE *************************************/
/*********************************************************************/
form input[type=submit] {
  background-color: #10ACF1;
  border-color: #10ACF1;
}
form input[type=submit]:hover {
  background-color: #0E95D1;
  border-color: #0E95D1;
}
form input:checked + label {
  background-color: #10ACF1;
}

/*********************************************************************/
/******************** DASHBOARD **************************************/
/*********************************************************************/
.module-dashboard h1 {
  color: #10ACF1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 30px 0;
}
.module-dashboard .flex {
  justify-content: flex-start;
  margin: 0 -10px;
}
.module-dashboard .flex > li {
  list-style-type: none;
  flex: 0 0 calc(33.333333% - 20px);
  margin: 0 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  position: relative;
}
.module-dashboard .flex > li > a, .module-dashboard .flex > li > div {
  display: inline-block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.module-dashboard .flex > li .titre4 {
  font-weight: 400;
  margin-bottom: 0;
  height: 42px;
}
.module-dashboard .flex > li .titre4 span {
  font-size: 1.2rem;
}
.module-dashboard .flex > li .icon-wave {
  font-size: 0.8rem;
  color: #DCDCD2;
  margin-bottom: 15px;
  display: inline-block;
}
.module-dashboard .flex > li .nb {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 700;
}
.module-dashboard .flex > li .nb sup {
  font-size: 1.65rem;
}
.module-dashboard .flex > li.highlight {
  background-color: #ffffff;
}
.module-dashboard .flex > li.highlight .nb {
  font-size: 7rem;
  line-height: 8.4rem;
  margin-bottom: 20px;
}
.module-dashboard .flex > li.highlight .icon-wave {
  margin-bottom: 30px;
}
.module-dashboard .flex > li.highlight .exclamation:before {
  color: #e2e2d6;
  left: 10%;
  transition: 0.3s;
}
.module-dashboard .flex > li.highlight .exclamation:after {
  color: #e2e2d6;
  right: 10%;
  transition: 0.3s;
}
.module-dashboard .flex > li.bg-grisf .titre4 {
  color: #ffffff;
}
.module-dashboard .flex > li.bg-grisf .nb {
  color: #10ACF1;
}
.module-dashboard .flex > li.bloc-abonne .icon-yeah {
  position: absolute;
  left: 46%;
  top: 52%;
  font-size: 9.6rem;
  color: #e2e2d6;
  transition: 0.3s;
}
.module-dashboard .flex > li.bloc-abonne:hover .icon-yeah {
  color: #10ACF1;
}
.module-dashboard .flex > li.bloc-ventes .icon-vente {
  font-size: 5rem;
  color: #e2e2d6;
}
.module-dashboard .flex > li.bloc-ventes .titre4 {
  max-width: 180px;
  margin: auto;
}
.module-dashboard .flex > li.bloc-ventes .btn-bleu-editeur {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  width: 80%;
  margin-top: 10px;
}
.module-dashboard .flex > li.bloc-ventes .btn-bleu-editeur i {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 8px;
}
.module-dashboard .flex > li.bloc-ventes:hover .exclamation:before,
.module-dashboard .flex > li.bloc-ventes:hover .exclamation:after {
  color: #10ACF1;
}
.module-dashboard .flex > li.bloc-image img {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.module-dashboard .variation li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
.module-dashboard .variation li i {
  font-size: 1rem;
}

/*********************************************************************/
/******************** LISTE UTILISATEUR ******************************/
/*********************************************************************/
.block-liste-utilisateur .cta {
  margin-bottom: 10px;
}
.block-liste-utilisateur .cta p:last-child select {
  width: calc(100% - 74px);
  margin-left: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.block-liste-utilisateur .titre2 {
  margin-top: 10px;
  position: relative;
}
.block-liste-utilisateur .titre2 p {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0 40px;
}
.block-liste-utilisateur .titre2 p span {
  font-size: 4.5rem;
  margin-right: 0;
}
.block-liste-utilisateur .titre2:after {
  content: "";
  height: 34px;
  width: 1px;
  position: absolute;
  top: 7px;
  left: 50%;
  background-color: #3B3C40;
  display: inline-block;
}
.block-liste-utilisateur table tr {
  cursor: pointer;
}
.block-liste-utilisateur table td:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.block-liste-utilisateur table td:nth-child(1) span {
  display: none;
}
.block-liste-utilisateur table td:nth-child(1) i {
  line-height: 1;
  background-color: #10ACF1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 6px;
  margin-right: 10px;
}
.block-liste-utilisateur table td:nth-child(2) {
  font-size: 1.2rem;
}
.block-liste-utilisateur table td:nth-child(3) {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.block-liste-utilisateur form input, .block-liste-utilisateur form select, .block-liste-utilisateur form textarea {
  background-color: #ffffff;
}

/*********************************************************************/
/******************** UTILISATEUR ************************************/
/*********************************************************************/
.block-utilisateur header .titre2 {
  margin: 20px 0;
}
.block-utilisateur .btn-salmon {
  margin: 0 auto 20px;
  display: table;
}
.block-utilisateur .btn-salmon i {
  margin: -4px 0 0 10px;
  font-size: 1.6rem;
}
.block-utilisateur .statut {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.block-utilisateur .wrapper {
  background-color: #ffffff;
  max-width: 430px;
}
.block-utilisateur .wrapper p {
  margin: 0 0 10px 10px;
  letter-spacing: 0.04em;
  line-height: 2.4rem;
}
.block-utilisateur .wrapper table {
  margin-top: 5px;
  margin-left: 10px;
}
.block-utilisateur .wrapper table td {
  width: 50%;
  padding: 3px 0;
}
.block-utilisateur .wrapper .bottom {
  margin: 20px -30px 0;
  padding: 20px 30px;
  border-top: 1px solid #DCDCD2;
  text-transform: uppercase;
}
.block-utilisateur .bills-table td:last-child {
  padding-right: 10px;
}
.block-utilisateur .bills-table td:last-child a {
  color: #0E95D1;
}
.block-utilisateur .bills-table td:last-child a:hover {
  color: #10ACF1;
}

/*********************************************************************/
/******************** LISTE STEPS ************************************/
/*********************************************************************/
.block-liste-steps .cta {
  margin-bottom: 10px;
  justify-content: start;
}
.block-liste-steps .cta p:last-child select {
  width: calc(100% - 74px);
  margin-left: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.block-liste-steps .titre2 {
  margin-top: 10px;
  position: relative;
}
.block-liste-steps .titre2 p {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0 40px;
}
.block-liste-steps .titre2 p span {
  font-size: 4.5rem;
  margin-right: 0;
}
.block-liste-steps .titre2:after {
  content: "";
  height: 34px;
  width: 1px;
  position: absolute;
  top: 7px;
  left: 50%;
  background-color: #3B3C40;
  display: inline-block;
}
.block-liste-steps table tr {
  cursor: default;
}
.block-liste-steps table td:nth-child(1) {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.block-liste-steps table td:nth-child(1) span {
  display: none;
}
.block-liste-steps table td:nth-child(1) i {
  line-height: 1;
  background-color: #10ACF1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  color: #ffffff;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 6px;
  margin-right: 10px;
}
.block-liste-steps table td.last {
  width: 140px;
}
.block-liste-steps table td.last a {
  color: #3B3C40;
  width: initial;
  font-size: 1.4rem;
  font-weight: 400;
}
.block-liste-steps table td.last a:hover {
  color: #1FCCAF;
}
.block-liste-steps form input, .block-liste-steps form select, .block-liste-steps form textarea {
  background-color: #ffffff;
}

/*********************************************************************/
/******************** STEP *******************************************/
/*********************************************************************/
.block-step header .titre2 {
  margin: 20px 0;
}
.block-step .btn-salmon {
  margin: 0 auto 20px;
  display: table;
}
.block-step .btn-salmon i {
  margin: -4px 0 0 10px;
  font-size: 1.6rem;
}
.block-step .statut {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.block-step .wrapper {
  background-color: #ffffff;
  max-width: 100%;
}
.block-step .wrapper p {
  margin: 0 0 10px 10px;
  letter-spacing: 0.04em;
  line-height: 2.4rem;
}
.block-step .wrapper table {
  margin-top: 5px;
  margin-left: 10px;
}
.block-step .wrapper table td {
  width: 50%;
  padding: 3px 0;
}
.block-step .wrapper .bottom {
  margin: 20px -30px 0;
  padding: 20px 30px;
  border-top: 1px solid #DCDCD2;
  text-transform: uppercase;
}
.block-step input[type=checkbox] + label {
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
  display: flex;
  flex: 0 33%;
  margin-bottom: 10px;
  position: relative;
}
.block-step input[type=checkbox] + label:before {
  content: "";
  border: 1px solid red;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #eaeae2;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 10px;
}
.block-step input[type=checkbox] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.block-step input:checked + label:after {
  background-color: #10ACF1;
}
.block-step textarea {
  height: 140px;
}
.block-step .form-alerts .flex-item:first-child {
  flex: 0 25%;
}
.block-step .form-alerts .flex-item:last-child {
  flex: 0 75%;
}
.block-step .mce-tinymce [class*=btn-] {
  border-radius: 0;
  text-transform: inherit;
  letter-spacing: inherit;
  box-shadow: none;
}
.block-step .mce-tinymce [class*=btn-] i {
  font-size: inherit;
  margin-right: inherit;
  margin-left: inherit;
  margin-top: inherit;
  display: inherit;
  vertical-align: inherit;
}
.block-step .mce-tinymce .mce-btn .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}

/*********************************************************************/
/******************** PAGINATION *************************************/
/*********************************************************************/
.pagination li .icon-arrow4 {
  color: #10ACF1;
}
.pagination li.active {
  color: #10ACF1;
}
.pagination li.active a {
  color: #10ACF1;
}