@charset "UTF-8";
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont_v-4.0.3.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont_v-4.0.3.woff") format("woff"), url("fonts/fontawesome-webfont_v-4.0.3.ttf") format("truetype"), url("fonts/fontawesome-webfont_v-4.0.3-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "iconvault";
  src: url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.eot");
  src: url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.eot#iefix") format("embedded-opentype"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.woff") format("woff"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.ttf") format("truetype"), url("fonts/iconvault_3e488ef00baf918a88315e96d193656b.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/***
 *				HELPERs
 ***/
.centered {
  text-align: center;
  display: block; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.full-width {
  padding: 0;
  margin: 0; }
  .full-width [class^="col"] {
    padding: 0; }

.container.final {
  margin-bottom: 50px; }
.container.single, .container.container-with-margin {
  margin-top: 80px; }

.row-with-margin {
  margin-bottom: 30px; }

.col-image {
  padding-top: 33px;
  z-index: 999; }
  .col-image img {
    max-width: 100%;
    margin-bottom: 60px; }
    .col-image img:last-child {
      margin-bottom: 0; }
  .col-image aside {
    padding: 10px;
    margin-bottom: 60px; }
    .col-image aside h1 {
      font-size: 24px;
      font-family: inherit;
      font-weight: inherit;
      margin-top: 0; }

.navbar-brand {
  padding: 0;
  margin: 15px; }

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    overflow: visible !important; } }
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block; }

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1; }

b, strong {
  font-weight: 500; }

#top-wrapper {
  height: 36px;
  background: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzM1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #333355));
  background-image: -moz-linear-gradient(#000000, #333355);
  background-image: -webkit-linear-gradient(#000000, #333355);
  background-image: linear-gradient(#000000, #333355);
  color: #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.95);
  overflow: hidden; }
  #top-wrapper a {
    color: White; }
  #top-wrapper h2 {
    display: none; }

#contact_info {
  font-size: 16px;
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0; }
  #contact_info a {
    text-decoration: none;
    color: inherit;
    margin-left: 4px; }
  #contact_info li {
    float: left;
    cursor: pointer;
    margin: 7px 20px 0 0;
    line-height: 23px;
    padding-right: 4px; }
    #contact_info li:hover {
      background: #0088cc; }
  #contact_info i {
    background-color: rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    padding: 3px; }

@media (max-width: 768px) {
  .navbar-brand {
    padding: 0;
    margin: 20px 10px 15px;
    width: 141px;
    height: 37px;
    background: url("img/logo-iko-systems_141_37.png") no-repeat; }
    .navbar-brand img {
      display: none; }

  #contact_info {
    font-size: 14px;
    margin: 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .navbar-brand {
    background: url("img/logo-iko-systems_141_37-2x.jpg") no-repeat;
    background-size: 141px 37px; } }
.navbar {
  margin-bottom: 0; }

header.fixed #top-wrapper {
  margin-bottom: 80px; }
header.fixed .navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030; }

.navbar-header {
  display: inline-block;
  width: auto; }

/*#languages_switcher{
	line-height: 30px;
	position: absolute;
	right: 0;
	background: black;
	li{
		list-style-type: none;
		font-size: 16px;
		.text{
			@include transition(all .3s ease-in-out);
			opacity: 0;
			margin-left: 10px;
		}
		a{
			&:hover{
				.text{
					opacity: 1;
					color: #fff;
				}
			}
		}
	}
}*/
#languages_switcher_2 {
  position: absolute;
  right: 0;
  background: black; }
  #languages_switcher_2 ul {
    margin: 0;
    padding: 0;
    cursor: pointer;
    float: right;
    width: 36px;
    height: 36px;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #languages_switcher_2 ul:hover {
      width: 140px; }
  #languages_switcher_2 li {
    list-style-type: none;
    font-size: 18px;
    display: block; }
    #languages_switcher_2 li .text {
      display: inline-block;
      margin-left: 15px;
      color: #fff;
      opacity: 0; }
    #languages_switcher_2 li:hover .text {
      opacity: 1;
      -moz-transition: all 0.3s ease-in-out 0.15s;
      -o-transition: all 0.3s ease-in-out 0.15s;
      -webkit-transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.15s;
      transition: all 0.3s ease-in-out 0.15s; }
    #languages_switcher_2 li a {
      height: 36px; }

.navbar {
  border-radius: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px; }
  .navbar .navbar-collapse {
    text-align: center;
    float: right; }
  .navbar .navbar-toggle {
    margin-top: 24px;
    border: 1px solid #dedede; }
    .navbar .navbar-toggle .icon-bar {
      background: black; }
  .navbar .try {
    margin-top: 16px;
    float: right; }
    .navbar .try span {
      position: relative;
      display: inline-block;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      padding: 10px 0;
      width: 100%; }
    .navbar .try span::before {
      position: absolute;
      top: 100%;
      content: attr(data-hover);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      padding: 10px 0;
      text-align: center;
      width: 100%;
      left: 0; }
    .navbar .try:hover span, .navbar .try:focus span {
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
  .navbar .navbar-nav {
    float: right;
    margin-top: 20px; }
    .navbar .navbar-nav a {
      color: #333;
      padding: 10px 20px; }
      .navbar .navbar-nav a.login {
        background-color: #d4d4d4;
        text-shadow: 0 0 1px white;
        border-radius: 3px;
        padding: 10px 20px; }
      .navbar .navbar-nav a:hover {
        border-radius: 3px; }
    .navbar .navbar-nav .dropdown-menu {
      border-radius: 0;
      border: none;
      background: #eeeeee;
      text-align: left;
      font-weight: 300;
      min-width: 12em;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-animation: showDropDown 0.3s forwards;
      -webkit-animation: showDropDown 0.3s forwards;
      animation: showDropDown 0.3s forwards; }
      .navbar .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 0; }
        .navbar .navbar-nav .dropdown-menu > li:nth-of-type(last) {
          border-bottom: none; }
        .navbar .navbar-nav .dropdown-menu > li > a {
          line-height: 1.6em;
          font-weight: 300;
          font-size: 16px;
          border-radius: 0; }
          .navbar .navbar-nav .dropdown-menu > li > a:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7); }

