/*******************  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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 * {
  -webkit-transition: none !important;
  transition: none !important;
}

.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;
  -webkit-box-shadow: 7px 12px 20px rgba(59, 60, 64, 0.2);
          box-shadow: 7px 12px 20px rgba(59, 60, 64, 0.2);
  padding: 30px;
  position: relative;
}

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

.titre1 {
  color: #2ADEC1;
  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: #F0F0EB;
  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;
}

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

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

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

.border {
  border-bottom: 1px solid #DCDCD2;
  margin: 15px 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;
  -webkit-box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 12px -5px rgba(0, 0, 0, 0.35);
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

[class*="btn-"] i {
  font-size: 1.5rem;
  margin-right: 5px;
  margin-left: -10px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

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

.btn-bleu {
  background-color: #2ADEC1;
  color: #ffffff;
  border-color: #2ADEC1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-bleu:hover {
  background-color: #1FCCAF;
  border-color: #1FCCAF;
}

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

.btn-bleu-editeur:hover {
  background-color: #00618c;
  border-color: #00618c;
}

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

.btn-border:hover {
  background-color: #ffffff;
  color: #2ADEC1;
}

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

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

.btn-salmon:hover {
  background-color: #07E0AC;
  border-color: #07E0AC;
}

/*********************************************************************/
/******************** FOND *******************************************/
/*********************************************************************/
.bg-blanc {
  background-color: #ffffff;
}

.bg-blanc + .bg-blanc {
  padding-top: 0;
}

.bg-gris {
  background-color: #F0F0EB;
}

.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: #2ADEC1;
}

.wave-vert:after {
  color: #07E0AC;
}

.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;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

/*********************************************************************/
/******************** ACCORDEON **************************************/
/*********************************************************************/
.accordeon {
  margin-bottom: 50px;
}

