@charset "UTF-8";

/*!
 *  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-face {
  font-family: FontAwesome;
  src: url(../../../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(../../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../../../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal
}

.cs-select ul,ol,ul {
  list-style: none;
}

.btn,.offcanvas-nav a.nav-first-level,.section-presentation li,.section-rassurance ul,body.home .hero .scroll-button {
  text-transform: uppercase;
}

.dossier-step:active,.dossier-step:focus,.dossier-step:hover,.mn-add-person.btn:active:focus,.person-item:hover .overlay a,div.cs-select:focus {
  outline: 0;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,td,th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

.fa-fw,.fa-li {
  text-align: center;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

.fa,.fa-stack {
  display: inline-block;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-1x{
  font-size: 20px;
  color:#6ABD9D
}
.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;
}

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

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

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

.pull-left {
  float: left;
}

.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(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  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-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  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;
}

.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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
  content: "";
}

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

.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
  content: "";
}

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

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

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

.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "";
}

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

.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-battery-4:before,.fa-battery-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: "";
}

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

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

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

.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before {
  content: "";
}

.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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;
}

@font-face {
  font-family:'Maison Neue';src:url(../fonts/MaisonNeue/maisonneue-book-webfont.eot);src:url(../fonts/MaisonNeue/maisonneue-book-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/MaisonNeue/maisonneue-book-webfont.woff2) format("woff2"),url(../fonts/MaisonNeue/maisonneue-book-webfont.woff) format("woff"),url(../fonts/MaisonNeue/maisonneue-book-webfont.ttf) format("truetype"),url(../fonts/MaisonNeue/maisonneue-book-webfont.svg#maison_neuebook) format("svg");font-weight:300;font-style:normal;
}

@font-face {
  font-family:'Maison Neue';src:url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.eot);src:url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.woff2) format("woff2"),url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.woff) format("woff"),url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.ttf) format("truetype"),url(../fonts/MaisonNeue/maisonneue-bookitalic-webfont.svg#maison_neuebook_italic) format("svg");font-weight:300;font-style:italic;
}

@font-face {
  font-family:'Maison Neue';src:url(../fonts/MaisonNeue/maisonneue-demi-webfont.eot);src:url(../fonts/MaisonNeue/maisonneue-demi-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/MaisonNeue/maisonneue-demi-webfont.woff2) format("woff2"),url(../fonts/MaisonNeue/maisonneue-demi-webfont.woff) format("woff"),url(../fonts/MaisonNeue/maisonneue-demi-webfont.ttf) format("truetype"),url(../fonts/MaisonNeue/maisonneue-demi-webfont.svg#maison_neuedemi) format("svg");font-weight:400;font-style:normal;
}

@font-face {
  font-family:'Maison Neue';src:url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.eot);src:url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.woff2) format("woff2"),url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.woff) format("woff"),url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.ttf) format("truetype"),url(../fonts/MaisonNeue/maisonneue-demiitalic-webfont.svg#maison_neuedemi_italic) format("svg");font-weight:400;font-style:italic;
}

.bg-cs0 {
  background: #00ddc2;
}

.bg-cs1 {
  background: #00aa95;
}

.bg-cs2 {
  background: #6ABD9D;
}

.bg-cs3 {
  background: #2070a6;
}

.bg-cs4 {
  background: #424CAC;
}

.bg-cs5 {
  background: #7D53B1;
}

.bg-cs6 {
  background: #ED693B;
}

.bg-cs7 {
  background: #E6323F;
}

.form-cs1 .title {
  color: #6ABD9D;
}

.form-cs2 .title {
  color: #6ABD9D;
}

.form-cs3 .title {
  color: #6ABD9D;
}

.form-cs4 .title {
  color: #6ABD9D;
}

.form-cs5 .title {
  color: #6ABD9D;
}

.mn-icon {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: rgba(0,0,0,.05) 0 0 8px;
  -webkit-box-shadow: rgba(0,0,0,.05) 0 0 8px;
  box-shadow: rgba(0,0,0,.05) 0 0 8px;
  background-color: #FFF;
  margin: 0 auto 20px;
}

.mn-icon:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../../../img/icons-presentation.svg);
  position: absolute;
  background-size: 300px 50px;
  top: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
}

.no-svg .mn-icon:after {
  background-image: url(../../../img/icons-presentation.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .mn-icon:after {
    background-image: url(../../../img/icons-presentation@2x.png);
  }
}

.mn-icon.icon-rule:after {
  background-position: 4px 2px;
}

.mn-icon.icon-gem:after {
  background-position: -47px 2px;
}

.mn-icon.icon-timer:after {
  background-position: -97px 0;
}

.mn-icon.icon-computer:after {
  background-position: -147px 2px;
}

.mn-icon.icon-books:after {
  background-position: -197px 2px;
}

.mn-icon.icon-flag:after {
  background-position: -248px 2px;
}

.icon-building {
  background-position: 0 0;
}

.icon-pyramid {
  background-position: -300px 0;
}

.icon-suitcase {
  background-position: -240px 0;
}

.icon-tag {
  background-position: -60px 0;
}

[class^=circle-] {
  display: inline-block;
  height: 16px;
  width: 16px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  position: relative;
  top: 5px;
}

[class^=circle-].circle-blue-1 {
  background-color: #80B1E0;
}

[class^=circle-].circle-blue-2 {
  background-color: #00A3B4;
}

[class^=circle-].circle-green-1 {
  background-color: #6BBD99;
}

[class^=circle-].circle-green-2 {
  background-color: #76B849;
}

[class^=circle-].circle-green-3 {
  background-color: #D6D544;
}

[class^=circle-].circle-yellow-1 {
  background-color: #F1CD5F;
}

[class^=circle-].circle-orange-1 {
  background-color: #F3983F;
}

[class^=circle-].circle-orange-2 {
  background-color: #E2574C;
}

[class^=circle-].circle-red-1 {
  background-color: #f3543f;
}

[class^=circle-].circle-violet-1 {
  background-color: #B45A9F;
}

.text-orange {
  color: #E2574C;
}

.text-bleu {
  color: #0072AE;
}

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #FFF;
  z-index: 100;
  width: 100%;
  max-width: 500px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-select>span {
  padding-right: 3em;
}

.cs-select .cs-selected span::after,.cs-select>span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select>span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active>span::after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup>span {
  cursor: default;
}

.container-fluid {
  max-width: 1250px;
}

h1,h2,h3,h4,label {
  font-weight: 400;
}

p {
  margin-bottom: 1.3em;
}

h1,h2,h3,h4 {
  margin: 1.414em 0 .5em;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 3.998em;
}

h2 {
  font-size: 2.827em;
}

h3 {
  font-size: 1.999em;
}

h4 {
  font-size: 1.414em;
}

.font_small,small {
  font-size: .707em;
}

em {
  font-style: italic;
}

.btn,.navbar-links>a {
  font-weight: 300;
  color: #FFF;
}

.btn {
  background: #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 28px;
}

.btn:active,.btn:focus,.btn:hover {
  color: #FFF;
}

hr {
  border-top: none;
}

.hr-with-logo {
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-xsmall.svg);
  background-size: 19px 17px;
  background-position: center center;
  margin: 4em 0 2em;
  width: 100%;
  height: 17px;
  display: block;
  position: relative;
}

.no-svg .hr-with-logo {
  background-image: url(../../../img/logo-manewco-xsmall.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .hr-with-logo {
    background-image: url(../../../img/logo-manewco-xsmall@2x.png);
  }
}

.hr-with-logo:after,.hr-with-logo:before {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 8px;
}

.hr-with-logo:before {
  right: 50%;
  margin-right: 29px;
}

.hr-with-logo:after {
  left: 50%;
  margin-left: 29px;
}

.hr-with-logo.white {
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-xsmall-white.svg);
  background-size: 19px 17px;
}

.no-svg .hr-with-logo.white {
  background-image: url(../../../img/logo-manewco-xsmall-white.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .hr-with-logo.white {
    background-image: url(../../../img/logo-manewco-xsmall-white@2x.png);
  }
}

.hr-with-logo.white:after,.hr-with-logo.white:before {
  background: #FFF;
}

#mainHeader {
  position: relative;
  z-index: 100;
}

#mainHeader .container-fluid {
  max-width: 100%;
}

#mainHeader .navbar-default {
  border: none;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#mainHeader .navbar-header {
  float: none;
  padding-right: 8%;
}

@media (min-width:992px) {
  #mainHeader .navbar-header {
    padding-right: 0;
  }

  .navbar-toggle {
    margin-left: 4em;
  }
}

#mainHeader .navbar-home {
  background: 0 0;
}

#mainHeader .navbar-app {
  background: #000;
  min-height: 66px;
}

.navbar-toggle {
  display: block!important;
  border: none;
  padding: 9px 0 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 10002;
}

.navbar-toggle .icon-bar {
  width: 23px;
  height: 3px;
  background-color: #FFF;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transition: -moz-transform .3s ease-out,opacity .3s ease-out;
  -o-transition: -o-transform .3s ease-out,opacity .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
  transition: transform .3s ease-out,opacity .3s ease-out;
}

.navbar-toggle:focus,.navbar-toggle:hover {
  background: 0 0;
}

body.sidemenu-on .navbar-toggle .icon-bar {
  background-color: #CCC;
  -moz-transition: -moz-transform .3s ease-out .1s,opacity .3s ease-out;
  -o-transition: -o-transform .3s ease-out .1s,opacity .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
  -webkit-transition-delay: .1s,0s;
  transition: transform .3s ease-out .1s,opacity .3s ease-out;
}

body.sidemenu-on .navbar-toggle .icon-bar.top {
  -moz-transform: translate(4.36px,0) rotate(45deg);
  -ms-transform: translate(4.36px,0) rotate(45deg);
  -webkit-transform: translate(4.36px,0) rotate(45deg);
  transform: translate(4.36px,0) rotate(45deg);
}

body.sidemenu-on .navbar-toggle .icon-bar.middle {
  -moz-transform: translate(-40px,0);
  -ms-transform: translate(-40px,0);
  -webkit-transform: translate(-40px,0);
  transform: translate(-40px,0);
  filter: alpha(Opacity=0);
  opacity: 0;
}

body.sidemenu-on .navbar-toggle .icon-bar.bottom {
  -moz-transform: translate(2px,3px) rotate(-45deg);
  -ms-transform: translate(2px,3px) rotate(-45deg);
  -webkit-transform: translate(2px,3px) rotate(-45deg);
  transform: translate(2px,3px) rotate(-45deg);
}

.navbar-brand {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco.svg);
  background-size: 155px 50px;
  background-position: center left;
  width: 155px;
  margin-left: 15px!important;
}

.no-svg .navbar-brand {
  background-image: url(../../../img/logo-manewco.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .navbar-brand {
    background-image: url(../../../img/logo-manewco@2x.png);
  }
}

.navbar-brand+.label {
  display: inline-block;
  background: #5C9FD6;
  margin: 17px 0 0 5px;
}

.navbar-links {
  float: right;
}

.navbar-links>a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
  margin-left: 4em;
}

.navbar-links>a:hover {
  text-decoration: none;
}

@media (min-width:992px) {
  .navbar-links>a {
    display: inline-block;
  }
}

.navbar-links>a.admin-link {
  background: #5C9FD6;
  padding: 0 10px;
}

.offcanvas-nav {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  background: #000;
  color: #FFF;
  width: 400px;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  overflow-y: scroll;
}

body.sidemenu-on .offcanvas-nav {
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.offcanvas-nav .content {
  padding: 60px 80px;
}

.offcanvas-nav .btn {
  border: 3px solid #999;
  margin-bottom: 25px;
  width: 100%;
  font-size: 13px;
  font-size: .8125rem;
  padding: 15px;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.offcanvas-nav .btn:hover {
  background-color: #1a1a1a;
}

.offcanvas-nav .divider {
  height: 30px;
}

.offcanvas-nav a {
  color: #999;
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-size: .9375rem;
}

#cookie-disclaimer {
  background: #2196f3;
  color: #FFF;
  display: none;
}

#cookie-disclaimer.active,#mainFooter .col-assistance,#mainFooter .col-follow,#mainFooter .col-links,#mainFooter .col-logo {
  display: block;
}

#cookie-disclaimer .content {
  padding: 10px 0 0;
  font-size: 13px;
  font-size: .8125rem;
}

#cookie-disclaimer .content p {
  margin: 0;
}

#cookie-disclaimer .content p>a {
  color: #b2dbfb;
}

#cookie-disclaimer .close {
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  filter: alpha(enabled=false);
  opacity: 1;
  font-size: 18px;
  font-size: 1.125rem;
}

#mainFooter {
  background: #191919;
  color: #FFF;
  font-size: 13px;
  font-size: .8125rem;
  margin-top: 2em;
}

@media (min-width:768px) {
  #mainFooter {
    margin-top: 0;
    padding: 3em 0;
  }
}

#mainFooter .container {
  padding-bottom: 30px;
}

#mainFooter .logo {
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-vertical.svg);
  background-size: 100%;
  background-position: center;
  width: 80%;
  height: 92px;
  max-width: 216px;
  margin: 0 auto;
  display: block;
}

.no-svg #mainFooter .logo {
  background-image: url(../../../img/logo-manewco-vertical.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg #mainFooter .logo {
    background-image: url(../../../img/logo-manewco-vertical@2x.png);
  }
}

#mainFooter .logo+p {
  font-size: 13px;
  font-size: .8125rem;
  text-align: center;
}

#footer .col-assistance .email {
  font-weight: 700;
}

#footer .col-assistance .fa-phone {
  background: #FFF;
  display: inline-block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: .5em;
  color: #000;
  line-height: 40px;
  text-align: center;
}

#footer .col-assistance div.phone {
  margin-top: 10px;
}

#footer .col-assistance .phone-number {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 40px;
}

#mainFooter .col-links ul {
  width: 50%;
  float: left;
}

#mainFooter .col-links a {
  color: #d6d6d6;
  text-decoration: none;
  line-height: 2em;
}

#footer .col-follow .follow-newsletter {
  margin: 10px 0 0;
  float: left;
}

#footer .col-follow input {
  color: #bababa;
  height: 35px;
  margin-left: -6px;
  width: 190px!important;
}

#footer .col-follow button {
  padding: 5px 3px;
  margin-top: -5px;
}

#mainFooter .col-assistance,#mainFooter .col-follow,#mainFooter .col-links,#mainFooter .col-logo {
  height: 150px;
  margin-top: 30px;
}

#mainFooter .col-assistance,#mainFooter .col-links,#mainFooter .col-logo {
  border-right: none;
}

@media (min-width:768px) {
  #mainFooter .col-follow input {
    width: 270px;
  }

  #mainFooter .col-assistance,#mainFooter .col-follow,#mainFooter .col-links,#mainFooter .col-logo {
    margin-top: 0;
  }

  #mainFooter .col-assistance,#mainFooter .col-links,#mainFooter .col-logo {
    border-right: 1px solid #5d5d5d;
  }
}

#mainFooter .col-assistance,#mainFooter .col-follow,#mainFooter .col-links {
  padding-top: 1em;
  text-align: center;
}

#mainFooter .col-assistance p,#mainFooter .col-follow p,#mainFooter .col-links p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5em;
}

#mainFooter .gray {
  color: #d6d6d6;
}

#mainFooter .white {
  color: #FFF;
}

body.app #mainFooter {
  margin-top: 30px;
}

body.home .hero .circle {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 48%;
  text-align: center;
  color: #FFF;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
  border-radius: 400px;
}

@media (min-width:768px) {
  body.home .hero .circle {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 35%;
    margin-left: -15%;
  }
}

@media (min-width:992px) {
  body.home .hero .circle {
    width: 30%;
  }
}

body.home .hero .circle h1,body.home .hero .circle h2 {
  font-size: 16px;
  font-size: 1rem;
  width: 65%;
  margin: 0 auto;
  font-weight: 300;
}

body.home .hero .circle hr {
  display: none;
}

@media (min-width:768px) {
  body.home .hero .circle h1,body.home .hero .circle h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  body.home .hero .circle hr {
    display: block;
    width: 35%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width:1200px) {
  body.home .hero .circle hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

body.home .hero .circle p {
  display: none;
}

@media (min-width:768px) {
  body.home .hero .circle p {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

body.home .hero .circle .icon {
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-creer.svg);
  background-size: 52.8px 33px;
  display: none;
  width: 52.8px;
  height: 33px;
  margin: 10px auto 15px;
}

.no-svg body.home .hero .circle .icon {
  background-image: url(../../../img/icon-creer.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg body.home .hero .circle .icon {
    background-image: url(../../../img/icon-creer@2x.png);
  }
}

body.home .hero .circle .inner {
  content: "";
  padding-top: 100%;
}

body.home .hero .circle .content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20%;
  width: 100%;
}

@media (min-width:768px) {
  body.home .hero .circle .content {
    padding-top: 20px;
  }
}

@media (min-width:1200px) {
  body.home .hero .circle .icon {
    display: block;
  }

  body.home .hero .circle .content {
    padding-top: 17%;
  }
}

body.home .hero .circle .btn {
  margin-top: 10px;
  padding: 3px 5px;
}

@media (min-width:768px) {
  body.home .hero .circle .btn {
    margin-top: 5px;
    padding: 7px 14px;
  }
}

@media (min-width:1200px) {
  body.home .hero .circle .btn {
    margin-top: 0;
    padding: 10px 28px;
  }
}

body.home .hero .circle-manewco {
  width: 100%;
  margin-top: 0;
}

@media (min-width:768px) {
  body.home .hero .circle-manewco {
    background: rgba(0,0,0,.6);
    width: 35%;
    margin-left: -17.5%;
  }
}

body.home .hero .circle-manewco h1 {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width:992px) {
  body.home .hero .circle-manewco {
    width: 30%;
    margin-left: -15%;
  }

  body.home .hero .circle-manewco h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

body.home .hero .circle-manewco .inner {
  display: none;
}

body.home .hero .circle-manewco .content {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media (min-width:768px) {
  body.home .hero .circle-manewco .inner {
    display: block;
  }

  body.home .hero .circle-manewco .content {
    position: absolute;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media (min-width:1200px) {
  body.home .hero .circle-manewco .content {
    padding-top: 17%;
  }
}

body.home .hero .circle-manewco .logo {
  display: none;
}

@media (min-width:768px) {
  body.home .hero .circle-manewco .logo {
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../../img/logo-manewco-vertical.svg);
    background-size: 162px 69px;
    width: 162px;
    height: 69px;
    margin: 0 auto 30px;
  }

  .no-svg body.home .hero .circle-manewco .logo {
    background-image: url(../../../img/logo-manewco-vertical.png);
  }
}

@media only screen and (min-width:768px) and (-moz-min-device-pixel-ratio:1.5),only screen and (min-width:768px) and (-o-min-device-pixel-ratio:3 / 2),only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:768px) and (min-device-pixel-ratio:1.5) {
  .no-svg body.home .hero .circle-manewco .logo {
    background-image: url(../../../img/logo-manewco-vertical@2x.png);
  }
}

@media (min-width:992px) {
  body.home .hero .circle-manewco .logo {
    display: block;
    background-size: 216px 92px;
    width: 216px;
    height: 92px;
    margin: 0 auto 30px;
  }
}

body.home .hero .circle-left {
  max-width: 200px;
}

@media (min-width:768px) {
  body.home .hero .circle-left {
    max-width: 100%;
    margin-left: -46%;
  }
}

@media (min-width:992px) {
  body.home .hero .circle-left {
    margin-left: -41%;
  }
}

body.home .hero .circle-right {
  max-width: 200px;
}

body.cms .pricing-offer .btn,body.cms .pricing-offer .header .btn {
  max-width: 100%;
}

@media (min-width:768px) {
  body.home .hero .circle-right {
    max-width: 100%;
    margin-left: 11%;
  }
}

body.home .hero .circle-orange,body.home .hero .circle-pink {
  background: #E2574C;
  color: #FFF;
}

body.home .hero .circle-green {
  background: #0072AE;
  color: #FFF;
}

body.home .hero .circle-green .icon {
  width: 22px;
  background-position: right top;
}

body.home .hero .scroll-button {
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-chevron.svg);
  background-size: 53px 29px;
  display: block;
  background-position: center bottom;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 200px;
  height: 60px;
  margin-left: -100px;
  color: #FFF;
  letter-spacing: .25em;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
}

.no-svg body.home .hero .scroll-button {
  background-image: url(../../../img/icon-chevron.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg body.home .hero .scroll-button {
    background-image: url(../../../img/icon-chevron@2x.png);
  }
}

.section {
  text-align: center;
  padding-bottom: 5em;
}

.section .section-title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.63em;
  letter-spacing: .1em;
  padding: 0;
  margin-bottom: 2em;
}

.section .hr-with-logo {
  margin-top: 5em;
}

.section hr {
  border-top: 1px solid rgba(0,0,0,.3);
  width: 35%;
}

.section.black {
  background: #000;
  color: #FFF;
}

.section.black hr {
  border-top: 1px solid #FFF;
}

.section-presentation ul {
  text-align: center;
  margin: 3em 0 0;
}

.section-presentation li {
  width: 49%;
  display: inline-block;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 2em;
  font-size: 12px;
  font-size: .75rem;
  vertical-align: top;
}

@media (min-width:768px) {
  .section-presentation ul {
    margin-left: 3em;
    margin-right: 3em;
  }

  .section-presentation li {
    font-size: 14px;
    font-size: .875rem;
  }
}

@media (min-width:992px) {
  .section .section-title {
    padding: 0 4.5em;
  }

  .section-presentation li {
    padding: 0 1em;
    display: inline;
    width: 20%;
    float: left;
    margin-bottom: 0;
  }
}

.section-rassurance .btn {
  width: 60%;
  margin-top: 3em;
}

.section-rassurance hr {
  width: 100%;
  margin-bottom: .5em;
}

.section-rassurance .section-title {
  padding: 0;
}

.section-rassurance ul {
  text-align: left;
  font-size: 14px;
  font-size: .875rem;
}

.section-rassurance ul>li>ul {
  text-transform: none;
}

body.cms #sideNav a,body.cms h1,body.cms h3,body.cms h4 {
  text-transform: uppercase;
}

.section-rassurance ul>li>ul li {
  border: none;
  padding: 0;
}

.section-rassurance ul li {
  padding: 1em 0 1em 72px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.section-rassurance ul i {
  position: absolute;
  left: 27px;
  top: 15px;
}

body.cms #sideNav,body.cms .hero [class^=col-] {
  position: relative;
}

#svg-rocket-wrapper {
  width: 100%;
  height: auto!important;
}

body.cms h1 {
  font-size: 1.75rem;
}

@media (min-width:768px) {
  body.cms h1 {
    font-size: 2.25rem;
  }

  body.cms .hero [class^=col-] {
    min-height: 230px;
  }
}

@media (min-width:992px) {
  body.cms h1 {
    font-size: 2.5rem;
  }
}

@media (min-width:1200px) {
  body.cms h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    padding: 0 18%;
  }

  body.cms .hero h2 {
    padding: 0 25%;
  }
}

body.cms h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

body.cms h3 {
  font-size: 17px;
  font-size: 1.0625rem;
}

body.cms h4 {
  font-size: 14px;
  font-size: .875rem;
}

body.cms strong {
  font-weight: 700;
}

body.cms .hero {
  background: #FFF;
  text-align: center;
}

body.cms .hero .hr-with-logo {
  margin: 1em 0;
}

@media (min-width:992px) {
  body.cms .hero .hr-with-logo {
    margin: 4em 0 2em;
  }
}

body.cms .hero h2 {
  margin-top: 0;
  margin-bottom: 1em;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
}

body.cms #sideNav {
  top: 2.5em;
}

body.cms #sideNav.is-fixed {
  top: 20px;
  width: calc(33.33333% - 30px);
}

body.cms #sideNav ul {
  border-bottom: 1px solid #000;
  /*background: #FFF;*/
}