@media (max-width: 955px) and (min-width: 768px) {
  .navbar {
    font-size: 14px; }
    .navbar .navbar-nav a {
      padding: 7px; }
    .navbar .try {
      font-size: 14px; } }
@media (max-width: 780px) {
  .navbar-collapse {
    padding-right: 0; } }
@media (max-width: 767px) {
  .navbar .navbar-header {
    display: block; }
  .navbar .navbar-collapse.in {
    overflow-y: inherit; }
  .navbar .navbar-collapse .navbar-nav {
    width: auto; }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu {
      text-align: center;
      width: auto; }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: none; }
  ul.nav li.dropdown.open:hover > ul.dropdown-menu {
    display: block; }

  .dropdown.open ul.dropdown-menu {
    display: block; } }
@-moz-keyframes showDropDown {
  from {
    opacity: 0;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -moz-transform: scaleY(1.15);
    transform: scaleY(1.15); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes showDropDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transform: scaleY(1.15);
    transform: scaleY(1.15); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes showDropDown {
  from {
    opacity: 0;
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -moz-transform: scaleY(1.15);
    -ms-transform: scaleY(1.15);
    -webkit-transform: scaleY(1.15);
    transform: scaleY(1.15); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
#page-main-content H1 {
  text-align: center;
  margin-bottom: 40px; }

/*
 * TEST DESIGN PAGE SOLUTION
 */
section .main-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 60px; }
section #page-nav {
  text-align: center;
  margin: 0 0 40px;
  height: 50px; }
  section #page-nav .container {
    height: 50px; }
  section #page-nav ul {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
    margin: 0 0 -25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden; }
  section #page-nav li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    background: #9A9A9A; }
    section #page-nav li:first-child:before {
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 25px solid white; }
    section #page-nav li:last-child a:before, section #page-nav li:last-child a:after {
      border: none; }
    section #page-nav li a {
      padding-left: 25px;
      font-size: 1.2em;
      width: 100%;
      display: block;
      position: relative;
      float: left;
      color: #fff;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.8); }
      section #page-nav li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #9A9A9A;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2; }
      section #page-nav li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #fff;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 100%;
        z-index: 1; }
      section #page-nav li a.current {
        background-color: #0088cc; }
        section #page-nav li a.current:after {
          border-left-color: #0088cc; }
      section #page-nav li a:hover {
        background-color: #005885;
        text-decoration: none; }
        section #page-nav li a:hover:after {
          border-left-color: #005885; }
section #screen-container {
  overflow: hidden;
  width: 1140px;
  padding: 0; }
  section #screen-container .col-sm-push-8.col-sm-4.image img {
    float: right; }
  section #screen-container .btn {
    margin-right: 35px; }
section .screen {
  float: left;
  width: 100%;
  line-height: 1.4em;
  -moz-animation: screenAppear 0.6s forwards;
  -webkit-animation: screenAppear 0.6s forwards;
  animation: screenAppear 0.6s forwards; }
  section .screen .row {
    margin: 0 0 40px 0;
    text-align: left; }
    section .screen .row:nth-of-type(n+3) {
      min-height: 0;
      height: auto; }
    section .screen .row .col-sm-3:nth-of-type(odd), section .screen .row .col-sm-4:nth-of-type(odd), section .screen .row .col-sm-5:nth-of-type(odd) {
      padding: 0 20px 20px 0; }
    section .screen .row .col-sm-8:nth-of-type(odd), section .screen .row .col-sm-9:nth-of-type(odd), section .screen .row .col-sm-7:nth-of-type(odd) {
      padding-right: 20px; }
    section .screen .row .col-sm-8:nth-of-type(even) .col-sm-9:nth-of-type(even), section .screen .row .col-sm-7:nth-of-type(even) {
      padding-left: 20px; }
    section .screen .row .col-sm-3:nth-of-type(even), section .screen .row .col-sm-4:nth-of-type(even), section .screen .row .col-sm-5:nth-of-type(even) {
      padding: 0 0 20px 20px; }
    section .screen .row.arrows {
      height: 20px;
      min-height: 20px;
      margin: 50px 0 60px; }
  section .screen h3 {
    font-size: 30px;
    margin: 0 0 20px; }
  section .screen img {
    max-width: 100%;
    height: auto; }
  section .screen p {
    font-size: inherit; }
  section .screen ul {
    margin: 0;
    padding: 0;
    line-height: 2em;
    font-size: inherit;
    list-style-type: none; }
    section .screen ul li {
      padding-left: 50px;
      line-height: 1.6em;
      font-size: inherit; }
      section .screen ul li i {
        font-size: 1.2em;
        color: #1A8D1A;
        margin-left: -30px;
        margin-right: 5px; }
