@charset "UTF-8";
/* Font */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400italic,300italic,300,500,500italic,700,700italic,900,100'");
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Imports pour la structure */
/* Couleurs global */
/* Background */
/* Composents */
/* Extranet */
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  outline: none; }

a {
  text-decoration: none; }
  a img {
    border: none; }

img {
  display: block; }

body, html {
  width: 100%;
  height: 100%;
  background-color: #3a3f52; }

iframe body, iframe html {
  background-color: transparent !important; }

.clear {
  clear: both; }

@font-face {
  font-family: "Antonio Regular";
  src: url("../fonts/Antonio/Antonio-Regular.ttf"); }
@font-face {
  font-family: "Antonio Bold";
  src: url("../fonts/Antonio/Antonio-Bold.ttf"); }
@font-face {
  font-family: "Antonio Light";
  src: url("../fonts/Antonio/Antonio-Light.ttf"); }
@font-face {
  font-family: "Nunito Regular";
  src: url("../fonts/Nunito/Nunito-Regular.ttf"); }
@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/Nunito/Nunito-Bold.ttf"); }
@font-face {
  font-family: "Nunito Light";
  src: url("../fonts/Nunito/Nunito-Light.ttf"); }
p {
  color: #3a3f52;
  font-size: 15px;
  font-weight: 300; }

a {
  font-size: 15px;
  color: #23232d; }

h1 {
  color: #3a3f52;
  font-size: 25px;
  font-weight: 300; }

h2 {
  color: #3a3f52;
  font-size: 21px;
  font-weight: normal; }

h3 {
  color: #3a3f52;
  font-size: 17px;
  font-weight: normal; }

label {
  color: #00a99d;
  font-weight: bold; }

.tableau_activite table td.info,
.legende .info_legende .rond.info,
.affichageCRA .espace_nombre_jours.info {
  width: 100px;
  border: 0;
  background-color: #e6ecf0; }
  .tableau_activite table td.info.blanc,
  .legende .info_legende .rond.info.blanc,
  .affichageCRA .espace_nombre_jours.info.blanc {
    background-color: #FFFFFF; }
.tableau_activite table td.weekend,
.legende .info_legende .rond.weekend,
.affichageCRA .espace_nombre_jours.weekend {
  background-color: #8995c2; }
.tableau_activite table td.ferrier,
.legende .info_legende .rond.ferrier,
.affichageCRA .espace_nombre_jours.ferrier {
  background-color: #4e556e; }
.tableau_activite table td.travail,
.legende .info_legende .rond.travail,
.affichageCRA .espace_nombre_jours.travail {
  background-color: #33cc66; }
.tableau_activite table td.repos,
.legende .info_legende .rond.repos,
.affichageCRA .espace_nombre_jours.repos {
  background-color: #38bbf7; }
.tableau_activite table td.absence_jaune,
.legende .info_legende .rond.absence_jaune,
.affichageCRA .espace_nombre_jours.absence_jaune {
  background-color: #ede159; }
.tableau_activite table td.absence_verte,
.legende .info_legende .rond.absence_verte,
.affichageCRA .espace_nombre_jours.absence_verte {
  background-color: #33cc66; }
.tableau_activite table td.dispo.absence_jaune,
.legende .info_legende .rond.dispo.absence_jaune,
.affichageCRA .espace_nombre_jours.dispo.absence_jaune {
  background-color: #fb8c00;
  background-image: repeating-linear-gradient(-45deg, #fb8c00, #fb8c00 5px, white 0px, white 9px); }
.tableau_activite table td.valider,
.legende .info_legende .rond.valider,
.affichageCRA .espace_nombre_jours.valider {
  background-color: #ede159; }
.tableau_activite table td.refuser,
.legende .info_legende .rond.refuser,
.affichageCRA .espace_nombre_jours.refuser {
  background-color: #ed1515; }
.tableau_activite table td.attente,
.legende .info_legende .rond.attente,
.affichageCRA .espace_nombre_jours.attente {
  background-color: #fb8c00; }
.tableau_activite table td.attente.valider_vision,
.legende .info_legende .rond.attente.valider_vision,
.affichageCRA .espace_nombre_jours.attente.valider_vision {
  background-color: #fb8c00;
  background-image: repeating-linear-gradient(-45deg, #fb8c00, #fb8c00 5px, white 0px, white 9px); }
.tableau_activite table td.valider.valider_vision,
.legende .info_legende .rond.valider.valider_vision,
.affichageCRA .espace_nombre_jours.valider.valider_vision {
  background-color: #ede159;
  background-image: repeating-linear-gradient(-45deg, #ede159, #ede159 5px, white 0px, white 9px); }

.tableau_activite table td.refuser {
  background-color: #ed1515;
  background-image: repeating-linear-gradient(-45deg, #ed1515, #ed1515 5px, white 0px, white 9px); }

.zone_message_dashboard p {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px 0; }

.colonne_double {
  width: 50%;
  float: left; }
  .colonne_double:first-of-type {
    width: calc(50% - 30px);
    margin-right: 30px; }
  .colonne_double textarea:last-of-type {
    margin-bottom: 0; }

.zone_bleu {
  background-color: #e6ecf0;
  display: table;
  padding: 10px;
  margin-bottom: 10px;
  width: calc(100% - 20px); }

.bande_top_tableau {
  background-color: #3a3f52;
  color: #FFFFFF;
  padding: 10px 20px;
  width: calc(100% - 40px); }
  .bande_top_tableau .gauche {
    display: inline-block; }
    .bande_top_tableau .gauche .nb_jour_visu {
      display: inline-block;
      background-color: #ee2337;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 5px 5px;
      font-size: 12px;
      min-width: 15px;
      text-align: center;
      margin-left: 20px;
      margin-right: 20px; }
    .bande_top_tableau .gauche .hachurer {
      display: inline-block;
      margin-right: 10px;
      width: 20px;
      height: 14px;
      border: 1px solid white;
      position: relative;
      top: 4px;
      background-color: #3a3f52;
      background-image: repeating-linear-gradient(-45deg, #3a3f52, #3a3f52 6px, white 0px, rgba(255, 255, 255, 0.5) 9px); }

.legende span {
  width: 85px;
  text-align: center;
  float: left;
  text-transform: uppercase; }
.legende .info_legende {
  width: calc(100% - 85px - 30px);
  float: left;
  background-color: #FFFFFF;
  padding: 15px; }
  .legende .info_legende li {
    list-style: none;
    font-size: 11px; }
  .legende .info_legende .colonne_gauche {
    width: 60%;
    float: left; }
    .legende .info_legende .colonne_gauche li {
      float: left;
      width: calc(100% / 3); }
  .legende .info_legende .colonne_droite {
    width: 40%;
    float: left; }
  .legende .info_legende .rond {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #18181f;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px; }

.info_cp {
  background-color: #FFFFFF;
  display: table;
  width: calc(100% - 60px);
  margin: 10px 0;
  padding: 15px 30px;
  height: 100%; }
  .info_cp .form-legende {
    margin: 0; }

/* Template */
#main {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

#container {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  width: calc(100% - 250px);
  min-height: 100%;
  background-color: #d6e0e2;
  -moz-transition-property: width, transform;
  -o-transition-property: width, transform;
  -webkit-transition-property: width, transform;
  transition-property: width, transform;
  -moz-transition-property: 0.4s;
  -o-transition-property: 0.4s;
  -webkit-transition-property: 0.4s;
  transition-property: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #container.active {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }

#content {
  padding: 0 10px;
  position: relative;
  margin-top: 10px; }
  #content .bouton_retour_voir_collab {
    position: absolute;
    display: table;
    border: 50px;
    bottom: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  #content.voir_collab {
    height: 100%;
    display: table;
    margin-bottom: 100px;
    width: calc(100% - 20px); }

#contentTitre {
  padding: 6px 20px;
  position: relative;
  width: auto;
  display: table; }
  #contentTitre p {
    color: #e10e49; }

.ui-helper-hidden-accessible {
  display: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  background-color: #3a3f52;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .ui-tooltip div {
    color: #fff; }

.loader {
  color: #3a3f52; }

/* Template */
/* Header */
#header {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  position: absolute; }

#headerAcces {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  color: #999;
  font-weight: 300;
  float: left;
  -moz-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
  -moz-transition-property: 0.3s;
  -o-transition-property: 0.3s;
  -webkit-transition-property: 0.3s;
  transition-property: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #headerAcces:hover {
    opacity: 0.6; }
  #headerAcces .fa {
    padding-right: 5px; }

#headerCompte {
  height: 40px;
  padding: 0px 20px;
  float: right;
  border-left: 1px solid #e4e4e4; }
  #headerCompte p {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-property: 0.3s;
    -o-transition-property: 0.3s;
    -webkit-transition-property: 0.3s;
    transition-property: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    line-height: 40px;
    cursor: pointer; }
    #headerCompte p:hover {
      opacity: 0.6; }
  #headerCompte .fa-angle-right {
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-property: 0.3s;
    -o-transition-property: 0.3s;
    -webkit-transition-property: 0.3s;
    transition-property: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding-left: 5px; }
  #headerCompte.activeMenu .fa-angle-right {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
  #headerCompte img.image_user {
    position: absolute;
    width: auto;
    max-height: 38px;
    top: 1px;
    left: -69px;
    max-width: 65px; }
  #headerCompte #clochetteNotification {
    position: absolute;
    width: auto;
    max-height: 38px;
    top: 1px;
    left: -35px;
    max-width: 65px;
    font-size: 20px;
    font-weight: bold; }
    #headerCompte #clochetteNotification.image_user {
      left: -105px; }
    #headerCompte #clochetteNotification .fa-bell-o {
      top: -5px;
      position: relative; }
    #headerCompte #clochetteNotification .fa-bell-slash-o {
      cursor: default; }
    #headerCompte #clochetteNotification .nombre {
      position: relative;
      left: -7px;
      background-color: #e10e49;
      padding: 1px 6px;
      border-radius: 50%;
      top: 5px;
      font-size: 15px;
      color: white; }
  #headerCompte #accesGlpi {
    position: absolute;
    top: 5px;
    left: -200px;
    max-width: 65px; }
    #headerCompte #accesGlpi img {
      width: 100%; }
    #headerCompte #accesGlpi:hover {
      opacity: 0.6; }

#headerCompteMenu {
  text-align: right;
  width: 150px; }

#headerDeco {
  height: 40px;
  line-height: 40px;
  float: right;
  margin-right: 30px;
  font-size: 17px;
  color: #999;
  -moz-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  -webkit-transition-property: opacity, color;
  transition-property: opacity, color;
  -moz-transition-property: 0.3s;
  -o-transition-property: 0.3s;
  -webkit-transition-property: 0.3s;
  transition-property: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #headerDeco:hover {
    opacity: 0.6; }

#headerMobile {
  position: relative;
  float: left;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-right: 1px solid #e4e4e4;
  display: none; }
  #headerMobile span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    display: block;
    background-color: #e10e49;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-property: 0.4s;
    -o-transition-property: 0.4s;
    -webkit-transition-property: 0.4s;
    transition-property: 0.4s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    #headerMobile span::before, #headerMobile span::after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 22px;
      height: 2px;
      display: block;
      background-color: #e10e49;
      -webkit-transform-origin: 50%;
      -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%;
      -moz-transition-property: transform;
      -o-transition-property: transform;
      -webkit-transition-property: transform;
      transition-property: transform;
      -moz-transition-property: 0.4s;
      -o-transition-property: 0.4s;
      -webkit-transition-property: 0.4s;
      transition-property: 0.4s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px); }
    #headerMobile span::after {
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px); }
  #headerMobile.active span {
    background: transparent; }
  #headerMobile.active span::before {
    -webkit-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg); }
  #headerMobile.active span::after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg); }