body.cms #sideNav a,body.cms #sideNav li {
  display: block;
}

body.cms #sideNav a {
  border-top: 1px solid #000;
  padding: .75em 1em;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
}

body.cms #sideNav a.current {
  color: #424CAC;
}

body.cms .temporary-copy {
  font-style: italic;
  background-color: #FF0;
}

body.cms .pricing-table {
  text-align: center;
  position: relative;
}

body.cms .pricing-offer {
  display: block;
  width: 80%;
  padding: 1.5em;
  vertical-align: top;
  background: #FFF;
  border: 1px solid #d5d8d9;
}

@media (min-width:768px) {
  body.cms .pricing-offer {
    width: 45%;
    float: left;
    margin: 4em 0 2em;
    background: 0 0;
    border: none;
  }
}

@media (min-width:992px) {
  body.cms .pricing-offer {
    width: 30%;
  }
}

body.cms .pricing-offer .header {
  padding: 0;
}

body.cms .pricing-offer .header .title {
  margin: 0;
}

body.cms .pricing-offer .content {
  padding: 1em 2em;
}

body.cms .pricing-offer .title {
  margin-top: 1em;
  font-size: 30px;
  font-size: 1.875rem;
}

body.cms .pricing-offer .description {
  width: 65%;
  margin: 0 auto;
  min-height: 70px;
  filter: alpha(Opacity=50);
  opacity: .5;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 200;
}

body.cms .pricing-offer .pricing {
  margin-bottom: .75em;
}

body.cms .pricing-offer .pricing .number {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

body.cms .pricing-offer .badge {
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-xsmall-white.svg);
  background-size: 38px 34px;
  background-position: center;
  margin-top: calc(.5em - 40px);
  margin-bottom: 1.5em;
}

.no-svg body.cms .pricing-offer .badge {
  background-image: url(../../../img/logo-manewco-xsmall-white.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg body.cms .pricing-offer .badge {
    background-image: url(../../../img/logo-manewco-xsmall-white@2x.png);
  }
}

body.cms .pricing-offer:before {
  content: "";
  display: none;
  position: absolute;
  top: 4em;
  bottom: 2em;
  width: 45%;
  background: #FFF;
  border: 1px solid #d5d8d9;
  z-index: -1;
}

body.cms .pricing-1 {
  margin: 2em auto;
}

body.cms .pricing-1 .pricing,body.cms .pricing-1 .title {
  color: #E2574C;
}

body.cms .pricing-1 .badge {
  background-color: #E2574C;
}

@media (min-width:768px) {
  body.cms .pricing-offer:before {
    display: block;
  }

  body.cms .pricing-1 {
    margin-left: calc(5% - 5px);
  }

  body.cms .pricing-1:before {
    left: 5%;
    margin-left: -5px;
  }
}

@media (min-width:992px) {
  body.cms .pricing-offer:before {
    width: 30%;
  }

  body.cms .pricing-1 {
    margin-left: calc(20% - 5px);
  }

  body.cms .pricing-1:before {
    left: 20%;
    margin-left: -5px;
  }
}

body.cms .pricing-2 {
  margin: 2em auto;
}

body.cms .pricing-2 .pricing,body.cms .pricing-2 .title {
  color: #0072AE;
}

body.cms .pricing-2 .badge {
  background-color: #0072AE;
}

@media (min-width:768px) {
  body.cms .pricing-2 {
    margin-left: 5px;
  }
}

body.cms .pricing-2:before {
  left: 50%;
  margin-left: 5px;
}

body.cms .offre-components {
  padding-bottom: 3em;
}

body.cms .offre-components [class^=circle-] {
  top: 2px;
}

body.cms .offre-components li {
  margin-bottom: .5em;
}

body.cms .offre-components li span {
  display: inline-block;
  width: 94%;
  padding-left: 5px;
  vertical-align: top;
}

body.cms .options-row {
  background: #FFF;
  padding: 2em 0 3em;
}

body.cms .options-row .option-list h4 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: none;
  margin-bottom: 0;
}

body.cms .options-row .option-list div {
  color: #999;
  font-weight: 200;
  display: none;
  margin-top: 1em;
  font-size: 14px;
  font-size: .875rem;
  width: 80%;
}

body.cms .options-row .option-list .option-price {
  color: #424CAC;
  font-size: 400;
}

body.cms .options-row .option-list .option-price small {
  font-size: .5em;
}

body.cms .options-row .option-list li.active div {
  display: block;
}

body.cms #cms-bottom {
  padding: 3em 0;
  background: url(../../../img/hero-library.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
}

body.cms .expandable-zone.header [class^=circle-] {
  top: 1px;
}

body.cms .expandable-zone.header h3 {
  text-transform: none!important;
  color: #000;
}

body.cms.contact .cms-form>div {
  padding-bottom: 20px;
}

.cms-form label+ul {
  color: #f44336;
}

body.cms.contact .col-assistance-page {
  padding-bottom: 2em;
}

body.cms.contact .col-assistance-page .fa {
  float: left;
  background: #FFF;
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: .5em;
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: center;
}

.dossier-name,.dossier-number {
  margin: 0 auto;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.cms.contact .col-assistance-page .content small,body.cms.contact .col-assistance-page .content span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
}

body.cms.contact .col-assistance-page .content small.phone,body.cms.contact .col-assistance-page .content span.phone {
  font-size: 25px;
  font-size: 1.5625rem;
}

#sitemap-content .sitemap-list {
  padding: 2em 0;
}

#sitemap-content .sitemap-list li {
  line-height: 2;
}

#sitemap-content .sitemap-list li>ul {
  padding-left: 20px;
}

#mnapp-wrapper {
  position: static;
  z-index: 0;
}

#mnapp-wrapper .sticky,#mnapp-wrapper.fixed .sticky {
  position: relative;
  top: 0;
  width: 100%;
}

#mnapp-wrapper .dossier-content {
  min-height: 300px;
}

#mnapp-wrapper.fixed .sticky {
  z-index: 1000;
}

@media (min-width:992px) {
  #mnapp-wrapper.fixed .sticky {
    position: relative;
    top: 0;
    z-index: 1000;
  }

  #mnapp-wrapper.fixed .dossier-content {
    padding-top: 90px;
  }
}

.dossier-header {
  text-align: center;
  background: #FFF;
  height: 170px;
}

.dossier-name {
  font-size: 23px;
  font-size: 1.4375rem;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
  position: relative;
}

@media (min-width:992px) {
  .dossier-name {
    width: 60%;
  }
}

.dossier-name:after,.dossier-name:before {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-xsmall.svg);
  background-size: 19px 17px;
  height: 17px;
  width: 19px;
  position: absolute;
  bottom: 20px;
}

.no-svg .dossier-name:after,.no-svg .dossier-name:before {
  background-image: url(../../../img/logo-manewco-xsmall.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .dossier-name:after,.no-svg .dossier-name:before {
    background-image: url(../../../img/logo-manewco-xsmall@2x.png);
  }
}

.dossier-name:before {
  left: 0;
}

.dossier-name:after {
  right: 0;
}

.dossier-number {
  font-size: 10px;
  font-size: .625rem;
  display: block;
  width: 100%;
  background: #FFF;
  text-align: center;
  position: relative;
  top: -8px;
}

@media (min-width:768px) {
  .dossier-number {
    width: 25%;
  }
}

.dossier-step {
  display: inline-block;
  width: 25.641%;
  margin: 0 1% 30px;
  position: relative;
  filter: alpha(Opacity=70);
  opacity: .7;
  -moz-transition: opactity .3s ease-in-out;
  -o-transition: opactity .3s ease-in-out;
  -webkit-transition: opactity .3s ease-in-out;
  transition: opactity .3s ease-in-out;
}

.dossier-step-opacity {
  opacity: 1;
}

.dossier-navigation .dossier-step.editing,.dossier-step:hover {
  -moz-transition: opactity .3s ease-in-out;
  -o-transition: opactity .3s ease-in-out;
  -webkit-transition: opactity .3s ease-in-out;
  filter: alpha(enabled=false);
  opacity: 1;
}

.dossier-step .inner {
  padding-top: 100%;
}

.dossier-step .content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}

.dossier-step .icon {
  display: inline-block;
  height: 48px;
  width: 60px;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-dossier.svg);
  background-size: 360px 48px;
}

.no-svg .dossier-step .icon {
  background-image: url(../../../img/icon-dossier.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .dossier-step .icon {
    background-image: url(../../../img/icon-dossier@2x.png);
  }
}

.dossier-step .icon-tick {
  height: 32px;
  width: 32px;
  margin: 30px 0 10px;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-check.svg);
  background-size: 32px 32px;
  visibility: hidden;
}

.dossier-navigation .dossier-step.completed .icon-tick,.dossier-step .icon-tick.completed {
  visibility: visible;
}

.no-svg .dossier-step .icon-tick {
  background-image: url(../../../img/icon-check.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .dossier-step .icon-tick {
    background-image: url(../../../img/icon-check@2x.png);
  }
}

.dossier-step .step-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  letter-spacing: .1em;
  height: 30%;
}

.dossier-step hr {
  margin: 0;
  border-top: 1px solid #eee;
}

.dossier-step small {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.dossier-step:hover {
  transition: opactity .3s ease-in-out;
}

.dossier-navigation {
  text-align: center;
  padding: 15px 0 9px;
  background: #000;
  z-index: 10;
  display: none;
}

.dossier-navigation .dossier-step {
  width: 17%;
  margin-bottom: 0;
}

.dossier-navigation .dossier-step .step-title {
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 7px;
}

@media (min-width:992px) {
  .dossier-navigation .dossier-step {
    width: 12%;
  }

  .dossier-navigation .dossier-step .step-title {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 7.5%;
  }
}

.dossier-navigation .dossier-step .icon {
  display: none;
}

.dossier-navigation .dossier-step .icon-tick {
  display: block;
  height: 28px;
  width: 28px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-check.svg);
  background-size: 28px 28px;
}

.dossier-navigation .dossier-step small.completed,.dossier-navigation .dossier-step small.editing,.dossier-navigation .dossier-step.editing small.default {
  display: none;
}