section .footer-link {
  font-size: 18px;
  position: relative;
  text-decoration: none;
  margin-right: 35px;
  overflow: visible;
  float: none;
  left: 60%; }
  section .footer-link:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.15em solid transparent;
    border-bottom: 1.15em solid transparent;
    border-left: 1.15em solid #0088cc;
    position: absolute;
    top: 0;
    right: -1.08em;
    z-index: 2;
    overflow: visible; }
  section .footer-link:hover:after {
    border-left-color: #0077b3; }

@media (max-width: 768px) {
  .with-screens #page-nav {
    display: none;
    font-size: 12px; }
    .with-screens #page-nav .container {
      padding-left: 0;
      padding-right: 0; }
    .with-screens #page-nav li {
      height: 50px; }
      .with-screens #page-nav li a {
        padding: 5px 0 0 0;
        font-size: 12px;
        line-height: 20px;
        height: 50px; }
        .with-screens #page-nav li a::after, .with-screens #page-nav li a::before {
          display: none; }
  .with-screens #screen-container {
    width: auto; }
    .with-screens #screen-container .btn {
      margin-right: 0; }
  .with-screens .screen.item {
    width: auto; }
    .with-screens .screen.item .row {
      min-height: inherit;
      height: auto;
      padding: 0 10px;
      margin-bottom: 20px; }
      .with-screens .screen.item .row [class^="col"] {
        padding: 0;
        margin-bottom: 20px; }
    .with-screens .screen.item h3 {
      font-size: 20px;
      margin: 10px 0 20px; }
    .with-screens .screen.item ul {
      font-size: inherit; }
  .with-screens .footer-link {
    display: none; }

  .carousel-inner > .item {
    display: block; } }
#home h1 {
  text-align: center; }

.page-template-template_1_colum_and_screens-php .screen .row {
  min-height: 260px; }

#home1 {
  margin-top: 20px;
  margin-bottom: 20px; }
  #home1 p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 3em; }
  #home1 .row .icon {
    min-height: 3em; }
  #home1 .row .text {
    min-height: 7em; }
  #home1 h4 {
    font-size: 28px; }
  #home1 .btn.more {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
  #home1 .icon {
    line-height: 46px;
    overflow: hidden;
    margin-bottom: 20px; }
  #home1 .fa {
    float: left;
    margin: 0.8em 0.4em 0 0;
    font-size: 2.3em; }
  #home1 .text {
    clear: both; }

@media (max-width: 1200px) {
  #home1 h4 {
    font-size: 20px; } }
@media (max-width: 767px) {
  #home h1 {
    font-size: 36px; }

  #home1 {
    margin-top: 0; }
    #home1 h4 {
      font-size: 24px; }
    #home1 .icon {
      margin-bottom: 0; }
    #home1 .ico {
      margin: 0 .5em .2em 0; }
    #home1 p {
      margin-bottom: .4em; }
    #home1 .btn.more {
      position: inherit; }
    #home1 .box {
      margin-bottom: 1em; } }
@media (max-width: 570px) {
  #home h1 {
    font-size: 27px; } }
#home2 #home1 h1 {
  color: White; }

.btn {
  font-weight: 100;
  background-color: #0088cc;
  padding: .4em 1em;
  text-align: center;
  min-width: 7em;
  overflow: hidden;
  color: white;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  font-size: 18px; }
  .btn:hover {
    color: white;
    background-color: #0077b3; }
  .btn.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33; }
  .btn.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px; }
  .btn.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  .btn.btn-link {
    background-color: transparent;
    color: #0088cc; }
    .btn.btn-link:hover {
      color: inherit; }
  .btn.btn-red, .btn.btn-danger {
    background-color: red;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }
    .btn.btn-red:hover, .btn.btn-danger:hover {
      background-color: #E91212; }
  .btn.btn-success {
    background-color: #5cb85c; }
  .btn.btn-default {
    color: #000;
    border: 1px solid #000;
    background-color: #FFF; }
  .btn .fa {
    margin-right: 0.5em; }

.home h1, .home h2 {
  margin: 20px 0; }
.home h1 {
  font-size: 46px; }
.home p {
  text-align: justify; }
.home section {
  margin: 20px 0;
  padding: 20px 0;
  clear: both;
  /*&:nth-of-type(even){
  	background: #F4F4F4;
  }*/ }
.home .blog_post img {
  width: 100%; }
.home a.suite {
  position: relative;
  font-size: 18px;
  display: block;
  margin-top: 1em; }
.home .buttons {
  margin-top: 20px; }
  .home .buttons .btn {
    min-width: 9em;
    padding: 10px 0; }
  .home .buttons > div:nth-of-type(1) .btn {
    float: right;
    margin-right: 3em; }
  .home .buttons div:nth-of-type(2) .btn {
    float: left;
    margin-left: 3em; }

@media (max-width: 768px) {
  .buttons {
    margin-top: 10px; }
    .buttons #mainMore, .buttons #mainTry {
      text-align: center;
      margin: 0; }
      .buttons #mainMore .btn, .buttons #mainTry .btn {
        float: none;
        margin: 0; }

  #ressource {
    margin-top: 60px; } }
@media (max-width: 360px) {
  .home section {
    padding: 0px 5px;
    margin-bottom: 0; }

  #home h1 {
    font-size: 24px; }
  #home .ico {
    margin: 0.3em 0.5em 0 0; }

  #home1 h4 {
    font-size: 20px; }

  .buttons .btn {
    font-size: 15px; } }
#home2 h1 {
  text-align: center; }

