@import url('bootstrap.min.css');
@import url('cropper.min.css');
@import url("kendo.custom.css");
@import url('fora-icons.css');
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
/**
 * The usual...
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}
/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}
/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}
/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}
/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic;
}
/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none;
}
/* Palette de couleur ici */
/* Couleur défaut du texte */
/* Taille de base 14px */
/* CALCUL DES TAILLE DE POLICES PX > EM */
/* TAILLE DU SPRITE */
/*FONCTION POUR UTILISER DES SRITES */
/*------------------------------------*\
    $TYPO GENERAL
\*------------------------------------*/
html {
  font-size: 62.5%;
  color: #525252;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
}
strong,
b {
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  color: #f5b556;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin-bottom: 15px;
}
p a {
  color: #666;
  text-decoration: underline;
}
p.hightlight {
  border: 1px solid #f5b556;
  padding: 10px;
  font-size: 1.6rem;
  color: #f5b556;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
p.hightlight span {
  position: absolute;
  background-color: #f5b556;
  color: #ffffff;
  bottom: -20px;
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  text-align: center;
}
ul.bullet {
  margin-bottom: 15px;
}
ul.bullet li {
  list-style: disc inside;
}
ul li {
  list-style: none;
}
ul li a {
  color: #666;
  text-decoration: underline;
}
b,
strong {
  font-weight: bold;
  font-weight: 600;
}
a,
a:focus,
a:active {
  color: #525252;
  text-decoration: none;
}
em {
  font-style: italic;
}
nav #logo {
  display: inline-block;
}
nav ul li a {
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
body {
  background-color: #F3F3F3;
  position: relative;
}
header {
  background: #f86353;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .container {
  padding: 0;
  position: relative;
}
header p {
  margin-bottom: 0;
}
header #logo {
  display: inline-block;
}
header p.title {
  color: #ffffff;
  margin: 0 15px 0 0;
  padding: 0;
  text-align: right;
  line-height: 50px;
  transition: 0.5s ease;
  font-weight: 700;
  font-size: 1.5rem;
}
header p.title.title-page {
  float: right;
  text-transform: uppercase;
}
header p.home {
  float: left;
}
header p.home a {
  color: #ffffff;
  font-size: 2.2rem;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  line-height: 50px;
  transition: 0.5s ease;
}
header p.home a span {
  top: 2px;
  position: relative;
}
header p.home a:hover {
  background-color: #f74d3a;
}
header .notifications {
  float: right;
}
header .notifications a {
  padding: 11px 16px;
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 2rem;
}
header .notifications a span.icon-fora-bell {
  position: relative;
}
header .notifications a span:after {
  content: "";
  border: 2px #ffffff solid;
  background-color: #f5b556;
  color: #ffffff;
  border-radius: 20px;
  width: 10px;
  display: block;
  height: 10px;
  position: absolute;
  top: 1px;
  left: -2px;
}
header .notifications a:hover {
  background-color: #f74d3a;
  text-decoration: none;
}
.container {
  padding: 15px;
}
.container.main-container {
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar {
  background: #eee;
  padding: 10px 15px 15px;
}
footer {
  background: #f5f5f5;
  padding: 15px 0;
}
footer a {
  color: #666;
}
footer.main li {
  display: inline-block;
}
/*------------------------------------*\
    $MENU
\*------------------------------------*/
.icon-menu {
  padding: 10px 12px;
  float: left;
}
.icon-menu .line {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-menu:hover {
  cursor: pointer;
  background-color: #f74d3a;
}
.icon-menu.active .line:nth-child(2) {
  opacity: 0;
}
.icon-menu.active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.icon-menu.active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
nav.menu {
  position: relative;
  display: block;
  width: auto;
  z-index: 100;
  position: fixed;
  left: -150%;
  top: 50px;
  background-color: #f2f2f2;
  height: calc(100% - 50px);
  overflow: auto;
  overflow-x: hidden;
  transition: left 0.5s ease;
}
nav.menu.active {
  left: 0;
}
nav.menu .menu-heading {
  text-align: center;
  padding: 30px 30px 10px;
}
nav.menu .menu-heading img {
  margin-bottom: 10px;
}
nav.menu .menu-heading p {
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 250px;
}
nav.menu .menu-heading p small {
  font-size: 1.3rem;
  font-weight: 400;
}
nav.menu ul li a {
  display: block;
  padding: 15px 15px 15px 55px;
  color: #525252;
  text-decoration: none;
  position: relative;
  text-align: left;
}
nav.menu ul li a:hover,
nav.menu ul li a.current {
  background-color: #e5e5e5;
}
nav.menu ul li a span {
  font-size: 2.5rem;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
nav.menu ul li a span img {
  width: 25px;
}
nav.menu ul li a span.logo {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
}
nav.menu ul li a span.logo img {
  display: block;
}
nav.menu ul li.logout a {
  background-color: #f86353;
  color: #ffffff;
}
nav.menu ul li.logout a:hover {
  background-color: #f74d3a;
}
/*
 
 MOBILE FIRST 
 
 Regrouper ici tous les styles apr�s le premier niveau de rupture, c'est � dire � partir de 768px (sm). 
 
 Rappel des niveaux de rupture : 
 De 0px � 767px (xs) | De 768px � 991px (sm) | De 992px � 1199px (md) | A partir de 1200px (lg)
 
*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 

\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  body:before {
    content: '';
    background-image: url('../Images/FORA-Femme.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 1100px;
    position: fixed;
    left: 5%;
    top: 35%;
    display: block;
    z-index: -1;
  }
  body:after {
    content: '';
    background-image: url('../Images/FORA-Homme.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 1100px;
    position: fixed;
    right: 5%;
    top: 38%;
    display: block;
    z-index: -1;
  }
  .icon-menu .line {
    width: 35px;
    margin: 8px auto;
  }
  .icon-menu.active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  header {
    text-align: center;
  }
  header p.title {
    margin-left: 0;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding-left: 40px;
    font-size: 2rem;
    line-height: 58px;
  }
  header p.title.title-page {
    float: none;
  }
  header p.home a {
    font-size: 2.5rem;
    padding: 0 17px;
    line-height: 58px;
  }
  header p.home a span {
    top: 2px;
    position: relative;
  }
  p.logout {
    float: right;
    margin-bottom: 0;
  }
  p.logout a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 0 15px;
    line-height: 58px;
  }
  p.logout a .icon-fora-exit {
    font-size: 2.5rem;
    position: relative;
    top: 5px;
    margin-right: 5px;
  }
  p.logout a:hover {
    background-color: #f74d3a;
  }
  nav.menu {
    top: 58px;
    height: 100%;
  }
}
@media (min-width: 1300px) {
  body:before {
    left: 10%;
  }
  body:after {
    right: 10%;
  }
}
@media (min-width: 1600px) {
  body:before {
    left: 20%;
  }
  body:after {
    right: 20%;
  }
}
/*------------------------------------*\
    $PALETTE COULEUR 
\*------------------------------------*/
.red {
  color: #f86353 !important;
}
.yellow {
  color: #f5b556 !important;
}
.grey {
  color: #95989a !important;
}
.green {
  color: #6dc964 !important;
}
.orange {
  color: #eaa000 !important;
}
.bg-red {
  background-color: #f86353 !important;
}
.bg-yellow {
  background-color: #f5b556 !important;
}
.bg-gray {
  background-color: #95989a !important;
}
.bg-lightgray {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #ffffff;
}
.bg-green {
  background-color: #6dc964;
}
.bg-orange {
  background-color: #eaa000;
}
.border-red {
  border: 1px #f86353 solid;
}
/*------------------------------------*\
    $BOUTON
\*------------------------------------*/
.btn.btn-fixed {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 100;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px #fff solid;
  opacity: 0.8;
}
.btn.btn-fixed:hover {
  opacity: 1;
}
.btn.btn-fixed span {
  display: none;
}
.btn.btn-fixed:after,
.btn.btn-fixed:before {
  content: '';
  width: 16px;
  height: 2px;
  display: block;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.btn.btn-fixed:before {
  width: 2px;
  height: 16px;
  margin: -8px 0 0 -0.6px;
}
.btn-delete {
  font-size: 10px;
  float: right;
  background-color: #fff;
  border: 1px #e3e4e5 solid;
  height: 25px;
  margin-bottom: -1px;
}
.btn-delete:hover {
  opacity: 0.6;
}
.btn.btn-icon.btn-back {
  position: fixed;
  left: 50px;
  z-index: 100;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2rem;
}
.btn.btn-icon.btn-back span {
  position: relative;
  top: 6px;
}
.btn {
  display: inline-block;
  padding: 11px 10px 9px;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn:active,
.btn:focus {
  color: #ffffff;
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.btn.btn-full .icon {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-top: -3px;
}
.btn.border-red {
  border: 1px #f86353 solid;
  color: #f86353;
}
.btn.border-red:hover {
  background-color: #f86353;
  color: #ffffff;
}
.btn.btn-icon {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn.btn-small {
  padding: 6px 20px;
  border-radius: 40px;
}
.btn.bg-red:hover {
  background-color: #f74d3a;
}
.btn.bg-gray:hover {
  background-color: #888b8e;
}
.btn.bg-lightgray {
  color: #525252;
}
.btn.bg-lightgray:hover {
  background-color: #e5e5e5;
}
.bs-docs-grid {
  display: inline-block;
}
/*------------------------------------*\
    $ICON
\*------------------------------------*/
.icon {
  display: inline-block;
  position: relative;
  /*&.icon-bell {
        .sprite(0,0,18,20);
    }

    &.icon-arrow-link {
        .sprite(0,0,18,20);
    }*/
}
/*------------------------------------*\
    $HEADING
\*------------------------------------*/
.heading {
  padding: 15px 0 25px;
  text-align: center;
  vertical-align: middle;
}
.heading p {
  margin-bottom: 0;
}
.heading p.red {
  font-size: 1.2rem;
}
.heading .heading-inner {
  position: relative;
  display: inline-block;
}
.heading .heading-inner h2 {
  font-size: 2rem;
}
.heading .logo-defi {
  width: 80px;
}
.heading .heading-details {
  text-align: center;
}
.heading .heading-details footer {
  width: 100%;
  display: inline-block;
  border-top: 1px #95989a solid;
}
.heading h1 {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.heading h1 small {
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  position: relative;
  top: 5px;
  text-transform: none;
}
p.status-footer {
  text-align: center;
  padding-top: 15px;
  border-top: 1px #f2f2f2 solid;
}
/*------------------------------------*\
    $NAV SECONDARY
\*------------------------------------*/
nav.secondary {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
nav.secondary li {
  float: left;
  width: 33.33333333%;
  position: relative;
}
nav.secondary li a {
  line-height: 50px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 5px;
}
nav.secondary li a span.ntf {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 1.1rem;
  line-height: 15px;
  font-weight: normal;
}
nav.secondary li a span.icon {
  font-size: 2rem;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
nav.secondary li a span.icon.icon-fora-chat-bubble {
  top: 6px;
}
nav.secondary li a.bg-red:hover {
  background-color: #f74d3a;
}
nav.secondary li a.bg-yellow:hover {
  background-color: #f4aa3e;
}
nav.secondary li a.bg-gray:hover {
  background-color: #888b8e;
}
nav.secondary li a.current:after {
  display: block;
}
nav.secondary li a:after {
  content: "";
  height: 3px;
  width: 100%;
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
}
nav.secondary li a.bg-red:after {
  background-color: #f86353;
}
nav.secondary li a.bg-yellow:after {
  background-color: #f5b556;
}
nav.secondary li a.bg-gray:after {
  background-color: #95989a;
}
nav.secondary li a.current:after {
  display: block;
}
/*------------------------------------*\
    $PANEL
\*------------------------------------*/
.panel {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 0;
}
/*------------------------------------*\
    $Instructions 
\*------------------------------------*/
.instructions {
  position: relative;
  padding: 15px;
  background-color: #d6d7d8;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.instructions.border-gray {
  background-color: #ffffff;
  border: #d6d7d8 1px solid;
}
.instructions p,
.instructions textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
}
.instructions textarea.autoexpend {
  padding-left: 35px !important;
  background-color: transparent;
}
.instructions .field {
  margin-bottom: 0 !important;
}
.instructions span {
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #95989a;
}
.instructions span.icon {
  top: 10px;
  left: 0;
  transform: translateY(0);
}
.instructions span.icon.icon-fora-shuffle {
  left: auto;
}
/*------------------------------------*\
    $ARTICLE ITEM 
\*------------------------------------*/
.article-item {
  position: relative;
  border: 1px solid;
  border-color: #e3e4e5;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
}
.article-item .article-item-heading {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.article-item .article-item-heading span.logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
.article-item .article-item-heading p {
  margin-bottom: 0;
}
.article-item .article-item-heading .separator {
  width: 100%;
  display: inline-block;
  clear: both;
  height: 1px;
  background-color: #e3e4e5;
}
.article-item .article-item-heading .btn-full.bg-lightgray {
  margin: 10px 0 0 0;
}
.article-item .article-item-heading .article-item-heading-status {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #ffffff;
  border-bottom: 1px solid;
  border-color: #e3e4e5;
  padding: 0 10px 10px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.article-item .article-item-heading .article-item-heading-status .status {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding-left: 0;
}
.article-item .article-item-heading .article-item-heading-status .icon {
  float: left;
  font-size: 2.6rem;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.article-item .article-item-heading .article-item-heading-status .date {
  float: left;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}
.article-item .article-item-heading .article-item-heading-status .number-comments {
  float: left;
  color: #525252;
  font-size: 1.4rem;
  margin-left: 10px;
  margin-top: 2px;
}
.article-item .article-item-heading .article-item-heading-status .number-comments span {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 1.8rem;
}
.article-item .article-item-heading .article-item-heading-status .capitalize {
  color: #525252;
  background-color: #ffffff;
  line-height: 14px;
  text-align: right;
  padding: 0 5px;
  padding-right: 0;
  font-weight: 700;
  vertical-align: middle;
}
.article-item .article-item-heading .article-item-heading-status .capitalize small {
  font-weight: 400;
  text-transform: none;
  color: #525252 !important;
}
.article-item .article-item-heading .article-item-heading-status .capitalize.red small {
  color: #f86353 !important;
}
.article-item .article-item-heading .article-item-heading-status .capitalize.green small {
  color: #6dc964 !important;
}
.article-item .article-item-heading .article-item-heading-status .capitalize.yellow small {
  color: #f5b556 !important;
}
.article-item .article-item-actions {
  padding: 0;
}
.article-item .article-item-actions li {
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.article-item .article-item-actions li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  color: #525252;
  font-size: 1.1rem;
}
.article-item .article-item-actions li a:hover {
  background-color: #f2f2f2;
}
.article-item .article-item-actions li a.done {
  font-weight: 700;
  background-color: #f2f2f2;
}
.article-item .article-item-actions li a span {
  font-size: 1.8rem;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.article-item .article-item-actions.owner li {
  width: 50%;
}
.article-item .article-item-photo {
  position: relative;
  overflow: hidden;
}
.article-item .article-item-photo .btn.bg-gray {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 10;
}
.article-item .article-item-photo .btn.bg-gray .delete {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-item .article-item-photo .btn.bg-gray .delete:before,
.article-item .article-item-photo .btn.bg-gray .delete:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-item .article-item-photo .btn.bg-gray .delete:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article-item .article-item-photo .btn.bg-gray .delete:hover:before,
.article-item .article-item-photo .btn.bg-gray .delete:hover:after {
  opacity: 0.7;
}
.article-item .article-item-photo .no-img {
  width: 100%;
  height: 220px;
  display: block;
  position: relative;
  z-index: 1;
}
.article-item .article-item-photo .no-img span {
  font-size: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
.article-item .article-item-photo img {
  width: 100%;
  display: block;
}
.article-item .article-item-photo span.checkbymaster {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 1.3rem;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.article-item .article-item-photo span.checkbymaster span {
  font-size: 1.8rem;
  position: relative;
  top: 3px;
}
.article-item .article-item-photo span.type-defi,
.article-item .article-item-photo a.type-defi {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: none;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
}
.article-item .article-item-photo span.type-defi span,
.article-item .article-item-photo a.type-defi span {
  font-size: 1.6rem;
  position: relative;
  margin-right: 5px;
  top: 2px;
}
.article-item .article-item-photo span.type-defi.defi-photo,
.article-item .article-item-photo a.type-defi.defi-photo {
  color: #f86353;
}
.article-item .article-item-photo span.type-defi.defi-video,
.article-item .article-item-photo a.type-defi.defi-video {
  color: #f5b556;
}
.article-item .article-item-photo span.type-defi.defi-mots,
.article-item .article-item-photo a.type-defi.defi-mots {
  color: #525252;
}
.article-item .article-item-photo span.type-defi.defi-mots span,
.article-item .article-item-photo a.type-defi.defi-mots span {
  top: 4px;
}
.article-item .article-item-photo .article-item-photo-details {
  display: inline-block;
  padding: 10px 115px 50px 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.article-item .article-item-photo .article-item-photo-details:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 12%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.article-item .article-item-photo .article-item-photo-details ul.bullet {
  position: relative;
  z-index: 1;
}
.article-item .article-item-photo .article-item-photo-details p {
  color: #ffffff;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
}
.article-item .article-item-photo .article-item-photo-details p strong {
  text-transform: uppercase;
}
.article-item .article-item-photo .article-item-photo-details p.status {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 5px 2px 5px;
  line-height: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.article-item .article-item-photo .article-item-photo-details p.status.status-valid {
  background-color: #6dc964;
  color: #ffffff;
}
.article-item .article-item-photo .article-item-photo-details p.status.status-awaiting {
  background-color: #f5b556;
  color: #ffffff;
}
.article-item .article-item-photo .article-item-photo-details p.status.status-refuse {
  background-color: #f86353;
  color: #ffffff;
}
.article-item .article-item-photo .article-item-photo-details p.status small {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -25px;
  color: #525252;
  font-weight: normal;
  text-transform: none;
  font-size: 1.3rem;
  white-space: nowrap;
}
.article-item.article-type-photo p.status small {
  color: #ffffff !important;
}
.article-item.article-type-photo .type-defi.defi-photo {
  display: block;
}
.article-item.article-type-photo .article-item-photo .no-img {
  background-color: #f86353;
}
.article-item.article-type-photo .article-item-actions li a.done {
  color: #f86353;
}
.article-item.article-type-photo .article-item-heading-status .icon,
.article-item.article-type-photo .article-item-heading-status .date {
  color: #f86353;
}
.article-item.article-type-video .article-item-photo:after {
  bottom: -24px;
}
.article-item.article-type-video .type-defi.defi-video {
  display: block;
}
.article-item.article-type-video a.type-defi {
  display: block !important;
  background-color: #f5b556;
  color: #ffffff !important;
}
.article-item.article-type-video a.type-defi:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
.article-item.article-type-video .article-item-photo .no-img {
  background-color: #f5b556;
}
.article-item.article-type-video .article-item-actions li a.done {
  color: #f5b556;
}
.article-item.article-type-video .article-item-heading-status .icon,
.article-item.article-type-video .article-item-heading-status .date {
  color: #f5b556;
}
.article-item.article-type-video .article-item-photo:hover .article-item-photo-details,
.article-item.article-type-video .article-item-photo:hover .type-defi,
.article-item.article-type-video .article-item-photo:hover .checkbymaster {
  display: none;
}
.article-item.article-type-mots .type-defi.defi-mots {
  display: block;
}
.article-item.article-type-mots .article-item-photo-details {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
}
.article-item.article-type-mots .article-item-photo .article-item-photo-details:after {
  display: none;
}
.article-item.article-type-mots .article-item-photo .article-item-photo-details p {
  color: #525252;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.article-item.article-type-mots .article-item-heading-status .icon,
.article-item.article-type-mots .article-item-heading-status .date {
  color: #525252;
}
.article-item.article-type-mots .article-item-photo {
  background-color: #ebebeb;
}
.article-item.article-type-mots .article-item-photo .no-img {
  background-color: #ebebeb;
}
.article-item.article-type-mots .article-item-photo .no-img span {
  color: #525252;
}
.article-item.article-type-mots .article-item-actions li a.done {
  color: #525252;
}
.article-item .article-comments {
  display: none;
  width: 100%;
  padding: 15px;
  border-top: 1px solid;
  border-color: #e3e4e5;
}
.article-item .article-comments.visible {
  display: inline-block;
}
.article-item .article-comments .articles-comments-heading {
  position: relative;
}
.article-item .article-comments .articles-comments-heading textarea.autoexpend {
  padding: 10px 50px 10px 10px;
}
.article-item .article-comments .articles-comments-heading .btn {
  background-color: transparent;
  color: #95989a;
  font-size: 2.5rem;
  position: absolute;
  right: 1px;
  top: 1px;
}
.article-item .article-comments .articles-comments-heading .btn span {
  position: relative;
  top: 3px;
}
.article-item .article-comments .articles-comments-heading .btn:hover {
  color: #525252;
}
.article-item .article-comments .article-comments-list {
  position: relative;
}
.article-item .article-comments .article-comments-list a.btn {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.article-item .article-comments .article-comments-list .article-comments-item {
  position: relative;
  display: inline-block;
  min-height: 35px;
  width: 100%;
  margin-top: 15px;
}
.article-item .article-comments .article-comments-list .article-comments-item p {
  padding-left: 45px;
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: normal;
  word-break: break-all;
}
.article-item .article-comments .article-comments-list .article-comments-item p a {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 4px;
  text-decoration: none;
  font-size: 14px;
}
.article-item .article-comments .article-comments-list .article-comments-item p a:hover {
  color: #525252 !important;
  text-decoration: underline;
}
.article-item .article-comments .article-comments-list .article-comments-item span.photo {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
/*------------------------------------*\
    INTROCTION PHOTO
\*------------------------------------*/
.introduction-photo {
  text-align: center;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
}
.introduction-photo:before {
  content: "";
  background-color: #f86353;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
}
.introduction-photo span.logo {
  height: 120px;
  width: 120px;
  border: 1px #f2f2f2 solid;
  display: inline-block;
  border-radius: 120px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}
.introduction-photo span.logo .icon {
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.introduction-photo span.logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.introduction-photo p.capitalize {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
/*------------------------------------*\
    $MODAL 
\*------------------------------------*/
.fade {
  /*--Masque opaque noir de fond--*/
  display: none;
  /*--masqu� par d�faut--*/
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .40;
  z-index: 9999;
}
.modal-on .content {
  filter: blur(2px);
  /* Someday, sigh ... */
  -webkit-filter: blur(2px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
.modal {
  display: none;
  /*--masqu� par d�faut--*/
  background: transparent;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99999;
  text-align: center;
  /*--Les diff�rentes d�finitions de Box Shadow en CSS3--*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 95%;
  overflow: auto;
  overflow-x: hidden;
}
.modal .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .close:before,
.modal .close:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close:hover:before,
.modal .close:hover:after {
  opacity: 0.7;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 10px 15px;
}
.modal-body input,
.modal-body textarea {
  width: 100%;
}
.modal-body h3,
.modal-body p {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.modal-body p {
  font-weight: 700;
  font-size: 1.6rem;
}
.modal-body a.btn {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 29px -16px rgba(0, 0, 0, 0.75);
}
/*------------------------------------*\
    $ALERT MESSAGE
\*------------------------------------*/
.notifications-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #6dc964;
  display: none;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 10px 47px -5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 47px -5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 47px -5px rgba(0, 0, 0, 0.08);
}
.notifications-message.error-message {
  background-color: #c11300;
}
.notifications-message p {
  padding: 20px 10px;
  margin: 0;
}
/*------------------------------------*\
    $PLAYER VIDEEO RESPONSIVE
\*------------------------------------*/
.video-player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-player iframe,
.video-player object,
.video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    SUCCESS
\*------------------------------------*/
.success {
  text-align: center;
}
.success h2 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 20px;
}
/*------------------------------------*\
    $CLASSES UTILITAIRES
\*------------------------------------*/
.circle {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: relative;
  display: block;
  margin: 15px auto 15px;
}
.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 4rem;
}
.relative {
  position: relative;
}
.align-center {
  text-align: center;
}
.icon-resize {
  font-size: 4rem;
}
.small-mt {
  margin-top: 15px;
}
.small-mb {
  margin-top: 15px;
}
.wide-mt {
  margin-top: 30px;
}
.wide-mb {
  margin-top: 30px;
}
.large-mt {
  margin-top: 50px;
}
.large-mb {
  margin-top: 50px;
}
.small-pt {
  padding-top: 15px;
}
.small-pb {
  padding-top: 15px;
}
.wide-pt {
  padding-top: 30px;
}
.wide-pb {
  padding-top: 30px;
}
.large-pt {
  padding-top: 50px;
}
.large-pb {
  margin-top: 50px;
}
.align-left {
  text-align: left;
}
.capitalize {
  text-transform: uppercase;
}
.group-btn {
  text-align: center;
}
.group-btn a {
  position: relative;
  padding: 11px 15px 9px 45px;
  display: inline-block;
  margin: 5px;
}
.group-btn a span {
  font-size: 2rem;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.blur {
  filter: blur(2px);
  /* Someday, sigh ... */
  -webkit-filter: blur(2px);
  /* Prefixed CSS3 blur filters */
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
}
span.overlay {
  background-image: url('../Images/black-trans.png');
  /*IMAGE CAR IE8*/
  background-repeat: repeat;
  width: 110%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.loader {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cropper {
  display: block;
}
.cropper img {
  max-width: 100%;
}
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  overflow-y: scroll;
  min-height: 100%;
}
/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
}
img[width],
img[height] {
  max-width: none;
}
.img--right {
  float: right;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.img--left {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}
/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  width: 100%;
  border: 1px solid #000;
}
th,
td {
  padding: 0.25rem;
  text-align: left;
  border: 1px solid #000;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  nav.secondary li a span.ntf {
    position: relative;
    top: 0;
    right: 0;
    font-size: 1.2rem;
  }
  .article-item .article-item-actions li a {
    font-size: 1.4rem;
  }
  .article-item .article-item-photo .no-img {
    height: 280px;
  }
  .article-item .article-item-photo .no-img span {
    font-size: 10rem;
  }
  .article-item.article-type-video .article-item-photo::after {
    bottom: 0;
  }
  .heading .heading-inner {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .btn.btn-icon.btn-back {
    position: fixed;
    left: 58px;
    z-index: 100;
    top: 0;
    width: 58px;
    height: 58px;
    text-align: center;
    font-size: 2.4rem;
  }
  .btn.btn-icon.btn-back span {
    position: relative;
    top: 12px;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    max-width: 720px;
    margin: 0 auto;
  }
  .md-half-pl {
    padding-left: 7.5px;
  }
  .md-half-pr {
    padding-right: 7.5px;
  }
  .btn.btn-small {
    padding: 10px 20px;
  }
  .article-item .article-item-photo .no-img {
    height: 270px;
  }
  .article-item .article-item-photo .article-item-photo-details p,
  .article-item .article-comments .article-comments-list .article-comments-item p {
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .heading .logo-190 {
    width: 140px;
  }
}
/*------------------------------------*\
    $GENERAL FORM
\*------------------------------------*/
.field {
  margin-bottom: 20px;
  position: relative;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="number"],
textarea {
  border-color: #e3e4e5;
  color: #525252;
  padding: 10px;
  font-family: 'Ubuntu', sans-serif;
  width: 100%;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #95989a;
  outline: 1px transparent solid;
}
::-webkit-input-placeholder {
  transition: 0.5s ease;
}
:-moz-placeholder {
  transition: 0.5s ease;
}
::-moz-placeholder {
  transition: 0.5s ease;
}
:-ms-input-placeholder {
  transition: 0.5s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder {
  opacity: 0.4;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.error {
  background-color: #ffd7d3;
}
textarea.autoexpend {
  padding: 10px;
  resize: none;
  overflow: hidden;
  height: 42px;
}
.form-defi input,
.form-defi textarea {
  border: none;
  resize: none;
}
.form-defi .field {
  margin-bottom: 20px;
}
.form-defi .btn.bg-green {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
  position: relative;
}
.form-defi .btn.bg-green span {
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.form-defi textarea.autoexpend {
  padding: 10px 50px 10px 10px;
}
.form-defi .articles-comments-heading input,
.form-defi .articles-comments-heading textarea {
  border: 1px #e3e4e5 solid;
}
.form-defi .articles-comments-heading textarea:focus {
  border-color: #95989a;
}
.form-defi.form-defi-multichoice .field {
  margin-bottom: 0;
}
.form-defi.form-defi-multichoice .field .k-checkbox-label {
  position: absolute;
  left: 0;
  top: 9px;
}
.form-defi.form-defi-multichoice .field input[type='text'] {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  padding: 19px 41px 19px 5px!important;
}
.form-defi.form-defi-multichoice .field .btn-icon {
  background-color: transparent !important;
  position: absolute !important;
  top: 0;
  right: 0;
  font-size: 2.5rem;
  margin: 0!important;
  width: 40px;
  color: #525252;
}
.form-defi.form-defi-multichoice .field .btn-icon span {
  top: 3px;
  left: 8px!important;
  font-size: 2.5rem !important;
}
.form-defi.form-defi-multichoice .instructions {
  padding: 0;
}
.form-defi.form-defi-multichoice .instructions p {
  padding-left: 15px;
  font-style: italic;
}
.form-defi.form-defi-multichoice p.proposition {
  position: relative;
  padding-top: 10px;
  margin-bottom: 0;
  padding-right: 25px;
}
.form-defi.form-defi-multichoice p.proposition .icon-fora-mini-check {
  color: #6dc964;
}
.form-defi.form-defi-multichoice p.proposition .remove {
  position: absolute;
  right: 0;
  top: 8px;
  text-decoration: none;
  background-color: #f2f2f2;
  width: 20px;
  height: 20px;
  text-align: center;
}
.form-defi.form-defi-multichoice p.proposition .remove:hover {
  opacity: 0.6;
  color: #525252;
}
.form-defi.form-defi-multichoice p.proposition .remove span {
  font-size: 1rem;
  position: relative;
  top: 1px;
}
.form {
  display: inline-block;
  width: auto;
  margin-top: 30px;
  transition: 0.5s ease;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="search"],
.form input[type="date"],
.form input[type="number"],
.form textarea {
  border: 1px solid;
  border-color: #e3e4e5;
  font-size: 1.5rem;
  border-radius: 2Px;
}
.form input[type="text"]:focus,
.form input[type="number"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form input[type="search"]:focus,
.form input[type="date"]:focus,
.form textarea:focus {
  border-color: #f5b556;
  outline: 1px transparent solid;
}
.form .k-dropdown .k-state-default {
  text-align: left;
  color: #525252;
}
.form .k-dropdown .k-state-default .k-input {
  position: relative;
  top: 1px;
  font-size: 1.5rem;
}
.form .k-dropdown .k-state-default {
  background-color: #ffffff !important;
  border: 1px solid;
  border-color: #e3e4e5;
}
.form .k-state-default.k-state-focused {
  border: 1px #f5b556 solid;
}
.form .error .k-dropdown .k-state-default {
  background-color: #ffd7d3!important;
}
/*------------------------------------*\
    $CUSTOM KENDO
\*------------------------------------*/
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #525252;
}
.k-widget {
  width: 100%;
}
.k-widget.k-tooltip-validation {
  padding: 5px 0;
  border: none;
}
.k-list-scroller .k-state-photo {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 5px 0;
}
.k-list-scroller .k-state-default {
  display: inline-block;
  vertical-align: middle;
}
.k-list-scroller .k-state-default p {
  margin: 0;
  position: relative;
  top: 2px;
}
.k-checkbox-label,
.k-radio-label {
  padding-left: 25px;
}
.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-style: solid;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
.page-nouveaudefi .heading {
  padding-left: 0;
  padding-right: 0;
}
.page-nouveaudefi .heading .heading-details,
.page-nouveaudefi .heading .heading-inner {
  padding-left: 0;
  width: 100%;
  display: inline-block;
}
.page-nouveaudefi .heading .heading-details {
  padding-left: 40px;
  position: relative;
}
.page-nouveaudefi .heading .heading-details label {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
}
.page-nouveaudefi .heading .btn-icon {
  float: right;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
}
.page-nouveaudefi .heading .btn-icon span {
  font-size: 2rem;
  color: #95989a;
  position: relative;
  top: 5px;
}
.page-nouveaudefi .heading .btn-icon:hover {
  opacity: 0.6;
}
.page-nouveaudefi .heading .k-clear-value {
  display: none !important;
}
.page-nouveaudefi .heading .k-multiselect-wrap {
  padding-right: 45px;
}
.page-nouveaudefi .form-defi.form-defi-multichoice input.k-textbox {
  border: 1px #e3e4e5 solid !important;
  padding-left: 5px;
}
.page-profil h3 {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-profil .introduction-photo:before {
  height: 120px;
}
.page-profil .introduction-photo.introduction-profil:before {
  background-color: #f5b556;
}
.page-profil .compte-form {
  display: block;
  width: 100%;
}
#photoprofile.modal h3 {
  display: none;
}
#photoprofile.modal .modal-header,
#photoprofile.modal .modal-body,
#photoprofile.modal .modal-footer {
  padding: 10px 25px;
}
.page-releverdefi .heading {
  padding-top: 0;
}
.page-releverdefi .form-defi.form-defi-multichoice .field .k-checkbox-label {
  position: relative;
  left: 0;
  top: 9px;
}
.page-maitres .panel li {
  margin-bottom: 15px;
}
.page-maitres .panel p {
  margin-bottom: 0;
}
.page-defisrecus .article-item-heading {
  padding-left: 10px;
}
.page-defisrecus .article-item-heading p {
  padding-left: 50px;
}
.page-defisrecus .article-item-heading .btn {
  width: 100%;
}
.page-defisrecus .article-item-heading span.logo {
  top: 60px;
}
.page-lots .panel .col-md-6 span {
  width: 100%;
  height: 190px;
  background-position: center center;
  background-size: cover;
  display: block;
  overflow: hidden;
}
.page-lots .panel img {
  width: 100%;
}
.page-lots .panel h3 {
  font-size: 1.4rem;
  color: #525252;
  text-align: center;
  max-width: 100%;
  line-height: 16px;
  padding: 8px 10px 5px;
  margin-bottom: 15px;
  color: #f5b556;
}
.page-classement .panel {
  padding-bottom: 15px;
}
.page-classement .panel li {
  position: relative;
  padding: 10px 10px 10px 50px;
  line-height: 16px;
}
.page-classement .panel li.current-user {
  background-color: #f2f2f2;
  border: 1px #f5b556 solid;
}
.page-classement .panel li strong {
  color: #f86353;
  display: block;
}
.page-classement .panel li span.number {
  left: 10px;
  top: 10px;
  position: absolute;
  background-color: #f5b556;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
  font-weight: 700;
}
.page-regles h2 {
  color: #f5b556;
  font-size: 1.8rem;
}
.page-regles h2.done {
  margin-bottom: 15px;
}
.page-regles h2.done .icon {
  margin-bottom: 10px;
  display: inline-block;
  border: 2px #f5b556 solid;
  width: 40px;
  line-height: 38px;
  height: 40px;
  border-radius: 40px;
  font-size: 2rem;
}
.page-actiondefisenvoyes .col-md-6.col-xs-6 {
  padding-right: 7.5px;
}
.page-actiondefisenvoyes .col-md-6.col-xs-6:nth-child(2) {
  padding-left: 7.5px;
  padding-right: 15px;
}
.page-actiondefisenvoyes .heading {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-actiondefisenvoyes .heading .heading-inner {
  width: 100%;
}
.page-actiondefisenvoyes .heading-inner h2 {
  font-size: 1.4rem;
  font-weight: normal;
  color: #ffffff;
  padding: 5px;
  width: 100%;
}
.page-actiondefisenvoyes .heading-inner h2 .icon {
  font-size: 1.8rem;
  position: relative;
  top: 3px;
}
.page-actiondefisenvoyes .btn.bg-red,
.page-actiondefisenvoyes .btn.bg-green {
  padding-top: 14px;
  padding-bottom: 13px;
  line-height: 20px;
}
.page-actiondefisenvoyes .btn.bg-red span,
.page-actiondefisenvoyes .btn.bg-green span {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-right: 5px;
}
.page-actiondefisenvoyes .btn.bg-green span {
  font-size: 1.6rem;
  position: relative;
  right: auto;
  top: 2Px;
  margin-right: 5px;
  transform: translateY(0);
}
.page-actiondefisenvoyes footer.article-item-actions {
  border-top: 1px #f2f2f2 solid;
}
.page-actiondefisenvoyes footer.article-item-actions li {
  width: 50%;
}
.logout:before,
.logout:after {
  top: 25%;
}
.logout header p.home,
.logout .icon-menu,
.logout p.logout {
  display: none;
  pointer-events: none;
  cursor: default;
}
.logout .container.main-container {
  padding-top: 0;
}
.logout header p.title.title-page {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.logout .btn.btn-icon.btn-back {
  left: 0;
}
.page-logout {
  height: 98vh;
  position: relative;
  padding-top: 70px;
}
.page-logout.page-inscription .heading {
  background-color: #fff;
  padding-bottom: 0;
}
.page-logout.page-inscription .form {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.page-logout .img {
  width: 100%;
  display: inline-block;
}
.page-logout .img img {
  width: 130px !important;
  max-width: 100%;
}
.page-logout p.forgot {
  text-align: right;
  margin-bottom: 15px;
  margin-top: -10px;
}
.page-logout p.forgot a:hover {
  color: #525252;
  text-decoration: none;
}
.page-logout .heading {
  position: relative;
}
.page-logout .heading .heading-inner h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.page-logout .heading p small {
  font-size: 1.2rem;
}
.page-logout .heading img {
  position: relative;
  width: 110px;
}
.page-logout .col-md-6 {
  padding-right: 7.5px !important;
}
.page-logout .col-md-6:last-child {
  padding-left: 7.5px !important;
  padding-right: 15px !important;
}
.page-logout .btn span {
  position: relative;
  margin-right: 5px;
  top: 1px;
}
.page-logout .form-hidden {
  display: none;
}
.page-logout .form-hidden.form-visible {
  display: inline-block;
  width: 100%;
}
.page-logout .user-actions {
  position: fixed;
  bottom: 0;
  display: inline-block;
  width: 100%;
  left: 0;
  z-index: 100;
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS SM 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .page-home .heading .heading-details,
  .page-defisrecus .heading .heading-details,
  .page-defisenvoyes .heading .heading-details {
    min-height: 75px;
  }
}
/*----------------------------------------------------------------------------------------------------------------------*\
    $STYLES DESTINES AUX SUPPORTS MD 
\*----------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  #photoprofile.modal h3 {
    display: block;
  }
  #photoprofile.modal .modal-header,
  #photoprofile.modal .modal-body,
  #photoprofile.modal .modal-footer {
    padding: 10px 15px;
  }
  .page-nouveaudefi .form-defi.form-defi-multichoice .btn.bg-lightgray {
    width: auto;
  }
  .page-home .heading .heading-details,
  .page-defisrecus .heading .heading-details,
  .page-defisenvoyes .heading .heading-details {
    min-height: 100px;
  }
  .page-logout {
    height: 98vh;
    position: relative;
    padding-top: 70px;
  }
  .page-logout .heading {
    padding: 30px;
  }
  .page-logout .heading .heading-inner h1 {
    font-size: 2rem;
  }
  .page-logout .heading img {
    width: 140px;
  }
  .page-logout .user-actions {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 100%;
    left: 0;
    margin-top: 30px;
    z-index: 100;
  }
  .page-logout .heading .form {
    padding: 0;
  }
  .page-logout.page-inscription {
    height: auto;
  }
  .page-logout.page-inscription .img {
    width: 230%;
    display: inline-block;
    position: absolute;
    left: -65%;
    top: 50%;
  }
  .page-logout.page-inscription .heading {
    top: 0;
    margin-top: 30px;
    transform: translateY(0) !important;
  }
  .page-logout .heading {
    background-color: #fff;
    margin-top: 45vh;
    transform: translateY(-50%);
  }
  .page-logout .img {
    width: 210%;
    display: inline-block;
    position: fixed;
    left: -55%;
    top: -50px;
  }
  .page-logout .img img {
    width: 25% !important;
    max-width: 100%;
    float: left;
  }
  .page-logout .img img:last-child {
    float: right;
  }
  .page-releverdefi .heading,
  .page-actiondefisenvoyes .heading {
    padding-top: 15px;
  }
  .page-lots .panel .col-md-6 {
    padding-right: 7.5px;
  }
  .page-lots .panel .col-md-6:nth-child(even) {
    padding-left: 7.5px;
    padding-right: 15px;
  }
  .page-classement .panel li {
    padding: 15px 10px 15px 50px;
  }
  .page-classement .panel li strong {
    display: inline-block;
  }
  .page-classement .panel li strong:after {
    content: " - ";
  }
  .page-classement .panel li strong:last-child:before {
    content: " - ";
  }
  .page-classement .panel li strong:last-child:after {
    content: "";
  }
  .page-classement .panel li span.number {
    top: 8px;
  }
}
@media (min-width: 1300px) {
  .page-logout {
    height: 98vh;
    position: relative;
    padding-top: 70px;
  }
  .page-logout .heading {
    background-color: #fff;
  }
}