.no-svg .dossier-navigation .dossier-step .icon-tick {
  background-image: url(../../../img/icon-check.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .dossier-navigation .dossier-step .icon-tick {
    background-image: url(../../../img/icon-check@2x.png);
  }
}

@media (min-width:992px) {
  .dossier-navigation .dossier-step .icon-tick {
    margin-top: 10px;
  }

  #displayForm .description,#displayOffers .description,#recapOffer .description,.presentation-forme .description {
    width: 92%;
  }
}

.dossier-navigation .dossier-step.editing {
  transition: opactity .3s ease-in-out;
  border: 3px solid #FFF;
}

.dossier-navigation .dossier-step.editing small.editing {
  display: inline;
}

.dossier-navigation .dossier-step.completed {
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-transition: opactity .3s ease-in-out;
  -o-transition: opactity .3s ease-in-out;
  -webkit-transition: opactity .3s ease-in-out;
  transition: opactity .3s ease-in-out;
}

.dossier-navigation .dossier-step.completed small.default,.dossier-navigation .dossier-step.completed small.editing {
  display: none;
}

.dossier-navigation .dossier-step.completed small.completed {
  display: inline;
}

.dossier-content {
  position: relative;
}

.dossier-content #dashboard {
  display: none;
  text-align: center;
}

.dossier-content #dashboard [class^=col] {
  padding: 30px 0;
}

.dossier-content #displayForm,.dossier-content #displayOffers,.dossier-content #recapOffer,.dossier-content .presentation-forme {
  display: none;
  filter: alpha(Opacity=0);
  opacity: 0;
}

.dossier-content.dashboard {
  background: #000;
}

.dossier-content.dashboard #dashboard,.dossier-content.form #displayForm,.dossier-content.form #displayOffers,.dossier-content.form #recapOffer,.dossier-content.form .presentation-forme {
  display: block;
}

#displayForm,#displayOffers,#recapOffer,.presentation-forme {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

#displayForm .over-title,#displayOffers .over-title,#recapOffer .over-title,.presentation-forme .over-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  margin-bottom: 5px;
}

#displayForm .title,#displayOffers .title,#recapOffer .title,.presentation-forme .title {
  margin: 20px 0;
  font-size: 36px;
}

#displayForm .description,#displayOffers .description,#recapOffer .description,.presentation-forme .description {
  margin: 0 auto 30px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  font-style: italic;
}

.dossier-dashboard .status-row strong,.encart-title {
  font-weight: 700;
}

#displayForm .description:after,#displayOffers .description:after,#recapOffer .description:after,.presentation-forme .description:after {
  content: "";
  display: block;
  height: 0;
  width: 30%;
  margin: 10px auto;
}

#loader,.doc-generated-placeholder {
  position: absolute;
  top: 105px;
  left: 50%;
  display: none;
}

.dossier-dashboard .status-row .next-link,.loading #loader,.loading .doc-generated-placeholder {
  display: block;
}

#loader:after,#loader:before,.doc-generated-placeholder:after,.doc-generated-placeholder:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  z-index: 1000;
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity .15s,visibility 0s .15s;
  -o-transition: opacity .15s,visibility 0s .15s;
  -webkit-transition: opacity .15s,visibility 0s;
  -webkit-transition-delay: 0s,.15s;
  transition: opacity .15s,visibility 0s .15s;
}

.loading #loader:after,.loading #loader:before,.loading .doc-generated-placeholder:after,.loading .doc-generated-placeholder:before {
  filter: alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

#loader:after,.doc-generated-placeholder:after {
  background: #e6627d;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-animation: moveRight .6s ease-in-out infinite alternate;
  -webkit-animation: moveRight .6s ease-in-out infinite alternate;
  animation: moveRight .6s ease-in-out infinite alternate;
}

#loader:before,.doc-generated-placeholder:before {
  background: #00a1ae;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-animation: moveLeft .6s ease-in-out infinite alternate;
  -webkit-animation: moveLeft .6s ease-in-out infinite alternate;
  animation: moveLeft .6s ease-in-out infinite alternate;
}

@-moz-keyframes moveRight {
  to {
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes moveRight {
  to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moveRight {
  to {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-moz-keyframes moveLeft {
  to {
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes moveLeft {
  to {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes moveLeft {
  to {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.dossier-dashboard .expandable-zone .content {
  padding: 0;
  border-left: 0;
}

.dossier-dashboard .doc-item {
  padding-bottom: 2em;
}

.dossier-dashboard .doc-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width:768px) {
  .dossier-dashboard .doc-item {
    width: 23.404%;
  }

  .dossier-dashboard .doc-item:nth-child(4n) {
    margin-right: 0;
  }
}

.dossier-dashboard .doc-item .preview {
    background: #FFF;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.dossier-dashboard .doc-item .preview .preview-wrapper {
  padding-top: 55.147%;
  background-size: 100%;
}

.dossier-dashboard .doc-item .title {
  border-top: 1px solid #000;
  height: 55px;
  padding: 10px;
  font-size: 13px;
  font-size: .8125rem;
}

.dossier-dashboard .doc-item .btn {
  width: 100%;
  margin-top: 10px;
}

.dossier-dashboard .signed {
  color: #4caf50;
}

.dossier-dashboard .status-row {
  padding-top: 1em;
}

.dossier-dashboard .status-row .next-link+.next {
  background: #FFF;
  padding: 1em;
  text-align: left;
  position: relative;
  top: 20px;
  -moz-box-shadow: rgba(0,0,0,.2) -3px 0 6px;
  -webkit-box-shadow: rgba(0,0,0,.2) -3px 0 6px;
  box-shadow: rgba(0,0,0,.2) -3px 0 6px;
  z-index: 1;
}

.dossier-dashboard .status-row .next-link+.next:after,.dossier-dashboard .status-row .next-link+.next:before {
  content: "";
  display: block;
  height: 20px;
  background: #fff;
  position: absolute;
  z-index: 0;
}

.dossier-dashboard .status-row .next-link+.next:before {
  width: 20px;
  top: -10px;
  right: 100px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: rgba(0,0,0,.15) 0 0 6px;
  -webkit-box-shadow: rgba(0,0,0,.15) 0 0 6px;
  box-shadow: rgba(0,0,0,.15) 0 0 6px;
}

.dossier-dashboard .status-row .next-link+.next:after {
  width: 40px;
  top: 0;
  right: 90px;
}

.dossier-dashboard .status-row .next-link+.next li {
  margin-bottom: 10px;
}

.dossier-dashboard .status-row .next-link+.next li i,.dossier-dashboard .status-row .next-link+.next li span {
  float: left;
}

.dossier-dashboard .status-row .next-link+.next li i {
  margin-right: 10px;
}

.dossier-dashboard .status-row .next-link+.next li span {
  width: 90%;
}

.generate-action-panel {
  padding: 4em 0;
  text-align: center;
}

.generate-action-panel .btn {
  display: inline-block;
}

.generate-action-panel small {
  display: block;
  margin-top: 10px;
}

#doc-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100000;
}

#doc-preview .header {
  background: #000;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  padding: 0 15px;
  text-align: center;
}

#doc-preview .header a {
  color: #FFF;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 50px;
}

#doc-preview .header a:hover {
  color: #d9d9d9;
  text-decoration: none;
}

#doc-preview .header a.close-btn i {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 50px;
  display: inline-block;
}

#doc-preview .header .title {
  float: left;
  line-height: 50px;
}

#doc-preview .header .toolbar {
  display: inline-block;
}

#doc-preview .header .toolbar li {
  float: left;
  margin-right: 40px;
}

#doc-preview .header .toolbar li:last-child {
  margin-right: 0;
}

#doc-preview .content {
  z-index: 99;
  width: 80%;
  max-width: 800px;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
}

#doc-preview .content iframe {
  width: 100%;
  height: 90%;
}

#doc-preview .overlay {
  background: rgba(0,0,0,.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.mn-add-person,.person-item {
  background: 0 0;
  position: relative;
  font-size: 15px;
  font-size: .9375rem;
  padding: 10px;
  margin: 0 10px;
  width: 150px;
  height: 150px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  color: #6ABD9D;
  border: 3px solid #6ABD9D;
  border-radius: 30px;
}

.form-cs2 .mn-add-person,.form-cs2 .person-item {
  border: 3px solid #6ABD9D;
  color: #6ABD9D;
}

.form-cs2 .mn-add-person:active,.form-cs2 .mn-add-person:focus,.form-cs2 .mn-add-person:hover,.form-cs2 .mn-add-person[disabled],.form-cs2 .person-item:active,.form-cs2 .person-item:focus,.form-cs2 .person-item:hover,.form-cs2 .person-item[disabled] {
  border: 3px solid #6ABD9D;
  background: #6ABD9D!important;
}

.form-cs3 .mn-add-person:active,.form-cs3 .mn-add-person:focus,.form-cs3 .mn-add-person:hover,.form-cs3 .mn-add-person[disabled],.form-cs3 .person-item:active,.form-cs3 .person-item:focus,.form-cs3 .person-item:hover,.form-cs3 .person-item[disabled] {
  border: 3px solid #6ABD9D;
  background: #fbfbfb!important;
}

.mn-add-person:active,.mn-add-person:focus,.mn-add-person:hover,.person-item:active,.person-item:focus,.person-item:hover {
  color: #FFF;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.mn-add-person span,.person-item span {
  width: 100%;
  display: block;
}

.person-list {
  display: inline-block;
  position: relative;
}

.person-list .form-helper {
  position: absolute;
  top: 0;
  right: -10px;
}

.person-item {
  position: relative;
  text-align: center;
}

.person-item .name {
  position: relative;
  z-index: 0;
  width: 100%;
}

.person-item .user-type {
  display: block;
  font-size: 45px;
  font-size: 2.8125rem;
  text-align: center;
  margin: 15px 0 20px;
}

.person-item .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  filter: alpha(Opacity=0);
  opacity: 0;
  background: #6ABD9D;
  padding-top: 30px;
  border-radius: 26px;
}

.person-item .overlay a {
  width: 90%;
  margin: 10px auto;
  padding: 5px;
  display: block;
  background: #FFF;
  color: #6ABD9D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
}

.person-item .overlay a i {
  color: #6ABD9D;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1rem;
}

.person-item:hover .overlay {
  display: block;
  filter: alpha(enabled=false);
  opacity: 1;
}

.person-item:hover .overlay a {
  text-decoration: none;
}

.person-item[data-poste=actionnaire] .overlay {
  background: #6ABD9D;
}

.person-item[data-poste=actionnaire] .overlay a,.person-item[data-poste=actionnaire] .overlay a i {
  color: #6ABD9D;
}

.mn-add-person {
  padding-top: 80px;
}

.mn-add-person:before {
  content: "+";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  font-size: 60px;
  font-size: 3.75rem;
}

#mn_appbundle_personne_civilite_placeholder,#mn_appbundle_personne_civilite_placeholder+label {
  display: none;
}

#new_actionnaire,#new_commissaire,#new_dirigeant,#new_president {
  display: none;
  margin-top: 80px;
}

.encart-existing {
  margin-bottom: 30px;
  padding: 20px 20%;
}

.encart-contact-info,.encart_majorite_ordinaire {
  padding: 20px;
  text-align: left;
}

.encart-existing select {
  margin-top: 15px;
}

.form-cs3 .encart-existing {
  background: rgba(32,112,166,.2);
}

.form-cs2 .encart-contact-info {
  background: rgba(0,161,171,.2);
}

.form-cs3 .encart-contact-info {
  background: rgba(32,112,166,.2);
  margin-bottom: 20px;
}

.encart-contact-info .row {
  margin-top: 1.5em;
}

.encart-title {
  font-size: 14px;
  font-size: .875rem;
  display: block;
  text-transform: uppercase;
}

.encart-title+em {
  font-size: 12px;
  font-size: .75rem;
}

.encart_majorite_ordinaire {
  margin-top: 3em;
}

.form-cs2 .encart_majorite_ordinaire {
  background: rgba(0,161,171,.2);
}

.form-cs3 .encart_majorite_ordinaire {
  background: rgba(32,112,166,.2);
  margin-bottom: 20px;
}

.encart_majorite_ordinaire .encart-content {
  position: relative;
  width: 90%;
  margin: 20px 0 10px;
}

.encart_majorite_ordinaire .irs-max,.encart_majorite_ordinaire .irs-min {
  color: #000;
  background-color: #FFF;
}

.encart_majorite_ordinaire .irs-max,.encart_majorite_ordinaire .irs-min,.encart_majorite_ordinaire .irs-single {
  font-size: 15px;
  font-size: .9375rem;
}

.encart_majorite_ordinaire .form-helper {
  top: 6px;
  position: relative;
}

#showActivites {
  margin: 20px 0;
  background: #00aa95;
  border: 1px solid #00aa95;
}

.back-link,.continue-link,.overview-link,.next-link-synthese {
  background-repeat: no-repeat;
  display: block;
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  font-size: 10px;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  font-weight: 500;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  width: 110px;
  height: 90px;
  padding-top: 60px;
}
.back-link1,.back-link2{
  background-repeat: no-repeat;
  display: block;
  font-size: 10px;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #000;
  font-weight: 500;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  width: 110px;
  height: 90px;
  padding-top: 60px;
}

#displayOffers .offre-item.option,#sideHelper .toggle-button i.fa {
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
}

.back-link:active,.back-link:focus,.back-link:hover,.continue-link:active,.continue-link:focus,.continue-link:hover,.overview-link:active,.overview-link:focus,.overview-link:hover {
  color: #000;
  text-decoration: none;
  background-color: rgba(0,0,0,.1);
}

.back-link span,.continue-link span,.overview-link span{
  font-weight: 500;
  display: inline;
}

.overview .dossier-step small.completed,.overview .dossier-step small.editing,.overview .dossier-step.editing small.default {
  display: none;
}