/* Header */
/* Menu */
#menu {
  width: 250px;
  position: fixed;
  z-index: 1;
  height: 100%;
  background-color: #3a3f52;
  overflow-y: hidden;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-property: 0.4s;
  -o-transition-property: 0.4s;
  -webkit-transition-property: 0.4s;
  transition-property: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #menu.active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

#menuEntreprise {
  width: 100%;
  background-color: #e10e49;
  text-align: center;
  height: 50px; }
  #menuEntreprise p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    color: #fff; }

#menuLogo {
  background-color: #d6e0e2;
  border: 3px solid #00a99d;
  width: auto;
  margin: 0 auto;
  position: relative; }
  #menuLogo img {
    z-index: 1;
    margin: 0 auto;
    padding: 20px;
    width: calc(100% - 40px); }

/* Menu */
/* Patch pour tinymce */
.mce-textbox:focus {
  padding-bottom: 0px;
  border: 1px solid #c5c5c5; }

.moxman-thumb img {
  display: inline !important; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative; }

.swal2-modal:focus {
  outline: none; }

.swal2-modal.swal2-loading {
  overflow-y: hidden; }

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block; }

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0; }

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px; }

.swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
  opacity: .4;
  cursor: no-drop; }

.swal2-modal .swal2-styled.swal2-loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-modal .swal2-styled + .swal2-styled {
  margin-top: 15px; }

.swal2-modal :not(.swal2-styled).swal2-loading::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none; }

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word; }

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto; }

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow .3s;
  transition: border-color box-shadow .3s; }

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f06e57 !important; }

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8; }

.swal2-modal .swal2-input:focus::-moz-placeholder,
.swal2-modal .swal2-file:focus::-moz-placeholder,
.swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8; }

.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8; }

.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8; }

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6; }

.swal2-modal .swal2-range input {
  float: left;
  width: 80%; }

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center; }

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0; }

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px; }