.image_with_over_title {
  position: relative;
  margin-bottom: 20px; }
  .image_with_over_title h2 {
    width: 100%;
    text-align: center;
    border-bottom: none; }
  .image_with_over_title > a {
    max-height: 200px;
    overflow: hidden;
    display: block;
    position: relative; }
  .image_with_over_title img {
    width: 100%;
    max-height: 300px; }
  .image_with_over_title .titre {
    content: attr(data-title);
    display: block;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 20px;
    opacity: 0;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  .image_with_over_title.static .titre {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .image_with_over_title:hover h2 {
    text-decoration: underline; }
  .image_with_over_title:hover .titre {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .image_with_over_title:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%); }

@media (max-width: 767px) {
  .image_with_over_title .titre {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
.ressources .col-sm-4 {
  padding: 0; }
.ressources .row {
  margin: 0; }

@media (max-width: 767px) {
  .ressources > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede; } }
section .ressources_2 {
 /*h2{
	 text-align: left;
	 border-bottom-style: solid;
	 border-bottom-width: 2px;
	 @include border-image(linear-gradient(left, #0088cc 0%, #ff0000 100%) 100% 2);
	 border-top: 0;
	 margin-top: 0;
 }*/ }
  section .ressources_2 .thumbnail {
    display: inline-block; }
    section .ressources_2 .thumbnail .titre {
      width: 212px;
      font-size: 18px; }

section h2 {
  text-align: left;
  border-bottom: 2px solid #0088cc;
  margin-top: 0;
  display: inline-block; }

a.elastic {
  padding: 0; }
  a.elastic:hover {
    -moz-animation: elastic 0.15s 0.2s forwards;
    -webkit-animation: elastic 0.15s 0.2s forwards;
    animation: elastic 0.15s 0.2s forwards;
    -moz-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%; }

@-moz-keyframes elastic {
  15% {
    -moz-transform: scale(0.9);
    transform: scale(0.9); }
  90% {
    -moz-transform: scale(1.05);
    transform: scale(1.05); }
  94% {
    -moz-transform: scale(0.97);
    transform: scale(0.97); }
  96% {
    -moz-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes elastic {
  15% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  94% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  96% {
    -webkit-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes elastic {
  15% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  90% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  94% {
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  96% {
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
section .thumbnail {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent !important; }
  section .thumbnail .titre {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.93);
    color: #333;
    width: 100%;
    text-align: center;
    padding: 20px;
    opacity: 0;
    font-size: 24px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  section .thumbnail:hover .titre {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  section .thumbnail:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%); }
  section .thumbnail.round {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block; }
    section .thumbnail.round img {
      border-radius: 100%;
      border-color: transparent; }
    section .thumbnail.round:hover img {
      -webkit-filter: grayscale(70%) opacity(0.5);
      filter: grayscale(70%) opacity(0.5); }
    section .thumbnail.round .titre {
      background: transparent;
      color: red;
      text-shadow: 0 0 2px red; }

.logo img:hover {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%); }

#clients {
  margin-top: 95px; }
  #clients .container {
    position: relative;
    display: block;
    top: 50%;
    margin-top: -130px;
    height: 130px;
    text-align: center;
    line-height: 130px; }
  #clients #logos_wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%; }
  #clients .wrap-logo {
    line-height: 0; }
  #clients .logo {
    width: 12.3%;
    overflow: hidden;
    display: block;
    float: left;
    vertical-align: middle; }
  #clients img {
    cursor: pointer; }
  #clients a.btn-client {
    margin-top: 45px;
    padding: 10px 0;
    position: absolute;
    right: 0; }

@media (max-width: 1200px) {
  #clients a.logo {
    width: 11.9%;
    font-size: 15px;
    text-shadow: 0 0 1px #FFF; } }
@media (max-width: 991px) {
  .container span:nth-of-type(n+7) {
    display: none; }

  #clients a.logo {
    width: 13.5%;
    font-size: 13px;
    text-shadow: 0 0 1px #FFF; } }
@media (max-width: 768px) {
  #clients {
    display: none;
    		/*
    		margin-top: 0;
    		padding-top: 0;
    		.container{
    			height: 40px;
    			margin-top: -40px;
    			padding: 0;
    
    			span:nth-of-type(n+5){
    				display: none;
    			}
    		}
    		img{
    			width: 100%;
    			height: initial;
    		}
    		a.logo{
    			width: 20%;
    		}
    		a.btn-client{
    			font-size: 12px;
    			padding: 0.5em 0.3em;
    			width: auto;
    			margin-top: 4.3em;
    		}
    		*/ } }
/*
@media	(max-width: 568px){
	span:nth-of-type(n+4){
		display: none;
	}
	#clients a.logo{
		width: 25%;
	}
}
*/
.post-a-la-une {
  position: relative;
  min-height: 300px; }
  .post-a-la-une .a-la-une-texte {
    background: rgba(255, 255, 255, 0.9); }

article.temoignage {
  position: relative; }
  article.temoignage:last-of-type {
    margin-bottom: 80px; }
    article.temoignage:last-of-type .quote {
      border-bottom: none; }
  article.temoignage .headshot {
    padding: 40px 30px 0 0;
    text-align: right; }
    article.temoignage .headshot img {
      border-radius: 100%;
      width: 150px; }
  article.temoignage.odd .headshot {
    padding: 40px 0 0 30px;
    text-align: left; }
  article.temoignage.odd h3 {
    text-align: right; }
  article.temoignage .logo_client {
    text-align: center;
    display: inline-block;
    margin-right: 20px; }
  article.temoignage .quote {
    border-bottom: 1px solid #ededed;
    padding: 30px 0; }
  article.temoignage blockquote {
    position: relative;
    padding: 0;
    margin: 20px 30px 0;
    border: none;
    text-align: justify;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5em; }
    article.temoignage blockquote p {
      font-style: italic;
      line-height: 1.5em;
      font-size: 18px; }
    article.temoignage blockquote:before, article.temoignage blockquote:after {
      position: absolute;
      color: #9A9A9A;
      font-size: 80px;
      font-weight: bold;
      font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
      width: 43px; }
    article.temoignage blockquote:before {
      content: '“';
      top: 0;
      left: -50px; }
    article.temoignage blockquote:after {
      content: '”';
      top: 100%;
      right: -40px; }
  article.temoignage h3 {
    font-size: 15px;
    margin-top: 30px; }
    article.temoignage h3 .btn {
      float: right; }
    article.temoignage h3 small {
      margin-left: 20px; }
    article.temoignage h3 em {
      font-size: 0.8em;
      margin: 0 10px 0 5px;
      color: #999;
      font-style: normal; }

.main-container .temoignage {
  padding-right: 10px; }

.single-etude article.temoignage:last-of-type {
  margin-bottom: 0; }

@media (max-width: 768px) {
  article.temoignage {
    padding: 0 10px 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E9E9E9; }
    article.temoignage .empty {
      display: none; }
    article.temoignage .full {
      float: left; }
    article.temoignage .headshot, article.temoignage.odd .headshot {
      padding: 20px 0 0 0; }
      article.temoignage .headshot img, article.temoignage.odd .headshot img {
        width: 100%;
        max-width: 150px; }
    article.temoignage .temoignage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 20%;
      padding: 0 0 0 10px; }
    article.temoignage.odd h3 {
      text-align: center; }
    article.temoignage h3 {
      margin-top: 30px;
      margin-left: -20%;
      position: absolute;
      text-align: center;
      width: 100%; }
      article.temoignage h3 img {
        max-width: 100px; }
      article.temoignage h3 .btn {
        float: none; }
    article.temoignage .quote {
      width: 100%;
      padding: 0 0 0 20%;
      margin: 0;
      float: left;
      border: none; }
    article.temoignage blockquote {
      font-size: 15px;
      min-height: 100px; }
      article.temoignage blockquote p {
        font-size: 15px; }
      article.temoignage blockquote:before, article.temoignage blockquote:after {
        font-size: 60px; }
      article.temoignage blockquote:before {
        left: -30px; }
      article.temoignage blockquote:after {
        right: -20px; } }
@media (max-width: 400px) {
  article.temoignage {
    padding-bottom: 120px; }
    article.temoignage h3 em {
      display: block;
      margin: 6px 0; }
    article.temoignage blockquote {
      font-size: 14px; }
      article.temoignage blockquote p {
        font-size: 14px; }
      article.temoignage blockquote::before {
        left: -25px;
        font-size: 40px; }
      article.temoignage blockquote::after {
        right: -15px;
        font-size: 40px; } }
.single-client_case {
  font-size: 18px;
  	/*.col-image{
  		padding-top: 33px;
  		img{
  			width: 100%;
  			margin-bottom: 60px;
  		}
  		aside{
  			//font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
  			//font-weight: normal;
  
  			//border: 1px solid #EFEFEF;
  			//box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.4);
  			//background: $gris_moyen;
  			//border-radius: 5px;
  			padding: 10px;
  			margin-bottom: 60px;
  			h1{
  				font-size: 24px;
  				font-family: inherit;
  				font-weight: inherit;
  				margin-top: 0;
  			}
  		}
  	}*/ }
  .single-client_case h1 {
    text-align: center;
    margin-bottom: 30px; }
  .single-client_case .container {
    font-size: 16px; }
  .single-client_case article.temoignage {
    padding: 0; }
    .single-client_case article.temoignage img {
      margin-bottom: 0; }

@-moz-keyframes screenAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes screenAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes screenAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*
 * TEST DESIGN PAGE SOLUTION
 */
/*
[class^="mark"]{
	&:before{
		@include iconvault;
		content: "\f101";
		color: #1A8D1A;
		//content: "\f101";
	}
}
*/
.ikon-checkmark:before, i.mark:before {
  content: "\f101";
  font-family: 'iconvault';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #1A8D1A; }

.pagination {
  font-size: 20px;
  text-align: center;
  width: 100%; }
  .pagination span, .pagination a {
    margin-left: 2px;
    margin-right: 2px; }

/*
.ikon-checkmark2:before { content: "\f101"; }
.ikon-up-right-plain:before { content: "\f102"; }
.ikon-mark:before { content: "\f103"; }
.ikon-pie-open:before { content: "\f104"; }
.ikon-earth:before { content: "\f105"; }
.ikon-building:before { content: "\f106"; }
.ikon-pile-up:before { content: "\f107"; }
.ikon-people:before { content: "\f108"; }
*/
/*
a.btn-triangle{
	position: relative;
	border: none;
	&:hover{
		border: none;
	}
	&.next{
		&:after {
		  content: "";
			position: absolute;
			top: 0;
			right: -28px;
			width: 0;
			height: 0;
			border-color: transparent transparent transparent inherit;
			border-style: solid;
			border-width: 16px 0 16px 30px;
		}
		&.btn-info:after{
			border-left-color: #5bc0de;
		}
		&.btn-info:hover:after{
			border-left-color: #39b3d7;
		}
		&.btn-primary:after{
			border-left-color: $bleu;
		}
		&.btn-primary:hover:after{
			border-left-color: #3276b1;
		}
	}
	&.prev{
		margin-left: 30px;
		&:before {
		  content: "";
			position: absolute;
			top: 0;
			left: -28px;
			width: 0;
			height: 0;
			border-color: transparent inherit transparent transparent;
			border-style: solid;
			border-width: 16px 30px 16px 0;
		}
		&.btn-info:before{
			border-right-color: #5bc0de;
		}
		&.btn-info:hover:before{
			border-right-color: #39b3d7;
		}
		&.btn-primary:before{
			border-right-color: $bleu;
		}
		&.btn-primary:hover:before{
			border-right-color: #3276b1;
		}
	}
}
*/
ul.share {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  ul.share li.facebook {
    color: #3B5998; }
  ul.share li.twitter {
    color: #4099FF; }
  ul.share li.rss {
    color: orange; }
  ul.share li.email {
    color: red; }

.all-posts .image_with_over_title img {
  width: 100%;
  max-height: 93%; }
.all-posts .post-bottom-button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
.all-posts .resume {
  position: relative;
  text-align: justify;
  height: 100%; }
  .all-posts .resume a {
    text-decoration: none; }
    .all-posts .resume a p {
      color: #000; }
      .all-posts .resume a p:hover {
        color: #777; }
.all-posts ul.share {
  margin-bottom: 20px; }
.all-posts li {
  width: 25%;
  float: left;
  text-align: center; }

@media (min-width: 1201px) {
  .all-posts .image_with_over_title {
    min-height: 175px; }
  .all-posts .post-bottom {
    height: 175px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .all-posts .post-bottom {
    height: 195px; }
  .all-posts .image_with_over_title {
    min-height: 151px; }
    .all-posts .image_with_over_title img {
      max-height: 151px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .all-posts .post-bottom {
    height: 235px; }
  .all-posts .image_with_over_title {
    min-height: 113px; }
    .all-posts .image_with_over_title img {
      max-height: 113px; } }
@media (max-width: 767px) {
  .all-posts {
    margin-bottom: 20px; }
    .all-posts .post-bottom-button {
      position: relative; }
    .all-posts .image_with_over_title {
      min-height: initial; }
      .all-posts .image_with_over_title img {
        max-height: initial; } }
.single-post.final {
  margin-bottom: 100px; }
.single-post article {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5em; }
  .single-post article a {
    text-decoration: underline;
    letter-spacing: 0.13em; }
.single-post #disqus_thread {
  margin-top: 40px; }

.post-aside h1 {
  font-size: 1.7em;
  text-align: center;
  margin: 0 0 0.4em;
  border-bottom: 2px solid #08C; }
.post-aside .block {
  margin: 2em 0 0;
  display: inline-block;
  width: 100%; }
.post-aside .date_post {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 20px; }
  .post-aside .date_post .date_internal {
    position: relative; }
  .post-aside .date_post .day {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #CCC;
    text-shadow: 0 0 1px rgba(204, 204, 204, 0.5);
    line-height: 40px;
    margin-top: 20px; }
  .post-aside .date_post .month {
    font-size: 24px;
    width: inherit;
    display: inline-block;
    letter-spacing: 0.35em;
    left: 2px;
    position: absolute;
    top: 35px; }
    .post-aside .date_post .month.fr {
      left: 6px; }
  .post-aside .date_post .year {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    top: 42px;
    left: 84px;
    font-size: 30px;
    color: #CFCFCF; }
.post-aside .author {
  margin-top: 10px;
  font-size: 18px; }
.post-aside .categories {
  margin: 30px 0 20px; }
  .post-aside .categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
    .post-aside .categories ul li {
      float: left;
      display: inline-block; }
.post-aside #image {
  margin: 1em 0 0.2em; }
  .post-aside #image img {
    width: 100%; }
.post-aside #share {
  margin-bottom: -1em;
  overflow: hidden;
  text-align: center; }
  .post-aside #share > div {
    display: inline-block; }
  .post-aside #share #share_linkedin {
    width: 80px;
    padding: 0;
    margin: 0;
    float: left; }
  .post-aside #share #share_twitter {
    width: 90px; }
  .post-aside #share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 20px; }
  .post-aside #share li {
    padding: 5px 0;
    width: 50%;
    float: left;
    cursor: pointer; }
    .post-aside #share li i {
      margin-right: .3em; }
.post-aside #sharing {
  text-align: center; }
  .post-aside #sharing > div {
    display: inline-block;
    margin: 0 10px 0 0; }