.back-link,.back-link2 {
  background-image: url(../../../img/icon-back-arrow-2.png);
  background-size: 40px 40px;
  background-position: center;
}
.back-link1 {
  background-image: url(../../../img/icon-back-arrow-2.png);
  background-size: 40px 40px;
}
.next-link-synthese{
  background-image: url(../../../img/icon-next-arrow-2.png);
  background-size: 40px 40px;
  background-position: center;
}
.no-svg .back-link {
  background-image: url(../../../img/icon-back-arrow.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .back-link {
    background-image: url(../../../img/icon-back-arrow@2x.png);
  }
  .no-svg .next-link-synthese {
    background-image: url(../../../img/icon-next-arrow-2.png);
  }
}

@media (min-width:992px) {
  .back-link {
    background-position: center 8px;
  }
  .next-link-synthese{
    background-position: center 8px;
  }
}

.overview-link {
  background-image: url(../../../img/icon-quickview-2.png);
  background-size: 60px 61px;
  background-position: center;
}

.no-svg .overview-link {
  background-image: url(../../../img/icon-quickview.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .overview-link {
    background-image: url(../../../img/icon-quickview@2x.png);
  }
}

@media (min-width:992px) {
  .overview-link {
    background-position: center 12px;
  }
}

.continue-link {
  background-image: url(../../../img/icon-next-arrow-white.svg);
  background-size: 31px 10px;
  background-position: center;
}

.no-svg .continue-link {
  background-image: url(../../../img/icon-next-arrow-white.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .continue-link {
    background-image: url(../../../img/icon-next-arrow-white@2x.png);
  }
}

@media (min-width:992px) {
  .continue-link {
    background-position: center 25px;
  }
}

.radial-progress[data-progress="0"] .circle .fill,.radial-progress[data-progress="0"] .circle .fill.fix,.radial-progress[data-progress="0"] .circle .mask.full {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.radial-progress[data-progress="1"] .circle .fill,.radial-progress[data-progress="1"] .circle .mask.full {
  -moz-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  -webkit-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}

.radial-progress[data-progress="1"] .circle .fill.fix,.radial-progress[data-progress="2"] .circle .fill,.radial-progress[data-progress="2"] .circle .mask.full {
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.radial-progress[data-progress="2"] .circle .fill.fix {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.radial-progress[data-progress="3"] .circle .fill,.radial-progress[data-progress="3"] .circle .mask.full {
  -moz-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  -webkit-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}

.radial-progress[data-progress="3"] .circle .fill.fix {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.radial-progress[data-progress="4"] .circle .fill,.radial-progress[data-progress="4"] .circle .mask.full {
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.radial-progress[data-progress="4"] .circle .fill.fix {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.radial-progress[data-progress="5"] .circle .fill,.radial-progress[data-progress="5"] .circle .mask.full {
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  transform: rotate(9deg);
}

.radial-progress[data-progress="5"] .circle .fill.fix {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.radial-progress[data-progress="6"] .circle .fill,.radial-progress[data-progress="6"] .circle .mask.full {
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.radial-progress[data-progress="6"] .circle .fill.fix {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.radial-progress[data-progress="7"] .circle .fill,.radial-progress[data-progress="7"] .circle .mask.full {
  -moz-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  -webkit-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}

.radial-progress[data-progress="7"] .circle .fill.fix {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.radial-progress[data-progress="8"] .circle .fill,.radial-progress[data-progress="8"] .circle .mask.full {
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.radial-progress[data-progress="8"] .circle .fill.fix {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.radial-progress[data-progress="9"] .circle .fill,.radial-progress[data-progress="9"] .circle .mask.full {
  -moz-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  -webkit-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}

.radial-progress[data-progress="9"] .circle .fill.fix {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.radial-progress[data-progress="10"] .circle .fill,.radial-progress[data-progress="10"] .circle .mask.full {
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.radial-progress[data-progress="10"] .circle .fill.fix {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.radial-progress[data-progress="11"] .circle .fill,.radial-progress[data-progress="11"] .circle .mask.full {
  -moz-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  -webkit-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}

.radial-progress[data-progress="11"] .circle .fill.fix {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.radial-progress[data-progress="12"] .circle .fill,.radial-progress[data-progress="12"] .circle .mask.full {
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.radial-progress[data-progress="12"] .circle .fill.fix {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.radial-progress[data-progress="13"] .circle .fill,.radial-progress[data-progress="13"] .circle .mask.full {
  -moz-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  -webkit-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}

.radial-progress[data-progress="13"] .circle .fill.fix {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.radial-progress[data-progress="14"] .circle .fill,.radial-progress[data-progress="14"] .circle .mask.full {
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.radial-progress[data-progress="14"] .circle .fill.fix {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.radial-progress[data-progress="15"] .circle .fill,.radial-progress[data-progress="15"] .circle .mask.full {
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
  transform: rotate(27deg);
}

.radial-progress[data-progress="15"] .circle .fill.fix {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.radial-progress[data-progress="16"] .circle .fill,.radial-progress[data-progress="16"] .circle .mask.full {
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.radial-progress[data-progress="16"] .circle .fill.fix {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.radial-progress[data-progress="17"] .circle .fill,.radial-progress[data-progress="17"] .circle .mask.full {
  -moz-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  -webkit-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}

.radial-progress[data-progress="17"] .circle .fill.fix {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.radial-progress[data-progress="18"] .circle .fill,.radial-progress[data-progress="18"] .circle .mask.full {
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.radial-progress[data-progress="18"] .circle .fill.fix {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.radial-progress[data-progress="19"] .circle .fill,.radial-progress[data-progress="19"] .circle .mask.full {
  -moz-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  -webkit-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}

.radial-progress[data-progress="19"] .circle .fill.fix {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.radial-progress[data-progress="20"] .circle .fill,.radial-progress[data-progress="20"] .circle .mask.full {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.radial-progress[data-progress="20"] .circle .fill.fix {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.radial-progress[data-progress="21"] .circle .fill,.radial-progress[data-progress="21"] .circle .mask.full {
  -moz-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  -webkit-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}

.radial-progress[data-progress="21"] .circle .fill.fix {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.radial-progress[data-progress="22"] .circle .fill,.radial-progress[data-progress="22"] .circle .mask.full {
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.radial-progress[data-progress="22"] .circle .fill.fix {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.radial-progress[data-progress="23"] .circle .fill,.radial-progress[data-progress="23"] .circle .mask.full {
  -moz-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  -webkit-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}

.radial-progress[data-progress="23"] .circle .fill.fix {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.radial-progress[data-progress="24"] .circle .fill,.radial-progress[data-progress="24"] .circle .mask.full {
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.radial-progress[data-progress="24"] .circle .fill.fix {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.radial-progress[data-progress="25"] .circle .fill,.radial-progress[data-progress="25"] .circle .mask.full {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radial-progress[data-progress="25"] .circle .fill.fix {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.radial-progress[data-progress="26"] .circle .fill,.radial-progress[data-progress="26"] .circle .mask.full {
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.radial-progress[data-progress="26"] .circle .fill.fix {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.radial-progress[data-progress="27"] .circle .fill,.radial-progress[data-progress="27"] .circle .mask.full {
  -moz-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  -webkit-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}

.radial-progress[data-progress="27"] .circle .fill.fix {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.radial-progress[data-progress="28"] .circle .fill,.radial-progress[data-progress="28"] .circle .mask.full {
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.radial-progress[data-progress="28"] .circle .fill.fix {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.radial-progress[data-progress="29"] .circle .fill,.radial-progress[data-progress="29"] .circle .mask.full {
  -moz-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  -webkit-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}

.radial-progress[data-progress="29"] .circle .fill.fix {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.radial-progress[data-progress="30"] .circle .fill,.radial-progress[data-progress="30"] .circle .mask.full {
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.radial-progress[data-progress="30"] .circle .fill.fix {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.radial-progress[data-progress="31"] .circle .fill,.radial-progress[data-progress="31"] .circle .mask.full {
  -moz-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  -webkit-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}

.radial-progress[data-progress="31"] .circle .fill.fix {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.radial-progress[data-progress="32"] .circle .fill,.radial-progress[data-progress="32"] .circle .mask.full {
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.radial-progress[data-progress="32"] .circle .fill.fix {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.radial-progress[data-progress="33"] .circle .fill,.radial-progress[data-progress="33"] .circle .mask.full {
  -moz-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  -webkit-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}

.radial-progress[data-progress="33"] .circle .fill.fix {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.radial-progress[data-progress="34"] .circle .fill,.radial-progress[data-progress="34"] .circle .mask.full {
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.radial-progress[data-progress="34"] .circle .fill.fix {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.radial-progress[data-progress="35"] .circle .fill,.radial-progress[data-progress="35"] .circle .mask.full {
  -moz-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  -webkit-transform: rotate(63deg);
  transform: rotate(63deg);
}

.radial-progress[data-progress="35"] .circle .fill.fix {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.radial-progress[data-progress="36"] .circle .fill,.radial-progress[data-progress="36"] .circle .mask.full {
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.radial-progress[data-progress="36"] .circle .fill.fix {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.radial-progress[data-progress="37"] .circle .fill,.radial-progress[data-progress="37"] .circle .mask.full {
  -moz-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  -webkit-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}

.radial-progress[data-progress="37"] .circle .fill.fix {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.radial-progress[data-progress="38"] .circle .fill,.radial-progress[data-progress="38"] .circle .mask.full {
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.radial-progress[data-progress="38"] .circle .fill.fix {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.radial-progress[data-progress="39"] .circle .fill,.radial-progress[data-progress="39"] .circle .mask.full {
  -moz-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  -webkit-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}

.radial-progress[data-progress="39"] .circle .fill.fix {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.radial-progress[data-progress="40"] .circle .fill,.radial-progress[data-progress="40"] .circle .mask.full {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.radial-progress[data-progress="40"] .circle .fill.fix {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.radial-progress[data-progress="41"] .circle .fill,.radial-progress[data-progress="41"] .circle .mask.full {
  -moz-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  -webkit-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}

.radial-progress[data-progress="41"] .circle .fill.fix {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.radial-progress[data-progress="42"] .circle .fill,.radial-progress[data-progress="42"] .circle .mask.full {
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.radial-progress[data-progress="42"] .circle .fill.fix {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.radial-progress[data-progress="43"] .circle .fill,.radial-progress[data-progress="43"] .circle .mask.full {
  -moz-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  -webkit-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}

.radial-progress[data-progress="43"] .circle .fill.fix {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.radial-progress[data-progress="44"] .circle .fill,.radial-progress[data-progress="44"] .circle .mask.full {
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.radial-progress[data-progress="44"] .circle .fill.fix {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.radial-progress[data-progress="45"] .circle .fill,.radial-progress[data-progress="45"] .circle .mask.full {
  -moz-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  -webkit-transform: rotate(81deg);
  transform: rotate(81deg);
}

.radial-progress[data-progress="45"] .circle .fill.fix {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.radial-progress[data-progress="46"] .circle .fill,.radial-progress[data-progress="46"] .circle .mask.full {
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.radial-progress[data-progress="46"] .circle .fill.fix {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.radial-progress[data-progress="47"] .circle .fill,.radial-progress[data-progress="47"] .circle .mask.full {
  -moz-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  -webkit-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}

.radial-progress[data-progress="47"] .circle .fill.fix {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.radial-progress[data-progress="48"] .circle .fill,.radial-progress[data-progress="48"] .circle .mask.full {
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.radial-progress[data-progress="48"] .circle .fill.fix {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.radial-progress[data-progress="49"] .circle .fill,.radial-progress[data-progress="49"] .circle .mask.full {
  -moz-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  -webkit-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}

.radial-progress[data-progress="49"] .circle .fill.fix {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.radial-progress[data-progress="50"] .circle .fill,.radial-progress[data-progress="50"] .circle .mask.full {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.radial-progress[data-progress="50"] .circle .fill.fix {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.radial-progress[data-progress="51"] .circle .fill,.radial-progress[data-progress="51"] .circle .mask.full {
  -moz-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  -webkit-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}

.radial-progress[data-progress="51"] .circle .fill.fix {
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.radial-progress[data-progress="52"] .circle .fill,.radial-progress[data-progress="52"] .circle .mask.full {
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.radial-progress[data-progress="52"] .circle .fill.fix {
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.radial-progress[data-progress="53"] .circle .fill,.radial-progress[data-progress="53"] .circle .mask.full {
  -moz-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  -webkit-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}

.radial-progress[data-progress="53"] .circle .fill.fix {
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.radial-progress[data-progress="54"] .circle .fill,.radial-progress[data-progress="54"] .circle .mask.full {
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.radial-progress[data-progress="54"] .circle .fill.fix {
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.radial-progress[data-progress="55"] .circle .fill,.radial-progress[data-progress="55"] .circle .mask.full {
  -moz-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  -webkit-transform: rotate(99deg);
  transform: rotate(99deg);
}

.radial-progress[data-progress="55"] .circle .fill.fix {
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.radial-progress[data-progress="56"] .circle .fill,.radial-progress[data-progress="56"] .circle .mask.full {
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.radial-progress[data-progress="56"] .circle .fill.fix {
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.radial-progress[data-progress="57"] .circle .fill,.radial-progress[data-progress="57"] .circle .mask.full {
  -moz-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  -webkit-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}

.radial-progress[data-progress="57"] .circle .fill.fix {
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.radial-progress[data-progress="58"] .circle .fill,.radial-progress[data-progress="58"] .circle .mask.full {
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.radial-progress[data-progress="58"] .circle .fill.fix {
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.radial-progress[data-progress="59"] .circle .fill,.radial-progress[data-progress="59"] .circle .mask.full {
  -moz-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  -webkit-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}

.radial-progress[data-progress="59"] .circle .fill.fix {
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.radial-progress[data-progress="60"] .circle .fill,.radial-progress[data-progress="60"] .circle .mask.full {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.radial-progress[data-progress="60"] .circle .fill.fix {
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.radial-progress[data-progress="61"] .circle .fill,.radial-progress[data-progress="61"] .circle .mask.full {
  -moz-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  -webkit-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}

.radial-progress[data-progress="61"] .circle .fill.fix {
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.radial-progress[data-progress="62"] .circle .fill,.radial-progress[data-progress="62"] .circle .mask.full {
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.radial-progress[data-progress="62"] .circle .fill.fix {
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.radial-progress[data-progress="63"] .circle .fill,.radial-progress[data-progress="63"] .circle .mask.full {
  -moz-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  -webkit-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}

.radial-progress[data-progress="63"] .circle .fill.fix {
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.radial-progress[data-progress="64"] .circle .fill,.radial-progress[data-progress="64"] .circle .mask.full {
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.radial-progress[data-progress="64"] .circle .fill.fix {
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.radial-progress[data-progress="65"] .circle .fill,.radial-progress[data-progress="65"] .circle .mask.full {
  -moz-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  -webkit-transform: rotate(117deg);
  transform: rotate(117deg);
}

.radial-progress[data-progress="65"] .circle .fill.fix {
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.radial-progress[data-progress="66"] .circle .fill,.radial-progress[data-progress="66"] .circle .mask.full {
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.radial-progress[data-progress="66"] .circle .fill.fix {
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.radial-progress[data-progress="67"] .circle .fill,.radial-progress[data-progress="67"] .circle .mask.full {
  -moz-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  -webkit-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}

.radial-progress[data-progress="67"] .circle .fill.fix {
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.radial-progress[data-progress="68"] .circle .fill,.radial-progress[data-progress="68"] .circle .mask.full {
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.radial-progress[data-progress="68"] .circle .fill.fix {
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.radial-progress[data-progress="69"] .circle .fill,.radial-progress[data-progress="69"] .circle .mask.full {
  -moz-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  -webkit-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}

.radial-progress[data-progress="69"] .circle .fill.fix {
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.radial-progress[data-progress="70"] .circle .fill,.radial-progress[data-progress="70"] .circle .mask.full {
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.radial-progress[data-progress="70"] .circle .fill.fix {
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.radial-progress[data-progress="71"] .circle .fill,.radial-progress[data-progress="71"] .circle .mask.full {
  -moz-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  -webkit-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}

.radial-progress[data-progress="71"] .circle .fill.fix {
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.radial-progress[data-progress="72"] .circle .fill,.radial-progress[data-progress="72"] .circle .mask.full {
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.radial-progress[data-progress="72"] .circle .fill.fix {
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.radial-progress[data-progress="73"] .circle .fill,.radial-progress[data-progress="73"] .circle .mask.full {
  -moz-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  -webkit-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}

.radial-progress[data-progress="73"] .circle .fill.fix {
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.radial-progress[data-progress="74"] .circle .fill,.radial-progress[data-progress="74"] .circle .mask.full {
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.radial-progress[data-progress="74"] .circle .fill.fix {
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.radial-progress[data-progress="75"] .circle .fill,.radial-progress[data-progress="75"] .circle .mask.full {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.radial-progress[data-progress="75"] .circle .fill.fix {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.radial-progress[data-progress="76"] .circle .fill,.radial-progress[data-progress="76"] .circle .mask.full {
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.radial-progress[data-progress="76"] .circle .fill.fix {
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.radial-progress[data-progress="77"] .circle .fill,.radial-progress[data-progress="77"] .circle .mask.full {
  -moz-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  -webkit-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}

.radial-progress[data-progress="77"] .circle .fill.fix {
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.radial-progress[data-progress="78"] .circle .fill,.radial-progress[data-progress="78"] .circle .mask.full {
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.radial-progress[data-progress="78"] .circle .fill.fix {
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.radial-progress[data-progress="79"] .circle .fill,.radial-progress[data-progress="79"] .circle .mask.full {
  -moz-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  -webkit-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}

.radial-progress[data-progress="79"] .circle .fill.fix {
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.radial-progress[data-progress="80"] .circle .fill,.radial-progress[data-progress="80"] .circle .mask.full {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.radial-progress[data-progress="80"] .circle .fill.fix {
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.radial-progress[data-progress="81"] .circle .fill,.radial-progress[data-progress="81"] .circle .mask.full {
  -moz-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  -webkit-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}

.radial-progress[data-progress="81"] .circle .fill.fix {
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.radial-progress[data-progress="82"] .circle .fill,.radial-progress[data-progress="82"] .circle .mask.full {
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.radial-progress[data-progress="82"] .circle .fill.fix {
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.radial-progress[data-progress="83"] .circle .fill,.radial-progress[data-progress="83"] .circle .mask.full {
  -moz-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  -webkit-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}

.radial-progress[data-progress="83"] .circle .fill.fix {
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.radial-progress[data-progress="84"] .circle .fill,.radial-progress[data-progress="84"] .circle .mask.full {
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.radial-progress[data-progress="84"] .circle .fill.fix {
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.radial-progress[data-progress="85"] .circle .fill,.radial-progress[data-progress="85"] .circle .mask.full {
  -moz-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  -webkit-transform: rotate(153deg);
  transform: rotate(153deg);
}

.radial-progress[data-progress="85"] .circle .fill.fix {
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.radial-progress[data-progress="86"] .circle .fill,.radial-progress[data-progress="86"] .circle .mask.full {
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.radial-progress[data-progress="86"] .circle .fill.fix {
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.radial-progress[data-progress="87"] .circle .fill,.radial-progress[data-progress="87"] .circle .mask.full {
  -moz-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  -webkit-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}

.radial-progress[data-progress="87"] .circle .fill.fix {
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.radial-progress[data-progress="88"] .circle .fill,.radial-progress[data-progress="88"] .circle .mask.full {
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.radial-progress[data-progress="88"] .circle .fill.fix {
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.radial-progress[data-progress="89"] .circle .fill,.radial-progress[data-progress="89"] .circle .mask.full {
  -moz-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  -webkit-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}

.radial-progress[data-progress="89"] .circle .fill.fix {
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.radial-progress[data-progress="90"] .circle .fill,.radial-progress[data-progress="90"] .circle .mask.full {
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.radial-progress[data-progress="90"] .circle .fill.fix {
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.radial-progress[data-progress="91"] .circle .fill,.radial-progress[data-progress="91"] .circle .mask.full {
  -moz-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  -webkit-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}

.radial-progress[data-progress="91"] .circle .fill.fix {
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.radial-progress[data-progress="92"] .circle .fill,.radial-progress[data-progress="92"] .circle .mask.full {
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.radial-progress[data-progress="92"] .circle .fill.fix {
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.radial-progress[data-progress="93"] .circle .fill,.radial-progress[data-progress="93"] .circle .mask.full {
  -moz-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  -webkit-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}

.radial-progress[data-progress="93"] .circle .fill.fix {
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.radial-progress[data-progress="94"] .circle .fill,.radial-progress[data-progress="94"] .circle .mask.full {
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.radial-progress[data-progress="94"] .circle .fill.fix {
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.radial-progress[data-progress="95"] .circle .fill,.radial-progress[data-progress="95"] .circle .mask.full {
  -moz-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  -webkit-transform: rotate(171deg);
  transform: rotate(171deg);
}

.radial-progress[data-progress="95"] .circle .fill.fix {
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.radial-progress[data-progress="96"] .circle .fill,.radial-progress[data-progress="96"] .circle .mask.full {
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.radial-progress[data-progress="96"] .circle .fill.fix {
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.radial-progress[data-progress="97"] .circle .fill,.radial-progress[data-progress="97"] .circle .mask.full {
  -moz-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  -webkit-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}

.radial-progress[data-progress="97"] .circle .fill.fix {
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.radial-progress[data-progress="98"] .circle .fill,.radial-progress[data-progress="98"] .circle .mask.full {
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.radial-progress[data-progress="98"] .circle .fill.fix {
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.radial-progress[data-progress="99"] .circle .fill,.radial-progress[data-progress="99"] .circle .mask.full {
  -moz-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  -webkit-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}

.radial-progress[data-progress="99"] .circle .fill.fix {
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.radial-progress[data-progress="100"] .circle .fill,.radial-progress[data-progress="100"] .circle .mask.full {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.radial-progress[data-progress="100"] .circle .fill.fix {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.overview-table {
  margin-bottom: 50px;
}

.overview-table th {
  width: 55%;
}

.overview .dossier-step {
  width: 100%;
  max-width: 160px;
  position: relative;
  margin: 1.414em 0 0;
}

.overview .dossier-step .icon-tick {
  margin: 10px auto 0;
}

.overview .dossier-step.editing {
  border: 3px solid #FFF;
}

.overview .dossier-step.editing small.editing {
  display: inline;
}

.overview .dossier-step.completed .icon-tick {
  visibility: visible;
}

.overview .dossier-step.completed small.default,.overview .dossier-step.completed small.editing {
  display: none;
}

.overview .dossier-step.completed small.completed {
  display: inline;
}

.overview .step-title {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 7.5%;
}

.overview #informations_generales {
  z-index: 100;
}

.overview #actionnaire {
  z-index: 99;
}

.overview #gouvernance {
  z-index: 98;
}

.overview #transfert_titres {
  z-index: 97;
}

.overview #divers {
  z-index: 96;
}

#displayOffers {
  max-width: 100%;
}

#displayOffers .price-tag {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width:768px) {
  #displayOffers .price-tag {
    font-size: 34px;
    font-size: 2.125rem;
  }

  #displayOffers .price-tag .devise {
    right: 10px;
    top: -15px;
  }
}

#displayOffers .price-tag .devise {
  font-size: 20px!important;
  position: relative;
}

#displayOffers .price-tag .taxe {
  font-size: 15px!important;
  position: relative;
}

@media (min-width:768px) {
  #displayOffers .price-tag .taxe {
    right: 18px;
    top: -23px;
  }
}

#displayOffers .offre-item {
  text-align: left;
  background-color: #FFF;
  padding: 20px;
  margin-bottom: auto;
  -moz-box-shadow: 3px 3px 0 rgba(0,0,0,.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0,0,0,.05);
  box-shadow: 3px 3px 0 rgba(0,0,0,.05);
  position: relative;
}

#displayOffers .offre-item .description {
  margin-top: 20px;
  font-size: 13px;
  font-size: .8125rem;
}

#displayOffers .offre-item .option-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

#displayOffers .offre-item .option-checkbox label {
  cursor: pointer;
}

#displayOffers .offre-item .option-checkbox label input[type=radio],#displayOffers .offre-item .option-checkbox label input[type=checkbox] {
  display: none;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]+.radio-layout,#displayOffers .offre-item .option-checkbox label input[type=checkbox]+.radio-layout {
  display: block;
  background: #E8E8E8;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 1000;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]+.radio-layout:before,#displayOffers .offre-item .option-checkbox label input[type=checkbox]+.radio-layout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 1.6em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  margin: 17px 0 0 5px;
  filter: alpha(Opacity=40);
  opacity: .4;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]:checked+.radio-layout,#displayOffers .offre-item .option-checkbox label input[type=checkbox]:checked+.radio-layout {
  background: #6BBD99;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]:checked+.radio-layout:before,#displayOffers .offre-item .option-checkbox label input[type=checkbox]:checked+.radio-layout:before {
  content: "\f00c";
  color: #FFF;
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-animation: tick 180ms ease-in;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]:disabled+.radio-layout,#displayOffers .offre-item .option-checkbox label input[type=checkbox]:disabled+.radio-layout {
  color: #aaa;
}

#displayOffers .offre-item .option-checkbox label input[type=radio]:disabled+.radio-layout:before,#displayOffers .offre-item .option-checkbox label input[type=checkbox]:disabled+.radio-layout:before {
  content: "\f00C";
  color: #FFF;
}

#displayOffers .offre-item.offre {
  cursor: default;
}

#displayOffers .offre-item.offre .real-control {
  display: none;
}

#displayOffers .offre-item.offre .option-checkbox {
  position: relative;
  left: -15px;
  float: left;
}

#displayOffers .offre-item.offre .option-checkbox label {
  background: 0 0;
}

#displayOffers .offre-item.offre .option-checkbox label input[type=radio]+.radio-layout,#displayOffers .offre-item.offre .option-checkbox label input[type=radio]:checked+.radio-layout {
  cursor: default;
  background: #6BBD99!important;
  position: relative;
  width: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#displayOffers .offre-item.offre .option-checkbox label input[type=radio]+.radio-layout:before,#displayOffers .offre-item.offre .option-checkbox label input[type=radio]:checked+.radio-layout:before {
  filter: alpha(enabled=false);
  opacity: 1;
  margin: 0;
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
}

#displayOffers .offre-item.offre .description {
  display: block;
  margin: 0;
  width: 100%;
}

#displayOffers .offre-item.offre .description:after {
  display: none;
}

#displayOffers .offre-item.offre .name {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline;
}

#displayOffers .offre-item.offre ul {
  list-style: none;
  padding: 15px 0;
}

#displayOffers .offre-item.offre ul li {
  padding-bottom: .75em;
  min-height: 18px;
}

#displayOffers .offre-item.offre ul li i {
  vertical-align: top;
}

#displayOffers .offre-item.offre ul li span {
  position: relative;
  top: 4px;
  padding-left: 10px;
  display: inline-block;
  width: 90%;
}

#displayOffers .offre-item.option {
  padding-left: 50px;
  position: relative;
  transition: background .3s ease-out;
}

#displayOffers .offre-item.option:hover {
  background: #f5f7f9;
}

#displayOffers .offre-item.option .small-link {
  font-size: 12px;
  font-size: .75rem;
}

#displayOffers .offre-item.option .small-link+.description {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  -moz-transition: max-height .4s ease-in-out;
  -o-transition: max-height .4s ease-in-out;
  -webkit-transition: max-height .4s ease-in-out;
  transition: max-height .4s ease-in-out;
}

#displayOffers .offre-item.option .small-link+.description .content {
  padding-top: 1.5em;
}

#displayOffers .offre-item.option .small-link+.description:after {
  display: none;
}

#displayOffers .offre-item.option .small-link+.description.active {
  max-height: 300px;
}

#displayOffers .option-list-title {
  font-weight: 700;
  display: block;
  margin: 30px 0 10px;
}

#actionnaire_morale,#actionnaire_physique,#recapOffer table thead {
  display: none;
}

#displayOffers .amount-row [class^=col-] {
  padding-top: 1.5em;
  padding-bottom: 3em;
}

#displayOffers .amount-row [class^=col-] .amount {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 20px;
}

#displayOffers .title {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

#recapOffer table tfoot h3 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
}

#recapOffer table td {
  background: #FFF;
  border: none;
}

#recapOffer table .inner-title {
  color: #555;
  font-size: 11px;
  font-size: .6875rem;
  text-transform: uppercase;
  margin-top: .5em;
}

#objet-predata-wrapper {
  margin-bottom: 10px;
}

#add_actionnaire+a.form-helper {
  float: none!important;
  display: inline-block;
}

.spacer {
  height: 40px;
}

@media (min-width:992px) {
  .spacer {
    height: 60px;
  }
}

#mn_appbundle_informations_generales_isArtisanat,#mn_appbundle_informations_generales_isSCI,#mn_appbundle_informations_generales_situationSiege,#mn_appbundle_personne_majoriteGerant {
  background: 0 0;
  border: 0;
  height: auto;
  padding-left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#actRegleContent>div:first-child,#artisanatContent>div:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
}

#mn_appbundle_informations_generales_isArtisanat .radio-wrapper,#mn_appbundle_informations_generales_isSCI .radio-wrapper,#mn_appbundle_informations_generales_situationSiege .radio-wrapper,#mn_appbundle_personne_majoriteGerant .radio-wrapper {
  padding: 5px 0;
  line-height: 23px;
}

#mn_appbundle_informations_generales_isArtisanat label,#mn_appbundle_informations_generales_isSCI label,#mn_appbundle_informations_generales_situationSiege label,#mn_appbundle_personne_majoriteGerant label {
  text-transform: none;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
}

#mn_appbundle_personne_majoriteGerant_placeholder,#mn_appbundle_personne_majoriteGerant_placeholder+label,#numerosecu-wrapper {
  display: none;
}

#numerosecu-wrapper.active {
  display: block;
}

.ui-widget {
  font-family: "Maison Neue",Helvetica,Arial,sans-serif!important;
  font-size: 15px!important;
}

#transfert_titres_form .form-group {
  background: #FFF;
}

#transfert_titres_form .form-group label {
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding: 10px;
}

#transfert_titres_form .form-group label input,#transfert_titres_form .form-group label span {
  float: left;
}

#transfert_titres_form .form-group label span {
  margin-left: 10px;
  width: 90%;
}

#transfert_titres_form .form-group .sub-form-group {
  display: none;
  padding: 15px 0 15px 30px;
  background: rgba(0,161,174,.15);
}

#transfert_titres_form .form-group .sub-form-group label {
  font-size: 15px;
  font-size: .9375rem;
  padding-left: 0;
}

#transfert_titres_form .form-group .sub-form-group .subtitle {
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  font-weight: 700;
}

#transfert_titres_form .form-group .sub-form-group p {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 0;
}

#transfert_titres_form .form-group.selected>label {
  background: #00a1ae;
  color: #FFF;
}

#transfert_titres_form .form-group.selected .sub-form-group {
  display: block;
}

#actRegleContent {
  background-color: #fbf6d9;
  color: #938332;
}

@media (min-width: 768px) {
  #actRegleTitle {
    line-height: 44px;
  }
}

#actReglePlus {
  margin-top: 10px;
  display: none;
  padding-bottom: 10px;
}

#actReglePlus .ui-state-default,#actReglePlus .ui-widget-content .ui-state-default,#actReglePlus .ui-widget-header .ui-state-default {
  border: 1px solid #d5d8d9;
  background: #FFF;
  font-weight: 400;
  color: #000;
}

#actReglePlus .custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
}

#actReglePlus .custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

#actReglePlus .custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  width: 80%;
}

#actReglePlus #activiteMessage {
  display: block;
  margin-top: 20px;
}

.artisanat-row {
  display: none;
}

#artisanatContent {
  background-color: #f44336;
  color: #FFF;
}

#artisanatContent button {
  background: #590b05;
  color: #f44336;
}

#artisanatContent .sub-panel a {
  color: #fccbc7;
}

#artisanatPlus {
  margin-top: 30px;
  display: none;
  padding-bottom: 30px;
}

body.app .ui-widget-content {
  border: 1px solid #938332;
  background: #FFF;
  font-weight: 400;
  color: #000;
}

body.app .ui-widget-content .ui-state-focus {
  font-weight: 400;
  background: #d5d8d9;
  border: none;
  color: #000;
}

body.app .ui-widget-content .ui-tooltip {
  display: none!important;
}

#searchActRegle {
  color: #000;
  margin-bottom: 25px;
}

#actSavoirPlus {
  color: #fbf6d9;
}
@media (max-width:767px) {
    #actSavoirPlus {
        margin-top: 10px;
    }
}
#actRegleContent > div::after {
  clear: both;
  content: '';
  display: block;
}
#displayForm .capital-table-header h2,#displayOffers .capital-table-header h2,#recapOffer .capital-table-header h2,.presentation-forme .capital-table-header h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
}

.capital-table .capital-title {
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  display: block;
}

.capital-table .table td {
  padding: 20px 2.5%;
}

.capital-table .table tr td:first-child,.capital-table .table tr th:first-child {
  text-align: left;
  width: 40%;
  padding-left: 15px;
}

.capital-table .table thead tr th {
  border: 0;
  background: 0 0!important;
  padding: 10px 2.5%!important;
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
}

.capital-table .gouvernance-thead,.gouvernance-table .gouvernance-thead {
  background-color: #e1eaef;
  border: 1px solid #e1eaef;
  color: #000;
}

.form-helper,.no-svg .form-helper {
  background-image: url(../../../img/help-icon.png);
}

.capital-table .table tfoot td {
  border-top: 1px solid #ddd;
  border-left: none;
  border-right: none;
  text-align: center!important;
}

.capital-table .table tfoot td:first-child {
  text-align: right!important;
}

.capital-table h4 {
  margin-top: 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.capital-table .more-info {
  height: 0;
  overflow: hidden;
}

.capital-table .more-info.active {
  height: auto;
}

.num-column {
  width: 15%;
}

h2.creer-text,h2.gerer-text {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}

p.number {
  font-size: 100px;
  font-size: 6.25rem;
  margin-bottom: 0;
}

ul.offre-components li {
  padding-left: 1em;
  text-indent: -1.65em;
  text-align: justify;
  color: #b7b7b7;
  margin-bottom: 20px;
}

ul.offre-components.creer li::before,ul.offre-components.gerer li::before {
  margin-right: 10px;
}

ul.offre-components.creer li::before {
  color: #6ABD9D;
}

ul.offre-components.gerer li::before {
  color: #5C9FD6;
}

.recap .single-table tr {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
}

.recap .single-table tr td,.recap .single-table tr th {
  display: table-row;
}

.gouvernance-table {
  width: 100%;
}

.gouvernance-table .gouvernance-thead tr {
  height: 50px;
}

@media (min-width:768px) {
  .recap .single-table tr {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: auto;
  }

  .recap .single-table tr td,.recap .single-table tr th {
    display: table-cell;
  }

  .gouvernance-table .gouvernance-thead tr {
    height: auto;
  }
}

.gouvernance-table .gouvernance-thead tr th {
  display: table-cell!important;
}

.gouvernance-table .gouvernance-thead tr th.hidden-xs {
  display: none!important;
}

.gouvernance-table .gouvernance-thead tr td h4 {
  margin: 15px;
}

@media (min-width:768px) {
  .gouvernance-table .gouvernance-thead tr th.hidden-xs {
    display: table-cell!important;
  }

  .gouvernance-table .gouvernance-thead tr td h4 {
    margin: auto;
  }
}

.form-group {
  text-align: left;
}

.messages,tr.text-center td,tr.text-center th {
  text-align: center;
}

.form-group label {
  font-size: 14px;
  /*display: block;*/
}

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: outline ease-out;
  -o-transition: outline ease-out;
  -webkit-transition: outline ease-out;
  transition: outline ease-out;
  outline: transparent solid 2px;
}

.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: #000 solid 2px;
  -moz-transition: outline .3s ease-out;
  -o-transition: outline .3s ease-out;
  -webkit-transition: outline .3s ease-out;
  transition: outline .3s ease-out;
}

.form-helper {
  background-repeat: "no-repeat";
  background-size: 20px 20px;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 45px;
  right: -15px;
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .form-helper {
    background-image: url(../../../img/help-icon@2x.png);
  }
}

.form-helper+.form-helper-content {
  display: none;
}

.btn {
  -moz-transition: border .3s ease-out;
  -o-transition: border .3s ease-out;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
  border-width: 3px;
}

.btn[disabled] {
  background: #1a1a1a !important;
  border: 3px solid #1a1a1a;
}
.btn:focus,.btn:hover,.btn[disabled] {
  border: 3px solid gray;
}

.btn:focus {
  outline: 0;
}

.btn-primary {
  border: 3px solid #000;
}

.btn-primary:focus,.btn-primary:hover {
  background: #1a1a1a;
  border: 3px solid gray;
}

.btn-primary[disabled] {
  background: #1a1a1a;
  border: 3px solid #1a1a1a;
}

.btn-default {
  background: #e27078;
  color: #000;
  border: 3px solid #e27078;;
  font-weight: 500;
}

.btn-default:hover {
  background: #e27078;
}

.btn-warning {
  background: #424CAC;
  border-color: #424CAC;
}

.btn-warning:focus,.btn-warning:hover,.btn-warning[disabled] {
  background: #5f69c2;
  border: 3px solid #5f69c2;
}

.btn-xlg {
  padding: 1.5em 4em;
}

.circle-button {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
}

input[type=radio],input[type=radio]+label {
  float: left;
  margin-right: 5px;
  line-height: 20px;
}

input[type=radio]+label {
  margin-right: 20px;
  line-height: 25px;
}

.single-row-date select {
  width: 100px;
  float: left;
  margin-right: 5px;
}

.alert {
  margin-bottom: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.alert.alert-danger {
  background-color: #f44336;
  color: #FFF;
}

.alert.alert-info {
  background-color: #2196f3;
  color: #FFF;
}

.alert.alert-success {
  background-color: #4caf50;
  color: #FFF;
}

.messages {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.messages.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.messages .message {
  height: 91px;
  padding: 15px 0;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 61px;
}

.messages .message span {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}

.messages .message span:before {
  content: "";
  display: block;
  position: absolute;
  color: #FFF;
  top: 10px;
  left: 0;
  border: 3px solid #FFF;
  width: 40px;
  height: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  line-height: 34px;
  text-align: center;
}

.messages .message.alert-danger span:before {
  content: "\2A09";
}

.messages .message.alert-success span:before {
  content: "\2713";
  line-height: 37px;
}

.dossier-message-holder {
  color: #FFF;
  position: fixed;
  width: 100%;
  min-height: 50px;
  z-index: 10010;
  padding: 0;
  text-align: left;
  top: 0;
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -moz-transition: -moz-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.dossier-message-holder.email.active,.dossier-message-holder.info.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
}

.dossier-message-holder .close {
  float: left;
  font-size: 26px;
  color: #FFF;
  height: 33px;
  width: 33px;
  text-align: center;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  border-radius: 33px;
  border: 3px solid #FFF;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  margin-top: 24px;
  text-decoration: none;
}

.dossier-message-holder .close:hover {
  filter: alpha(enabled=false);
  opacity: 1;
}

.dossier-message-holder .content {
  padding: 1.25em 2em 1.25em 4em;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.529em;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.dossier-message-holder li {
  list-style: disc inside;
}

.dossier-message-holder.error {
  background: #f44336;
}

.dossier-message-holder.error .close {
  display: none;
}

.dossier-message-holder.error.active {
  -moz-animation: timed-message 10s 1;
  -webkit-animation: timed-message 10s 1;
  animation: timed-message 10s 1;
}

.dossier-message-holder.success {
  background: #4caf50;
}

.dossier-message-holder.success.active {
  -moz-animation: timed-message 5s 1;
  -webkit-animation: timed-message 5s 1;
  animation: timed-message 5s 1;
}

.dossier-message-holder.email {
  background: #7F8C8D;
}

.dossier-message-holder.info,.dossier-message-holder.tooltip-help {
  background: #2196f3;
}

.dossier-message-holder.email.active {
  transform: translateY(0);
}

.dossier-message-holder.info.active {
  transform: translateY(0);
}

.dossier-message-holder.tooltip-help .content a {
  color: #FFF;
  text-decoration: underline;
}

.dossier-message-holder.tooltip-help.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@-moz-keyframes timed-message {
  0%,100% {
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  5%,95% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes timed-message {
  0%,100% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  5%,95% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes timed-message {
  0%,100% {
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  5%,95% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.presentation-forme .top-button {
  margin-bottom: 40px;
}

.presentation-forme .bottom-button {
  margin-top: 40px;
}

.presentation-forme .title {
  color: #0072AE;
}

.presentation-forme .title-gerer {
  color: #5C9FD6;
}

.presentation-forme-header {
  text-align: center;
}

.presentation-forme-header .subtitle-link {
  margin-bottom: 30px;
  display: block;
  color: #E2574C;
  font-size: 13px;
  font-size: .8125rem;
}

.presentation-forme-content {
  border: 1px solid #d5d8d9;
  border-bottom: 3px solid #000;
  text-align: left;
  margin-bottom: 4em;
}

.presentation-forme-content .col-xs-12 {
  padding: 0;
}

.presentation-forme-content ul li {
  height: 4em;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 20px 0 58px;
  border-top: 1px solid #d5d8d9;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  position: relative;
}

.presentation-forme-content ul li:first-child {
  border-top: none;
}

.presentation-forme-content ul li:nth-child(2n) {
  background: #f2f5f6;
}

.presentation-forme-content ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  display: block;
  width: 18px;
  height: 18px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00A3B4;
}

.presentation-forme-content ul li.green:before {
  background: #d6d847;
}

.presentation-forme-content ul li.orange:before {
  background: #ef7e54;
}

.presentation-forme-content ul li.pink:before {
  background: #e74692;
}

.presentation-forme-content ul li.violet:before {
  background: #b484b8;
}

.presentation-forme-content ul i {
  margin-right: 20px;
  top: 0;
  display: block;
  float: left;
}

.presentation-forme-content ul span {
  display: block;
  float: left;
}

.presentation-forme-content.process-header {
  margin-top: 10em;
}

.presentation-forme-section-header {
  margin-top: 50px;
  margin-bottom: 0;
  text-align: center;
}

.presentation-forme-section-header .mn-icon {
  margin-top: -50px;
}

.presentation-forme-section-header .title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1em 0;
}

.expandable-zone {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.expandable-zone.header {
  background: #FFF;
  margin-top: 2em;
  height: 64px;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  position: relative;
  padding-left: 0;
}

.expandable-zone.header h3 {
  margin: 20px 0;
  font-size: .9375rem;
}

.expandable-zone.header h3 i {
  margin-right: 5px;
}

@media (min-width:992px) {
  .expandable-zone.header h3 i {
    margin-right: 20px;
    top: 1px;
  }

  .expandable-zone.header h3 {
    font-size: 1.25rem;
  }
}

.expandable-zone.header h4 {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
}

.expandable-zone.header:before {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 64px;
  border-left: 1px solid #d5d8d9;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 68px;
  text-align: center;
  display: none;
}

@media (min-width:992px) {
  .expandable-zone.header:before {
    display: block;
  }
}

.expandable-zone.header.disabled h3,.expandable-zone.header.disabled:before {
  color: #999;
}

.expandable-zone.header.disabled h3 i {
  background: #999;
}

.expandable-zone .content {
  overflow: hidden;
  -moz-transition: height .3s ease-out;
  -o-transition: height .3s ease-out;
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out;
}

.expandable-zone>[class^=col-]>.content {
  height: 0;
}

.expandable-zone .sub-content {
  font-size: 14px;
  font-size: .875rem;
}

.expandable-zone .sub-content .header {
  display: block;
  border-top: 1px solid #d5d8d9;
  padding: 1em 50px 1em 0;
  position: relative;
  font-size: 14px;
  font-size: .875rem;
}

.expandable-zone .sub-content .header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(../../../img/icon-chevron-up-blue.svg);
  background-size: 14px 8px;
  background-position: center center;
  display: block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: rotate .3s ease-out;
  -o-transition: rotate .3s ease-out;
  -webkit-transition: rotate .3s ease-out;
  transition: rotate .3s ease-out;
}

.no-svg .expandable-zone .sub-content .header:before {
  background-image: url(../../../img/icon-chevron-up-blue.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .expandable-zone .sub-content .header:before {
    background-image: url(../../../img/icon-chevron-up-blue@2x.png);
  }
}

.expandable-zone .sub-content .header h4 {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
}

.expandable-zone .sub-content.no-inner-content .header:before {
  display: none;
}

.expandable-zone .sub-content .content {
  border-left: 0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
}

.expandable-zone .sub-content.expanded .header {
  border-bottom: 1px solid #d5d8d9;
}

.expandable-zone .sub-content.expanded .header:before {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.expandable-zone .sub-content.expanded .content {
  height: auto;
}

.expandable-zone a {
  text-decoration: none;
  color: #000;
  display: block;
}

.expandable-zone a.btn {
  color: #FFF;
}

.expandable-zone a:focus,.expandable-zone a:hover,.expandable-zone a:visited {
  outline: 0;
}

.expandable-zone li {
  list-style: disc;
  margin-left: 20px;
  padding: .75em 0;
}

.expandable-zone li a {
  display: inline;
  color: #E2574C;
  font-weight: 700;
}

.expandable-zone li>ul>li {
  list-style: circle;
}

.expandable-zone.blue .content {
  border-left-color: #00A3B4;
}

.expandable-zone.orange .content {
  border-left-color: #E2574C;
}

.expandable-zone.violet .content {
  border-left-color: #B279B1;
}

.expandable-zone.expanded>[class^=col-]>.content {
  height: auto;
  -moz-transition: height .3s ease-out;
  -o-transition: height .3s ease-out;
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out;
}

.expandable-zone.expanded.header:before {
  content: "-";
}

.status-page .title {
  margin: .75em 0;
  font-size: 36px;
  font-size: 2.25rem;
  color: #E2574C;
}

.status-page .hr-with-logo {
  margin-top: 2em;
}

#sideHelper {
  width: 400px;
  background: #FFF;
  position: fixed;
  left: 0;
  top: 340px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform .4s ease-out;
  -o-transition: -o-transform .4s ease-out;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  display: none;
}

body.app #sideHelper,body.user #sideHelper {
  display: block;
}

#sideHelper.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#sideHelper .toggle-button {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: 5px solid #FFF;
  -moz-border-radius: 0 50% 50% 0;
  -webkit-border-radius: 0;
  border-radius: 0 50% 50% 0;
  background: #FFF;
}

#sideHelper .toggle-button i.fa {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  line-height: 40px;
  transition: background .3s ease-out;
}

#sideHelper .toggle-button:active,#sideHelper .toggle-button:focus,#sideHelper .toggle-button:hover {
  outline: 0;
}

#sideHelper .toggle-button:hover .fa {
  background: #E2574C;
}

#sideHelper .content {
  padding: 10px;
}

#sideHelper .col-assistance {
  background: #000;
  color: #FFF;
  padding: 5px;
}

#sideHelper .col-assistance .content {
  padding: 0;
}

#sideHelper .col-assistance .fa {
  float: left;
  background: #FFF;
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px 20px 5px 5px;
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 50px;
  text-align: center;
}

#sideHelper .col-assistance small {
  text-transform: uppercase;
}

#sideHelper .col-assistance .phone {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

#progress,#status-panel {
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}

#progress .radial-progress-wrapper,#status-panel .radial-progress-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 80px;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

#progress .radial-progress-wrapper:hover,#status-panel .radial-progress-wrapper:hover {
  background: rgba(0,0,0,.1);
}

#progress .radial-progress,#status-panel .radial-progress {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  background-color: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

#progress .radial-progress .circle .fill,#progress .radial-progress .circle .mask,#status-panel .radial-progress .circle .fill,#status-panel .radial-progress .circle .mask {
  width: 60px;
  height: 60px;
  position: absolute;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#progress .radial-progress .circle .mask,#status-panel .radial-progress .circle .mask {
  clip: rect(0,60px,60px,30px);
}

#progress .radial-progress .circle .mask .fill,#status-panel .radial-progress .circle .mask .fill {
  clip: rect(0,30px,60px,0);
  background-color: #E2574C;
}

#progress .radial-progress .inset,#status-panel .radial-progress .inset {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #000;
}

#progress .radial-progress .inset .percentage,#status-panel .radial-progress .inset .percentage {
  height: 25px;
  width: 70px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: -90px;
  line-height: 1;
}

#progress .radial-progress .inset .percentage .numbers,#status-panel .radial-progress .inset .percentage .numbers {
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}

#progress .radial-progress .inset .percentage .numbers span,#status-panel .radial-progress .inset .percentage .numbers span {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000;
  font-weight: 700;
}

#progress .radial-progress .circlext,#status-panel .radial-progress .circlext {
  width: 60px;
  height: 60px;
  border: 5px solid #000;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

#progress .progress-panel,#status-panel .progress-panel {
  display: none;
  background: #FFF;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  width: 280px;
  text-align: left;
  font-size: 14px;
  font-size: .875rem;
}

#progress .progress-panel li,#status-panel .progress-panel li {
  position: relative;
  padding: 12px 10px 10px 5px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 20px;
}

#progress .progress-panel .checklist-header,#status-panel .progress-panel .checklist-header {
  background: #E2574C;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 0;
  font-size: 12px;
  font-size: .75rem;
  border-bottom: 1px solid #c22b1f;
}

#progress .progress-panel .text,#status-panel .progress-panel .text {
  display: inline-block;
  vertical-align: top;
}

#progress .progress-panel .text small,#status-panel .progress-panel .text small {
  display: block;
}

#progress .progress-panel .number,#status-panel .progress-panel .number {
  display: inline-block;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
  width: 30px;
}

#progress .progress-panel li.done,#status-panel .progress-panel li.done {
  background: rgba(226,87,76,.3);
}

#progress .progress-panel li.done .number,#status-panel .progress-panel li.done .number {
  visibility: hidden;
}

#progress .progress-panel li.done .fa,#status-panel .progress-panel li.done .fa {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  padding-top: 10px;
}

#progress .continue-link,#status-panel .continue-link {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform .4s ease-out 1s;
  -o-transition: -o-transform .4s ease-out 1s;
  -webkit-transition: -webkit-transform .4s ease-out;
  -webkit-transition-delay: 1s;
  transition: transform .4s ease-out 1s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #E2574C;
  color: #FFF;
  z-index: 1000;
  border: none;
}

#progress.continue-link-enabled .continue-link,.continue-link-enabled#status-panel .continue-link {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#progress.expanded .progress-panel,.expanded#status-panel .progress-panel {
  display: block;
}

#activitesPanel {
  position: relative;
  display: none;
  filter: alpha(Opacity=0);
  opacity: 0;
  margin: 15px 0;
  height: 300px;
  background: #009d8a;
}

#activitesPanel .menu__wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
  width: 100%;
  background: #F2F2F2;
}

#activitesPanel .menu__wrap:focus {
  outline: 0;
}

#activitesPanel .menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#activitesPanel .menu__level--current {
  visibility: visible;
}

#activitesPanel .menu__item {
  display: block;
  width: calc(100% - 3px);
}

#activitesPanel .menu__link {
  position: relative;
  -webkit-transition: color .1s;
  transition: color .1s;
  color: #6ABD9D;
  display: block;
  padding: 15px 5px 15px 15px;
}

#activitesPanel .menu__link[data-submenu]::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  padding: 0 15px;
  color: #FFF;
}

#activitesPanel .menu__link.selected,#activitesPanel .menu__link:active,#activitesPanel .menu__link:focus,#activitesPanel .menu__link:hover {
  background: rgba(0,0,0,.1);
  text-decoration: none;
  outline: 0;
}

#activitesPanel .menu__link.menu__not_found {
  background: #00917f;
}

#activitesPanel .animate-outToRight .menu__item {
  -webkit-animation: outToRight .6s both cubic-bezier(.7,0,.3,1);
  animation: outToRight .6s both cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

#activitesPanel .animate-outToLeft .menu__item {
  -webkit-animation: outToLeft .6s both cubic-bezier(.7,0,.3,1);
  animation: outToLeft .6s both cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

#activitesPanel .animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft .6s both cubic-bezier(.7,0,.3,1);
  animation: inFromLeft .6s both cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

#activitesPanel .animate-inFromRight .menu__item {
  -webkit-animation: inFromRight .6s both cubic-bezier(.7,0,.3,1);
  animation: inFromRight .6s both cubic-bezier(.7,0,.3,1);
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

#activitesPanel .menu__breadcrumbs {
  font-size: .65em;
  line-height: 5px;
  padding: 0 0 0 15px;
  position: relative;
  height: 50px;
}

#activitesPanel .action,#activitesPanel .menu__back {
  position: absolute;
  border: none;
  background: 0 0;
  margin: 0;
  cursor: pointer;
}

#activitesPanel .menu__breadcrumbs a {
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 50px;
  color: #d5d8d9;
}

#activitesPanel .menu__breadcrumbs a:last-child {
  pointer-events: none;
}

#activitesPanel .menu__breadcrumbs a:hover {
  color: #FFF;
}

#activitesPanel .menu__breadcrumbs a:not(:last-child)::after {
  content: '\f105';
  font-family: FontAwesome;
  display: inline-block;
  padding: 0 .5em;
  color: #33353e;
}

#activitesPanel .menu__breadcrumbs a:not(:last-child):hover::after {
  color: #d5d8d9;
}

#activitesPanel .menu__back {
  font-size: 1.05em;
  z-index: 100;
  top: 0;
  right: 2.25em;
  padding: 1.365em .65em 0 0;
  color: #2a2b30;
}

#activitesPanel .menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}

#activitesPanel .menu__back:focus,#activitesPanel .menu__back:hover {
  color: #fff;
  outline: 0;
}

#activitesPanel .action {
  display: block;
  padding: 0;
}

#activitesPanel .action:focus {
  outline: 0;
}

#activitesPanel .action--open {
  font-size: 1.5em;
  top: 1em;
  left: 1em;
  display: none;
  color: #fff;
  position: fixed;
  z-index: 1000;
}

#activitesPanel .action--close {
  position: absolute;
  font-size: 1.5em;
  top: 0;
  right: 1em;
  line-height: 50px;
  color: #FFF;
}

@media screen and (max-width:40em) {
  #activitesPanel .action--close,#activitesPanel .action--open {
    display: block;
  }

  #activitesPanel .menu {
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
  }

  #activitesPanel .menu--open {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

#upload_form .cancel,#upload_form .delete,#upload_form .fileinput-button,#upload_form .start {
  padding: 6px 12px;
  text-transform: none;
}

#upload_form #upload_form {
  border: 1px dashed#5C9FD6;
}

#upload_form .updateLoading {
  background: url(../../../img/loader.gif) no-repeat;
  background-size: 24px;
}

#upload_form .updateValidate {
  background: url(../../../img/validate.png) no-repeat;
  background-size: 30px;
}

#upload_form .template-download td {
  vertical-align: middle;
}

#upload_form .name {
  margin: 0;
}

#upload_form .updateType {
  width: 24px;
  height: 24px;
  position: relative;
  left: 15px;
  top: 5px;
}

#upload_form div.alert,#upload_form p.name {
  font-size: 14px;
}

#upload_form #lock_dossier_form,#upload_form #mn_userbundle_lock_dossier_confirm {
  margin: 20px 0;
}

#upload_form .fileupload-buttonbar input[type=checkbox].toggle {
  margin: 0 20px 0 8px;
}

#statusBar {
  /*background: #000;*/
  color: #999;
  text-align: center;
}

#statusBar.bg-blanc {
  padding: 60px 0 45px;
}

#statusBar.bg-blanc ul li {
  border-bottom: 1px solid #afb0b4;
}

@media (min-width:768px) {
  #statusBar.bg-blanc ul li {
    border-bottom: none;
    border-right: 1px solid #afb0b4;
  }
}

#statusBar.bg-blanc ul li .img-container {
  margin-bottom: 25px;
  height: 45px;
  width: 45px;
}

#statusBar.bg-blanc ul li.completed {
  color: #000;
}

#statusBar.bg-blanc ul li:last-child {
  border-bottom: transparent;
  border-right: transparent;
}

#statusBar li {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
  list-style: none;
  position: relative;
  vertical-align: top;
  padding: 1em;
  color: #000;
  display: block;
  width: 100%;
}

#statusBar li i {
  float: left;
  width: 10%;
}

#statusBar li span {
  float: left;
  width: 90%;
}

#statusBar li.completed {
  color: #FFF;
}

@media (min-width:768px) {
  #statusBar li {
    display: inline-block;
    width: 20%;
  }
}

body.backend h1 {
  margin-bottom: 0;
  display: inline-block;
}

body.backend h1+small {
  font-size: 13px;
  font-size: .8125rem;
}

body.backend #dossier_new_message textarea {
  width: 100%;
}

body.backend .expandable-zone .content {
  padding-left: 33px;
}

body.backend .expandable-zone .content .row {
  margin-top: 0;
  margin-bottom: 0;
}

body.backend .expandable-zone h4 {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

body.backend #delivery-table small,body.backend #documents-table small,body.backend #gestion-table small,body.backend #justificatifs-table small {
  display: block;
  color: #999;
}

body.backend #delivery-table .action-cell,body.backend #documents-table .action-cell,body.backend #gestion-table .action-cell,body.backend #justificatifs-table .action-cell {
  text-align: right;
}

body.backend #delivery-table .circle-button,body.backend #documents-table .circle-button,body.backend #gestion-table .circle-button,body.backend #justificatifs-table .circle-button {
  display: inline-block;
  background: #FFF;
  height: 40px;
  width: 40px;
  color: #555;
  font-size: 22px;
  font-size: 1.375rem;
}

body.backend #delivery-table .circle-button:hover,body.backend #documents-table .circle-button:hover,body.backend #gestion-table .circle-button:hover,body.backend #justificatifs-table .circle-button:hover {
  border-color: #FFF;
}

body.backend #delivery-table .circle-button.enable-button:hover,body.backend #delivery-table tr.donotsign .enable-button,body.backend #documents-table .circle-button.enable-button:hover,body.backend #documents-table tr.donotsign .enable-button,body.backend #gestion-table .circle-button.enable-button:hover,body.backend #gestion-table tr.donotsign .enable-button,body.backend #justificatifs-table .circle-button.enable-button:hover,body.backend #justificatifs-table tr.donotsign .enable-button {
  background-color:#5C9FD6;
  border-color:#5C9FD6;
  color: #FFF;
}

body.backend #delivery-table .circle-button.enable-button .fa:before,body.backend #documents-table .circle-button.enable-button .fa:before,body.backend #gestion-table .circle-button.enable-button .fa:before,body.backend #justificatifs-table .circle-button.enable-button .fa:before {
  content: "\f087";
}

body.backend #delivery-table tr td,body.backend #documents-table tr td,body.backend #gestion-table tr td,body.backend #justificatifs-table tr td {
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

body.backend #delivery-table tr.donotsign td,body.backend #documents-table tr.donotsign td,body.backend #gestion-table tr.donotsign td,body.backend #justificatifs-table tr.donotsign td {
  filter: alpha(Opacity=30);
  opacity: .3;
}

body.backend #delivery-table tr.donotsign .action-cell,body.backend #documents-table tr.donotsign .action-cell,body.backend #gestion-table tr.donotsign .action-cell,body.backend #justificatifs-table tr.donotsign .action-cell {
  filter: alpha(enabled=false);
  opacity: 1;
}