.swal2-modal .swal2-input[type='number'] {
  max-width: 150px; }

.swal2-modal .swal2-file {
  font-size: 20px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox {
  color: #545454; }

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle; }

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none; }

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }

  .swal2-range output {
    display: none; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }

  .swal2-range output {
    display: none; } }
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s; }

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }
@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Connexion */
#connexion {
  background-image: url(../img/connexion/background_blur.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover; }
  #connexion h1 {
    color: #5B5A5A;
    text-align: center;
    font-size: 15px;
    padding: 25px 0; }
  #connexion.collaborateur {
    background-image: url(../img/connexion/background_collab.png); }
    #connexion.collaborateur.demande_fichier {
      background-image: url(../img/connexion/background_form.png); }
      #connexion.collaborateur.demande_fichier form > .form-elem {
        margin-bottom: 0;
        border: 2px solid #e20a17;
        box-shadow: -5px -2px 17px black; }
        #connexion.collaborateur.demande_fichier form > .form-elem h2 {
          text-transform: uppercase;
          font-size: 23px;
          color: #e20a17; }
        #connexion.collaborateur.demande_fichier form > .form-elem label {
          color: #e20a17; }
        #connexion.collaborateur.demande_fichier form > .form-elem input:focus, #connexion.collaborateur.demande_fichier form > .form-elem textarea:focus {
          border-bottom: 3px solid #e20a17; }
        #connexion.collaborateur.demande_fichier form > .form-elem bouton {
          padding: 1px 20px;
          clear: both;
          display: table;
          cursor: pointer;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: bold;
          color: #e10e49;
          border: 2px solid #e10e49;
          border-radius: 25px;
          margin: 5px 0;
          border-collapse: initial; }
          #connexion.collaborateur.demande_fichier form > .form-elem bouton:hover {
            background-color: #E20A17;
            color: white; }
    #connexion.collaborateur a {
      font-family: 'Nunito Regular', 'Roboto', sans-serif; }
      #connexion.collaborateur a:hover {
        font-weight: bold; }
    #connexion.collaborateur h1 {
      padding: 25px 0;
      font-family: 'Nunito Regular', sans-serif;
      font-size: 20px;
      margin: 0 auto; }
      #connexion.collaborateur h1 span {
        color: #e20a17;
        font-family: 'Nunito Regular', sans-serif;
        font-size: 20px; }
    #connexion.collaborateur #connexionLogo {
      max-width: 240px; }
    #connexion.collaborateur #connexionMention {
      z-index: 0; }
    #connexion.collaborateur .message {
      position: absolute;
      z-index: 999;
      border-radius: 5px;
      padding: 20px 15px;
      left: -20px;
      top: 20px;
      width: auto; }
      #connexion.collaborateur .message h3 {
        text-transform: uppercase;
        font-size: 23px; }
      #connexion.collaborateur .message span {
        background-color: transparent; }
      #connexion.collaborateur .message#erreur {
        border: 2px solid #e20a17;
        box-shadow: -5px -2px 17px black; }
      #connexion.collaborateur .message#succes {
        border: 2px solid #00a99d;
        box-shadow: -5px -2px 17px black; }
  #connexion.collaborateur_espace {
    background-image: url(../img/connexion/background_form.png); }
    #connexion.collaborateur_espace #dashboardCollaborateur .contenu {
      background-color: transparent; }

#connexionContent {
  display: flex;
  width: 100%;
  max-width: 1280px;
  max-height: 700px;
  flex-direction: row;
  justify-content: center;
  right: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #connexionContent .contenu {
    max-width: 380px;
    padding: 70px 50px 30px 50px;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-start; }
    #connexionContent .contenu h1 {
      padding: 50px 0; }
    #connexionContent .contenu form input {
      margin-bottom: 30px; }
    #connexionContent .contenu form .form-elem {
      background: #FFFFFF;
      border: 0;
      border-bottom: 2px solid #5B5A5A; }
    #connexionContent .contenu .oublie {
      color: #e10e49;
      margin: 0 auto;
      display: table; }
  #connexionContent .photo img {
    max-width: 100%; }

#connexionLogo {
  max-width: 250px;
  margin: 0 auto;
  display: table; }

#connexionMention {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: -100; }
  #connexionMention p, #connexionMention a {
    color: #5B5A5A;
    font-size: 13px;
    line-height: 19px; }
  #connexionMention a {
    color: #00a99d; }

.se_connecter {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 3px;
  font-family: 'Antonio Bold', sans-serif;
  color: #e10e49;
  background: #FFFFFF;
  margin: 0 auto 30px auto;
  display: table;
  border: 2px solid #e10e49;
  border-radius: 30px;
  padding: 8px 25px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -moz-transition-property: background-color, color, border;
  -o-transition-property: background-color, color, border;
  -webkit-transition-property: background-color, color, border;
  transition-property: background-color, color, border;
  -moz-transition-property: 0.5s;
  -o-transition-property: 0.5s;
  -webkit-transition-property: 0.5s;
  transition-property: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .se_connecter:hover {
    background-color: #e10e49;
    color: #FFFFFF; }

/* Menu sortable administration */
#sortable {
  /* Identation des sous menu */ }
  #sortable li {
    /* Etat à la selection */
    /* Etat placeholder */
    /* Icone pour la drag */ }
    #sortable li > div {
      background-color: #fff;
      padding: 17px;
      margin-bottom: 2px;
      position: relative;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      -webkit-transition-property: background-color;
      transition-property: background-color;
      -moz-transition-property: 0.4s;
      -o-transition-property: 0.4s;
      -webkit-transition-property: 0.4s;
      transition-property: 0.4s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
    #sortable li.ui-sortable-helper > div {
      background: #f1f4f5; }
    #sortable li.placeholder {
      background-color: #00a99d;
      padding: 17px;
      margin-bottom: 2px; }
    #sortable li .fa-ellipsis-v {
      font-size: 17px;
      margin-right: 10px; }
    #sortable li .menuAction {
      position: absolute;
      right: 17px;
      top: 14px; }
    #sortable li .tableAction {
      margin-left: 20px; }
  #sortable ol, #sortable ul {
    margin-left: 20px; }
    #sortable ol ol, #sortable ol ul, #sortable ul ol, #sortable ul ul {
      margin-left: 30px; }
      #sortable ol ol ol, #sortable ol ol ul, #sortable ol ul ol, #sortable ol ul ul, #sortable ul ol ol, #sortable ul ol ul, #sortable ul ul ol, #sortable ul ul ul {
        margin-left: 30px; }