.post-aside #last_articles h2 {
  font-size: 1.4em;
  border: none; }
  .post-aside #last_articles h2 a {
    text-decoration: none;
    color: inherit; }
.post-aside #last_articles .post_extract a {
  text-decoration: none;
  color: inherit; }

footer {
  font-size: 14px;
  background: #1d1d1d;
  width: 100%;
  color: #b4b4b4;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMmMyYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c2c2c), color-stop(50%, #000000), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#2c2c2c, #000000 50%, #000000);
  background-image: -webkit-linear-gradient(#2c2c2c, #000000 50%, #000000);
  background-image: linear-gradient(#2c2c2c, #000000 50%, #000000); }
  footer .row {
    margin: 0; }
  footer a {
    color: inherit; }
    footer a:hover {
      color: white; }
      footer a:hover i {
        text-decoration: none;
        font-size: 17px; }
  footer address {
    margin-bottom: 0; }
    footer address i {
      margin-right: 5px; }
  footer .widget_container {
    text-align: center; }
  footer .widget_content {
    display: inline-block;
    text-align: left; }
  footer .row [class^="col"] {
    border-color: #1a1a1a;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 176px;
    padding: 20px 0; }
    footer .row [class^="col"]:nth-child(4) {
      border-right: none; }
  footer article p {
    margin: 0;
    line-height: 24px;
    text-align: right;
    width: 100%; }
    footer article p i {
      float: left;
      text-align: left;
      padding-top: 4px; }
      footer article p i.icon {
        width: 27px; }
    footer article p.street-address {
      display: inline-block; }
      footer article p.street-address span {
        float: right; }
  footer li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  footer .social-icon {
    font-size: 30px; }
    footer .social-icon i {
      padding: 0 15px; }
    footer .social-icon a {
      width: 21%;
      display: inline-block;
      padding: 0;
      margin: 0;
      text-align: center; }
      footer .social-icon a a:hover i {
        font-size: inherit; }

.single .main-container {
  margin-top: 60px; }

#prix {
  font-size: 1.2em; }
  #prix .col {
    border: 1px solid #ddd;
    padding: 10px 0; }
    #prix .col:last-of-type {
      margin: 0; }
    #prix .col.noborder {
      border: none; }
  #prix .col-md-4 .headshot {
    padding: 70px 30px 0 0;
    text-align: right; }
    #prix .col-md-4 .headshot img {
      border-radius: 100%;
      width: 100px; }
  #prix.withpadding .col {
    padding: 15px; }
  #prix h3, #prix h2 {
    text-align: center;
    border: none;
    display: block; }
  #prix .withborder {
    border: 1px solid #ddd;
    padding: 0; }