body.backend #delivery-table tr.donotsign .enable-button .fa:before,body.backend #documents-table tr.donotsign .enable-button .fa:before,body.backend #gestion-table tr.donotsign .enable-button .fa:before,body.backend #justificatifs-table tr.donotsign .enable-button .fa:before {
  content: "\f088";
}

body.backend #delivery-table .justificatif-row a:active,body.backend #documents-table .justificatif-row a:active,body.backend #gestion-table .justificatif-row a:active,body.backend #justificatifs-table .justificatif-row a:active {
  border-color: #FFF;
}

body.backend #delivery-table .justificatif-row.justificatif-validated a.justificatif-validated,body.backend #delivery-table .justificatif-row.justificatif-validated a.justificatif-validated:hover,body.backend #documents-table .justificatif-row.justificatif-validated a.justificatif-validated,body.backend #documents-table .justificatif-row.justificatif-validated a.justificatif-validated:hover,body.backend #gestion-table .justificatif-row.justificatif-validated a.justificatif-validated,body.backend #gestion-table .justificatif-row.justificatif-validated a.justificatif-validated:hover,body.backend #justificatifs-table .justificatif-row.justificatif-validated a.justificatif-validated,body.backend #justificatifs-table .justificatif-row.justificatif-validated a.justificatif-validated:hover {
  background: #00a1ae;
  border-color: #00a1ae;
  color: #FFF;
}