i.rondVert {
  color: #3d992e;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-property: 0.5s;
  -o-transition-property: 0.5s;
  -webkit-transition-property: 0.5s;
  transition-property: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.impression_all {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 11px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-property: 0.5s;
  -o-transition-property: 0.5s;
  -webkit-transition-property: 0.5s;
  transition-property: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .impression_all:hover {
    background-color: #3a3f52;
    color: #FFFFFF; }

.impression_quantitative {
  display: inline-block;
  margin-right: 20px;
  padding: 8px 11px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-property: 0.5s;
  -o-transition-property: 0.5s;
  -webkit-transition-property: 0.5s;
  transition-property: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .impression_quantitative:hover {
    background-color: #3a3f52;
    color: #FFFFFF; }

/* Suivis d'activité */
.tableau_activite {
  position: relative; }
  .tableau_activite .moi_precc {
    position: absolute;
    top: 14px;
    left: 15px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    padding-left: 30px;
    -moz-transition-property: font-size;
    -o-transition-property: font-size;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -moz-transition-property: 0.5s;
    -o-transition-property: 0.5s;
    -webkit-transition-property: 0.5s;
    transition-property: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .tableau_activite .moi_precc:hover {
      font-size: 15px; }
    .tableau_activite .moi_precc:before {
      content: '\f104';
      font-family: FontAwesome;
      position: absolute;
      color: #FFFFFF;
      left: 0;
      font-size: 24px;
      top: -5px; }
  .tableau_activite .moi_suivant {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    padding-right: 30px;
    -moz-transition-property: font-size;
    -o-transition-property: font-size;
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -moz-transition-property: 0.5s;
    -o-transition-property: 0.5s;
    -webkit-transition-property: 0.5s;
    transition-property: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .tableau_activite .moi_suivant:hover {
      font-size: 15px; }
    .tableau_activite .moi_suivant:after {
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      color: #FFFFFF;
      right: 0;
      font-size: 24px;
      top: -5px; }
  .tableau_activite .titre_tableau {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    background-color: #59617e;
    color: #FFFFFF;
    padding: 6px 10px;
    text-transform: uppercase; }
  .tableau_activite table {
    width: 100%;
    table-layout: fixed; }
    .tableau_activite table tr:first-child td {
      border-radius: 7px; }
    .tableau_activite table td {
      text-align: center;
      height: 40px;
      cursor: pointer;
      background-color: #FFFFFF; }
      .tableau_activite table td span {
        display: table;
        width: 100%; }

.affichageCRA label {
  text-transform: uppercase; }
.affichageCRA .zone_gauche {
  width: calc(100% - 310px - 15px);
  float: left;
  padding-right: 15px; }
  .affichageCRA .zone_gauche .haut {
    padding: 30px 20px;
    background-color: #f4f4f4;
    display: table;
    width: calc(100% - 40px); }
    .affichageCRA .zone_gauche .haut .colonne_quadruple {
      width: 25%;
      float: left; }
  .affichageCRA .zone_gauche .bas {
    padding: 30px 20px;
    background-color: #FFFFFF;
    color: #697294;
    word-wrap: break-word; }
.affichageCRA .zone_degres {
  width: calc(310px - 80px);
  float: left;
  background-color: #323747;
  padding: 50px 40px;
  color: #FFFFFF; }
  .affichageCRA .zone_degres label {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF; }
  .affichageCRA .zone_degres .valeur_degres {
    font-size: 75px;
    text-align: center;
    font-weight: bold;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 141px;
    width: 230px;
    height: 200px; }
    .affichageCRA .zone_degres .valeur_degres .progressbar-text {
      position: relative; }
      .affichageCRA .zone_degres .valeur_degres .progressbar-text:after {
        content: '%';
        position: absolute;
        font-size: 35px;
        font-weight: normal;
        top: -12px;
        right: -18px; }
.affichageCRA span.decalage {
  float: left;
  width: 85px;
  height: 1px; }
.affichageCRA .espace_nombre_jours {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-top: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  float: left;
  min-height: 85px; }
  .affichageCRA .espace_nombre_jours .jours {
    font-size: 40px;
    font-weight: normal; }

.dashboard .colonne_gauche {
  width: 65%;
  float: left; }
  .dashboard .colonne_gauche .colonne_double {
    padding: 10px;
    width: calc(50% - 30px);
    margin-right: 10px;
    background: white; }
  .dashboard .colonne_gauche .bloc {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    min-width: 388px;
    float: left;
    background-color: #525975;
    color: #FFFFFF; }
    .dashboard .colonne_gauche .bloc:nth-of-type(2n) {
      margin-bottom: 0; }
    .dashboard .colonne_gauche .bloc .titre {
      text-align: center;
      background-color: #282b38;
      font-size: 16px;
      font-weight: bold;
      padding: 13px 0; }
    .dashboard .colonne_gauche .bloc .contenu {
      padding: 20px 20px;
      display: table;
      width: calc(100% - 40px); }
      .dashboard .colonne_gauche .bloc .contenu .icone {
        background-color: #3a3f52;
        font-size: 14px;
        width: calc(50% - 8px);
        float: left;
        padding: 30px 0;
        text-align: center;
        cursor: pointer;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -moz-transition-property: 0.5s;
        -o-transition-property: 0.5s;
        -webkit-transition-property: 0.5s;
        transition-property: 0.5s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease; }
        .dashboard .colonne_gauche .bloc .contenu .icone:hover {
          background-color: #282b38; }
        .dashboard .colonne_gauche .bloc .contenu .icone:first-child {
          margin-right: 16px; }
        .dashboard .colonne_gauche .bloc .contenu .icone img {
          margin: 0 auto;
          margin-bottom: 10px;
          max-height: 53px; }
        .dashboard .colonne_gauche .bloc .contenu .icone .logo_demande {
          position: relative;
          display: table;
          margin: 0 auto; }
          .dashboard .colonne_gauche .bloc .contenu .icone .logo_demande .nombre {
            position: absolute;
            left: -10px;
            background-color: #e10e49;
            padding: 2px 9px;
            border-radius: 50%;
            top: -10px;
            font-size: 20px; }
  .dashboard .colonne_gauche .zone_documents {
    background-color: #FFFFFF;
    width: calc(100% - 10px);
    margin: 30px 0; }
    .dashboard .colonne_gauche .zone_documents .titre {
      text-align: center;
      background-color: #525975;
      font-size: 16px;
      font-weight: bold;
      padding: 13px 0;
      color: #FFFFFF; }
    .dashboard .colonne_gauche .zone_documents .tableau_documents .tableau {
      width: 100%;
      border-spacing: 0; }
      .dashboard .colonne_gauche .zone_documents .tableau_documents .tableau:not(.en_attente) tr:first-of-type {
        text-transform: uppercase;
        color: #00a99d; }
        .dashboard .colonne_gauche .zone_documents .tableau_documents .tableau:not(.en_attente) tr:first-of-type th {
          border-bottom: 2px solid #e9edf2;
          padding: 15px 0;
          font-size: 14px; }
      .dashboard .colonne_gauche .zone_documents .tableau_documents .tableau tr td {
        border-bottom: 1px solid #e9edf2;
        padding: 15px 10px;
        font-size: 14px; }
        .dashboard .colonne_gauche .zone_documents .tableau_documents .tableau tr td.center {
          text-align: center; }
    .dashboard .colonne_gauche .zone_documents .tableau_documents label {
      padding: 20px 10px 25px 10px;
      cursor: pointer; }
.dashboard .colonne_droite {
  width: 35%;
  float: left;
  padding-top: 30px; }
  .dashboard .colonne_droite > .titre {
    text-align: center;
    background-color: #525975;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0;
    color: #fff;
    margin-bottom: 15px; }
  .dashboard .colonne_droite .FAQ {
    width: 100%;
    margin-bottom: 15px; }
    .dashboard .colonne_droite .FAQ .titre {
      padding: 13px 20px;
      background-color: #FFFFFF;
      color: #00a99d;
      position: relative;
      cursor: pointer;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      -webkit-transition-property: background-color;
      transition-property: background-color;
      -moz-transition-property: 0.5s;
      -o-transition-property: 0.5s;
      -webkit-transition-property: 0.5s;
      transition-property: 0.5s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      .dashboard .colonne_droite .FAQ .titre:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        top: 11px;
        font-size: 22px;
        right: 20px; }
      .dashboard .colonne_droite .FAQ .titre.actif {
        background-color: #3a3f52; }
        .dashboard .colonne_droite .FAQ .titre.actif:after {
          content: '\f107'; }
    .dashboard .colonne_droite .FAQ .reponse {
      display: none;
      padding: 20px 0;
      font-size: 15px;
      line-height: 22.5px;
      color: #3a3f52; }

.addSuivis .espace_nombre_jours.travail, .addSuivis .espace_nombre_jours.repos, .addSuivis .espace_nombre_jours.valider {
  display: none; }

.filtre_des_resultats .un_filtre {
  float: left;
  margin-right: 20px;
  min-width: 100px; }

.wrapper_conditionner {
  display: none; }
  .wrapper_conditionner.visible {
    display: block; }

#dashboardCollaborateur {
  display: flex;
  width: 100%;
  max-width: 1280px;
  max-height: 700px;
  flex-direction: row;
  justify-content: center;
  right: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  #dashboardCollaborateur span {
    font-size: 14px;
    display: block;
    padding-bottom: 2px; }
  #dashboardCollaborateur.admin {
    position: relative;
    max-height: none; }
    #dashboardCollaborateur.admin .contenu .bouton_print {
      display: block;
      cursor: pointer;
      position: absolute;
      right: 30px;
      z-index: 100; }
  #dashboardCollaborateur .message {
    position: absolute;
    z-index: 999;
    border-radius: 5px;
    padding: 20px 15px;
    left: -20px;
    top: 20px;
    width: auto; }
    #dashboardCollaborateur .message h3 {
      text-transform: uppercase;
      font-size: 23px; }
    #dashboardCollaborateur .message span {
      background-color: transparent; }
    #dashboardCollaborateur .message#erreur {
      border: 2px solid #e20a17;
      box-shadow: -5px -2px 17px black; }
    #dashboardCollaborateur .message#succes {
      border: 2px solid #00a99d;
      box-shadow: -5px -2px 17px black; }
    #dashboardCollaborateur .message .messageCouleur {
      display: none; }
  #dashboardCollaborateur .contenu {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-start; }
    #dashboardCollaborateur .contenu h1 {
      padding: 10px 0 40px 10px;
      color: #5b5a5a;
      font-family: 'Antonio Bold', sans-serif;
      font-size: 35px;
      font-weight: 300;
      line-height: 45px;
      text-transform: uppercase; }
      #dashboardCollaborateur .contenu h1 span {
        color: #e20a17;
        font-family: 'Antonio Bold', sans-serif;
        font-size: 40px;
        font-weight: 300;
        line-height: 50px;
        text-transform: uppercase;
        display: inline-table; }
    #dashboardCollaborateur .contenu .logo {
      max-width: 150px;
      position: absolute;
      right: 30px;
      top: 10px; }
    #dashboardCollaborateur .contenu .espace {
      width: calc(100% - 150px);
      float: left;
      background: white;
      padding: 25px 75px;
      box-shadow: -2px -2px 17px black;
      max-height: 60vh;
      overflow-y: scroll; }
      #dashboardCollaborateur .contenu .espace .form-elem {
        background: #FFFFFF;
        border: 0;
        border-bottom: 2px solid #5B5A5A; }
      #dashboardCollaborateur .contenu .espace .champ_verification {
        position: relative; }
        #dashboardCollaborateur .contenu .espace .champ_verification:before {
          content: '';
          position: absolute;
          left: -15px;
          top: 15px;
          width: 8px;
          height: 8px;
          border-radius: 50%; }
        #dashboardCollaborateur .contenu .espace .champ_verification.champ_ok:before {
          background-color: green; }
        #dashboardCollaborateur .contenu .espace .champ_verification.champ_erreur:before {
          background-color: #e20a17; }
        #dashboardCollaborateur .contenu .espace .champ_verification.champ_manquant:before {
          background-color: #e20a17; }
        #dashboardCollaborateur .contenu .espace .champ_verification.champ_attente:before {
          background-color: orange; }
    #dashboardCollaborateur .contenu table {
      border-collapse: collapse; }
      #dashboardCollaborateur .contenu table tr {
        position: relative;
        width: 100%; }
        #dashboardCollaborateur .contenu table tr:after {
          position: absolute;
          bottom: -2px;
          width: 100%;
          height: 2px;
          content: '';
          background: black;
          left: 0; }
        #dashboardCollaborateur .contenu table tr td i.fa {
          font-size: 22px;
          margin: 5px 0;
          color: #9e9e9e; }
        #dashboardCollaborateur .contenu table tr:first-child:after {
          display: none; }
    #dashboardCollaborateur .contenu .oublie {
      color: #e10e49;
      margin: 0 auto;
      display: table; }
    #dashboardCollaborateur .contenu .bouton {
      padding: 1px 20px;
      clear: both;
      display: table;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      background: white;
      color: #e10e49;
      border: 2px solid #e10e49;
      border-radius: 25px;
      margin: 5px 0;
      border-collapse: initial; }
      #dashboardCollaborateur .contenu .bouton.bleu {
        background-color: white;
        color: #3fa8d0;
        border: 2px solid #3fa8d0; }
        #dashboardCollaborateur .contenu .bouton.bleu:hover {
          background-color: #02b5ff; }
      #dashboardCollaborateur .contenu .bouton:hover {
        background-color: #E20A17;
        color: white; }
    #dashboardCollaborateur .contenu .activable {
      cursor: pointer; }
      #dashboardCollaborateur .contenu .activable.bleu:hover {
        color: #02b5ff; }
      #dashboardCollaborateur .contenu .activable.rouge:hover {
        color: #E20A17; }
      #dashboardCollaborateur .contenu .activable.vert:hover {
        color: #276e22; }
    #dashboardCollaborateur .contenu .fa.definitif.vert {
      color: #2e9447; }
    #dashboardCollaborateur .contenu .fa.definitif.rouge {
      color: #e10e49; }
    #dashboardCollaborateur .contenu .fa.definitif.bleu {
      color: #3fa8d0; }
    #dashboardCollaborateur .contenu .fa.definitif.gris {
      color: #9e9e9e; }
    #dashboardCollaborateur .contenu .bouton_print {
      display: none; }
    #dashboardCollaborateur .contenu .double_colonne {
      display: table;
      width: 100%; }
      #dashboardCollaborateur .contenu .double_colonne .colonne_gauche {
        width: calc(25% - 10px);
        display: inline-table;
        margin-right: 10px; }
      #dashboardCollaborateur .contenu .double_colonne .colonne_droite {
        width: calc(75% - 10px);
        display: inline-table;
        margin-left: 10px; }
  #dashboardCollaborateur .photo img {
    max-width: 100%; }
  #dashboardCollaborateur .selecteur_pages {
    display: flex;
    width: 100%; }
  #dashboardCollaborateur .onglet {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(197, 197, 197, 0.3);
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Antonio Light', sans-serif;
    font-size: 25px;
    font-weight: 100;
    line-height: 35px;
    border-radius: 5px;
    align-items: flex-end;
    height: 30px;
    position: relative;
    top: 20px; }
    #dashboardCollaborateur .onglet span {
      justify-content: center;
      cursor: pointer;
      text-transform: uppercase;
      font-family: 'Antonio Light', sans-serif;
      font-size: 25px;
      font-weight: 100;
      line-height: 35px;
      border-radius: 5px; }
    #dashboardCollaborateur .onglet:hover {
      background-color: lightcoral; }
    #dashboardCollaborateur .onglet.selected {
      z-index: 50;
      background-color: white;
      color: #E20A17;
      box-shadow: -2px -2px 17px black;
      position: relative;
      font-family: 'Antonio Bold', sans-serif;
      font-size: 35px;
      padding: 20px 0;
      top: 0; }
      #dashboardCollaborateur .onglet.selected span.titre {
        z-index: 50;
        color: #E20A17;
        background-color: white;
        position: absolute;
        font-family: 'Antonio Bold', sans-serif;
        font-size: 35px;
        padding: 20px 0;
        top: 0;
        text-align: center; }
      #dashboardCollaborateur .onglet.selected:after {
        background-color: #fff;
        height: 30px;
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: -20px;
        width: 100%; }
      #dashboardCollaborateur .onglet.selected .last_colonne {
        z-index: 55;
        /* right: calc((100% - 22px) / 2); */
        top: 59px; }
    #dashboardCollaborateur .onglet .nombre_erreur {
      position: absolute;
      right: 10px;
      background-color: #e10e49;
      border-radius: 50%;
      top: 10px;
      font-size: 13px;
      line-height: 17px;
      text-align: center;
      font-weight: bold;
      min-width: 12px;
      padding: 1px 5px 4px;
      color: #FFFFFF; }
  #dashboardCollaborateur .espace_fichiers li {
    display: block;
    margin-bottom: 5px; }
  #dashboardCollaborateur #connexionMention {
    position: relative;
    bottom: 0;
    padding: 15px 0;
    z-index: 1; }