.price_label {
  background: #F00;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-weight: 400;
  letter-spacing: 1px;
  min-height: 50px;
  display: table;
  width: 100%;
  text-align: center; }
  .price_label span {
    display: table-cell;
    vertical-align: middle; }

.price_content {
  padding: 10px 0 0;
  text-align: center;
  min-height: 240px; }
  .price_content p {
    padding-left: 10px;
    padding-right: 10px; }
  .price_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1em; }
  .price_content li {
    padding: 10px;
    margin: 0; }
    .price_content li:hover {
      background: #EDF3F7; }
    .price_content li i.mark {
      margin: 0; }

.price_footer {
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 0 0; }
  .price_footer .btn {
    margin-top: 30px;
    white-space: normal;
    width: auto; }

@media (max-width: 1199px) and (min-width: 768px) {
  #prix .price_label {
    min-height: 80px; }
  #prix .price_content {
    min-height: 280px; } }
@media (max-width: 767px) {
  #prix {
    margin: 0 10% 0 0; }
    #prix .col {
      width: 100%;
      max-width: none;
      margin: 0 5% 30px; }
    #prix .price_content {
      min-height: initial; } }
.prix_avances {
  display: inline-block !important; }
  .prix_avances .info {
    position: relative;
    display: inline; }
    .prix_avances .info i {
      font-size: 1.5em;
      color: #0088cc; }
    .prix_avances .info p {
      display: none; }
    .prix_avances .info:hover p, .prix_avances .info.show_info p {
      display: block;
      position: absolute;
      text-align: justify;
      right: 0;
      top: 100%;
      font-size: 0.9em;
      width: 15em;
      background: white;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 10px;
      box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2);
      z-index: 2; }
  .prix_avances i.mark {
    margin: 0;
    font-size: 1.8em; }
  .prix_avances h2 {
    font-size: 2em; }
  .prix_avances h3 {
    font-size: 20px;
    margin: 20px 0; }
  .prix_avances tr.prop {
    border-bottom: 1px solid #eee; }
  .prix_avances tr td {
    padding: 5px 0; }
  .prix_avances tr td, .prix_avances tr th {
    text-align: center;
    border-right: 1px solid #ddd; }
    .prix_avances tr td h2, .prix_avances tr th h2 {
      text-align: center; }
    .prix_avances tr td:first-of-type, .prix_avances tr th:first-of-type {
      text-align: right;
      padding-right: 5px; }
      .prix_avances tr td:first-of-type h2, .prix_avances tr th:first-of-type h2 {
        text-align: right; }
    .prix_avances tr td:last-of-type, .prix_avances tr th:last-of-type {
      border: none; }
  .prix_avances tr.title {
    border-bottom: 1px solid #eeeeee; }
    .prix_avances tr.title td {
      border-right: none; }

#prix_avances_responsive h2 {
  text-align: center;
  border: none; }
#prix_avances_responsive .col {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding-bottom: 20px;
  padding: 0 0 20px 0;
  margin: 0 2% 20px 0;
  width: 48%;
  float: left; }
  #prix_avances_responsive .col:nth-of-type(even) {
    margin-right: 0; }