body.backend #delivery-table .justificatif-row.justificatif-refused a.justificatif-refused,body.backend #delivery-table .justificatif-row.justificatif-refused a.justificatif-refused:hover,body.backend #documents-table .justificatif-row.justificatif-refused a.justificatif-refused,body.backend #documents-table .justificatif-row.justificatif-refused a.justificatif-refused:hover,body.backend #gestion-table .justificatif-row.justificatif-refused a.justificatif-refused,body.backend #gestion-table .justificatif-row.justificatif-refused a.justificatif-refused:hover,body.backend #justificatifs-table .justificatif-row.justificatif-refused a.justificatif-refused,body.backend #justificatifs-table .justificatif-row.justificatif-refused a.justificatif-refused:hover {
  background:#5C9FD6;
  border-color:#5C9FD6;
  color: #FFF;
}

body.backend #delivery-table .delivery-row .delivery-type-wrapper input {
  display: none;
}

body.backend #delivery-table .delivery-row .delivery-type-wrapper span {
  display: inline-block;
  border: 1px dashed transparent;
  -moz-transition: border .3s ease-out;
  -o-transition: border .3s ease-out;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
}

body.backend #delivery-table .delivery-row .delivery-type-wrapper span:after {
  content: "\f040";
  font-family: FontAwesome;
  height: 16px;
  width: 16px;
  margin-left: 4px;
  color: #999;
  position: relative;
  top: -2px;
  display: none;
}