.infos_manquante {
  text-align: left;
  display: none; }
  .infos_manquante li {
    font-size: 10px;
    color: coral;
    font-weight: bold; }
  .infos_manquante.visible {
    display: table;
    margin-bottom: 20px; }

@media only screen and (max-width: 1720px) {
  .dashboard .colonne_droite {
    padding-top: 0;
    width: calc(100% - 10px);
    clear: both; }

  .dashboard .colonne_gauche {
    width: 100%; } }
@media only screen and (max-width: 1200px) {
  #contentTitre {
    left: 50px; }

  #connexionContent .photo {
    display: none; }

  #connexionMention {
    position: relative;
    bottom: 0; } }
@media only screen and (max-width: 960px) {
  .dashboard .colonne_gauche .colonne_double {
    width: calc(100% - 30px); }
  .dashboard .colonne_gauche .bloc {
    width: 100%;
    margin-right: 0; }
  .dashboard .colonne_gauche .zone_documents {
    width: 100%; }

  .dashboard .colonne_droite {
    width: 100%; }

  h1 {
    font-size: 20px;
    line-height: 30px; }

  #headerCompte img.image_user {
    display: none; }

  #headerCompte #clochetteNotification.image_user {
    left: -35px; }

  #headerCompte #accesGlpi {
    left: -110px; } }
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 15px; }

  #headerCompte {
    border-left: 0; }

  #headerCompte p, #headerDeco {
    line-height: 70px; }

  #headerCompte #clochetteNotification.image_user {
    left: -15px; }

  #connexionContent {
    width: calc(100% - 80px); }
    #connexionContent .contenu {
      padding: 50px 30px 30px 30px; }

  #headerCompte #accesGlpi {
    left: 50px;
    top: 0;
    max-width: 50px; }

  .colonne_double {
    width: 100%;
    float: none; }
    .colonne_double:first-of-type {
      width: 100%;
      margin-right: 0;
      text-align: center; }

  .tableau_jours {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow-x: scroll; }

  .legende {
    margin-top: 150px; }
    .legende .info_legende {
      width: calc(100% - 30px); }
      .legende .info_legende .colonne_gauche, .legende .info_legende .colonne_droite {
        width: 100%; }

  .tableau_activite table {
    width: 1000px; }

  .page_meteo .colonne_gauche {
    width: calc(100% - 40px) !important;
    text-align: center; }

  .page_meteo .colonne_droite {
    width: 90% !important;
    display: table !important;
    margin: 0 auto; }
    .page_meteo .colonne_droite #ChartRadar {
      width: 100% !important; }

  .form-submit {
    margin: 5px auto;
    display: table; }

  .zone_label div:first-of-type {
    margin: 0 auto;
    max-width: 70% !important; } }