#prix_avances_responsive .plus {
  background: aliceblue;
  padding-top: 4px;
  padding-bottom: 5px; }

@media (max-width: 767px) {
  #prix_avances_responsive .col {
    width: inherit;
    float: none;
    margin: 0 20px 20px !important;
    padding: inherit; } }
.single-post .alignright {
  float: right;
  margin: 6px 0 20px 35px; }
.single-post .alignleft {
  float: left;
  margin: 6px 35px 20px 0; }
.single-post .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.single-post img.size-full {
  max-width: 100%;
  height: auto; }
.single-post .wp-caption {
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center; }
  .single-post .wp-caption .wp-caption-text {
    color: #999;
    font-size: 14px;
    margin: 5px; }

.rounded-border {
  border: 2px solid #EEE;
  border-radius: 10px;
  padding: 30px; }
  .rounded-border h1 {
    margin: 0 0 30px 0; }
  .rounded-border img {
    max-width: 100%; }
  .rounded-border .col {
    padding: 0; }

@media (max-width: 600px) {
  .mycontent .col {
    width: 100%;
    text-align: center; } }
.answer {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .answer.affiche {
    max-height: 500px; }

.faq_section {
  margin-top: 60px; }

.navbar.full-width {
  line-height: 78px; }
  .navbar.full-width #logo_try {
    width: 40%;
    float: left; }
  .navbar.full-width .navbar-collapse.in {
    width: 100%;
    clear: both;
    margin-right: 16px; }
    .navbar.full-width .navbar-collapse.in .navbar-nav {
      width: 100%; }

@media (max-width: 981px) {
  .navbar.full-width #logo_try {
    width: 34%;
    min-width: 310px; } }
@media (max-width: 767px) {
  .navbar.full-width #logo_try {
    width: 60%;
    min-width: 333px; } }
@media (max-width: 400px) {
  .navbar.full-width #logo_try {
    min-width: 0;
    width: auto; }

  .navbar a.try {
    padding: 0 0.4em;
    min-width: 0; } }
article.job h1 {
  text-align: center;
  width: 100%; }

@media (max-width: 768px) {
  #prix .col-md-4 .headshot {
    padding-top: 40px; }
    #prix .col-md-4 .headshot img {
      width: 60px; } }
.page-id-20561 .btn.try,
.page-id-20702 .btn.try,
.page-id-7648 .btn.try,
.page-id-7716 .btn.try {
  display: none; }

/****
	Nouvelle version accueil
	***/
.down-arrow {
  height: 40px;
  width: 100%;
  text-align: center; }
  .down-arrow::before {
    content: '';
    height: 30px;
    margin-left: -50px;
    background: transparent;
    border-top: 40px solid #ddd;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    transform: translateX(50%);
    display: inline-block; }