.accordeon .accordeon-titre {
  width: 100%;
  text-transform: uppercase;
  padding: 20px;
  border-left: 7px solid #2ADEC1;
  background-color: #F0F0EB;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}

.accordeon .accordeon-titre:before {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #2ADEC1;
  position: absolute;
  right: 15px;
  top: 50%;
}

.accordeon .accordeon-titre:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #2ADEC1;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordeon .accordeon-titre.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordeon .accordeon-content {
  -webkit-transition: 0.3s;
  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 #A1A1A1;
  background-color: #F0F0EB;
  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: #2ADEC1;
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.menu-inter li:after {
  content: '';
  width: 13px;
  height: 2px;
  background-color: #2ADEC1;
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu-inter li.validate {
  border-color: #2ADEC1;
}

.menu-inter p {
  text-align: center;
}

/*********************************************************************/
/******************** ONGLET *****************************************/
/*********************************************************************/
.onglet .onglet-titre {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dadace;
}

.onglet .onglet-titre li {
  text-transform: uppercase;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  padding: 5px 25px 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
}

.onglet .onglet-titre li a {
  color: rgba(59, 60, 64, 0.65);
}

.onglet .onglet-titre li.active a {
  color: #3b3c40;
}

.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: #2ADEC1;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*********************************************************************/
/******************** JAUGE ******************************************/
/*********************************************************************/
.jauge {
  background-color: #EBEBE4;
  border-radius: 10px;
  text-align: left;
  height: 20px;
  width: 100%;
}

.jauge span {
  display: inline-block;
  background-color: #07E0AC;
  border-radius: 10px;
  text-align: right;
  padding-top: 2px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  height: 100%;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  width: 0;
  overflow: hidden;
}

.jauge span.late {
  background-color: #FF7D6E;
}

.jauge span.loaded {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jauge span.notrounded {
  border-radius: 10px 0 0 10px;
}

.jauge span.complete {
  border-radius: 10px;
}

.jauge:hover span {
  -webkit-box-shadow: 3px 3px 5px rgba(59, 60, 64, 0.2);
          box-shadow: 3px 3px 5px rgba(59, 60, 64, 0.2);
}

/*********************************************************************/
/******************** CONNEXION **************************************/
/*********************************************************************/
.connexion-video {
  width: 100%;
  height: calc(100vh - 300px);
  position: relative;
  overflow: hidden;
  background-color: #3B3C40;
}

.connexion-video .videoWrapper {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.connexion-video .gradient {
  background: linear-gradient(100deg, rgba(7, 224, 172, 0.75) 0%, rgba(71, 237, 237, 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%;
  -webkit-transform: translateY(-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: 0.5rem;
  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%;
}

.connexion-bloc form {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
  width: 100%;
}

.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;
  text-transform: uppercase;
}

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

.app {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.app.open-menu {
  left: 0;
}

.container {
  width: calc(100% - 350px);
  float: left;
}

main {
  min-height: calc(100vh - 265px);
  position: relative;
}

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

/*********************************************************************/
/******************** MAIN MENU **************************************/
/*********************************************************************/
.panel-menu {
  text-align: center;
  width: 50px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.panel-menu.close-panel {
  opacity: 0;
}

.panel-menu i {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panel-menu .icon-menu {
  font-size: 5rem;
}

.panel-menu .icon-burger {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  font-size: 2.4rem;
}

.main-menu {
  background-color: #F0F0EB;
  position: relative;
  min-height: 100vh;
  z-index: 1000;
  width: 350px;
  float: left;
}

.main-menu .content-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 55px 30px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 350px;
}

.main-menu .content-menu.open-menu {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.main-menu .icon-plus {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid #dfdfd4;
  border-radius: 100%;
  padding: 8px;
  font-size: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu .icon-plus:hover {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.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: 50px;
}

.main-menu li {
  list-style-type: none;
  display: block;
  border: 1px solid #A1A1A1;
  border-radius: 22px;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu li a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inherit;
  padding: 12px 30px 12px 15px;
}

.main-menu li i {
  margin-right: 5px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu li:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(59, 60, 64, 0.2);
          box-shadow: 0 5px 10px rgba(59, 60, 64, 0.2);
}

.main-menu li:hover i {
  color: #ffffff;
}

.main-menu li.active {
  color: #ffffff;
}

.main-menu li.active i {
  color: #ffffff;
}

/*********************************************************************/
/******************** TABLE ******************************************/
/*********************************************************************/
.table {
  width: 100%;
  border-spacing: 1px;
  margin-bottom: 30px;
}

.table tr {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.table tr:nth-child(even) {
  background-color: #f4f4f1;
}

.table tr:hover {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
}

.table td {
  padding: 10px;
}

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  line-height: 1;
  padding: 4px;
  text-align: center;
}

/*********************************************************************/
/******************** PAGINATION *************************************/
/*********************************************************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li {
  list-style-type: none;
  font-size: 1.3rem;
  margin: 0 7px;
}

.pagination li .icon-arrow4 {
  font-size: 0.9rem;
  color: #10ACF1;
}

.pagination li.active {
  color: #10ACF1;
}

.pagination li.active a {
  color: #10ACF1;
}

.pagination li:nth-child(n+2):nth-child(-n+5) {
  position: relative;
}

.pagination li:nth-child(n+2):nth-child(-n+5):after {
  content: '\E919';
  font-size: 0.3rem;
  font-family: "icomoon";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 7px;
  margin-right: -7px;
  color: #3B3C40;
}

/*********************************************************************/
/******************** SWITCH *****************************************/
/*********************************************************************/
.switch-page {
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DCDCD2;
  padding-bottom: 13px;
  -ms-flex-wrap: nowrap;
      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);
  -webkit-transition: 0.1s;
  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;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.switch.right i {
  left: 21px;
}

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

form input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

form input,
form select,
form textarea {
  width: 100%;
  letter-spacing: 0.01em;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0 8px;
  height: 40px;
  margin-bottom: 15px;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form input.error,
form select.error,
form textarea.error {
  border-color: #FF7D6E;
}

form input:focus,
form select:focus,
form textarea:focus {
  background-color: #fbfbfa;
}

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 select {
  background-image: url(../../img/svg/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding: 7px 40px 7px 8px;
  text-align-last: center;
}

form input[type=number] {
  -moz-appearance: textfield;
}

form input[type="submit"] {
  background-color: #2ADEC1;
  color: #ffffff;
  border-color: #2ADEC1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form input[type="submit"]:hover {
  background-color: #1FCCAF;
  border-color: #1FCCAF;
}

form input + label {
  border: 1px solid #3B3C40;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #e3e3da;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

form input:checked + label {
  background-color: #2ADEC1;
}

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: #e1e1d7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

form.check input:checked + label:before {
  color: #2ADEC1;
}

form .message-error {
  color: #FF7D6E;
}

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

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

/*********************************************************************/
/******************** HEADER *****************************************/
/*********************************************************************/
header {
  background: linear-gradient(45deg, #07E0AC 0%, #47EDED 100%);
  height: 265px;
  text-align: center;
  position: relative;
}

header .icon-wave {
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
}

header div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #47EDED;
}

header .titre2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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(7, 224, 172, 0.75) 0%, rgba(71, 237, 237, 0.75) 100%);
}

/*********************************************************************/
/******************** MAIN MENU **************************************/
/*********************************************************************/
.panel-menu .icon-menu {
  color: #07E0AC;
}

.panel-menu .icon-burger {
  color: #07E0AC;
}

.main-menu .icon-plus {
  color: #2ADEC1;
}

.main-menu .icon-logo {
  color: #07E0AC;
}

.main-menu .icon-wave {
  color: #07E0AC;
}

.main-menu li i {
  color: #07E0AC;
}

.main-menu li:nth-child(3), .main-menu li:nth-child(5) {
  margin-bottom: 25px;
}

.main-menu li:nth-child(3):after, .main-menu li:nth-child(5):after {
  content: '\E900\E900';
  font-family: "icomoon";
  font-size: 0.4rem;
  color: #07E0AC;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-menu li:hover {
  background-color: #1FCCAF;
  border-color: #1FCCAF;
}

.main-menu li.active {
  background-color: #2ADEC1;
  border-color: #2ADEC1;
}

.main-menu li:nth-child(9) {
  position: absolute;
  bottom: 20px;
  border: 0;
  text-align: center;
  padding: 0;
  width: calc(100% - 60px);
  text-transform: none;
}

/*********************************************************************/
/******************** MODULE LISTE VENTE *****************************/
/*********************************************************************/
.module-liste-vente .cta {
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.module-liste-vente .btn-bleu {
  margin-bottom: 0;
}

.module-liste-vente form {
  border-left: 2px solid #F0F0EB;
  padding-left: 30px;
  margin-left: 30px;
}

.module-liste-vente form select {
  width: auto;
  background-color: #F0F0EB;
  margin-bottom: 0;
}

.module-liste-vente .flex:after {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%;
}

.module-liste-vente .flex-item {
  list-style-type: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%;
  -webkit-box-shadow: 0 6px 10px rgba(59, 60, 64, 0.15);
          box-shadow: 0 6px 10px rgba(59, 60, 64, 0.15);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.module-liste-vente .flex-item a {
  display: inline-block;
  padding: 20px 20px 45px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.module-liste-vente .flex-item a:hover {
  background-color: #F0F0EB;
}

.module-liste-vente .jauge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.agent {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4rem;
  color: #898C89;
  margin-bottom: 15px;
}

.agent i {
  color: #07E0AC;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.acheteur-vendeur {
  text-transform: uppercase;
  color: #474C47;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.date {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

/*********************************************************************/
/******************** MODULE STATISTIQUE *****************************/
/*********************************************************************/
.module-statistique form {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 10px;
}

.module-statistique form select {
  width: auto;
}

.module-statistique .stat-ca-realise {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  border-right: 1px solid #ffffff;
  position: relative;
}

.module-statistique .stat-nb-vente {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  position: relative;
}

.module-statistique .stat-nb {
  font-size: 4.5rem;
  line-height: 5.4rem;
  font-weight: 700;
  color: #3B3C40;
}

.module-statistique .stat-nb sup {
  font-size: 2.4rem;
}

.module-statistique .stat-mention {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.module-statistique .flex-item {
  padding: 18px 0;
  -webkit-box-shadow: 5px 5px 10px rgba(59, 60, 64, 0.15);
          box-shadow: 5px 5px 10px rgba(59, 60, 64, 0.15);
  text-align: center;
  position: relative;
}

.module-statistique .flex-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 65.5%;
          flex: 0 65.5%;
  background: linear-gradient(45deg, #07e0ac 0%, #47eded 100%);
}

.module-statistique .flex-item:first-child .titre4 {
  color: #ffffff;
  margin-bottom: 5px;
}

.module-statistique .flex-item:first-child .flex div {
  padding: 0 10%;
}

.module-statistique .flex-item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 32.5%;
          flex: 0 32.5%;
}

.module-statistique .flex-item:last-child .titre4 {
  color: #2ADEC1;
}

.module-statistique .flex-item:last-child h3.titre4 {
  font-weight: 400;
  color: #3B3C40;
}

.module-statistique .flex-item:last-child .stat-nb {
  font-size: 3rem;
  line-height: 3.6rem;
}

.module-statistique .flex-item:last-child .stat-nb sup {
  font-size: 1.7rem;
}

.module-statistique .flex-item:last-child .stat-mention {
  color: #3B3C40;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-bottom: 20px;
}

.module-statistique .flex-item:last-child .stat-ca-realise {
  border-color: #dadace;
  padding-bottom: 10px;
}

.module-statistique .flex-item:last-child i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #2ADEC1;
}

.module-statistique .flex-item:last-child i.arrow-down {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/*********************************************************************/
/******************** MODULE SUIVI VENTE *****************************/
/*********************************************************************/
.module-vente-suivi {
  position: relative;
  display: block;
}

.module-vente-suivi .onglet-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.module-vente-suivi .swiper-container {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 70px;
}

.module-vente-suivi .suivi-agence .content-etude,
.module-vente-suivi .suivi-agence .content-utilisateur {
  display: none;
}

.module-vente-suivi .suivi-etude .content-agence,
.module-vente-suivi .suivi-etude .content-utilisateur {
  display: none;
}

.module-vente-suivi .suivi-utilisateur .content-etude,
.module-vente-suivi .suivi-utilisateur .content-agence {
  display: none;
}

.module-vente-suivi .swiper-slide {
  width: 320px;
  height: 320px;
  padding: 50px;
  margin-top: 20px;
  border-radius: 100%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#e9e9e1), to(#f7f7f4));
  background-image: linear-gradient(to right, #e9e9e1 0%, #f7f7f4 100%);
}

.module-vente-suivi .swiper-slide:before {
  content: '';
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-color: #ffffff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.module-vente-suivi .swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: calc(100% - 130px);
  font-family: "Roboto Slab", serif;
  line-height: 2rem;
  letter-spacing: 0.01em;
}

.module-vente-suivi .swiper-slide .content .confirmation,
.module-vente-suivi .swiper-slide .content .validation {
  display: none;
}

.module-vente-suivi .swiper-slide .content .question .reponse {
  display: none;
}

.module-vente-suivi .swiper-slide .content a {
  display: table;
  margin: 15px auto 0;
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  width: 70%;
}

.module-vente-suivi .swiper-slide .content a.btn-blanc {
  border-color: #ffffff;
  color: #3B3C40;
}

.module-vente-suivi .swiper-slide .content i {
  color: #ffffff;
  font-size: 0.4rem;
}

.module-vente-suivi .swiper-slide .content span {
  display: block;
  margin-top: -10px;
}

.module-vente-suivi .swiper-slide.current-step {
  width: 360px;
  height: 360px;
  margin-top: 0;
  border: 0;
  background: linear-gradient(45deg, #07e0ac 0%, #47eded 100%);
  -webkit-box-shadow: 0 5px 10px rgba(59, 60, 64, 0.25);
          box-shadow: 0 5px 10px rgba(59, 60, 64, 0.25);
}

.module-vente-suivi .swiper-slide.current-step:before {
  display: none;
}

.module-vente-suivi .swiper-slide.current-step .content {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.module-vente-suivi .swiper-slide.current-step .content .confirmation,
.module-vente-suivi .swiper-slide.current-step .content .validation {
  display: none;
}

.module-vente-suivi .swiper-slide.current-step .content .question {
  display: block;
}

.module-vente-suivi .swiper-slide.current-step .content .question .reponse {
  display: block;
}

.module-vente-suivi .swiper-slide.current-step.late {
  background: linear-gradient(45deg, #ff7d6e 0%, #ffc49b 100%);
}

.module-vente-suivi .swiper-slide.step-ok {
  background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f4), to(#e9e9e1));
  background-image: linear-gradient(to right, #f7f7f4 0%, #e9e9e1 100%);
}

.module-vente-suivi .swiper-slide.step-ok .content:before {
  content: '\E908';
  color: #2ADEC1;
  font-family: "icomoon";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.module-vente-suivi .swiper-slide.step-ok .content .question,
.module-vente-suivi .swiper-slide.step-ok .content .confirmation {
  display: none;
}

.module-vente-suivi .swiper-slide.step-ok .content .validation {
  display: block;
}

.module-vente-suivi .swiper-pagination {
  background-color: #EBEBE3;
  border-radius: 20px;
  padding: 7px 7px 4px;
  display: table;
  width: auto;
  margin: 40px auto 0;
  position: relative;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 4px solid #ffffff;
  opacity: 1;
  background-color: #EBEBE3;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  top: -35px;
  left: 2px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: #EBEBE3;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet span:before {
  content: '\E908';
  color: #2ADEC1;
  font-family: "icomoon";
  font-size: 0.9rem;
  position: absolute;
  left: -2px;
  top: 37px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet span:after {
  content: '|';
  display: block;
  text-align: center;
  color: #EBEBE3;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.step-ok {
  background-color: #ffffff;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.step-ok span {
  color: #ffffff;
  opacity: 1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.step-ok:before {
  color: #2ADEC1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2ADEC1;
  border-color: #2ADEC1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #2ADEC1;
  opacity: 1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
  opacity: 1;
  color: #2ADEC1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:before {
  color: #2ADEC1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.step-ok span:before {
  color: #EBEBE3;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.late {
  background-color: #FF7D6E;
  border-color: #FF7D6E;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.late span {
  color: #FF7D6E;
  opacity: 1;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.late span:after {
  opacity: 1;
  color: #FF7D6E;
}

.module-vente-suivi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.late span:before {
  color: #FF7D6E;
}

.document-block {
  background-color: #F0F0EB;
}

.document-block:before {
  content: url(../img/corner2.svg);
  left: -17px;
  top: -17px;
  position: absolute;
}

.document-block table {
  width: 100%;
  margin-bottom: 30px;
}

.document-block table th {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1d7;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}

.document-block table td {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1d7;
}

.document-block table td:nth-child(2), .document-block table td:nth-child(3) {
  text-align: center;
  padding: 10px 20px;
}

.document-block table td:nth-child(2) {
  border-left: 1px solid #e1e1d7;
  border-right: 1px solid #e1e1d7;
}

.document-block .texte1 {
  text-align: center;
  padding: 0 30px;
  line-height: 2.4rem;
  margin-bottom: 30px;
}

.document-block .texte2 {
  text-align: center;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
}

.document-block .icon-wave {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: #2ADEC1;
  margin-top: 15px;
}

.contact-vente-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-vente-block .flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 360px;
          flex: 0 360px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(59, 60, 64, 0.2);
          box-shadow: 0 0 10px rgba(59, 60, 64, 0.2);
  margin: 0 30px;
  position: relative;
  margin-bottom: 50px;
}

.contact-vente-block .flex-item:before {
  content: url(../img/volet-fiche.svg);
  position: absolute;
  right: -15px;
  top: 0;
}

.contact-vente-block p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.01em;
  color: #000000;
}

.contact-vente-block p:last-child {
  margin-bottom: 0;
}

.contact-vente-block strong {
  font-weight: 400;
  color: #A1A1A1;
}

.contact-vente-block .type {
  background-color: #F0F0EB;
  padding: 17px 10px 17px 25px;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e1e1d7;
  margin-bottom: 0;
}

.contact-vente-block .info {
  padding: 20px 50px 30px 20px;
  border-bottom: 1px solid #e1e1d7;
  position: relative;
}

.contact-vente-block .info-etude {
  padding: 20px 50px 30px 20px;
  position: relative;
}

.contact-vente-block .icon-parametre {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 2rem;
  color: #b9b9a2;
}

/*********************************************************************/
/******************** CREATION VENTE *********************************/
/*********************************************************************/
.block-vente-creation .jauge {
  width: 275px;
  margin: 18px auto 0;
  display: block;
}

.block-vente-creation .jauge span {
  background-color: #3B3C40;
  color: #3B3C40;
}