@media only screen and (max-width: 500px) {
  .dashboard .colonne_gauche .bloc {
    min-width: 0; }

  .dashboard .colonne_gauche .bloc .contenu {
    padding: 15px 10px;
    display: table;
    width: calc(100% - 20px); }

  .dashboard .colonne_gauche .bloc .contenu .icone {
    width: 100%; }
    .dashboard .colonne_gauche .bloc .contenu .icone:first-child {
      margin-right: 0;
      margin-bottom: 15px; }

  #contentTitre {
    height: 30px; }

  h1 {
    line-height: 15px; } }
/* Import bootstrap */
/* Class de base pour la mise en forme des champs */
.form-elem {
  width: calc(100% - 26px);
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 13px;
  padding: 8px 12px;
  color: #3a3f52; }

/* regroupement de champ */
.form-bloc {
  padding: 15px;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .form-bloc h3 {
    padding-bottom: 15px; }
  .form-bloc input:last-child {
    margin-bottom: 0px; }

/* Design pour le placeholder */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
  font-size: 14px; }
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-size: 14px; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px; }
input:focus,
textarea:focus {
  padding-bottom: 10px;
  border-bottom: 3px solid #00a99d; }
input.small,
textarea.small {
  max-width: 180px; }
input.medium,
textarea.medium {
  max-width: 300px; }
input.big,
textarea.big {
  max-width: 500px; }

textarea {
  height: 100px; }

/* Tailles du champ de type select */
select.form-elem {
  width: auto; }
select.small {
  max-width: 204px; }
select.medium {
  max-width: 324px; }
select.big {
  max-width: 524px; }

/* Désactiver un champ */
input.disabled,
textarea.disabled,
select.disabled {
  background-color: #ccc;
  cursor: Not-Allowed; }

/* Radio + Checkbox */
.form-radio,
.form-checkbox {
  margin-bottom: 20px; }

/* élémen de liste */
.liste {
  width: calc(100% - 26px);
  height: 190px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 8px 12px;
  height: auto; }
  .liste input {
    display: inline-block;
    vertical-align: middle; }
  .liste p {
    height: 23px; }
  .liste.small {
    max-width: 180px; }
  .liste.medium {
    max-width: 300px; }
  .liste.big {
    max-width: 500px; }

/* Label du formulaire */
label {
  font-size: 14px;
  display: block;
  padding-bottom: 2px; }

/* Légende en dessous des champs + label + liste */
.form-legende {
  width: 100%;
  margin: -10px 0 5px 0;
  font-style: italic;
  font-size: 13px;
  color: #999; }

/* Retour d'image dans le formulaire */
.form-image {
  margin-bottom: 20px; }
  .form-image.small {
    max-width: 204px; }
  .form-image.medium {
    max-width: 324px; }
  .form-image.big {
    max-width: 524px; }
  .form-image img {
    max-width: 100%; }

/* Class de base pour la mise en forme des boutons */
.form-submit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0px;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  background-color: #3a3f52;
  border-color: #2f3443;
  font-size: 16px;
  font-weight: 300;
  -moz-transition-property: background, border-color;
  -o-transition-property: background, border-color;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
  -moz-transition-property: 0.3s;
  -o-transition-property: 0.3s;
  -webkit-transition-property: 0.3s;
  transition-property: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .form-submit:hover {
    background-color: #2f3443;
    border-color: #232631; }
  .form-submit:active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .form-submit.turquoise {
    background-color: #00a99d;
    border-color: #009085; }
    .form-submit.turquoise:hover {
      background-color: #009085;
      border-color: #007169; }
    .form-submit.turquoise:active {
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .form-submit.rouge {
    background-color: #e10e49;
    border-color: #c90d41; }
    .form-submit.rouge:hover {
      background-color: #c90d41;
      border-color: #ac0b38; }
    .form-submit.rouge:active {
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .form-submit.small {
    max-width: 204px; }
  .form-submit.medium {
    max-width: 324px; }
  .form-submit.big {
    max-width: 524px; }
  .form-submit .fa {
    margin-right: 5px; }

#recherche {
  width: auto;
  margin-bottom: 30px;
  text-align: right; }
  #recherche input,
  #recherche select {
    margin-bottom: 0px;
    display: inline-block; }
  #recherche select {
    padding: 7px 11px; }
  #recherche input {
    padding: 8px 11px; }
  #recherche button {
    height: 43px;
    width: 43px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    background: none;
    display: inline-block;
    color: #3a3f52; }
  #recherche form.filtre_present {
    padding-top: 18px;
    float: right;
    width: 25%; }
  #recherche form.filtre_des_resultats {
    float: left;
    width: 75%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0; }

.message {
  width: calc(100% - 55px);
  padding: 20px 20px 20px 35px;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  clear: both; }
  .message h3 {
    padding-bottom: 5px; }
  .message.medium {
    width: 290px; }
  .message.big {
    width: 490px; }
  .message.small {
    width: 170px; }
  .message#erreur h3 {
    color: #e10e49; }
  .message#erreur span {
    background-color: #e10e49; }
  .message#succes h3 {
    color: #00a99d; }
  .message#succes span {
    background-color: #00a99d; }
  .message#infos h3 {
    color: #3a3f52; }
  .message#infos span {
    background-color: #3a3f52; }

.messageCouleur {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6px;
  display: block; }

/* DropDown */
.dropDown {
  position: relative; }

.dropDownMenu, .dropDownNotificationListe {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  z-index: 999; }
  .dropDownMenu.shadow, .dropDownNotificationListe.shadow {
    -webkit-box-shadow: 2px 2px 12px #cccccc;
    -moz-box-shadow: 2px 2px 12px #cccccc;
    box-shadow: 2px 2px 12px #cccccc; }
  .dropDownMenu ul, .dropDownNotificationListe ul {
    list-style: none; }
    .dropDownMenu ul a, .dropDownNotificationListe ul a {
      padding: 2px 0px;
      color: #999;
      font-weight: 300;
      display: block;
      -moz-transition-property: opacity, color;
      -o-transition-property: opacity, color;
      -webkit-transition-property: opacity, color;
      transition-property: opacity, color;
      -moz-transition-property: 0.3s;
      -o-transition-property: 0.3s;
      -webkit-transition-property: 0.3s;
      transition-property: 0.3s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      .dropDownMenu ul a:hover, .dropDownNotificationListe ul a:hover {
        opacity: 0.6; }
      .dropDownMenu ul a .fa, .dropDownNotificationListe ul a .fa {
        padding-left: 5px; }

#menu .menuNav {
  width: calc(100% - 60px);
  padding: 17px 20px 17px 40px;
  background-color: #23232d;
  display: block;
  color: #fff;
  border-bottom: 1px solid #18181f;
  position: relative;
  font-weight: 300;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-property: 0.3s;
  -o-transition-property: 0.3s;
  -webkit-transition-property: 0.3s;
  transition-property: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #menu .menuNav .fa:first-child {
    padding-right: 15px; }
  #menu .menuNav .fa-angle-right {
    position: absolute;
    right: 15px;
    color: #999;
    -moz-transition-property: transform, color;
    -o-transition-property: transform, color;
    -webkit-transition-property: transform, color;
    transition-property: transform, color;
    -moz-transition-property: 0.3s;
    -o-transition-property: 0.3s;
    -webkit-transition-property: 0.3s;
    transition-property: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  #menu .menuNav:hover {
    color: #00a99d; }
    #menu .menuNav:hover .fa-angle-right {
      color: #00a99d; }
  #menu .menuNav.active .fa-angle-right {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
  #menu .menuNav.current {
    color: #00a99d; }
    #menu .menuNav.current .fa-angle-right {
      color: #00a99d;
      -webkit-transform: rotateZ(90deg);
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      transform: rotateZ(90deg); }
    #menu .menuNav.current:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 7px;
      background-color: #00a99d; }
    #menu .menuNav.current .nombre_erreur {
      left: 12px;
      color: #FFFFFF; }
    #menu .menuNav.current .petit_nombre_erreur {
      left: 6px;
      color: #FFFFFF; }
#menu ul {
  display: none;
  width: 100%;
  background-color: #23232d;
  border-bottom: 1px solid #18181f; }
  #menu ul.current {
    display: block; }
  #menu ul li {
    padding: 3px 0;
    position: relative; }
    #menu ul li a {
      width: calc(100% - 40px);
      padding-left: 40px;
      display: block;
      color: #cccccc;
      font-weight: 300;
      -moz-transition-property: color;
      -o-transition-property: color;
      -webkit-transition-property: color;
      transition-property: color;
      -moz-transition-property: 0.3s;
      -o-transition-property: 0.3s;
      -webkit-transition-property: 0.3s;
      transition-property: 0.3s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      #menu ul li a .fa {
        padding-right: 5px;
        font-size: 13px; }
      #menu ul li a:hover {
        color: #00a99d; }
    #menu ul li.current a {
      color: #00a99d; }
    #menu ul li:first-child {
      padding-top: 20px; }
    #menu ul li:last-child {
      padding-bottom: 20px; }
    #menu ul li.indent {
      width: calc(100% - 60px);
      padding: 10px 20px 0px 40px; }
      #menu ul li.indent indent {
        color: #ccc;
        padding-left: 20px;
        font-weight: bold; }
      #menu ul li.indent ul {
        list-style-type: none; }
        #menu ul li.indent ul li:first-child {
          padding-top: 5px; }
        #menu ul li.indent ul li a {
          padding-left: 10px;
          width: calc(100% - 10px); }
      #menu ul li.indent:last-of-type ul {
        border-bottom: 0; }