.se-title h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  border: 0;
  padding: 0 50px; }

.phase {
  text-align: center;
  min-height: 250px; }
  .phase .circle {
    border-radius: 100%;
    border: 3px solid #aaa;
    position: relative;
    color: white;
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #aaa;
    background-position-y: -4em;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 5px 4px 10px 1px rgba(0, 0, 0, 0.2);
    transition: all .1s ease-in-out;
    transform-origin: center center; }
    .phase .circle span {
      position: absolute;
      padding-left: 20px;
      width: 180px;
      bottom: 0.7em;
      left: 0;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2; }
    .phase .circle.phase1 {
      background-image: url("img/circle1.png"); }
      .phase .circle.phase1 span {
        padding-left: 50px;
        width: 150px; }
    .phase .circle.phase2 {
      background-image: url("img/circle2.png"); }
    .phase .circle.phase3 {
      background-image: url("img/circle3.png"); }
  .phase p {
    text-align: center;
    font-size: 16px;
    font-weight: 400; }

.block_anim {
  position: relative; }
  .block_anim #svg_line {
    position: absolute;
    z-index: 0; }
  .block_anim .path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200; }
  .block_anim.go .path {
    -moz-animation: dash 6s linear forwards;
    -webkit-animation: dash 6s linear forwards;
    animation: dash 6s linear forwards; }
  .block_anim.go .phase1 {
    -moz-animation: circle_zoom 1s 0.4s ease-in-out forwards;
    -webkit-animation: circle_zoom 1s 0.4s ease-in-out forwards;
    animation: circle_zoom 1s 0.4s ease-in-out forwards; }
  .block_anim.go .phase2 {
    -moz-animation: circle_zoom 1s 2.4s ease-in-out forwards;
    -webkit-animation: circle_zoom 1s 2.4s ease-in-out forwards;
    animation: circle_zoom 1s 2.4s ease-in-out forwards; }
  .block_anim.go .phase3 {
    -moz-animation: circle_zoom 1s 4.5s ease-in-out forwards;
    -webkit-animation: circle_zoom 1s 4.5s ease-in-out forwards;
    animation: circle_zoom 1s 4.5s ease-in-out forwards; }
  .block_anim.done .circle:hover {
    -moz-animation: bascule 2s forwards;
    -webkit-animation: bascule 2s forwards;
    animation: bascule 2s forwards; }
  .block_anim.done .path {
    stroke-dashoffset: 0; }

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes circle_zoom {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(1.1); }
  90% {
    transform: scale(0.95); }
  95% {
    transform: scale(1.05); }
  97% {
    transform: scale(0.98); }
  99% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes circle_zoom {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(1.1); }
  90% {
    transform: scale(0.95); }
  95% {
    transform: scale(1.05); }
  97% {
    transform: scale(0.98); }
  99% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@keyframes circle_zoom {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(1.1); }
  90% {
    transform: scale(0.95); }
  95% {
    transform: scale(1.05); }
  97% {
    transform: scale(0.98); }
  99% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-moz-keyframes bascule {
  0% {
    transform: rotate3D(0, 1, 0, 0deg); }
  25% {
    transform: rotate3D(0, 1, 0, -15deg);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  75% {
    transform: rotate3D(0, 1, 0, 30deg);
    box-shadow: 10px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  100% {
    transform: rotate3D(0, 1, 0, 0deg); } }
@-webkit-keyframes bascule {
  0% {
    transform: rotate3D(0, 1, 0, 0deg); }
  25% {
    transform: rotate3D(0, 1, 0, -15deg);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  75% {
    transform: rotate3D(0, 1, 0, 30deg);
    box-shadow: 10px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  100% {
    transform: rotate3D(0, 1, 0, 0deg); } }
@keyframes bascule {
  0% {
    transform: rotate3D(0, 1, 0, 0deg); }
  25% {
    transform: rotate3D(0, 1, 0, -15deg);
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  75% {
    transform: rotate3D(0, 1, 0, 30deg);
    box-shadow: 10px 4px 10px 1px rgba(0, 0, 0, 0.2); }
  100% {
    transform: rotate3D(0, 1, 0, 0deg); } }
.new_home #clients {
  background: #eee;
  padding-top: 10px;
  margin: 30px 0 50px; }
  .new_home #clients h2 {
    color: #78aad6;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 20px; }
  .new_home #clients .container {
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    height: 100px;
    line-height: 100px; }
.new_home .temoignage {
  margin: 80px auto; }
  .new_home .temoignage .trophy {
    text-align: center; }
    .new_home .temoignage .trophy img {
      max-width: 100%;
      max-height: 100px; }
    .new_home .temoignage .trophy img:first-child {
      margin-right: 3em; }
  .new_home .temoignage .headshot {
    float: left; }
    .new_home .temoignage .headshot img {
      border-radius: 100%;
      max-height: 100px; }
  .new_home .temoignage p {
    font-size: 16px;
    font-weight: 400; }
  .new_home .temoignage .quote {
    overflow: hidden; }
    .new_home .temoignage .quote p {
      padding-left: 30px;
      position: relative;
      font-size: 16px;
      font-weight: 400; }
      .new_home .temoignage .quote p::after, .new_home .temoignage .quote p::before {
        font-size: 34px;
        color: #aaa;
        position: absolute; }
      .new_home .temoignage .quote p::after {
        content: '”';
        margin-left: 10px; }
      .new_home .temoignage .quote p::before {
        content: '”';
        left: 10px; }
    .new_home .temoignage .quote strong {
      margin-left: 30px;
      font-weight: 700; }
.new_home #ressource {
  margin-bottom: 80px; }

.container.buttons {
  text-align: center; }
  .container.buttons a:first-child {
    margin-right: 6em; }