body.backend #delivery-table .delivery-row .delivery-type-wrapper:hover span {
  border: 1px dashed #4caf50;
}

body.backend #delivery-table .delivery-row .delivery-type-wrapper:hover span:after {
  display: inline-block;
}

body.backend #delivery-table .delivery-row.editing .delivery-type-wrapper input {
  display: block;
}

body.backend #delivery-table .delivery-row.editing .delivery-type-wrapper span {
  display: none;
}

body.backend #status-panel-change {
  background: #FFF;
  overflow: hidden;
  max-height: 0;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity .5s ease-out .3s;
  -o-transition: opacity .5s ease-out .3s;
  -webkit-transition: opacity .5s ease-out;
  -webkit-transition-delay: .3s;
  transition: opacity .5s ease-out .3s;
}

body.backend #status-panel-change.expanded {
  max-height: 500px;
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

body.backend #status-panel-change .content {
  padding: 1em;
}

body.backend #status-panel-change .title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 1em;
}

body.backend #status-panel-change .btn-group-justified .btn {
  width: calc(100% / 6);
  border: 0;
  background: rgba(66,76,172,.2);
}

body.backend #status-panel-change .btn-group-justified .btn.active,body.backend #status-panel-change .btn-group-justified .btn:active,body.backend #status-panel-change .btn-group-justified .btn:focus,body.backend #status-panel-change .btn-group-justified .btn:hover {
  background: #424CAC;
  color: #FFF;
  border-color: #000;
  outline: 0;
}

body.backend #status-panel-change .btn-group-justified .btn:hover {
  background: rgba(66,76,172,.5);
}

body.backend #status-panel-change .btn-group-justified .btn.active:hover {
  background: #424CAC;
}

body.backend #status-panel-change .working-panel {
  position: absolute;
  color: #FFF;
  background: #424CAC;
  top: 2em;
  left: 15px;
  right: 15px;
  bottom: 0;
  text-align: center;
  z-index: 10000;
  vertical-align: middle;
  display: none;
}

body.backend #status-panel-change .working-panel p {
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 1.75em;
}

body.backend #status-panel-change.working .working-panel {
  display: block;
}

.form-wrapper {
  background: #FFF;
  padding: 20px;
  margin-bottom: 10px;
}

#security-wrapper .logo,body.public .logo {
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-small.svg);
  background-size: 35px 30px;
  background-position: center top;
  padding-top: 44px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.no-svg #security-wrapper .logo,.no-svg body.public .logo {
  background-image: url(../../../img/logo-manewco-small.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg #security-wrapper .logo,.no-svg body.public .logo {
    background-image: url(../../../img/logo-manewco-small@2x.png);
  }
}

#security-wrapper .buttons,body.public .buttons {
  text-align: center;
  padding-top: 0;
}

#security-wrapper .form-below,body.public .form-below {
  font-size: 15px;
}

#security-wrapper .message,body.public .message {
  padding: .5em 20px;
}

#security-wrapper .message.bg-danger,body.public .message.bg-danger {
  background: #f44336;
  color: #FFF;
}

#security-wrapper h1,body.public h1 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 1em;
}

#remember_me {
  float: left;
  margin-right: 10px;
}

.header-nav-user {
  border-bottom: 2px solid #000;
}

.userprofile-header .title-zone {
  margin-top: 30px;
  height: 140px;
}

.userprofile-header h1 {
  font-size: 1.875rem;
  margin: 0;
  padding-top: 40px;
}
.context-actions {
    padding-top: 45px;
}
@media (max-width:767px) {
  #footer .follow-newsletter {
    text-align: center;
  }
  .userprofile-header h1 {
    font-size: 18px;
    padding-top: 0;
    font-weight: bold;
  }
  .context-actions {
        padding-top: 0;
        margin-left: 40px;
    }
}

.img-title {
    display: block;
    max-width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.userprofile-header .pic-wrapper {
  width: 140px;
  height: 140px;
  float: left;
  margin: 10px;
  position: relative;
}

.userprofile-header .pic-wrapper > div {
  position: absolute;
  top: -5px;
  right: 6px;
}
.userprofile-header .circle-button {
    width: 45px;
    height: 45px;
    border-color: #FFF;
    background-color: #FFF;
    line-height: 30px;
    font-size: 1.25rem;
    color: #000;
}

.userprofile-header nav a {
  color: #000;
  text-transform: uppercase;
  line-height: 50px;
  border-bottom: 3px solid transparent;
  height: 40px;
  display: block;
  -moz-transition: border .3s ease-out;
  -o-transition: border .3s ease-out;
  -webkit-transition: border .3s ease-out;
  transition: border .3s ease-out;
}

.userprofile-header nav a.active {
  border-bottom-color: #000;
}

.userprofile-header nav a:hover {
  border-bottom-color: rgba(0,0,0,.5);
  text-decoration: none;
}

.userprofile-form {
  padding-top: 50px;
}

.userprofile-form .row {
  margin-bottom: 20px;
}

.userprofile-form .button-row {
  margin-top: 50px;
}

.liste-dossier td {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.liste-dossier>tbody>tr>td {
  padding: 25px 0;
}

.liste-dossier .picto-cell {
  width: 80px;
}

.liste-dossier .picto-cell div {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url(../../../img/logo-manewco-small.svg);
  background-size: 26.25px 22.5px;
  background-color: #FFF;
  background-position: center center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.no-svg .liste-dossier .picto-cell div {
  background-image: url(../../../img/logo-manewco-small.png);
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3 / 2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .no-svg .liste-dossier .picto-cell div {
    background-image: url(../../../img/logo-manewco-small@2x.png);
  }
}

.liste-dossier .company-name-cell .company-name {
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.liste-dossier .status-cell small,.liste-dossier .status-cell span {
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  display: block;
}

.liste-dossier .status-cell span {
  margin: 10px 0;
}

.liste-dossier .status-cell small {
  position: relative;
  padding-left: 15px;
}

.liste-dossier .status-cell small:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 3px;
  left: 0;
}

.liste-dossier .status-cell small.draft:before {
  background: #E63B11;
}

.liste-dossier .status-cell small.confirmed:before {
  background: #80B1E0;
}

.liste-dossier .action-cell {
  padding-top: 35px;
  width: 140px;
  text-align: right;
}

.liste-dossier .action-cell .btn-primary {
  width: 100%;
}

.liste-dossier .circle-button {
  width: 45px;
  height: 45px;
  border-color: #FFF;
  background-color: #FFF;
  line-height: 33px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #999;
}

.liste-dossier .circle-button:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.counter {
  background: #E2574C;
  color: #FFF;
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 16px;
  text-align: center;
}

.message-link .counter {
  top: 18%;
  right: 16%;
}

#dossier_new_message textarea,.messages-table {
  width: 100%;
}

.message-row:hover {
  background: #FFF;
}

.note-row:hover {
  background: #FFF;
}

.message-row td {
  padding: .75em;
  font-weight: 300;
}

.note-row td {
  padding: .75em;
  font-weight: 300;
}

.message-row .message-row-header {
  font-size: 13px;
  font-size: .8125rem;
  color: #999;
}
.note-row .note-row-header {
  font-size: 13px;
  font-size: .8125rem;
  color: #999;
}

.message-row .message-row-content {
  padding-top: .4em;
}

.note-row .note-row-content {
  padding-top: .4em;
}

.lock-checkbox {
  margin-bottom: 1em;
}

.lock-checkbox label {
  cursor: pointer;
}

.lock-checkbox label input[type=radio],.lock-checkbox label input[type=checkbox] {
  display: none;
}

.lock-checkbox label input[type=radio]+.radio-layout,.lock-checkbox label input[type=checkbox]+.radio-layout {
  display: block;
  background: #E8E8E8;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 1000;
}

.lock-checkbox label input[type=radio]+.radio-layout:before,.lock-checkbox label input[type=checkbox]+.radio-layout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 1.6em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  margin: 17px 0 0 5px;
  filter: alpha(Opacity=40);
  opacity: .4;
}

.lock-checkbox label input[type=radio]:checked+.radio-layout,.lock-checkbox label input[type=checkbox]:checked+.radio-layout {
  background: #6BBD99;
}

.lock-checkbox label input[type=radio]:checked+.radio-layout:before,.lock-checkbox label input[type=checkbox]:checked+.radio-layout:before {
  content: "\f00c";
  color: #FFF;
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-animation: tick 180ms ease-in;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.lock-checkbox label input[type=radio]:disabled+.radio-layout,.lock-checkbox label input[type=checkbox]:disabled+.radio-layout {
  color: #aaa;
}

.lock-checkbox label input[type=radio]:disabled+.radio-layout:before,.lock-checkbox label input[type=checkbox]:disabled+.radio-layout:before {
  content: "\f00C";
  color: #FFF;
}

.lock-checkbox label input[type=checkbox]+.radio-layout {
  background: 0 0;
  position: relative;
  display: inline-block;
  width: 30px;
}

.lock-checkbox label input[type=checkbox]+.radio-layout:before {
  margin: 0;
  filter: alpha(enabled=false);
  opacity: 1;
  background: #FFF;
  color: #d5d8d9;
}

.lock-checkbox label input[type=checkbox]:checked+.radio-layout {
  background: 0 0;
}

.lock-checkbox label input[type=checkbox]:checked+.radio-layout:before {
  margin: 0;
  filter: alpha(enabled=false);
  opacity: 1;
  background: #E2574C;
  color: #FFF;
}

.lock-checkbox label span {
  position: relative;
  top: -4px;
}

#lock-checkbox-3 {
  display: none;
}

.doc-generated-placeholder {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 10em;
  padding-top: 6em;
  line-height: 1em;
  text-align: center;
}

.doc-generated-placeholder:after,.doc-generated-placeholder:before {
  filter: alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

#upload_form .alert {
  display: none;
}

#upload_form.active {
  display: block;
}