#menu .nombre_erreur {
  position: absolute;
  left: 5px;
  background-color: #e10e49;
  padding: 1px 5px;
  border-radius: 50%;
  top: 15px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  min-width: 12px; }
#menu .petit_nombre_erreur {
  position: absolute;
  left: 6px;
  background-color: #e10e49;
  padding: 0 4px;
  border-radius: 50%;
  top: 20px;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  min-width: 13px; }
#menu .indent .petit_nombre_erreur {
  left: -15px;
  top: 6px; }

#notificationMenu li {
  position: relative; }
#notificationMenu .cancelNotification {
  position: absolute;
  right: -23px;
  text-align: center;
  margin: 0 auto;
  width: 20px;
  top: 0;
  cursor: pointer;
  color: #999;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-property: 0.5s;
  -o-transition-property: 0.5s;
  -webkit-transition-property: 0.5s;
  transition-property: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  #notificationMenu .cancelNotification:hover {
    color: #e10e49; }
  #notificationMenu .cancelNotification i {
    padding-left: 0; }

#breadcrumb {
  width: 100%; }
  #breadcrumb ul {
    list-style: none;
    display: inline-block;
    background-color: #00a99d;
    padding: 10px 30px; }
    #breadcrumb ul li {
      display: inline-block;
      font-size: 14px;
      color: #fff; }
      #breadcrumb ul li a {
        font-size: 14px;
        color: #10ffee;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -moz-transition-property: 0.3s;
        -o-transition-property: 0.3s;
        -webkit-transition-property: 0.3s;
        transition-property: 0.3s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease; }
        #breadcrumb ul li a:hover {
          opacity: 0.5; }
      #breadcrumb ul li .divider {
        padding: 0px 4px;
        color: #10ffee; }

/* CSS Document */
.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table th {
    background-color: #3a3f52;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 0px; }
    .table th.left {
      text-align: left;
      padding-left: 10px; }
    .table th.triable {
      position: relative;
      padding-left: 30px; }
      .table th.triable .contenu_triable {
        position: relative; }
        .table th.triable .contenu_triable i {
          cursor: pointer;
          cursor: pointer;
          font-size: 20px;
          margin-left: 10px; }
          .table th.triable .contenu_triable i.greyed {
            color: #868690; }
  .table tr {
    background-color: #fff; }
    .table tr:nth-child(odd) {
      background-color: #f4f4f4; }
  .table td {
    padding: 5px 0px;
    text-align: center; }
    .table td.left {
      text-align: left;
      padding-left: 10px; }
  .table.big {
    width: 800px; }
  .table.medium {
    width: 600px; }
  .table.small {
    width: 450px; }

.tableDate {
  color: #999;
  font-style: italic;
  padding-bottom: 5px;
  font-size: 14px; }

.tableAction {
  font-size: 24px;
  color: #3a3f52;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-property: 0.4s;
  -o-transition-property: 0.4s;
  -webkit-transition-property: 0.4s;
  transition-property: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .tableAction:hover {
    opacity: 0.4; }
  .tableAction.turquoise {
    color: #00a99d; }
  .tableAction.rouge {
    color: #e10e49; }

.tableImage {
  width: 50%;
  margin: 0px 5%; }

/* CSS Document */
#pagination {
  width: 100%;
  padding: 20px 0px; }
  #pagination ul li {
    list-style: none;
    float: left;
    margin-right: 3px; }
    #pagination ul li a, #pagination ul li p {
      color: #3a3f52;
      padding: 7px 11px;
      display: block;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    #pagination ul li.active p {
      background-color: #3a3f52;
      color: #fff; }
    #pagination ul li:hover a {
      background-color: #e10e49;
      color: #fff; }

.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  color: #fff;
  background-color: #3a3f52;
  border-color: #2f3443;
  font-size: 16px;
  font-weight: 300;
  -moz-transition-property: background, border-color;
  -o-transition-property: background, border-color;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
  -moz-transition-property: 0.3s;
  -o-transition-property: 0.3s;
  -webkit-transition-property: 0.3s;
  transition-property: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
  .btn:hover {
    background-color: #2f3443;
    border-color: #232631; }
  .btn :active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .btn.turquoise {
    background-color: #00a99d;
    border-color: #009085; }
    .btn.turquoise:hover {
      background-color: #009085;
      border-color: #007169; }
    .btn.turquoise:active {
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .btn.rouge {
    background-color: #e10e49;
    border-color: #c90d41; }
    .btn.rouge:hover {
      background-color: #c90d41;
      border-color: #ac0b38; }
    .btn.rouge:active {
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16); }
  .btn .fa {
    margin-right: 5px; }

/* Mobile */
@media screen and (max-width: 1200px) {
  #headerMobile {
    display: block; }

  #menu {
    -webkit-transform: translateX(-180px);
    -moz-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    transform: translateX(-180px); }

  #container {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    width: 100%; } }

/*# sourceMappingURL=app.css.map */