.justificatif-row {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  line-height: 37px;
}

.justificatif-row #files,.justificatif-row .btn,.justificatif-row .message {
  display: inline-block;
}

.justificatif-row .message {
  color: #f44336;
}

.justificatif-row #files {
  margin-right: 1.5em;
}

.justificatif-row #files a {
  color: #00A3B4;
  text-decoration: underline;
}

.justificatif-row .subline {
  font-size: 13px;
  font-size: .8125rem;
  color: #00A3B4;
  line-height: 1;
}

#delivery-table small {
  display: block;
  color: #999;
}

#delivery-table .action-cell {
  text-align: right;
}

#delivery-table .circle-button {
  display: inline-block;
  background: #FFF;
  height: 40px;
  width: 40px;
  color: #555;
  font-size: 22px;
  font-size: 1.375rem;
}

#delivery-table .circle-button:focus,#delivery-table .circle-button:hover {
  border-color: #999;
}

#delivery-table .circle-button.enable-button .fa:before {
  content: "\f087";
}

#delivery-table .circle-button.enable-button:hover {
  background-color:#5C9FD6;
  color: #FFF;
  border-color:#5C9FD6;
}

#status-panel {
  z-index: 10000;
  right: auto;
  left: -50px;
  top: -11px;
}

#status-panel .progress-panel {
  border: 1px solid #d5d8d9;
  right: auto;
  left: 0;
  top: 0;
  color: #000;
  width: 330px;
}

#status-panel .progress-panel.status-paid {
  top: -43px;
}

#status-panel .progress-panel.status-processing {
  top: -86px;
}

#status-panel .progress-panel.status-signing {
  top: -129px;
}

#status-panel .progress-panel.status-immatriculation {
  top: -172px;
}

#status-panel .progress-panel.status-validated {
  top: -215px;
}

#status-panel .progress-panel .number {
  color: #0072AE;
}

#status-panel .progress-panel li.done {
  background: 0 0;
}

#status-panel .progress-panel li.done .fa {
  background: #FFF;
  color: #E2574C;
  padding-top: 8px;
}

#status-panel .progress-panel li.current {
  background: rgba(226,87,76,.3);
  color: #FFF;
}

#status-panel .progress-panel li.current .number {
  background: 0 0;
  color: #FFF;
}

.status-panel-link {
  position: relative;
}

.status-panel-link strong {
  color: #000;
  text-decoration: underline;
}

.status-panel-link:hover>#status-panel .progress-panel {
  display: block;
}

.capital-table .table td,.capital-table .table th,.formes-table td,.formes-table th {
  text-align: center;
  font-size: 13px;
  font-size: .8125rem;
}

.capital-table .table thead>tr>th,.formes-table thead>tr>th {
  padding: 0;
}

.capital-table .table thead tr th,.formes-table thead tr th {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  background: #FFF;
}

.capital-table .table thead tr th a,.formes-table thead tr th a {
  display: block;
}

.capital-table .table thead tr th span,.formes-table thead tr th span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
}

.capital-table .table tbody>tr>td,.formes-table tbody>tr>td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

@media (min-width:992px) {
  .capital-table .table tbody>tr>td,.formes-table tbody>tr>td {
    padding: 20px 2.5%;
  }
}

.capital-table .table tbody>tr>td.remove1,.capital-table .table tbody>tr>td.remove2,.capital-table .table tbody>tr>td.remove3,.formes-table tbody>tr>td.remove1,.formes-table tbody>tr>td.remove2,.formes-table tbody>tr>td.remove3 {
  color: #B0B0B0;
}

.capital-table .table tbody tr:hover td,.formes-table tbody tr:hover td {
  background: rgba(0,0,0,.05);
}

.capital-table .table tbody tr:hover td.row-header,.formes-table tbody tr:hover td.row-header {
  background: #FFF;
}


.capital-table .table colgroup+thead>tr:first-child>th,.formes-table colgroup+thead>tr:first-child>th {
  border-top: 1px solid #ddd;
}

.capital-table .table colgroup+thead>tr:first-child>th.empty,.formes-table colgroup+thead>tr:first-child>th.empty {
  border-top: none;
  border-left: none;
}

.capital-table .table tfoot>tr>th,.formes-table tfoot>tr>th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #FFF;
}

.capital-table .table tfoot>tr>th.empty,.formes-table tfoot>tr>th.empty {
  border-bottom: none;
  border-left: none;
  background: 0 0;
}

.capital-table .table tfoot>tr>th span,.formes-table tfoot>tr>th span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
}

.capital-table .table .btn,.formes-table .btn {
  width: 95%;
  margin-top: 5px;
}

.capital-table .table .row-header,.formes-table .row-header {
  text-transform: uppercase;
  font-weight: 700;
  background: #FFF;
  width: 15%;
}

.capital-table .table col.forme,.formes-table col.forme {
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.capital-table .table col.forme.remove1,.capital-table .table col.forme.remove2,.capital-table .table col.forme.remove3,.formes-table col.forme.remove1,.formes-table col.forme.remove2,.formes-table col.forme.remove3 {
  background: #DFDFDF;
}

.capital-table .table .avantage-link,.formes-table .avantage-link {
  color: #E2574C;
}

.intro-container {
  background: #FFF;
  z-index: 101;
  text-align: center;
  color: #000;
}

.intro-container p {
  padding: 0;
  margin: 0;
}

.questions {
  padding: 20px 0;
  margin-bottom: 0;
  position: relative;
}

.questions .question-nav {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #787878;
  border: none;
  text-indent: -9999em;
  height: 40px;
  width: 40px;
  display: block;
  padding: 0;
  margin-top: 8px;
}

.questions .question-nav[disabled=disabled] {
  filter: alpha(Opacity=50);
  opacity: .5;
}

.questions .question-nav:active,.questions .question-nav:focus {
  outline: 0;
}

.questions .question-nav:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}

.questions .question-nav.nav-left:before {
  margin-left: 10px;
  border-width: 9px 16px 9px 0;
  border-color: transparent #FFF transparent transparent;
}

.questions .question-nav.nav-right:before {
  margin-left: 14px;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #FFF;
}

.questions .question-container {
  text-align: center;
}

.questions .question {
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  width: 100%;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  display: inline-block;
}

.questions .question.active {
  filter: alpha(enabled=false);
  opacity: 1;
}

.questions .question .number {
  float: left;
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0072AE;
  margin-right: 10px;
  font-size: 0;
  margin-top: 10px;
}

.questions .question .title {
  float: left;
}

.questions .question .question-control {
  display: inline-block;
}

.questions .question .question-control label {
  cursor: pointer;
}

.questions .question .question-control label input[type=radio],.questions .question .question-control label input[type=checkbox] {
  display: none;
}

.questions .question .question-control label input[type=radio]+.radio-layout,.questions .question .question-control label input[type=checkbox]+.radio-layout {
  display: block;
  background: #E8E8E8;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 1000;
}

.questions .question .question-control label input[type=radio]+.radio-layout:before,.questions .question .question-control label input[type=checkbox]+.radio-layout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 1.6em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  margin: 17px 0 0 5px;
  filter: alpha(Opacity=40);
  opacity: .4;
}

.questions .question .question-control label input[type=radio]:checked+.radio-layout,.questions .question .question-control label input[type=checkbox]:checked+.radio-layout {
  background: #6BBD99;
}

.questions .question .question-control label input[type=radio]:checked+.radio-layout:before,.questions .question .question-control label input[type=checkbox]:checked+.radio-layout:before {
  content: "\f00c";
  color: #FFF;
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-animation: tick 180ms ease-in;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

.questions .question .question-control label input[type=radio]:disabled+.radio-layout,.questions .question .question-control label input[type=checkbox]:disabled+.radio-layout {
  color: #aaa;
}

.questions .question .question-control label input[type=radio]:disabled+.radio-layout:before,.questions .question .question-control label input[type=checkbox]:disabled+.radio-layout:before {
  content: "\f00C";
  color: #FFF;
}

.questions .question .question-control label input[type=radio]+.radio-layout {
  position: relative;
  background: 0 0;
  display: inline-block;
}

.questions .question .question-control label input[type=radio]+.radio-layout:before {
  margin-top: 0;
}

.questions .question .question-control label input[type=radio]:checked+.radio-layout {
  background: 0 0;
}

.questions .question .question-control label input[type=radio]:checked+.radio-layout:before {
  background: #6BBD99;
}

body.questionnaire .dossier-message-holder {
  background: #4caf50!important;
}

body.questionnaire .dossier-message-holder .close {
  display: none;
}

body.questionnaire .dossier-message-holder p {
  padding-left: 0;
  padding-top: 1.5em;
}

body.questionnaire .dossier-message-holder .btn {
  margin-left: 30px;
}

body.questionnaire .dossier-message-holder .content {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

body.questionnaire .dossier-message-holder #beginNew {
  margin-left: 0;
}

body.questionnaire .dossier-message-holder span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width:992px) {
  body.questionnaire .dossier-message-holder #beginNew {
    margin-left: 30px;
  }

  body.questionnaire .dossier-message-holder span {
    display: inline;
    width: auto;
    margin-bottom: 0;
  }
}

body.public {
  padding-top: 1.5em;
  text-align: center;
  background: #fbfbfb;
}

#publicContainer strong {
  font-weight: 700;
}

#publicContainer strong.company-name {
  text-transform: uppercase;
}

#publicContainer .agreement-row {
  text-align: left;
}

#publicContainer .agreement {
  text-align: left;
  margin-bottom: 1em;
}

#publicContainer .agreement label {
  cursor: pointer;
}

#publicContainer .agreement label input[type=radio],#publicContainer .agreement label input[type=checkbox] {
  display: none;
}

#publicContainer .agreement label input[type=radio]+.radio-layout,#publicContainer .agreement label input[type=checkbox]+.radio-layout {
  display: block;
  background: #E8E8E8;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 1000;
}

#publicContainer .agreement label input[type=radio]+.radio-layout:before,#publicContainer .agreement label input[type=checkbox]+.radio-layout:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 1.6em;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  margin: 17px 0 0 5px;
  filter: alpha(Opacity=40);
  opacity: .4;
}

#publicContainer .agreement label input[type=radio]:checked+.radio-layout,#publicContainer .agreement label input[type=checkbox]:checked+.radio-layout {
  background: #6BBD99;
}

#publicContainer .agreement label input[type=radio]:checked+.radio-layout:before,#publicContainer .agreement label input[type=checkbox]:checked+.radio-layout:before {
  content: "\f00c";
  color: #FFF;
  filter: alpha(enabled=false);
  opacity: 1;
  -moz-animation: tick 180ms ease-in;
  -webkit-animation: tick 180ms ease-in;
  animation: tick 180ms ease-in;
}

#publicContainer .agreement label input[type=radio]:disabled+.radio-layout,#publicContainer .agreement label input[type=checkbox]:disabled+.radio-layout {
  color: #aaa;
}

#publicContainer .agreement label input[type=radio]:disabled+.radio-layout:before,#publicContainer .agreement label input[type=checkbox]:disabled+.radio-layout:before {
  content: "\f00C";
  color: #FFF;
}

@-moz-keyframes tick {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  90% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .5;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes tick {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  90% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes tick {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  90% {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: .5;
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#publicContainer .agreement label input[type=checkbox]+.radio-layout {
  background: 0 0;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-top: 10px;
}

#publicContainer .agreement label input[type=checkbox]+.radio-layout:before {
  margin: 0;
  filter: alpha(enabled=false);
  opacity: 1;
  background: #FFF;
  color: #d5d8d9;
}

#publicContainer .agreement label input[type=checkbox]:checked+.radio-layout {
  background: 0 0;
}

#publicContainer .agreement label input[type=checkbox]:checked+.radio-layout:before {
  margin: 0;
  filter: alpha(enabled=false);
  opacity: 1;
  background: #E2574C;
  color: #FFF;
}

#publicContainer .agreement label span {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: top;
  position: relative;
  top: 4px;
}

#publicContainer .btn-agreement {
  margin: 1em 0 0;
}

#publicContainer .btn-fullwidth {
  display: block;
}

#publicContainer .disclaimer {
  margin-top: .8em;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 1.1em;
}

#publicContainer .doc-list {
  text-align: left;
  margin-bottom: 1em;
  padding: 15px;
}

#publicContainer .doc-list .doc-list-header {
  border-bottom: 3px solid #000;
}

#publicContainer .doc-list .doc-list-header span {
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
}

#publicContainer .doc-list:hover,#publicContainer .doc-list:hover .doc-sign .buttons,body.touchevents #publicContainer .doc-list,body.touchevents #publicContainer .doc-list .doc-sign .buttons {
  background: #FFF;
}

#publicContainer .doc-list:hover .doc-sign .buttons:before,body.touchevents #publicContainer .doc-list .doc-sign .buttons:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background: -webkit-gradient(linear,100% 50%,0 50%,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));
  background: -moz-linear-gradient(right center,#fff,rgba(255,255,255,0));
  background: -webkit-linear-gradient(right center,#fff,rgba(255,255,255,0));
  background: linear-gradient(to left center,#fff,rgba(255,255,255,0));
}

#publicContainer .doc-list:hover .sign-all,body.touchevents #publicContainer .doc-list .sign-all {
  filter: alpha(enabled=false);
  opacity: 1;
}

#publicContainer .doc-sign {
  padding: 10px 0;
  border-bottom: 1px solid #d5d8d9;
  position: relative;
}

#publicContainer .doc-sign .fa {
  font-size: 30px;
  font-size: 1.875rem;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 15px;
}

#publicContainer .doc-sign .doc-name {
  vertical-align: top;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
}

#publicContainer .doc-sign .buttons {
  padding: 17.5px 5px 0;
  background: #F2F2F2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#publicContainer .doc-sign .buttons:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 60px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
  background: -webkit-gradient(linear,100% 50%,0 50%,color-stop(0,#f2f2f2),color-stop(100%,rgba(242,242,242,0)));
  background: -moz-linear-gradient(right center,#f2f2f2,rgba(242,242,242,0));
  background: -webkit-linear-gradient(right center,#f2f2f2,rgba(242,242,242,0));
  background: linear-gradient(to left center,#f2f2f2,rgba(242,242,242,0));
}

#publicContainer .sign-all {
  text-align: center;
  padding: 20px 0 0;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

#publicContainer .signature-wrapper {
  margin-bottom: 5em;
}

#publicContainer #signature {
  background: #FFF;
  height: 10em;
}

#publicContainer .otp-wrapper {
  text-align: center;
  margin-bottom: 5em;
}

#publicContainer .otp {
  display: inline-block;
  width: 35px;
  height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 0;
}

#publicContainer #alert_otp {
  margin-bottom: 2em;
}

#publicContainer .help-row {
  text-align: center;
}

#publicContainer .col-assistance {
  padding-bottom: 2em;
  display: inline-block;
}

#publicContainer .col-assistance .fa {
  float: left;
  background: #FFF;
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: .5em;
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 60px;
  text-align: center;
}

#publicContainer .col-assistance .content {
  text-align: left;
  float: left;
}

#publicContainer .col-assistance .content small,#publicContainer .col-assistance .content span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
}

#publicContainer .col-assistance .content small.phone,#publicContainer .col-assistance .content span.phone {
  font-size: 25px;
  font-size: 1.5625rem;
}

/***** dashboard folder*/
.dossier-dashboard .preview{
  width:100%;
}
.action-cell .dropdown {
  display: inline-block;
}
#footer .center_in {
  padding-bottom: 30px;
}
#footer .follow-newsletter {
  margin: 10px 0 0;
}
@media (max-width:767px) {
  #footer .follow-newsletter {
    text-align: center;
  }
}
@media (min-width: 768px) {
    #footer .col-assistance, #footer .col-links, #footer .col-logo {
        border-right: 1px solid #5d5d5d;
    }
}