@charset "UTF-8";
/*
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.eot?v=4.4.0");
  src: url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../static/apps/gerflor_standard/css/fonts//fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: white; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

@font-face {
  font-family: 'caviarDreams';
  src: url("../../static/apps/gerflor_standard/css/fonts/caviardreams-webfont.eot");
  src: url("../../static/apps/gerflor_standard/css/fonts/caviardreams-webfont.eot?#iefix") format("embedded-opentype"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams-webfont.woff") format("woff"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams-webfont.ttf") format("truetype"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'caviarDreamsBold';
  src: url("../../static/apps/gerflor_standard/css/fonts/caviardreams_bold-webfont.eot");
  src: url("../../static/apps/gerflor_standard/css/fonts/caviardreams_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams_bold-webfont.woff") format("woff"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams_bold-webfont.ttf") format("truetype"), url("../../static/apps/gerflor_standard/css/fonts/caviardreams_bold-webfont.svg#caviar_dreamsbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("../../static/apps/gerflor_standard/css/fonts/icons.eot?68309164");
  src: url("../../static/apps/gerflor_standard/css/fonts/icons.eot?68309164#iefix") format("embedded-opentype"), url("../../static/apps/gerflor_standard/css/fonts/icons.woff?68309164") format("woff"), url("../../static/apps/gerflor_standard/css/fonts/icons.ttf?68309164") format("truetype"), url("../../static/apps/gerflor_standard/css/fonts/icons.svg?68309164#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: arial, sans-serif, sans-serif;
  font-size: 12px; }

h1, h2, h3, h4 {
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 1em 0 0.5em; }

h1 {
  color: #FFF;
  font-size: 3em;
  text-transform: uppercase; }

h2 {
  color: #FFFFFF;
  font-size: 2.5em;
  margin: 10px 0 15px; }

h3 {
  font-size: 1.5em;
  color: #222;
  font-family: "caviarDreamsBold", "Oxygen", sans-serif;
  margin: 5px 0 10px; }

h4 {
  color: #000000;
  font-size: 16px; }

ul, ol {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0.75em 0 0.75em 32px;
  padding: 0;
  list-style-type: square; }

ul.liste li,
p {
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  color: black; }

td, th {
  font-size: 1em;
  line-height: 1.2em; }

a {
  color: #474D4D;
  text-decoration: underline;
  outline: 0; }

h2 a {
  text-decoration: none; }

a:hover {
  color: #de740a;
  text-decoration: underline; }

a:focus {
  outline: 0 none; }

a img {
  border: medium none; }

form {
  border: medium none;
  margin: 0;
  padding: 0; }

input, button, select {
  vertical-align: middle; }

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

.only_mobile {
  display: none; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-ok-circled:before {
  content: '\e800'; }

.show-mobile {
  display: none; }

.videosonline {
  float: left;
  padding: 0 5px 5px 0; }

.videosonline .content_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videosonline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1080px) {
  .videosonline {
    width: 40%;
    padding: 15px; } }
@media screen and (min-width: 1080px) {
  .videosonline {
    width: 30%;
    padding: 15px; } }
@media screen and (max-width: 700px) {
  .videosonline {
    width: 100%; } }
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #001740;
  height: 100%; }

body.print {
  background: #FFF; }

.print_display {
  display: none; }

body.print .print_display {
  display: inherit; }

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px; }

.display_none {
  display: none !important; }

.marge-warning-cookie {
  margin-top: 50px; }

.link_trans_css3 {
  transition-duration: 0.2s;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -ie-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -ie-transition-property: all;
  -o-transition-property: all; }

.link_5_trans_css3 {
  transition-duration: 0.5s;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ie-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -ie-transition-property: all;
  -o-transition-property: all; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.fond_degrade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 0.04)), color-stop(0.35, rgba(255, 255, 255, 0.09)), color-stop(0.35, rgba(255, 255, 255, 0.04)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.04) 35%, rgba(255, 255, 255, 0.04));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.04) 35%, rgba(255, 255, 255, 0.04));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.04) 35%, rgba(255, 255, 255, 0.04));
  background: linear-gradient(top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.09) 35%, rgba(255, 255, 255, 0.04) 35%, rgba(255, 255, 255, 0.04)); }

#container {
  margin: 42px 0 0 268px;
  position: relative;
  background: #001740;
  max-width: 1900px; }
  #container.has_ariane {
    margin: 62px 0 0 268px; }
  #container.menu_left_closed {
    margin-left: 43px; }
  #container .standard {
    background: #FFFFFF;
    margin-left: 3px;
    min-height: 100%;
    padding: 10px; }
    #container .standard h1 {
      color: #000; }

/* menu top */
#menu_top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 42px;
  color: #FFF;
  background: #001740;
  z-index: 12; }

#menu_top .mygerflor {
  float: left; }

#menu_top .mygerflor a.icon {
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  height: 40px;
  width: 100px; }

.spm #menu_top .mygerflor a.icon {
  width: 62px; }
  .spm #menu_top .mygerflor a.icon img {
    height: 40px; }

#menu_top .caddie {
  float: left;
  width: 300px; }

#menu_top .menu_top {
  float: right;
  font-family: arial, sans-serif;
  margin-right: 10px; }

#menu_top .menu_top ul {
  height: 40px;
  margin: 2px 0 0;
  padding: 0; }

#menu_top .menu_top ul li {
  list-style: none;
  margin: 0;
  font-size: 10px;
  padding: 0;
  float: left;
  display: block; }

#menu_top .menu_top ul li.ss_menu > a {
  padding-right: 24px;
  background: url("../../static/apps/gerflor_standard/img/menu_top_fleche.png") 90% 18px no-repeat transparent; }

#menu_top .menu_top ul li.open.ss_menu > a,
#menu_top .menu_top ul li.ss_menu:hover > a {
  background: url("../../static/apps/gerflor_standard/img/menu_top_fleche_bleu.png") 90% 18px no-repeat transparent; }

#menu_top .menu_top ul li a {
  color: #FFFFFF;
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 13px 9px 10px; }

#menu_top .menu_top ul li > a {
  text-transform: uppercase;
  font-weight: bold; }

#menu_top .menu_top ul li.lang {
  background: url("../../static/apps/gerflor_standard/img/globe_langue.png") no-repeat scroll 4px center; }

#menu_top .menu_top ul li.lang a {
  padding-left: 24px; }

#menu_top .menu_top ul li.lang.open,
#menu_top .menu_top ul li.lang:hover {
  background: white url("../../static/apps/gerflor_standard/img/globe_langue_bleu.png") no-repeat scroll 4px center; }

#menu_top .menu_top ul li .ss_menu {
  display: none;
  position: absolute;
  min-height: 50px;
  background: #FFFFFF;
  border-bottom: 2px solid #001740;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  top: 42px;
  right: 0;
  left: 268px;
  font-size: 15px;
  padding: 10px;
  font-family: caviardreams, "Oxygen", arial, sans-serif; }

#menu_top .menu_top ul li .ss_menu a {
  color: #001740;
  padding: 0; }

#menu_top .menu_top ul li .ss_menu p {
  font-size: inherit;
  margin: 5px 0; }

#menu_top .menu_top ul li .ss_menu .col {
  float: left;
  padding: 0 0 0 1%;
  position: relative;
  width: 24%;
  margin: 5px 0;
  min-height: 145px; }

#menu_top .menu_top ul li .ss_menu .col a {
  display: block; }

#menu_top .menu_top ul li .ss_menu .col + .col:before {
  content: ' ';
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: #001740;
  background: rgba(0, 23, 64, 0.45); }

#menu_top .menu_top ul li.open,
#menu_top .menu_top ul li:hover {
  background: #FFF; }

#menu_top .menu_top ul li.open a,
#menu_top .menu_top ul li:hover a {
  color: #001740; }

#menu_top .menu_top ul li .ss_menu:after {
  content: ' ';
  display: none;
  clear: both; }

#menu_top .menu_top ul li .ss_menu.big {
  left: 46px; }

#menu_top .menu_top ul li.open .ss_menu {
  display: block;
  background: #FFFFFF; }

#menu_top .menu_top ul li .ss_menu .bloc_actu {
  width: 33.33%;
  float: left;
  height: 100px;
  padding: 5px 0;
  font-family: caviardreams, "Oxygen", arial, sans-serif; }

#menu_top .menu_top ul li .ss_menu .bloc_actu a.link_actu_img {
  width: 50%;
  height: 100%;
  margin: 0 5%;
  display: block;
  float: left;
  background: none;
  padding: 0;
  text-align: right; }

#menu_top .menu_top ul li .ss_menu .bloc_actu a.link_actu_img img {
  max-width: 100%;
  max-height: 100%; }

#menu_top .menu_top ul li .ss_menu .bloc_actu a.link_actu {
  display: block;
  width: 40%;
  float: right;
  font-size: 14px;
  background: none;
  padding: 0;
  margin: 0; }

#menu_top .menu_top ul li .ss_menu .bloc_actu a.link_actu:first-line {
  text-transform: uppercase; }

#menu_top .menu_top ul li .ss_menu .bloc_actu a.link_actu:hover {
  text-decoration: none; }

/* zone left */
#zone_left {
  width: 265px;
  position: fixed;
  background: #FFF;
  top: 0;
  min-height: 430px;
  bottom: 0;
  float: left;
  padding-top: 176px;
  z-index: 11; }

#zone_left.close .title-secteur {
  height: 21px; }

#zone_left.close .site-baseline,
#zone_left.close .site-title {
  display: none;
  height: 21px; }

#zone_left.close {
  width: 40px; }

#zone_left .open_close_left {
  display: block;
  left: 0;
  padding: 14px 14px 0;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 6;
  top: 42px; }

#zone_left .logo {
  display: block;
  margin: 0;
  text-align: center;
  height: 134px;
  left: 0;
  position: absolute;
  right: 0;
  top: 42px; }

#zone_left .logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

#zone_left .logo .close {
  display: none; }

#menu_top .logo {
  bottom: auto;
  float: left;
  height: 37px;
  margin: 0;
  padding: 5px 0 0;
  position: relative;
  text-align: center;
  width: 108px;
  margin-left: -108px; }

#menu_top .logo.open {
  margin-left: 0; }

#zone_left.close .close {
  display: inline; }

#zone_left.close .open {
  display: none; }

#zone_left.open .open_close_left .link_open {
  display: none; }

#zone_left.close .open_close_left .link_close {
  display: none; }

#zone_left .search {
  border-top: 2px solid #424242;
  border-bottom: 2px solid #424242;
  margin: 0 6px 6px;
  color: #697077;
  position: relative;
  height: 41px; }

#zone_left .search input[type=text] {
  border: none;
  background: transparent;
  display: block;
  margin: 0 35px 0 0;
  height: 39px;
  line-height: 39px;
  color: #697077;
  font-size: 14px;
  box-shadow: none;
  width: 86%;
  outline: 0; }

#zone_left.close .search input[type=text] {
  display: none; }

#zone_left .search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 39px;
  background: url("../../static/apps/gerflor_standard/img/loupe_search.png") no-repeat center center transparent;
  border: none;
  box-shadow: none;
  color: transparent; }

#zone_left .advenced_search {
  text-align: right;
  margin: 0; }

#zone_left.close .advenced_search {
  display: none; }

#zone_left .advenced_search a {
  text-decoration: underline;
  color: #969fa8;
  font-size: 12px;
  margin: 0 6px 0 0; }

#zone_left ul.menu_left {
  margin: 24px 0 10px 23px;
  padding: 0; }

#zone_left.close ul.menu_left {
  margin-left: 0; }

#zone_left ul.menu_left li {
  margin: 0;
  display: block;
  font-size: 21px;
  min-height: 49px;
  padding: 10px 0;
  font-family: caviardreamsBold, "Oxygen", arial, sans-serif; }

.lg_en_US #zone_left ul.menu_left li {
  min-height: 35px; }

.lg_en_US #zone_left .sociaux {
  bottom: 40px; }

#zone_left ul.menu_left li a {
  color: #000000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 0 34px 0 42px;
  line-height: 22px; }

#zone_left ul.menu_left li .ss_menu {
  display: none;
  position: absolute;
  margin: -57px 0 0;
  width: 136px;
  z-index: 5;
  right: -136px; }

#zone_left ul.menu_left li .ss_menu.active {
  display: block; }

#zone_left ul.menu_left li .ss_menu ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white; }

#zone_left ul.menu_left li .ss_menu ul li {
  display: block;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 8px 8px 8px 5px;
  text-align: right;
  min-height: 40px;
  position: relative; }

#zone_left ul.menu_left li .ss_menu ul li + li {
  border-top: 1px solid white; }

#zone_left ul.menu_left li .ss_menu ul li a {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-family: caviardreamsBold, "Oxygen", arial, sans-serif;
  line-height: 1;
  text-transform: none;
  position: absolute;
  bottom: 8px;
  left: 5px;
  right: 5px;
  text-align: right;
  margin: auto;
  padding: 15px 0 0 0;
  font-weight: normal; }

#zone_left ul.menu_left li a span.num {
  bottom: 0;
  color: #BDBDBD;
  display: inline-block;
  font-family: caviardreams, "Oxygen", arial, sans-serif;
  font-size: 25px;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  text-decoration: underline;
  top: 0;
  width: 40px; }

#zone_left.close ul.menu_left li a span.num {
  display: none; }

#zone_left.close ul.menu_left li a {
  color: #FFFFFF;
  overflow: hidden;
  color: transparent;
  padding: 0; }

#zone_left ul.menu_left li a span.icon {
  position: absolute;
  right: 9px;
  width: 21px;
  height: 21px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../../static/apps/gerflor_standard/img/icon_menu_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent; }

#zone_left ul.menu_left li.active a span.icon {
  right: -1px;
  width: 22px;
  z-index: 7; }

#zone_left .sociaux {
  position: absolute;
  bottom: 60px;
  left: 5px;
  right: 5px; }

#zone_left .share {
  display: none;
  background-image: url("../../static/apps/gerflor_standard/img/sprite_social.png");
  background-position: -1px -101px;
  background-color: #001740;
  width: 20px;
  height: 20px; }

#zone_left.close .share {
  display: block;
  margin-left: 3px; }

#zone_left.close .share.on {
  margin-left: 10px; }

#zone_left.close .liste_reso {
  background: none repeat scroll 0 0 #001740;
  border: 1px solid white;
  bottom: -35px;
  display: none;
  left: 29px;
  position: absolute;
  z-index: -1; }

#zone_left.close .liste_reso a {
  display: block;
  margin: 7px 5px;
  text-align: center; }

#zone_left .liste_reso a {
  background-image: url("../../static/apps/gerflor_standard/img/sprite_social.png");
  width: 20px;
  height: 20px;
  background-color: #001740;
  margin: 0 2px; }
  #zone_left .liste_reso a.pinterest {
    background-position: 0 0; }
  #zone_left .liste_reso a.twitter {
    background-position: 0 -20px; }
  #zone_left .liste_reso a.facebook {
    background-position: 0 -42px; }
  #zone_left .liste_reso a.linkedin {
    background-position: 0 -60px; }
  #zone_left .liste_reso a.youtube {
    background-position: 0 -80px; }
  #zone_left .liste_reso a.picasa {
    background-position: 0 -122px; }
  #zone_left .liste_reso a.tumblr {
    background-position: 0 -140px; }
  #zone_left .liste_reso a.flickr {
    background-position: 0 -159px; }
  #zone_left .liste_reso a.instagram {
    background-position: 0 -180px; }

#zone_left.open .liste_reso {
  display: block !important;
  text-align: center; }

#zone_left.open .liste_reso a {
  display: inline-block;
  text-align: center; }

#zone_left .bottom {
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  position: absolute;
  color: #777777;
  font-family: arial, sans-serif; }

#zone_left.close .bottom {
  display: none; }

#zone_left .bottom ul {
  margin: 0;
  padding: 0; }

#zone_left .bottom ul li {
  display: inline;
  padding: 0;
  margin: 0; }

#zone_left .bottom ul li a {
  color: #777777;
  text-decoration: none;
  font-size: 11px;
  color: #777777; }

#zone_left .bottom ul li + li:before {
  content: '|';
  color: #777777;
  padding: 3px; }

/* styles default */
#ariane {
  background: #001740;
  border-top: 1px solid white;
  color: #FFFFFF;
  font-family: arial, sans-serif;
  font-size: 13px;
  height: 20px;
  left: 265px;
  line-height: 20px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0 10px;
  position: fixed;
  right: 0;
  top: 42px;
  z-index: 10; }
  #ariane.menu_close {
    left: 40px; }
  #ariane a {
    color: #FFFFFF;
    text-decoration: none; }

.content_img {
  height: 100%;
  margin: 0 0 0 -50%;
  position: relative;
  width: 200%; }

.content_img img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  min-height: 100%;
  /*min-width: 50%;*/
  position: absolute;
  right: 0;
  top: 0; }

.content_img span.title {
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-size: 21px;
  font-family: caviardreamsBold, "Oxygen", sans-serif;
  left: 25%;
  padding: 5px;
  position: absolute;
  right: 25%;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 5; }

.content_img span.black {
  background: #001740;
  background: rgba(0, 23, 64, 0.45);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1; }

.content_img span.title span.black {
  z-index: -1; }

.content_img:hover span.black, .bloc_seg.produit:hover .content_img span.black {
  top: 0; }

.content_slider {
  overflow: hidden;
  position: relative; }

.content_slider > ul {
  height: 100%;
  margin: 0;
  padding: 0; }

.content_slider > ul li {
  float: left;
  margin: 0;
  padding: 0;
  height: 100%; }
  .content_slider > ul li div.full_iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .content_slider > ul li div.full_iframe > * {
      max-height: 100%;
      width: 100%; }

.content_slider > ul li img {
  /*max-width : 100%;*/ }

.double_img_home {
  height: 543px;
  position: relative;
  z-index: 2; }

.double_img_home .col {
  overflow: hidden;
  float: left;
  height: 100%;
  width: 50%;
  position: relative; }

.double_img_home .title_left,
.double_img_home .title_right,
.double_img_home .title_center {
  position: absolute;
  color: #FFF;
  font-size: 73px;
  z-index: 5;
  top: 212px;
  left: 0;
  height: 80px;
  display: block;
  right: 0;
  font-family: caviardreams, "Oxygen", sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.double_img_home .title_left {
  text-align: right;
  font-weight: bold; }

.double_img_home .title_right {
  text-align: left; }

.double_img_home .title_center {
  text-align: center;
  font-weight: bold; }

.mini_link_left,
.mini_link_right {
  width: 19px;
  height: 19px;
  display: block;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.link_left,
.link_right {
  width: 29px;
  height: 29px;
  display: block;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.mini_link_left {
  background: black url("../../static/apps/gerflor_standard/img/go_left_small.png") no-repeat center center; }

.mini_link_right {
  background: black url("../../static/apps/gerflor_standard/img/go_right_small.png") no-repeat center center; }

.link_left {
  /*background: #000 url('../../static/apps/gerflor_standard/img/go_left.png') no-repeat center center;*/ }

.link_right {
  background: black url("../../static/apps/gerflor_standard/img/go_right.png") no-repeat center center; }

.double_img_home .link_pdt {
  position: absolute;
  color: #FFF;
  display: block;
  font-family: caviardreamsBold, "Oxygen", arial, sans-serif;
  font-size: 29px;
  top: 320px;
  width: 34%;
  padding: 0 8%;
  z-index: 5;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.double_img_home .link_pdt span {
  margin: 10px;
  float: left; }

.double_img_home .link_pdt.left {
  text-align: right;
  left: 0; }

.double_img_home .link_pdt.center {
  width: 49%; }

.double_img_home .link_pdt span {
  position: absolute;
  top: 0; }

.double_img_home .link_pdt.left span.mini_link_left {
  right: 28px; }

.double_img_home .link_pdt.right span.mini_link_right {
  left: 28px; }

.double_img_home .link_pdt.right {
  text-align: left;
  right: 0; }

.zone_white {
  background: #FFF;
  color: #000;
  padding: 1px 0; }

.zone_white h1, .zone_white h2, .zone_white h3, .zone_white p, .zone_white ul li {
  color: inherit; }

/* SLIDER DEFAULT */
.default_slider {
  margin: 0 0 3px 0;
  position: relative;
  overflow: hidden;
  height: 454px; }

.default_slider.big {
  height: 554px; }

.default_slider h2 {
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
  font-family: caviardreams, "Oxygen", arial, sans-serif;
  font-size: 60px;
  left: -17px;
  margin: 0 0 3px 3px;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: 5;
  line-height: 71px; }

/* SLIDER EXPERIENCES */
.experiences_slider {
  height: 545px;
  position: relative;
  z-index: 2; }

.experiences_slider a.slide_right.actus {
  right: 305px; }

.experiences_slider ul li .link_pdt {
  position: absolute;
  font-size: 41px;
  font-family: caviardreams, "Oxygen", sans-serif;
  font-weight: bold;
  bottom: 55px;
  z-index: 6;
  left: 55px;
  color: #FFF;
  text-decoration: none;
  height: 47px;
  padding: 0 30px 0 0;
  line-height: 40px; }

.experiences_slider ul li .link_pdt span.mini_link_left {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

#container {
  overflow: hidden; }

/* PAGE HOME */
#container .mea_home {
  margin: 0 3px 3px 0;
  position: relative;
  min-height: 150px;
  overflow: hidden; }

#container .mea_home h2 {
  background: #1a275a;
  background: rgba(26, 39, 90, 0.73);
  color: #FFFFFF;
  font-family: caviardreams, "Oxygen", arial, sans-serif;
  font-size: 45px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  line-height: 71px;
  padding: 0 0 0 10px; }

#container .mea_home h2 span {
  font-weight: bold; }

#container .mea_home_2 {
  margin: 0 -2px 0 0; }

#container .bloc_white {
  position: absolute;
  display: block;
  background: #FFF;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #454545;
  font-size: 29px;
  z-index: 5;
  text-decoration: none;
  text-align: right;
  vertical-align: text-bottom;
  color: #000; }

#container .bloc_white span.show_hover {
  display: none; }

#container .bloc_white:hover span {
  display: none; }

#container .bloc_white:hover span.show_hover {
  display: block;
  color: #001740; }

/* -------------- */
#container .bloc_white span {
  bottom: 5px;
  position: absolute;
  right: 5px;
  left: 5px;
  line-height: 1.13; }

#container .bloc_white:hover {
  color: #000; }

#container .slider .bloc_white {
  right: 90px;
  bottom: 130px;
  width: 175px;
  height: 175px; }

.liste_segments .bloc_seg {
  display: block;
  float: left;
  width: 19.5%;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 0.5% 0.5% 0; }

.liste_segments .bloc_seg .plus {
  font-size: 15px;
  position: absolute;
  left: 25%;
  right: 25%;
  text-align: center;
  display: block;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .liste_segments .bloc_seg .plus.plus_first {
    top: 32%; }
  .liste_segments .bloc_seg .plus.plus_second {
    top: 42%; }
  .liste_segments .bloc_seg .plus.plus_third {
    top: 52%; }
  .liste_segments .bloc_seg .plus:hover {
    color: white; }

/* --- sliders --- */
.slider:after {
  content: ' ';
  visibility: hidden;
  height: 0;
  clear: both; }

.content_slider ul.slider {
  margin: 0;
  width: 50000px;
  padding: 0;
  height: 100%; }

.content_slider ul.slider li {
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative; }

a.loupe_more {
  background: url("../../static/apps/gerflor_standard/img/loupe_more_blue.png") no-repeat scroll left top #001740;
  bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  height: 21px;
  left: 0;
  line-height: 20px;
  min-width: 20px;
  padding: 0 8px 0 21px;
  position: absolute;
  text-decoration: none;
  z-index: 5; }

.content_slider .slide_left, .content_slider .slide_right {
  height: 64px;
  width: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
  padding: 15px; }

.content_slider .slide_left {
  left: 1%;
  margin: auto 0 auto -15px; }

.content_slider .slide_right {
  right: 1%;
  margin: auto -15px auto 0; }

.content_slider .liste_slide {
  position: absolute;
  z-index: 9;
  right: 51px;
  bottom: 11px; }

.content_slider .liste_slide.center {
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center; }

.content_slider .liste_slide span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #001740;
  margin: 4px;
  cursor: pointer; }

.content_slider .liste_slide span.active {
  background: #FFF; }

.content_slider .liste_slide.black span.active {
  background: #000; }

/* --- footer --- */
#container #footer, #container #footer .menu_footer, #container #footer .menu_footer h3, #container #footer .menu_footer .bottom_footer, #container #footer .menu_footer a {
  color: #FFF;
  font-family: arial, sans-serif;
  background: #001740; }

#container #footer .menu_footer {
  padding: 5px 0; }

#container #footer .menu_footer h3 {
  font-size: 18px;
  padding: 2px 0;
  border-bottom: 1px solid #3b3b3b; }
  #container #footer .menu_footer h3 a {
    text-decoration: none; }

#container #footer .menu_footer ul li {
  list-style: none;
  font-size: 14px; }

#container #footer .menu_footer ul li a {
  color: #FFF;
  text-decoration: none; }

#container #footer .menu_footer ul li a:hover {
  color: #FFF;
  text-decoration: underline; }

#container #footer .menu_footer .col_footer {
  width: 16%;
  display: block;
  float: left;
  margin: 10px 2%; }

#container #footer .menu_footer .col_footer ul {
  margin: 0;
  padding: 0; }

#container #footer .menu_footer .col_footer ul li {
  display: block;
  margin: 0;
  padding: 0; }

#container #footer .bottom_footer {
  text-align: center;
  margin: 15px 55px;
  font-size: 12px;
  border-top: 1px solid #3b3b3b;
  padding-top: 12px; }

/* PAGE TENDANCE */
.legende_img_wall {
  height: 454px;
  position: relative;
  margin: 3px 3px 3px 0; }

.legende_img_wall h1, .legende_img_wall h2 {
  color: #FFFFFF;
  font-size: 100px;
  left: -32px;
  margin: 0 0 3px 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 40px;
  width: 1000%;
  z-index: 5;
  text-transform: none; }

.legende_img_wall .bloc_white span {
  font-size: 21px; }

.legende_img_wall .bloc_white span:first-line {
  font-size: 29px; }

.img_wall {
  position: relative;
  margin: 0 3px 0 0; }

.img_wall.zone_jobref {
  /* marge pour le moteur recherche dans le cas de l'enhancer jobref*/
  margin-top: 70px; }

.zone_onepager .img_wall.zone_jobref {
  /*onepager jobref contenu dans un onepager, donc pas de marge*/
  margin-top: 0; }

.zone_onepager h2 a.go_to_top {
  float: right;
  margin-right: 20px; }

.zone_onepager h2 a.go_to_top span {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  max-width: 110px;
  text-align: center; }

.zone_onepager h2 a.go_to_top:hover {
  text-decoration: none; }

.img_wall .bloc_img_wall {
  width: 32.79%;
  margin: 0 0.5% 3px 0;
  height: 250px;
  display: block;
  float: left;
  overflow: hidden; }

.zone_big {
  position: relative; }

.zone_big.no_img_wall {
  height: 554px; }

.img_wall .bloc_img_wall .zone_big {
  display: none; }

.img_wall .bloc_img_wall.active {
  height: 554px;
  width: 999px; }

.img_wall .bloc_img_wall.active:before {
  content: ' ';
  display: none;
  clear: both; }

.img_wall .bloc_img_wall.active .zone_big {
  display: block;
  height: 100%;
  width: inherit;
  margin: 0 3px 0 0; }

.zone_big .content_slider {
  height: 100%; }

ul li .infos_diapo {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 155px;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 9%;
  top: 0;
  width: 155px; }

ul li .infos_diapo h4 {
  margin: 3px 0;
  text-transform: uppercase; }

.zone_onepager {
  margin: 0 0 3px 0;
  overflow: hidden;
  position: relative; }

.zone_onepager h2,
.default_content .zone_onepager h2 {
  font-size: 23px;
  padding: 12px 0 15px 10px;
  margin: 0;
  font-family: caviardreamsBold, "Oxygen", sans-serif;
  text-transform: uppercase;
  background: #001740;
  color: #FFF; }

.zone_onepager h3, .content_virtual_library h3 {
  font-size: 25px;
  text-transform: uppercase; }

.zone_onepager .padding_bloc {
  position: relative;
  padding: 10px; }

.img_wall .bloc_img_wall .zone_small {
  display: block;
  text-decoration: none; }

.img_wall .bloc_img_wall.active .zone_small {
  display: none; }

.img_wall .bloc_img_wall .content_mini_text {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  padding: 0 2%;
  text-decoration: none;
  display: block;
  width: auto; }

.img_wall .bloc_img_wall.active .content_mini_text {
  display: none; }

.img_wall .bloc_img_wall .content_text {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  padding: 0 2%;
  text-decoration: none; }

.img_wall .bloc_img_wall h2, .zone_big h2 {
  position: absolute;
  color: #FFFFFF;
  font-size: 120px;
  left: -32px;
  margin: 0 0 3px 3px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 40px;
  width: 1000%;
  background: none;
  z-index: 5; }

/* Applications */
.desc_page {
  margin: 0 3px 0 0;
  padding: 10px 0;
  position: relative;
  min-height: 70px; }

.desc_page h1, .content_virtual_library h1 {
  font-size: 23px;
  margin: 5px 0 5px 10px;
  font-family: caviardreamsBold, "Oxygen", arial, sans-serif; }

.desc_page p, .desc_page ul li {
  margin: 0 10px;
  line-height: 1.4;
  font-family: arial, sans-serif;
  font-size: 13px;
  list-style-type: square; }

.desc_page p a {
  color: #EEE; }

.desc_page .liste_ss_appli {
  width: 38%; }

.desc_page .liste_ss_appli .col {
  float: left;
  width: 50%; }
  .desc_page .liste_ss_appli .col li {
    margin: 10px; }

.desc_page.zone_white p, .desc_page.zone_white p a {
  color: black; }

.desc_page .right_img {
  float: right;
  width: 60%;
  display: block;
  margin: 0 0 0 20px;
  height: 300px;
  overflow: hidden; }

.desc_page .content_slider.default_slider .zone_texte_slider,
.desc_page .content_slider.default_slider a.zone_texte_slider {
  position: absolute;
  font-size: 50px;
  font-family: caviardreams, "Oxygen", sans-serif;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #001740;
  background: rgba(0, 23, 64, 0.45);
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  text-decoration: none;
  color: #FFFFFF; }

.desc_page .content_slider.default_slider {
  height: 300px;
  width: 60%;
  float: right;
  margin: 0 1%; }

.desc_page .right_img .content_slider img {
  height: inherit;
  margin-top: inherit;
  min-width: inherit;
  width: inherit; }

.menu_page {
  height: 104px;
  border-top: 3px solid #001740;
  border-bottom: 3px solid #001740;
  /*padding : 30px 0 10px;*/
  background: #FFFFFF;
  color: #001740;
  margin: 0 3px 3px 0;
  overflow: hidden;
  position: relative; }

.menu_page a {
  padding: 13px 0 10px;
  text-align: center;
  color: #001740;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  min-height: 82px; }

.menu_page a .zone_black {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 49px;
  text-align: center;
  height: 49px;
  background: #001740; }

.menu_page a .zone_black img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.menu_page a span {
  color: #001740;
  display: block;
  font-size: 14px;
  margin: 5px auto;
  max-width: 110px;
  text-align: center;
  font-family: "caviardreams", "Oxygen", sans-serif; }

.menu_page a.small span, .menu_page.fixed a.small span {
  font-size: 12px; }

.menu_page .go_to_top {
  display: none; }

.menu_page > a {
  text-decoration: none; }

.menu_page > a:hover {
  text-decoration: underline; }

.menu_page.fixed {
  position: fixed;
  top: 63px;
  left: 268px;
  height: 98px;
  right: 0;
  z-index: 10;
  padding: 0; }

.menu_page.fixed a {
  height: 85px;
  padding: 8px 0 5px; }

.menu_page.fixed a.active, .menu_page a:hover {
  background: #001740;
  background: rgba(0, 23, 64, 0.45);
  text-decoration: none; }

.menu_page.fixed a span {
  font-size: 14px; }

.menu_page.fixed a.active span, .menu_page a:hover span {
  color: #FFFFFF; }

.menu_page.fixed a img {
  max-height: 40px; }

.menu_page.fixed .go_to_top {
  display: block; }

.zone_coloris.img_wall {
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  padding-bottom: 15px; }

.zone_coloris.img_wall h2 {
  color: #FFF;
  margin: 0 0 3px 3px;
  z-index: 5;
  top: 0;
  background: none; }

.zone_coloris.img_wall h3 {
  color: #FFF;
  font-size: 40px; }

.zone_coloris.img_wall .bloc_img_wall {
  width: 10.3%;
  margin: 1%;
  position: relative;
  height: 100px;
  display: block;
  float: left; }

.zone_coloris.img_wall .bloc_img_wall .zone_small .new {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 14px;
  font-weight: bold;
  top: 10%;
  color: #001740;
  left: 0;
  position: absolute;
  right: 28%;
  text-transform: uppercase;
  padding: 3%;
  text-align: center;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
  font-family: arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }

.liste_products.liste_segments .bloc_seg.produit .new {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 17px;
  font-weight: bold;
  top: 6%;
  color: #001740;
  left: 0;
  position: absolute;
  right: 34%;
  text-transform: uppercase;
  padding: 2%;
  text-align: center;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 5;
  font-family: arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }

.liste_products.liste_segments .bloc_seg.produit:hover .new {
  right: 58%;
  top: -18%; }

.zone_coloris.img_wall .bloc_img_wall.active {
  height: 404px;
  width: 99%; }

.zone_coloris.img_wall .bloc_img_wall .zone_big:after {
  content: ' ';
  display: none;
  clear: both; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .content_slider {
  width: 71%;
  height: 100%;
  float: left;
  background: #001740; }

/* Zone legende coloris */
.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris {
  float: right;
  height: 404px;
  /*100%;*/
  width: 24%;
  right: 5%;
  background: #FFF;
  color: #000000;
  position: relative; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris .content {
  margin: 10px; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris .content h3 {
  color: #000;
  font-size: 20px; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris .link_cmde {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris .link_info {
  bottom: 5px;
  position: absolute;
  cursor: pointer;
  left: 5px;
  background: url("../../static/apps/gerflor_standard/img/danger.png") no-repeat;
  display: block;
  height: 30px;
  text-decoration: none;
  width: 30px;
  z-index: 8; }

.zone_coloris.img_wall .bloc_img_wall .zone_big .legend_coloris .close {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #001740 url("../../static/apps/gerflor_standard/img/icon_close_ref.png") no-repeat center center;
  width: 27px;
  height: 27px;
  text-decoration: none;
  z-index: 5; }

.zone_coloris.img_wall .bloc_img_wall .zone_small {
  background: #001740; }

.zone_coloris.img_wall .bloc_img_wall .zone_small span.title {
  vertical-align: bottom;
  font-size: 15px;
  bottom: 0;
  color: #FFFFFF;
  display: block;
  left: 25%;
  padding: 5px;
  position: absolute;
  right: 25%;
  text-align: right;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 5; }

/* Zone legende img_wall */
.zone_big .legend_bloc_img_wall {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22.7%;
  font-size: 13px;
  z-index: 9;
  padding: 30px 20px;
  overflow: auto; }

.zone_big .legend_coloris #share-coloris,
.zone_big .legend_bloc_img_wall #share-actu {
  position: relative;
  margin: auto; }
  .zone_big .legend_coloris #share-coloris a,
  .zone_big .legend_bloc_img_wall #share-actu a {
    text-decoration: none;
    color: #001740;
    padding: 0 3px;
    font-size: 20px; }
    .zone_big .legend_coloris #share-coloris a:hover,
    .zone_big .legend_bloc_img_wall #share-actu a:hover {
      color: #001740; }

.zone_big .legend_bloc_img_wall .partager {
  position: absolute;
  margin-top: -22px;
  margin-left: 25px;
  font-size: 18px; }
  .zone_big .legend_bloc_img_wall .partager a {
    text-decoration: none;
    color: #001740;
    padding: 0 3px; }
    .zone_big .legend_bloc_img_wall .partager a:hover {
      color: #001740; }

.zone_big .legend_bloc_img_wall .close {
  background: #001740 url("../../static/apps/gerflor_standard/img/icon_close_ref.png") no-repeat center center;
  position: absolute;
  width: 27px;
  height: 27px;
  text-decoration: none;
  top: 6px;
  right: 6px;
  z-index: 10;
  display: none; }

.zone_big .legend_bloc_img_wall .return {
  display: block;
  background: #001740 url("../../static/apps/gerflor_standard/img/icon_return.png") no-repeat center center;
  position: absolute;
  width: 27px;
  height: 27px;
  text-decoration: none;
  top: 6px;
  right: 6px;
  z-index: 10; }

.img_wall .bloc_img_wall .zone_big .legend_bloc_img_wall .close {
  display: block; }

.img_wall .bloc_img_wall .zone_big .legend_bloc_img_wall .return {
  display: none; }

.zone_big.legende_close .legend_bloc_img_wall {
  right: -27.7%; }

.zone_big .legend_bloc_img_wall h3 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase; }

.zone_big .legend_bloc_img_wall p,
.zone_big .legend_bloc_img_wall ul {
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  list-style-type: square;
  margin: 4px 0;
  text-align: left; }

.zone_big .legend_bloc_img_wall ul {
  margin: 4px 10px; }

.zone_big .open_close {
  position: absolute;
  width: 27px;
  height: 27px;
  display: block;
  text-decoration: none;
  top: 6px;
  right: 22.7%;
  z-index: 9;
  background: #001740 url("../../static/apps/gerflor_standard/img/mini_slide_right.png") no-repeat center center; }

.zone_big.legende_close .open_close {
  background: #001740 url("../../static/apps/gerflor_standard/img/mini_slide_left.png") no-repeat center center;
  right: 8px; }

.zone_big .slide_right {
  right: 27.7%; }

.img_wall.zone_coloris .bloc_img_wall .zone_big .slide_right {
  right: 1%; }

.img_wall.cahier_tendance .bloc_img_wall .zone_big .slide_right {
  right: 1%; }

.zone_big.legende_close .slide_right {
  right: 1%; }

.zone_big .liste_slide {
  margin-right: 51px;
  right: 27.7%; }

.img_wall.zone_coloris .bloc_img_wall .zone_big .liste_slide,
.img_wall.cahier_tendance .bloc_img_wall .zone_big .liste_slide {
  margin-right: 51px;
  right: 0; }

.zone_big.legende_close .liste_slide {
  right: 0; }

.jobref_content_map {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  visibility: hidden; }

.jobref_content_map .map {
  width: 800px;
  height: 550px;
  z-index: 1001;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.link_gmap {
  width: 46px;
  height: 46px;
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  right: 7px;
  margin-top: 9px;
  background: #001740 url("../../static/apps/gerflor_standard/img/icon_gmap.png") no-repeat center center; }

.zone_search {
  background: #FFFFFF;
  color: #000000;
  height: 28px;
  left: 0;
  margin: 0 3px 3px 0;
  padding: 18px 10px;
  position: absolute;
  right: 0;
  z-index: 10; }
  .zone_search .jobr_criteres_reset {
    background: none repeat scroll 0 0 rgba(26, 39, 90, 0.73);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    padding: 4px;
    text-decoration: none;
    float: right;
    margin-top: 3px; }

.zone_search .link_gmap {
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto; }

.zone_search .content_zone_search {
  float: left; }

.zone_search select, .zone_search input {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  padding: 0 5px;
  border-radius: 0;
  border: none;
  background: #001740;
  color: #FFF;
  margin-right: 10px; }

.zone_search input {
  margin: 0; }

.zone_search select {
  padding: 5px;
  outline: 0; }

.zone_search form input[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  font-family: arial, sans-serif;
  height: 28px;
  line-height: 28px;
  width: 32px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  margin: 0 10px 0 0;
  background: #001740;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase; }

.liste_id_jobref {
  display: none; }

/* Test clic AJAX lightbox gmaps - à supprimer dans le futur */
#clic_ajax {
  position: absolute;
  cursor: pointer;
  bottom: 20px;
  right: 20px; }

.zone_service {
  position: relative;
  height: 277px;
  background-color: #f3f6fb;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1; }

.zone_service .bloc {
  width: 46%;
  margin: 0 2% 0 2%;
  z-index: 3;
  position: relative;
  float: left;
  padding: 167px 0 0; }
.zone_service.one_bloc .bloc {
  width: 96%;
  padding-top: 130px; }
  .zone_service.one_bloc .bloc a {
    width: 25%; }

.zone_service .bloc.big {
  width: 96%; }

.zone_service:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px; }

.zone_service .bloc h3 {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 114px;
  height: 34px;
  font-size: 29px;
  color: #FFF;
  margin: 0;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }

.zone_service .bloc a {
  width: 30%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  float: left;
  display: block; }

.zone_service .bloc.big a {
  width: 15%; }

.zone_service .bloc a:hover {
  text-decoration: underline;
  color: #FFF; }

.zone_service .bloc a span {
  max-width: 142px;
  display: block;
  margin: 5px auto;
  text-align: center;
  font-size: 17px;
  color: #FFF; }

.zone_service .bloc a.link_right {
  width: 29px;
  margin: 10px 0 0 10px; }

.lazy {
  display: none; }

a.search_back, a.search_init_coloris {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 4px;
  background: #1a275a;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: rgba(26, 39, 90, 0.73); }

.zone_header_pdt_perso {
  height: 300px;
  position: relative;
  overflow: hidden;
  margin-right: 3px; }
  .zone_header_pdt_perso .bloc_title {
    color: #FFFFFF;
    display: block;
    height: 200px;
    position: absolute;
    right: 6%;
    top: 18%;
    width: 200px;
    background: #1a275a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: rgba(26, 39, 90, 0.73); }
    .zone_header_pdt_perso .bloc_title .title, .zone_header_pdt_perso .bloc_title .baseline {
      text-transform: uppercase;
      margin: 48px 15px 3px;
      display: block;
      font-size: 19px; }
    .zone_header_pdt_perso .bloc_title .title {
      font-weight: bold; }
    .zone_header_pdt_perso .bloc_title .baseline {
      margin: 10px 15px 3px;
      font-size: 14px; }
  .zone_header_pdt_perso a.search_back {
    position: absolute;
    left: 33px;
    bottom: 2px; }
  .zone_header_pdt_perso .ajouter-favoris {
    width: 23px;
    height: 22px; }

/*zone de description en haut de page : ici pour cibler le lien de retour sur une fiche produit*/
.desc_page .search_back {
  position: absolute;
  bottom: 10px;
  left: 40px;
  padding: 5px; }

.zone_actus_experiences {
  position: absolute;
  background: #FFF;
  background: rgba(255, 255, 255, 0.63);
  height: 395px;
  width: 240px;
  margin-top: -450px;
  right: 35px;
  overflow: hidden;
  z-index: 3; }

.zone_actus_experiences h3 {
  display: block;
  margin: 5px 15px;
  font-size: 35px;
  color: #001740;
  text-transform: uppercase;
  font-family: caviardreams, "Oxygen", sans-serif;
  line-height: 1.8;
  border-bottom: 1px solid #001740; }

.zone_actus_experiences ul {
  margin: 0;
  padding: 0;
  width: 5000px; }

.zone_actus_experiences ul li {
  display: block;
  height: 100%;
  float: left;
  width: 210px;
  padding: 0 15px; }

.zone_actus_experiences ul li h4 a {
  font-size: 18px;
  color: #000000;
  font-family: trebuchet, sans-serif;
  text-decoration: none; }

.zone_actus_experiences ul li p {
  margin: 5px 0;
  font-family: trebuchet, sans-serif;
  color: #000000;
  font-size: 13px; }

.enhancer.catalogue {
  padding: 2px 0; }

.default_content {
  background: none repeat scroll 0 0 white;
  margin-right: 3px;
  min-height: 400px;
  padding: 10px;
  font-size: 12px;
  /*.content_virtual_library {
    margin: -13px -10px -10px;
  }*/ }
  .default_content .zone_onglets {
    margin: -13px 0 30px;
    border-bottom: 2px solid #001740;
    background: #FFFFFF; }
  .default_content .menu_page {
    margin-right: 0; }
    .default_content .menu_page.fixed {
      margin-right: 3px; }

.default_content h1, .default_content h2, .default_content h3 {
  color: #000000; }

.zone_jobref .go_gmap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url("../../static/apps/gerflor_standard/img/icon_gmap.png") no-repeat scroll center center #001740;
  display: block;
  height: 46px;
  width: 46px;
  text-decoration: none; }

.infos_diapo > * {
  text-align: left; }

.back_content_overlay {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #001740; }

.content_overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 404px;
  width: 941px; }
  .content_overlay .content_slider {
    float: left;
    height: 100%;
    width: 71%; }
    .content_overlay .content_slider ul.slider {
      height: 100%; }
      .content_overlay .content_slider ul.slider li {
        width: 668px;
        overflow: hidden;
        height: 100%; }
        .content_overlay .content_slider ul.slider li img {
          margin-left: -29px;
          height: 404px;
          width: auto; }
  .content_overlay .legend_coloris {
    background: #FFFFFF;
    color: #000000;
    float: right;
    height: 404px;
    position: relative;
    right: 5%;
    width: 24%; }
    .content_overlay .legend_coloris .content {
      margin: 10px; }
      .content_overlay .legend_coloris .content a.close {
        background: url("../../static/apps/gerflor_standard/img/icon_close_ref.png") no-repeat scroll center center #001740;
        display: block;
        height: 27px;
        position: absolute;
        right: 5px;
        text-decoration: none;
        top: 5px;
        width: 27px;
        z-index: 10; }
      .content_overlay .legend_coloris .content .link_info {
        background: url("../../static/apps/gerflor_standard/img/danger.png") no-repeat;
        bottom: 5px;
        cursor: pointer;
        display: block;
        height: 30px;
        left: 5px;
        position: absolute;
        text-decoration: none;
        width: 30px;
        z-index: 8; }

/* Gertion des articles accessoires */
.liste_articles_accessoires .bloc_article {
  float: left;
  padding: 10px 2%;
  width: 16%;
  text-align: center; }
  .liste_articles_accessoires .bloc_article img {
    max-width: 100%; }
  .liste_articles_accessoires .bloc_article p {
    font-family: arial, sans-serif;
    margin: 0; }

.prehomecz {
  font-family: Arial, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }

.noviusos_form {
  position: relative;
  margin: 0 15%; }
  .noviusos_form .foundation .label {
    display: block;
    padding: 6px 0;
    font-size: 16px; }
  .noviusos_form .foundation label {
    font-size: 16px; }
  .noviusos_form .foundation input[type="text"],
  .noviusos_form .foundation input[type="password"],
  .noviusos_form .foundation input[type="date"],
  .noviusos_form .foundation input[type="datetime"],
  .noviusos_form .foundation input[type="email"],
  .noviusos_form .foundation input[type="number"],
  .noviusos_form .foundation input[type="search"],
  .noviusos_form .foundation input[type="tel"],
  .noviusos_form .foundation input[type="time"],
  .noviusos_form .foundation input[type="url"],
  .noviusos_form .foundation textarea {
    background: #edf3f4;
    border: 1px solid #dae4e5;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 16px; }
  .noviusos_form .foundation input[type="radio"] {
    margin: 0; }
  .noviusos_form .foundation #form_captcha {
    max-width: 80px; }
  .noviusos_form .foundation input[type="submit"],
  .noviusos_form .foundation #form_submit {
    background: #001740;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px; }

.noviusos_form.noviusos_form_answer {
  font-size: 16px; }

.product_bloc {
  padding: 20px;
  background: white;
  overflow: hidden;
  position: relative;
  margin-right: 3px; }

/* zone de présentation */
#product_presentation .title {
  font-size: 16px;
  font-weight: bold; }

/* zone de coloris */
#product_coloris {
  padding: 0; }
  #product_coloris .search_init_coloris,
  #product_coloris .search_back {
    display: inline-block;
    float: left;
    font-size: 11px;
    margin: 15px 0 0 18px;
    position: relative; }

#product_coloris h3 {
  margin: 10px 18px 5px; }

#product_coloris .legend_coloris h3 {
  margin: 0 26px 0 0; }

/* zone de vidéos */
#product_videos {
  padding: 20px; }

#product_videos .bloc_video {
  float: left;
  width: 45%;
  padding: 5px 2.5%;
  margin-top: 48px; }

#product_videos .bloc_video iframe {
  width: 100%;
  height: 315px;
  display: block; }

#product_videos .bloc_liens_video {
  display: block;
  left: 45px;
  position: absolute;
  text-align: left;
  top: 22px; }

#product_videos .bloc_liens_video a {
  color: #13182C;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px; }

/* zone produits complémentaires */
#product_prod_complementaire {
  padding: 3px; }
  #product_prod_complementaire ul li {
    font-size: 16px; }

a.bloc_seg .plus_produit {
  color: #FFFFFF;
  top: 2%;
  display: block;
  font-family: caviarDreamsBold,'Oxygen',sans-serif;
  font-size: 16px;
  left: 2%;
  padding: 5px;
  position: absolute;
  text-align: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0); }

a.bloc_seg:hover .plus_produit {
  opacity: 1;
  filter: alpha(opacity=100); }

a.bloc_seg .plus_produit .ligne_plus_produit {
  display: block;
  position: relative;
  padding-left: 10px; }

a.bloc_seg .plus_produit .ligne_plus_produit:before {
  background: none repeat scroll 0 0 white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  content: " ";
  display: block;
  float: left;
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px; }

.spm a.bloc_seg .plus_produit .ligne_plus_produit:before {
  display: none; }

/* zone d'iframe photostudio */
#product_iframe_photostudio {
  display: block;
  margin-right: 3px;
  height: 100%;
  position: relative;
  padding: 0; }

#product_iframe_photostudio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* zone de description technique */
#product_description_technique .column_left, #product_spm_schema .column_left {
  position: relative;
  float: left;
  width: 50%;
  text-align: center; }
  #product_description_technique .column_left img, #product_spm_schema .column_left img {
    max-width: 100%;
    margin: 20px 0; }
#product_description_technique .column_right, #product_description_technique .column_alone, #product_spm_schema .column_right, #product_spm_schema .column_alone {
  position: relative;
  float: right;
  font-family: arial,sans-serif;
  width: 48%; }
  #product_description_technique .column_right ul, #product_description_technique .column_alone ul, #product_spm_schema .column_right ul, #product_spm_schema .column_alone ul {
    margin: 50px 0px 20px 0px;
    padding: 0; }
    #product_description_technique .column_right ul li, #product_description_technique .column_alone ul li, #product_spm_schema .column_right ul li, #product_spm_schema .column_alone ul li {
      list-style-type: square;
      font-family: arial,sans-serif;
      font-size: 12px;
      line-height: 1.6; }
#product_description_technique .column_alone, #product_spm_schema .column_alone {
  float: none;
  width: auto; }

.desc_page ul.types {
  margin: 20px 30px 20px 0;
  text-align: left;
  padding: 0; }
  .desc_page ul.types li {
    font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
    font-weight: bold;
    display: inline-block;
    list-style-type: none;
    background-color: #001740;
    width: 40px;
    height: 40px;
    margin: 5px;
    overflow: hidden;
    position: relative; }
    .desc_page ul.types li img {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      max-width: 100%; }

#product_description_technique ul.types {
  margin: 20px 30px 20px 0;
  text-align: left;
  padding: 0; }
  #product_description_technique ul.types li {
    font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
    font-weight: bold;
    display: inline-block;
    list-style-type: none;
    background-color: #001740;
    width: 80px;
    height: 80px;
    margin: 5px;
    position: relative; }
    #product_description_technique ul.types li img {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }

#product_bloc_magique .column_left {
  float: left;
  width: 49%;
  margin: 0 1% 0 0; }
#product_bloc_magique .column_right {
  float: left;
  margin: 0 0 0 1%; }
#product_bloc_magique table, #product_bloc_magique tr, #product_bloc_magique td, #product_bloc_magique ul li {
  font-family: arial,sans-serif;
  line-height: 1.6;
  list-style-type: square; }

.titled_slider {
  margin-right: 3px; }
  .titled_slider h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 120px;
    left: -32px;
    margin: 0 0 3px 3px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 40px;
    width: 1000%;
    z-index: 5;
    font-family: caviarDreams, "Oxygen", arial, sans-serif; }

.articles-accessoires {
  padding-top: 10px; }

.noviusos_news {
  background: #FFF; }

#store_locator_gmaps {
  position: relative;
  margin: 0; }
  #store_locator_gmaps .map {
    position: relative;
    overflow: hidden;
    height: 700px; }
    #store_locator_gmaps .map h3 {
      display: inline;
      color: #424242;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 10px; }
    #store_locator_gmaps .map .marker {
      position: relative;
      float: right; }
    #store_locator_gmaps .map p {
      margin: 0 0 5px; }
    #store_locator_gmaps .map .map-infowindow h2 {
      color: #424242;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 10px;
      font-size: 16px; }
    #store_locator_gmaps .map .map-infowindow p {
      font-size: 14px; }
    #store_locator_gmaps .map .button_search {
      position: absolute;
      z-index: 1;
      top: 25px;
      right: 25px;
      width: 27px;
      height: 27px;
      display: block;
      cursor: pointer;
      background: #001740 url("../../static/apps/gerflor_standard/img/mini_slide_left.png") no-repeat center center; }
      #store_locator_gmaps .map .button_search.active {
        background: #001740 url("../../static/apps/gerflor_standard/img/mini_slide_right.png") no-repeat center center; }
    #store_locator_gmaps .map .search {
      position: absolute;
      padding: 25px;
      background: url("../../static/apps/gerflor_standard/img/store_locator/bg_search.png") repeat;
      width: 300px;
      top: 0;
      bottom: 0;
      right: -350px;
      overflow-y: scroll; }
      #store_locator_gmaps .map .search .magasin {
        color: #424242;
        margin-bottom: 20px; }
        #store_locator_gmaps .map .search .magasin .map-click-point {
          display: block;
          text-decoration: none; }
          #store_locator_gmaps .map .search .magasin .map-click-point:hover, #store_locator_gmaps .map .search .magasin .map-click-point:hover h3 {
            color: #424242;
            text-decoration: none; }
          #store_locator_gmaps .map .search .magasin .map-click-point.active, #store_locator_gmaps .map .search .magasin .map-click-point.active h3 {
            color: #f25800;
            text-decoration: none; }
  #store_locator_gmaps .filter {
    position: relative;
    background: #001740;
    padding: 15px 10px 30px;
    color: white;
    font-size: 16px;
    font-family: arial, sans-serif;
    text-align: center; }
    #store_locator_gmaps .filter div.clearfix {
      margin: 0 0 12px; }
      #store_locator_gmaps .filter div.clearfix label {
        display: block;
        float: left;
        margin: 0 5px;
        line-height: 1.5; }
      #store_locator_gmaps .filter div.clearfix input[type=text], #store_locator_gmaps .filter div.clearfix select {
        background: #FFFFFF;
        color: #001740;
        border: medium none;
        font-size: 14px;
        height: 18px;
        line-height: 30px;
        margin: 0 0 4px;
        padding: 6px;
        font-family: arial, sans-serif;
        width: 126px; }
      #store_locator_gmaps .filter div.clearfix select {
        height: 30px;
        width: 200px; }
    #store_locator_gmaps .filter .results {
      bottom: 10px;
      position: absolute;
      left: 10px; }
    #store_locator_gmaps .filter .reinit,
    #store_locator_gmaps .filter input[type=submit] {
      background: #FFFFFF;
      color: #001740;
      border: medium none;
      cursor: pointer;
      display: block;
      font-size: 14px;
      height: 30px;
      padding: 5px;
      text-transform: uppercase;
      font-family: arial, sans-serif; }
    #store_locator_gmaps .filter input[type=submit] {
      float: left;
      margin-right: 10px; }
    #store_locator_gmaps .filter .reinit {
      line-height: 30px;
      padding: 0 7px;
      text-transform: none;
      position: absolute;
      right: 10px;
      top: 15px; }
  #store_locator_gmaps .gm-style-iw h3 {
    font-family: Roboto, Arial, sans-serif !important; }

.fiche_prod .map {
  margin-right: 3px; }

.catalogue .message {
  color: #001740;
  font-size: 1.3em;
  font-family: arial,sans-serif; }
.catalogue .message-orig {
  display: none; }
.catalogue div.message {
  padding: 10px 0; }

.moteur-de-recherche {
  background-color: white;
  margin: 0 3px 3px 0;
  padding: 30px 10px 20px 10px; }
  .moteur-de-recherche .float_left {
    float: left;
    width: 22%; }
  .moteur-de-recherche .float_left select {
    width: 95%; }

.moteur-de-recherche select, .moteur-de-recherche input {
  background: #001740;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 0 5px 3px 0;
  padding: 0 5px; }

.moteur-de-recherche select {
  outline: 0 none;
  padding: 5px; }
  .moteur-de-recherche select.hidden-appl {
    display: none; }

.moteur-de-recherche input[type=submit],
.moteur-de-recherche button[type=submit] {
  background: #001740;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: -3px 10px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 32px; }

.criteres-coloris {
  background: #001740;
  color: #FFFFFF; }

.criteres-produits-js {
  background: #001740;
  color: #FFFFFF;
  overflow: hidden; }
  .criteres-produits-js.close {
    height: 0; }
  .criteres-produits-js .show_result {
    display: block;
    float: right;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    color: #001740;
    background: #FFFFFF; }
    .criteres-produits-js .show_result:hover {
      color: #001740;
      text-decoration: none; }

.more_criteres_produit_js {
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  margin: 5px 0 18px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  background: #001740; }
  .more_criteres_produit_js:hover {
    color: #FFF;
    text-decoration: none; }
  .more_criteres_produit_js:after {
    background: #001740;
    bottom: -8px;
    content: "";
    height: 27px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 27px;
    z-index: -1; }

.moteur-colonne {
  /*background: none repeat scroll 0 0 #DDDDDD;*/
  float: left;
  margin: 5px 1%;
  padding: 5px 1%;
  width: 21%;
  height: 100%; }

.moteur-colonne h4 {
  font-size: 18px;
  margin: 7px 0;
  color: #FFFFFF;
  font-family: caviarDreams, "Oxygen", sans-serif; }

.moteur-colonne ul {
  margin: 0; }

.moteur-colonne.tein_id ul {
  width: 150px;
  margin: auto; }

.moteur-colonne ul li {
  list-style: none;
  margin: 0;
  line-height: 1em; }

.moteur-colonne.tein_id ul li {
  display: block;
  float: left; }

.zone_onglets {
  height: 50px;
  margin-right: 3px;
  position: relative;
  border-top: 2px solid #001740; }

.zone_onglets a {
  background: none repeat scroll 0 0 white;
  display: block;
  float: left;
  font-family: caviarDreamsBold, "Oxygen", sans-serif;
  font-size: 19px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 33.33%;
  position: relative;
  color: #001740; }

.zone_onglets a.active,
.zone_onglets a:hover {
  color: #FFF;
  background: #001740; }

.zone_onglets a + a:before {
  content: '';
  top: 0;
  display: block;
  height: 100%;
  left: -2px;
  width: 2px;
  background: #001740;
  position: absolute; }

.zone_onglets a.active:after {
  content: '';
  position: absolute;
  background: #001740;
  left: 0;
  right: 0;
  bottom: -16px;
  width: 27px;
  margin: auto;
  height: 27px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.critere-teinte {
  width: 30px;
  height: 30px;
  margin: 0 3px 3px 0;
  border: 2px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative; }

.critere-teinte.selected {
  border: 2px solid rgba(0, 0, 0, 0.3); }

.critere-teinte.selected:after {
  content: url("../../static/apps/gerflor_standard/img/selected.png");
  font-family: arial, sans-serif;
  font-size: 27px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5; }

#moteur-coloris .liste_segments {
  background-color: white;
  font-size: 13px;
  font-family: Arial, sans-serif; }

label.critere_disabled {
  text-decoration: line-through; }

div.critere_disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1; }

.catalogue .liste_segments {
  background-color: white;
  font-size: 13px;
  font-family: Arial, sans-serif;
  margin-right: 3px;
  padding: 10px; }

#moteur-libre .autocomplete-liste {
  position: absolute;
  z-index: 10;
  width: 39%;
  left: 325px;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  margin-left: -1px;
  background: white;
  border: 1px solid #dddddd;
  list-style: none;
  box-shadow: 3px 3px 10px rgba(150, 150, 150, 0.5); }
#moteur-libre .autocomplete-liste li {
  padding: 4px 5px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid white;
  background: #F4F4F4;
  background: -moz-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, white 100%);
  background: linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); }
#moteur-libre .autocomplete-liste li:hover,
#moteur-libre .autocomplete-liste li.current {
  background: lightyellow;
  background: #d2d2d2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d2d2d2 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d2d2d2 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d2d2d2 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d2d2d2 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(top, #d2d2d2 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9e0', endColorstr='#fffef7',GradientType=0 );
  /* IE6-9 */ }

.fleche-bas {
  background-image: url(../../static/apps/gerflor_standard/img/flechebas.png);
  width: 23px;
  height: 15px; }

.fleche-haut {
  background-image: url(../../static/apps/gerflor_standard/img/flechehaut.png);
  width: 23px;
  height: 15px; }

.plus-criteres {
  margin-left: 10px;
  margin-right: 10px; }

.plus-criteres:before {
  content: url("../../static/apps/gerflor_standard/img/flechebas.png"); }

.plus-criteres:after {
  content: url("../../static/apps/gerflor_standard/img/flechebas.png"); }

.plus-criteres-haut:before {
  content: url("../../static/apps/gerflor_standard/img/flechehaut.png"); }

.plus-criteres-haut:after {
  content: url("../../static/apps/gerflor_standard/img/flechehaut.png"); }

.catalogue .presentation-gamme {
  background-color: #FFFFFF;
  margin: 0 3px 3px 0;
  padding: 20px 0 10px 10px; }
  .catalogue .presentation-gamme .description {
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    text-align: justify;
    color: black; }
  .catalogue .presentation-gamme h3 {
    color: #000000;
    font-size: 23px;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase; }
    .catalogue .presentation-gamme h3 a {
      text-decoration: none;
      color: #000000; }
.catalogue h3 {
  color: #001740;
  font-size: 22px; }

.vl-atom {
  float: left;
  width: 200px;
  height: 200px;
  border-color: 1px solid #555555;
  background-color: #EEE;
  margin: 2px;
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
  overflow: hidden; }

.vl-part {
  background-color: #FFFFFF;
  float: left;
  margin: 10px 2%;
  width: 28%; }

.vl-part-img {
  float: left;
  height: 319px;
  text-align: center;
  width: 61%; }

.vl-part-img img {
  max-height: 100%;
  max-width: 100%; }

.vl-part-txt {
  float: right;
  font-size: 20px;
  padding: 5px 1%;
  width: 36%; }

.vl-action {
  float: left;
  font-size: 16px;
  height: 20px;
  padding: 5px;
  position: relative;
  width: 20px; }

.vl_h3_marge {
  margin: 30px 0; }

.vl-action a img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.vl-name {
  font-family: caviarDreamsbold, "Oxygen", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px; }

.vl-name.active {
  color: #DE740A; }

.vl-carte {
  background-color: #FFF;
  margin: 10px;
  height: 400px;
  position: relative; }

.vl-carte-couv {
  display: none;
  float: left;
  cursor: pointer; }

.vl-carte-couv img {
  height: 100%; }

.vl-carte-cote {
  float: left;
  cursor: pointer;
  margin-top: 30px; }

.vl-ligne {
  clear: both; }

.vl-element-carte {
  height: 350px;
  float: left; }

.vl-detail-carte {
  height: 400px;
  position: relative; }

.vl-ferme-carte {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  width: 30px;
  color: #FFF;
  margin: 10px;
  background: url("../../static/apps/gerflor_virtual_library/img/croix.png") no-repeat;
  cursor: pointer; }

.vl-carte-txt {
  float: right;
  height: 300px;
  font-size: 20px;
  padding: 5px 1%;
  width: 37%;
  margin-top: 50px; }

.vl-detail-carte-diapo.slider {
  padding: 20px; }

#vl-detail-carte-diapo.content_slider ul.slider li {
  text-align: center;
  overflow: hidden; }

#vl-detail-carte-diapo.content_slider {
  background: none repeat scroll 0 0 #001740; }

#vl-detail-carte-diapo.default_slider {
  height: 400px; }

.vl-atom .content_img span.title {
  text-align: center; }

.vl-recherche {
  padding: 0 20px 20px 10px;
  background-color: #FFFFFF;
  margin-bottom: 20px; }
  .vl-recherche input[type="text"] {
    background: #001740;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px 3px 0;
    padding: 0 5px; }

.vl-tech-table {
  width: 100%; }

.vl-tech-table th, .vl-tech-table td {
  text-align: left; }

.vl-tech-table tr {
  background: -webkit-linear-gradient(left, transparent 0px, transparent 2px, #bbbbbb 2px, #bbbbbb 4px) repeat-x left 70%;
  background: linear-gradient(to right, transparent 0px, transparent 2px, #bbbbbb 2px, #bbbbbb 4px) repeat-x left 70%;
  background-size: 4px 1px; }

.vl-tech-table tr:hover, .vl-tech-table tr:hover td, .vl-tech-table tr:hover th {
  background: #EEEEEE; }

.vl-tech-table th {
  float: left; }

.vl-tech-table td {
  float: right; }

.vl-tech-table td, .vl-tech-table th {
  background: #FFFFFF; }

.vl-tech-table span.categorie_name {
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 25px; }

.vl-tech-table span.categorie_name:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  background-color: #001740; }

a.vl-tech-title {
  text-decoration: none;
  float: left;
  margin-right: 10px;
  display: block;
  height: 25px;
  line-height: 25px;
  font-family: arial,sans-serif;
  font-weight: normal; }

a.vl-tech-title.active, .vl-tech-table span.active {
  color: #DE740A; }

a.vl-tech-title .vl_icon {
  max-height: 22px;
  vertical-align: text-bottom; }

.vl-tech-item > * {
  font-size: 16px; }

.vl-tech-item .vl-action {
  display: inline-block; }

.vl-tech-item .vl-tech-title {
  display: inline-block;
  min-width: 200px;
  margin-right: 30px; }

.bloc-categ {
  margin: 10px; }

.bloc-categ .content h3 {
  font-size: 20px;
  text-transform: none; }

.bloc-categ .content {
  width: 80%;
  float: left;
  position: relative; }

.bloc-categ .left {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden; }

.bloc-categ .left img {
  margin: 10px; }

.bloc-categ .fleche {
  background: url("../../static/apps/gerflor_standard/img/go_right.png") no-repeat scroll center center #001740;
  bottom: 0;
  display: block;
  height: 47px;
  margin: auto 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 47px; }

.bloc-categ .content ul li {
  font-size: 14px;
  line-height: 1.4; }

.gerflor_virtual_library_document .clearfloat {
  border-bottom: 1px solid #001740;
  margin: 10px; }

.gerflor_virtual_library_document .ss_pages_service .bloc .right {
  height: auto;
  min-height: 150px; }

.default_content .content_virtual_library .zone_onglets {
  margin: -12px -10px 30px; }

.vl-tech-table.search-result {
  margin: 5px; }

.ss_pages_service {
  position: relative; }

.ss_pages_service .bloc {
  display: block;
  padding: 10px 0;
  min-height: 150px; }

.ss_pages_service .bloc + .bloc {
  border-top: 1px solid #001740; }

.ss_pages_service .bloc .left {
  display: block;
  height: 150px;
  float: left;
  position: relative;
  width: 33%;
  background: #001740;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 23, 64, 0.45)), to(#001740));
  background: -webkit-linear-gradient(top, rgba(0, 23, 64, 0.45), #001740);
  background: -moz-linear-gradient(top, rgba(0, 23, 64, 0.45), #001740);
  background: -o-linear-gradient(top, rgba(0, 23, 64, 0.45), #001740);
  background: linear-gradient(top, rgba(0, 23, 64, 0.45), #001740);
  overflow: hidden; }

.ss_pages_service .bloc .right {
  float: right;
  height: 150px;
  padding: 0 1%;
  position: relative;
  width: 65%; }

.ss_pages_service .bloc .right p,
.ss_pages_service .bloc .right h3 {
  margin-right: 45px; }

.ss_pages_service .bloc .right h3 {
  font-size: 20px; }

.ss_pages_service .bloc .right h3 a,
.ss_pages_service .bloc .right h3 a:link,
.ss_pages_service .bloc .right h3 a:visited,
.ss_pages_service .bloc .right h3 a:hover {
  color: black;
  text-decoration: none; }

.ss_pages_service .bloc .right .link {
  position: absolute;
  right: 5px;
  display: block;
  width: 47px;
  height: 47px;
  background: #001740 url("../../static/apps/gerflor_standard/img/go_right.png") no-repeat center center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  text-decoration: none; }

#menu_top .menu_top ul li a {
  cursor: pointer; }

#menu_top .menu_top ul li .ss_menu.dropdown {
  /*left: inherit;
  margin-left: -6px;
  right: inherit;*/
  left: auto;
  margin-top: 0;
  overflow: auto;
  position: absolute;
  right: auto;
  top: auto;
  width: inherit;
  border: none; }

#menu_top .menu_top ul li .ss_menu.dropdown .col {
  width: 100%;
  min-height: 0; }

.gerflor_virtual_library_document.press_item {
  margin-bottom: 15px; }

.gerflor_virtual_library_document.press_item .visuel, .gerflor_virtual_library_document.press_item .content {
  float: left;
  max-width: 50%; }

.gerflor_virtual_library_document.press_item .visuel img {
  display: block; }

.gerflor_virtual_library_document.press_item .content {
  margin-left: 15px; }

.gerflor_virtual_library_document.press_item .content .docu_name {
  margin-bottom: 10px; }
  .gerflor_virtual_library_document.press_item .content .docu_name h3 {
    font-size: 20px;
    display: inline;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }

.gerflor_virtual_library_document.press_item .content > p {
  margin: 0; }

.gerflor_virtual_library_document.press_item .content .description {
  display: none; }

.gerflor_virtual_library_document.press_item .content .more-press {
  text-decoration: none; }

.gerflor_virtual_library_document.press_item .content .more-press span {
  display: inline-block;
  background: #001740;
  height: 13px;
  width: 13px;
  text-align: center; }

.gerflor_virtual_library_document.press_item .content .logo_download {
  margin-top: 15px; }

.gerflor_virtual_library_document.press_item .content .logo_download, .gerflor_virtual_library_document.press_item .content .logo_download a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px; }

.gerflor_virtual_library_document.press_item .content .logo_download img {
  vertical-align: sub; }

.rdp_header {
  float: left;
  width: 60%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  max-height: 300px; }

.rdp_header.left {
  padding-right: 20px;
  width: 40%; }

.rdp_header .default_slider {
  height: 300px; }

.default_content.revue_de_presse {
  min-height: 300px;
  border-bottom: 2px solid #001740; }

.mg-deconnecte, .mg-idf {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  font-weight: bold;
  color: #FFF; }

.mg-login {
  float: left; }

#bloc-login {
  background-color: #001740;
  color: #FFF;
  padding: 10px;
  width: 20%;
  float: left;
  min-height: 210px; }
  #bloc-login label {
    color: white; }

#bloc-login .submit img.loader, #form_connect .submit img.loader {
  width: 20px;
  vertical-align: bottom;
  display: none; }

#bloc-creation-compte .title,
#bloc-login .title {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  display: block; }

#bloc-creation-compte {
  padding: 10px;
  background-color: #001740;
  color: #FFF;
  float: left;
  width: 70%;
  margin-right: 10px;
  min-height: 460px; }
  #bloc-creation-compte label {
    color: white; }

#bloc-update-compte {
  padding: 10px;
  background-color: #FFF;
  color: #FFF;
  float: left;
  width: 70%;
  margin-right: 10px;
  min-height: 460px;
  color: #000; }

#choose_pass {
  color: #FFF; }

div.ajouter-favoris {
 /* bottom: 2px;
  left: 4px;
  position: absolute;
*/ }
  div.ajouter-favoris.product_coloris {
    bottom: 5px;
    position: absolute;
    left: inherit;
    right: 40px; }

.legend_coloris div.ajouter-favoris {
  right: 5px; }

#ajoutpanier {
  bottom: 45px;
  cursor: pointer;
  height: 20px;
  left: 5px;
  line-height: 20px;
  padding-left: 25px;
  position: absolute; }

#ajoutpanier img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0; }

#my-commander {
  color: #FFF;
  background-color: #13182C;
  padding: 10px;
  font-size: 14px;
  margin: 10px;
  float: left;
  cursor: pointer; }

.supp-panier {
  cursor: pointer; }

.elem-panier {
  margin: 5px; }

#menu_top .mygerflor a {
  border: none;
  float: left; }

#menu_top .mygerflor a.icon#panier-global {
  border: none;
  margin-left: 10px;
  margin-top: 4px;
  width: 100px;
  color: #FFF; }

#panier-pro {
  cursor: pointer;
  float: left;
  padding: 5px;
  padding-bottom: 5px; }

#bloc-creation-compte label.error {
  background-color: #B20101;
  color: #FFF;
  padding: 4px;
  margin: 2px;
  font-weight: bold; }

.popin-favoris,
.form-update-type-compte {
  color: #000; }

.popin-favoris {
  width: 500px;
  height: 300px; }

#mg_subariane {
  margin-top: 10px; }

#listing_dossier {
  padding: 10px;
  min-height: 250px; }
  #listing_dossier .dossier {
    position: relative;
    background: url("../apps/gerflor_standard/img/mygerflor/dossier_ico.png") no-repeat scroll 0 6px;
    padding: 8px 70px 4px 28px; }
    #listing_dossier .dossier .actions {
      position: absolute;
      top: 5px;
      right: 5px; }
    #listing_dossier .dossier > a {
      color: #111;
      background: linear-gradient(to right, transparent 0px, transparent 2px, #bbbbbb 2px, #bbbbbb 4px) repeat-x left 72%;
      background-size: 4px 1px;
      display: block; }
    #listing_dossier .dossier span {
      font-size: 14px;
      background-color: white;
      padding-right: 5px; }

.popin-favoris h1, .popin-favoris h3 {
  color: black; }
.popin-favoris #closecolorbox {
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 20px; }

#favoris_listing .zone_onepager, #favoris_listing .menu_page {
  margin: 0; }
#favoris_listing .liste_products {
  margin-top: 5px; }

.desc_page .ajouter-favoris {
  position: absolute;
  bottom: 5px;
  left: 10px;
  height: 24px; }

.mg-mes-commandes {
  padding: 10px; }
  .mg-mes-commandes div, .mg-mes-commandes p, .mg-mes-commandes th, .mg-mes-commandes td {
    font-family: arial, sans-serif; }

.zone_header_pdt_perso div.ajouter-favoris {
  bottom: 2px;
  left: 5px;
  position: absolute;
  z-index: 10; }

.favoris-vide {
  font-size: 14px;
  padding: 20px; }

#authentication h1 {
  font-family: caviarDreamsBold, "Oxygen", arial, sans-serif;
  font-size: 23px; }

.error-form {
  border: 1px solid red; }

.demande_creation_container {
  min-width: 300px; }

#listing_dossier h2,
.mg-mes-commandes h2 {
  font-size: 2.5em; }

#listing_dossier h3,
.mg-mes-commandes h3 {
  font-size: 2em; }

#listing_dossier div,
.mg-mes-commandes .elem-ancienne-commande,
.mg-mes-commandes .contenu-panier,
#listing_dossier .dossier > a {
  font-size: 14px; }

.field.state {
  display: none; }

#historiquecommandes {
  font-size: 14px; }
  #historiquecommandes tr td {
    padding: 10px; }
  #historiquecommandes tr:nth-child(even) {
    background: #CCC; }
  #historiquecommandes tr:nth-child(odd) {
    background: #EEE; }

body.environnement {
  background: #FFFFFF; }
  body.environnement .bloc_wrapper p, body.environnement .bloc_wrapper td, body.environnement .bloc_wrapper th {
    font-size: inherit;
    line-height: inherit; }
  body.environnement #zone_left {
    border-right: 3px solid #001740; }
    body.environnement #zone_left ul.menu_left li.active a span.icon {
      right: 9px; }
  body.environnement #container {
    background: #FFFFFF; }
  body.environnement #container.has_ariane {
    margin-right: 3px; }
  body.environnement #ariane {
    background: #a2bb0a; }
  body.environnement #container > h1 {
    background: #a2bb0a;
    font-size: 42px;
    padding: 17px;
    margin-top: 2px;
    font-family: caviarDreamsBold, "Oxygen", arial, sans-serif; }
  body.environnement #container > h1.going_further {
    background: url("../../static/apps/gerflor_standard/img/going_further_picto.png") no-repeat 99% center #a2bb0a; }
  body.environnement #container > h2 {
    font-size: 22px;
    color: #95c11f;
    text-transform: uppercase;
    border-bottom: 1px solid #a2bb0a; }
  body.environnement .img_wall.zone_jobref {
    margin-top: 3px; }
  body.environnement h1 + .entete_page {
    margin-top: -21px; }
  body.environnement .entete_page {
    position: relative;
    margin: 3px 0; }
  body.environnement .entete_page .icon_container {
    background: url("../../static/apps/gerflor_standard/img/entete_going_further_bg.png") no-repeat center center;
    position: absolute;
    width: 196px;
    height: 183px;
    text-align: center;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #FFF; }
  body.environnement .entete_page .icon_container span.text {
    display: block;
    position: absolute;
    right: -25px;
    top: -50px;
    width: 150px; }
  body.environnement .entete_page .icon_container img {
    left: 45px;
    position: absolute;
    top: 55px;
    width: 100px; }
  body.environnement table li {
    font-size: 14px; }

h1.glossary {
  margin-bottom: 3px; }

.gerflor_glossaire_definition ul.categories {
  position: relative; }

.gerflor_glossaire_definition ul.categories, .gerflor_glossaire_definition ul.definitions {
  margin: 0;
  list-style: none; }

.gerflor_glossaire_definition > ul.categories > li {
  margin-bottom: 15px;
  padding: 20px 25px; }

.gerflor_glossaire_definition ul.categories li > span.category_title {
  color: #a2bb0a;
  display: block;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  border-bottom: 1px solid #a2bb0a;
  margin-bottom: 15px; }

.gerflor_glossaire_definition ul.categories li > ul.definitions > li {
  margin-left: 200px; }

.gerflor_glossaire_definition ul.categories li > ul.categories > li {
  padding-left: 200px; }

.gerflor_glossaire_definition ul.categories ul.categories li > ul > li {
  margin-left: 0px; }

.gerflor_glossaire_definition ul.categories li > ul.categories li > span.category_title {
  background: #a2bb0a;
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
  border-bottom: none;
  padding: 5px 20px; }

.gerflor_glossaire_definition ul.categories li > ul.categories li > ul.definitions > li {
  padding-left: 0; }

.gerflor_glossaire_definition .definitions > li {
  min-height: 150px; }

.gerflor_glossaire_definition .definitions > li + li,
.gerflor_glossaire_definition ul.categories + ul.definitions,
.gerflor_glossaire_definition ul.categories li > ul.categories > li + li {
  border-top: 1px solid #222222;
  padding-top: 15px; }

.gerflor_glossaire_definition .definitions .definition_title {
  position: absolute;
  width: 180px;
  left: 25px;
  text-align: center;
  font-size: 15px; }

.gerflor_glossaire_definition ul.categories ul.categories .definitions .definition_title {
  left: 0; }

.gerflor_glossaire_definition .definitions .definition_content {
  font-family: Arial, sans-serif;
  font-size: 14px; }

.gerflor_glossaire_definition .definitions .definition_content h1,
.gerflor_glossaire_definition .definitions .definition_content h2,
.gerflor_glossaire_definition .definitions .definition_content h3,
.gerflor_glossaire_definition .definitions .definition_content h4,
.gerflor_glossaire_definition .definitions .definition_content h5 {
  font-family: "caviarDreams", "Oxygen", sans-serif; }

.gerflor_glossaire_definition .definitions .definition_content h3,
.gerflor_glossaire_definition .definitions .definition_content h4 {
  color: #a2bb0a; }

.gerflor_glossaire_definition .definitions .definition_content ul {
  list-style: disc;
  font-size: 1em; }

.bloc_wrapper table tr td {
  padding: 0 2%; }

html.ie8 .bloc_wrapper table tr td {
  padding: 0; }

.bloc_wrapper * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.bloc_wrapper table tr td img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

body.environnement.vl {
  background: #001740; }
  body.environnement.vl #container {
    background: #001740; }

.bloc_blanc {
  background: #FFF;
  padding: 12px;
  position: relative;
  margin-bottom: 3px;
  font-size: 14px;
  font-family: arial, sans-serif;
  line-height: 1.4;
  color: #333333; }

.bloc_blanc h2 {
  display: block;
  font-family: caviarDreamsBold,sans-serif;
  padding: 5px 0 5px 17px;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  margin: 0; }

.bloc_blanc h2:before {
  background: #333333;
  bottom: 12px;
  content: " ";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
  z-index: 10; }

.bloc_gris {
  background: #BBBBBB;
  padding: 12px;
  position: relative;
  margin-bottom: 3px;
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.4; }

.bloc_gris h2 {
  display: block;
  font-family: caviarDreamsBold,sans-serif;
  padding: 5px 0 5px 17px;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  margin: 0; }

.bloc_gris h2:before {
  background: #333333;
  bottom: 12px;
  content: " ";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
  z-index: 10; }

.bloc_vert {
  background: #A2BB0A;
  padding: 12px;
  position: relative;
  margin-bottom: 3px;
  color: #333333;
  font-size: 14px;
  font-family: arial, sans-serif;
  line-height: 1.4; }

.bloc_vert h2 {
  color: #FFFFFF;
  display: block;
  font-family: caviarDreamsBold,sans-serif;
  padding: 5px 0 5px 17px;
  position: relative;
  text-transform: uppercase;
  margin: 0; }

.bloc_vert h2:before {
  background: none repeat scroll 0 0 white;
  bottom: 12px;
  content: " ";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
  z-index: 10; }

.bloc_vert h3 {
  border-bottom: 1px solid #333333;
  padding: 0 0 3px;
  margin: 5px 0;
  color: #FFFFFF;
  display: block;
  font-family: caviarDreams, arial, sans-serif;
  text-transform: uppercase; }

.bloc_vert .zone_blanche {
  margin: 10px 0;
  padding: 5px;
  background: #FFF;
  color: #333333; }

.bloc_vert .zone_blanche h3 {
  color: #A7C554;
  border-bottom: 1px solid #a7c554;
  font-size: 25px;
  font-family: caviarDreams, arial, sans-serif; }

.mea_page {
  margin: 3px 0; }

.mea_page.large, .mea_page.multiple {
  cursor: pointer; }

.mea_page > a {
  display: none; }

.mea_page, .mea_page * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.mea_page.large, .mea_page.president {
  position: relative;
  height: 364px;
  overflow: hidden; }
.mea_page.large.big {
  height: 480px; }

.mea_page.president {
  height: 578px; }

.mea_page.large .mea_titre, .mea_page.president .mea_titre,
.entete_page h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*height: 80px;*/
  margin: 0;
  background: #a2bb0a;
  background: rgba(162, 187, 10, 0.75);
  color: #FFF;
  font-size: 43px;
  text-transform: none;
  line-height: 50px;
  padding: 15px;
  font-family: caviarDreamsBold, "Oxygen", arial, sans-serif; }

.mea_page.large .mea_description, .mea_page.president .mea_description {
  position: absolute;
  right: 0;
  top: 80px;
  bottom: 0;
  width: 40%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: 24px;
  line-height: 50px;
  padding: 20px;
  overflow: hidden;
  font-family: caviarDreamsBold, "Oxygen", arial, sans-serif; }

.mea_page.president .mea_description {
  right: 80px;
  bottom: 25px;
  top: 150px;
  left: 45%;
  border-bottom: 1px solid white;
  width: auto; }
  .mea_page.president .mea_description p, .mea_page.president .mea_description ul {
    font-family: arial, helvetica, freesans, sans-serif; }

.mea_page.president .mea_description > * {
  font-size: 12px; }

.mea_page.president .mea_description .mea_titre_desc {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: bold;
  color: #101C44; }

.mea_page.president .mea_description .mea_titre_desc .first {
  font-weight: normal;
  display: block; }

.mea_page .mea_description a.read_more {
  background: #a2bb0a;
  background: rgba(162, 187, 10, 0.75);
  bottom: 10px;
  color: #FFFFFF;
  display: block;
  font-size: 55px;
  height: 40px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  font-weight: bold; }

.mea_page.large .mea_description ul, .mea_page.multiple .mea_description ul {
  font-weight: bold;
  list-style: none; }

.mea_page.large .mea_description ul li, .mea_page.multiple .mea_description ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative; }

.mea_page.large .mea_description ul li:before, .mea_page.multiple .mea_description ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #5ea62b;
  position: absolute;
  left: -20px;
  top: 10px; }

.mea_page.president .mea_description ul {
  font-size: 12px; }

.mea_page.large .icon {
  position: absolute;
  bottom: 20px;
  left: 20px; }

.mea_page .mea_titre .number {
  margin-right: 5px; }

/* MEA multiple */
.mea_page_multiple {
  position: relative; }

.mea_page_multiple .center {
  background: url("../../static/apps/gerflor_standard/img/going_further_bg.png") no-repeat center center;
  position: absolute;
  width: 180px;
  height: 180px;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  padding: 55px 0;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: -90px;
  margin-top: -90px; }

.mea_page.multiple {
  width: 50%;
  height: 364px;
  float: left;
  overflow: hidden;
  position: relative;
  border-left: 2px solid white;
  border-right: 2px solid white; }

.mea_page.multiple .mea_titre {
  font-size: 35px; }

.mea_page.multiple .mea_titre:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid white; }

.mea_page.multiple .mea_content {
  background: #a2bb0a;
  background: rgba(162, 187, 10, 0.75);
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  padding: 15px;
  color: #FFF; }

.mea_page.multiple .mea_description {
  padding-left: 70px; }

.mea_page.multiple .mea_description ul {
  margin-left: 20px; }

.mea_page.multiple .mea_description ul li:before {
  background: #FFF;
  top: 3px; }

.mea_page.multiple.num03 .mea_content, .mea_page.multiple.num04 .mea_content {
  bottom: 0;
  top: auto; }

.mea_page.multiple.num01, .mea_page.multiple.num03 {
  border-left: 0px; }

.mea_page.multiple .icon {
  position: absolute; }

.mea_page.multiple.num01 .icon {
  right: 95px;
  bottom: 75px; }

.mea_page.multiple.num02 .icon {
  left: 95px;
  bottom: 75px; }

.mea_page.multiple.num03 .icon {
  right: 95px;
  top: 75px; }

.mea_page.multiple.num04 .icon {
  left: 95px;
  top: 75px; }

.mea_page.multiple.num02, .mea_page.multiple.num04 {
  border-right: 0px; }

.mea_page.multiple .mea_description ul {
  margin-bottom: 0; }

.mea_page.multiple .mea_description ul li {
  margin-bottom: 5px; }

.mea_page {
  position: relative; }
  .mea_page.big .mea_titre {
    line-height: 40px; }
  .mea_page .zone_actus_experiences {
    top: 80px;
    bottom: 20px;
    margin-top: 0;
    height: auto;
    width: 220px; }
    .mea_page .zone_actus_experiences ul li {
      width: 220px; }
      .mea_page .zone_actus_experiences ul li img {
        max-width: 100%; }
  .mea_page.with_link > a {
    display: inline;
    position: absolute;
    bottom: 30px;
    left: 15px;
    color: #FFF;
    font-size: 2.4em;
    text-decoration: none; }
    .mea_page.with_link > a.block {
      left: inherit;
      right: 10px;
      background: rgba(0, 23, 64, 0.45);
      font-family: arial,sans-serif;
      text-transform: uppercase;
      padding: 7px;
      font-size: 1.3em;
      font-weight: bold; }
    .mea_page.with_link > a:hover {
      color: #FFF; }
    .mea_page.with_link > a .mini_link_left {
      float: right;
      margin: 5px 0 0 5px; }

#leed_search_product {
  margin-bottom: 20px; }
  #leed_search_product input {
    vertical-align: sub;
    margin: 0 0 0 5px; }
  #leed_search_product label {
    font-size: 14px; }

#leed_calc_product_list {
  font-size: 14px; }

.leed_calculator.message {
  color: #001740;
  font-family: arial,sans-serif;
  font-size: 1.3em;
  padding: 10px 0; }

.leed_calculator_form h1 {
  font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
  font-size: 23px;
  margin: 5px 0; }

h2.title_search_form_leed {
  background: #001740;
  font-size: 17px;
  color: #FFF;
  padding: 5px; }

a.leed_access {
  background: none repeat scroll 0 0 rgba(26, 39, 90, 0.73);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase; }

.leed_specification {
  position: relative; }
  .leed_specification h1 {
    font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
    font-size: 23px;
    margin: 5px 0; }
  .leed_specification .links {
    position: absolute;
    top: -5px;
    right: 15px;
    text-align: center; }
  .leed_specification .specification {
    margin: 0 auto;
    font-family: arial,sans-serif; }
    .leed_specification .specification h2 {
      font-family: "caviarDreamsBold", "Oxygen", sans-serif; }
    .leed_specification .specification .border {
      padding: 5px;
      border: 1px solid #3b3b3b; }
    .leed_specification .specification .search_back {
      margin-bottom: 10px;
      display: inline-block; }
    .leed_specification .specification h3 {
      margin-top: 5px;
      font-weight: bold; }
    .leed_specification .specification h4 {
      margin: 0;
      font-weight: bold; }
    .leed_specification .specification p {
      margin: 0; }
    .leed_specification .specification .or {
      background: #DDDDDD;
      clear: both;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 3px;
      text-align: center; }
  .leed_specification .col {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 5px; }
    .leed_specification .col.w60 {
      width: 60%; }
    .leed_specification .col.w40 {
      width: 40%; }
  .leed_specification .leed_wrapper {
    max-width: 100%;
    overflow-x: auto; }
  .leed_specification .gerflor_logo {
    position: absolute;
    top: -40px;
    right: 0;
    width: 240px;
    text-align: center;
    text-indent: -25px; }

.leed_calculator_table {
  width: 100%; }
  .leed_calculator_table td, .leed_calculator_table th {
    padding: 5px;
    text-align: left;
    border: 1px solid black; }
  .leed_calculator_table thead th {
    background: #001740;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px; }
  .leed_calculator_table thead th:nth-child(odd) {
    border-right-color: #dddddd; }
  .leed_calculator_table thead th:nth-child(even) {
    border-left-color: #dddddd; }
  .leed_calculator_table tbody {
    font-family: arial,sans-serif; }
    .leed_calculator_table tbody td {
      padding: 30px 5px; }
    .leed_calculator_table tbody tr:nth-child(even) {
      background: #ddd; }
    .leed_calculator_table tbody tr.line {
      background: #bbb; }
      .leed_calculator_table tbody tr.line td {
        padding: 5px; }

.product.specification .description, .product.specification .visuel_container {
  margin-bottom: 15px; }
.product.specification .visuel img {
  max-width: 100%; }
.product.specification .visuel {
  float: left; }
  .product.specification .visuel img {
    max-width: 100%; }
.product.specification .visuel_description {
  margin-left: 400px; }
@media screen and (max-width: 900px) {
  .product.specification .visuel_description {
    margin-left: 0px;
    clear: left; } }

.leed_logos {
  margin-top: 20px;
  text-align: center; }
  .leed_logos .logo {
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin: 0 1%; }
    .leed_logos .logo img {
      max-width: 100%; }

.zone_cordons {
  background: #FFF;
  padding: 10px; }
  .zone_cordons h2 {
    color: #FFFFFF; }
  .zone_cordons .zone_left, .zone_cordons .zone_right {
    float: left;
    width: 46%;
    margin: 5px 1%;
    padding: 5px 1%;
    background: #001740;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF; }
    .zone_cordons .zone_left select, .zone_cordons .zone_right select {
      background: #FFFFFF;
      border: medium none;
      border-radius: 0;
      color: #001740;
      font-size: 14px;
      height: 28px;
      line-height: 28px;
      padding: 5px;
      max-width: 50%;
      font-family: arial,sans-serif; }
    .zone_cordons .zone_left input[type="text"], .zone_cordons .zone_right input[type="text"] {
      background: #FFFFFF;
      border: medium none;
      border-radius: 0;
      color: #001740;
      font-size: 14px;
      height: 28px;
      font-family: arial,sans-serif;
      line-height: 28px;
      margin-right: 10px;
      padding: 0 5px;
      max-width: 43%; }
    .zone_cordons .zone_left input[type="submit"], .zone_cordons .zone_right input[type="submit"] {
      background: #FFFFFF;
      border: none;
      color: #001740;
      font-family: arial,sans-serif;
      font-size: 14px;
      padding: 5px 8px; }
    .zone_cordons .zone_left h2, .zone_cordons .zone_right h2 {
      font-size: 25px; }
    .zone_cordons .zone_left p, .zone_cordons .zone_right p {
      color: #FFF;
      font-weight: normal;
      font-family: arial,sans-serif; }
    .zone_cordons .zone_left p.desc, .zone_cordons .zone_right p.desc {
      height: 40px; }
    .zone_cordons .zone_left .submit, .zone_cordons .zone_right .submit {
      text-align: center;
      height: 28px; }
  .zone_cordons.product_only .zone_left {
    width: 96%; }
  .zone_cordons.product_only .result p.color {
    color: #001740;
    font-size: 16px;
    font-weight: bold; }
  .zone_cordons .result {
    margin: 15px 1%;
    font-family: arial,sans-serif; }
    .zone_cordons .result h3.title_result {
      color: #000000;
      text-transform: uppercase;
      float: left; }
    .zone_cordons .result .reinit {
      background: #EEEEEE;
      border: 1px solid #aaaaaa;
      border-radius: 3px;
      display: inline-block;
      color: #000000;
      font-weight: bold;
      float: left;
      font-size: 12px;
      margin: 2px 10px 0;
      padding: 5px 5px 5px 20px;
      text-decoration: none;
      position: relative; }
      .zone_cordons .result .reinit:before {
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        color: #000000;
        height: 16px;
        font-weight: bold;
        margin: auto;
        content: "x";
        z-index: 1;
        font-family: sans-serif; }
      .zone_cordons .result .reinit:hover {
        color: #000000;
        background: #DDDDDD; }

.img_wall_loading {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 5;
  background: rgba(0, 23, 64, 0.45); }

.slider_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 5;
  background: rgba(0, 23, 64, 0.45); }

.img_wall_loading .loader, .slider_loading .loader {
  position: absolute;
  width: 50px;
  height: 62px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  .img_wall_loading .loader .blockG, .slider_loading .loader .blockG {
    position: absolute;
    background-color: #FFFFFF;
    width: 8px;
    height: 19px;
    -moz-border-radius: 7px 7px 0 0;
    -moz-transform: scale(0.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: 0.32s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: 0.32s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 7px 7px 0 0;
    -ms-transform: scale(0.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: 0.32s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 7px 7px 0 0;
    -o-transform: scale(0.4);
    -o-animation-name: fadeG;
    -o-animation-duration: 0.32s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 7px 7px 0 0;
    transform: scale(0.4);
    animation-name: fadeG;
    animation-duration: 0.32s;
    animation-iteration-count: infinite;
    animation-direction: linear; }
  .img_wall_loading .loader .blockG.rotateG_01, .slider_loading .loader .blockG.rotateG_01 {
    left: 0;
    top: 23px;
    -moz-animation-delay: 0.12000000000000002s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: 0.12000000000000002s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: 0.12000000000000002s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: 0.12000000000000002s;
    -o-transform: rotate(-90deg);
    animation-delay: 0.12000000000000002s;
    transform: rotate(-90deg); }
  .img_wall_loading .loader .blockG.rotateG_02, .slider_loading .loader .blockG.rotateG_02 {
    left: 6px;
    top: 8px;
    -moz-animation-delay: 0.16s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: 0.16s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: 0.16s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: 0.16s;
    -o-transform: rotate(-45deg);
    animation-delay: 0.16s;
    transform: rotate(-45deg); }
  .img_wall_loading .loader .blockG.rotateG_03, .slider_loading .loader .blockG.rotateG_03 {
    left: 21px;
    top: 2px;
    -moz-animation-delay: 0.2s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: 0.2s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: 0.2s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: 0.2s;
    -o-transform: rotate(0deg);
    animation-delay: 0.2s;
    transform: rotate(0deg); }
  .img_wall_loading .loader .blockG.rotateG_04, .slider_loading .loader .blockG.rotateG_04 {
    right: 6px;
    top: 8px;
    -moz-animation-delay: 0.24000000000000005s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: 0.24000000000000005s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: 0.24000000000000005s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: 0.24000000000000005s;
    -o-transform: rotate(45deg);
    animation-delay: 0.24000000000000005s;
    transform: rotate(45deg); }
  .img_wall_loading .loader .blockG.rotateG_05, .slider_loading .loader .blockG.rotateG_05 {
    right: 0;
    top: 23px;
    -moz-animation-delay: 0.28s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: 0.28s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: 0.28s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: 0.28s;
    -o-transform: rotate(90deg);
    animation-delay: 0.28s;
    transform: rotate(90deg); }
  .img_wall_loading .loader .blockG.rotateG_06, .slider_loading .loader .blockG.rotateG_06 {
    right: 6px;
    bottom: 6px;
    -moz-animation-delay: 0.32s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: 0.32s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: 0.32s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: 0.32s;
    -o-transform: rotate(135deg);
    animation-delay: 0.32s;
    transform: rotate(135deg); }
  .img_wall_loading .loader .blockG.rotateG_07, .slider_loading .loader .blockG.rotateG_07 {
    bottom: 0;
    left: 21px;
    -moz-animation-delay: 0.36s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: 0.36s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: 0.36s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: 0.36s;
    -o-transform: rotate(180deg);
    animation-delay: 0.36s;
    transform: rotate(180deg); }
  .img_wall_loading .loader .blockG.rotateG_08, .slider_loading .loader .blockG.rotateG_08 {
    left: 6px;
    bottom: 6px;
    -moz-animation-delay: 0.4s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 0.4s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 0.4s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 0.4s;
    -o-transform: rotate(-135deg);
    animation-delay: 0.4s;
    transform: rotate(-135deg); }

@-moz-keyframes fadeG {
  0% {
    background-color: #001740; }

  100% {
    background-color: #FFFFFF; } }

@-webkit-keyframes fadeG {
  0% {
    background-color: #001740; }

  100% {
    background-color: #FFFFFF; } }

@-ms-keyframes fadeG {
  0% {
    background-color: #001740; }

  100% {
    background-color: #FFFFFF; } }

@-o-keyframes fadeG {
  0% {
    background-color: #001740; }

  100% {
    background-color: #FFFFFF; } }

@keyframes fadeG {
  0% {
    background-color: #001740; }

  100% {
    background-color: #FFFFFF; } }

html.ie8 #zone_left .open_close_left {
  visibility: hidden; }
html.ie8 a:before, html.ie8 a:after, html.ie8 p:before, html.ie8 p:after, html.ie8 span:before, html.ie8 span:after, html.ie8 ul:before, html.ie8 ul:after, html.ie8 li:before, html.ie8 li:after {
  display: none; }
html.ie8 #container .mea_home.mea_home_2 h2 {
  position: relative; }
html.ie8 table tr td div.padding_table {
  padding: 0 10px; }
html.ie8 .img_wall_loading .loader, html.ie8 .slider_loading .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #001740 url("../../static/apps/gerflor_standard/img/loader.gif") no-repeat center center;
  opacity: 0.40;
  filter: alpha(opacity=40); }
  html.ie8 .img_wall_loading .loader .blockG, html.ie8 .slider_loading .loader .blockG {
    display: none; }
html.ie8 .zone_coloris.img_wall .bloc_img_wall .zone_small .new {
  left: 25%;
  right: 25%;
  padding: 2%;
  top: 0;
  filter: alpha(opacity=50); }
html.ie8 .liste_products.liste_segments .bloc_seg.produit .new {
  left: 25%;
  right: 25%;
  padding: 2%;
  top: 0;
  filter: alpha(opacity=50); }
html.ie8 .liste_products.liste_segments .bloc_seg.produit:hover .new {
  left: 25%;
  right: 25%;
  top: -20%; }

@media only screen and (max-width: 1024px) {
  .slider_home ul li .title_left, .slider_home ul li .title_right {
    font-size: 55px; }

  .experiences_slider ul li .link_pdt {
    left: 20px;
    font-size: 27px; }

  a.bloc_seg:hover .plus_produit {
    opacity: 0; }

  .content_img span.title {
    font-size: 16px; }

  .zone_service .bloc {
    margin: 0 1%;
    width: 48%; }
    .zone_service .bloc a.link_right {
      margin: 10px 0 0 5px; } }
.title-secteur .site-title,
.title-secteur .site-baseline,
.title-secteur {
  color: #FFF;
  text-align: center;
  font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
  font-size: 17px;
  padding: 5px;
  text-transform: uppercase; }

.title-secteur .site-title {
  font-size: 30px;
  font-weight: bold; }

#zone_info .info_content {
  text-align: center;
  text-decoration: none; }
  #zone_info .info_content h3 {
    color: #000; }
  #zone_info .info_content img {
    max-width: 100%; }

.has_stock {
  vertical-align: middle; }
  .has_stock > img {
    width: 20px; }

.zone_coloris.img_wall .bloc_img_wall .zone_small .has_stock {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 28%;
  z-index: 8; }

.samples_list .zone_small.content_img .has_stock {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 28%;
  width: 20px;
  height: 20px; }

.default_content .zone_onglets {
  margin: -13px -10px 30px; }

.samples_list.zone_coloris h3 {
  color: #001740; }
.samples_list.zone_coloris .product .bloc_img_wall {
  cursor: pointer;
  position: relative;
  float: left;
  width: 10.5%;
  margin: 1%;
  height: 100px;
  display: block;
  overflow: hidden; }
  .samples_list.zone_coloris .product .bloc_img_wall .title {
    font-size: 15px; }
  .samples_list.zone_coloris .product .bloc_img_wall .checkbox {
    display: none;
    position: absolute;
    top: 5px;
    right: 25%;
    color: #001740;
    font-size: 17px;
    z-index: 10;
    text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; }
    .samples_list.zone_coloris .product .bloc_img_wall .checkbox.checked {
      display: block; }

.samples_list.zone_coloris.by_products {
  display: none; }

.moteur-de-recherche .content_moteur-colonne {
  position: relative; }
  .moteur-de-recherche .content_moteur-colonne .top_button {
    position: absolute;
    bottom: 15px;
    right: 15px; }
.moteur-de-recherche .top_button {
  float: right; }

#moteur-samples-coloris .product {
  float: left;
  width: 10.5%;
  margin: 1%; }
  #moteur-samples-coloris .product .bloc_img_wall {
    margin: 0;
    width: auto;
    float: none; }
  #moteur-samples-coloris .product h4 {
    margin-top: 5px;
    font-size: 13px; }

#cboxContent .popin_footer {
  margin-top: 15px; }
  #cboxContent .popin_footer .search_back {
    display: inline-block;
    float: left; }
    #cboxContent .popin_footer .search_back.panier {
      float: right; }

.gerflor_button {
  color: #FFF;
  border: none;
  text-decoration: none;
  padding: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background: rgba(26, 39, 90, 0.73);
  cursor: pointer; }
  .gerflor_button.big {
    font-weight: bold; }

.ret-ligne {
  clear: both; }

.btn-panier-etape {
  border-radius: 20px;
  background-color: #EEE; }

.btn-panier-etape-sep,
.btn-panier-etape {
  float: left;
  padding: 10px;
  font-weight: bold; }

.btn-panier-etape.active {
  background-color: #001740;
  color: #FFF; }

.supprimer-elem-panier {
  cursor: pointer;
  background-color: #13182c;
  border-radius: 20px;
  text-align: center;
  color: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  font-height: 15px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-panier-etape-4 {
  cursor: inherit; }

.my-commander {
  background-color: #13182c;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 10px;
  padding: 10px;
  display: inline-block;
  text-decoration: none; }

.etapes {
  background-color: #eee;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px; }
  .etapes img {
    max-width: 100%; }

.contenu-echantillon {
  margin-left: 10px;
  font-size: 14px; }

#adressepersonnalisee {
  width: 400px;
  height: 140px; }

.centre {
  text-align: center; }

.fd {
  float: right; }

.fg {
  float: left; }

.historique-des-commandes {
  margin: 10px;
  display: block; }

.contenu-anciennes-commandes {
  padding: 10px; }

.table-panier input {
  max-width: 50px; }
.table-panier td {
  padding: 5px 10px; }

.nouvelle-adresse input {
  margin-bottom: 5px; }

#adresse-finale-expedition,
.nouvelle-adresse,
.ancienne-adresse {
  margin: 10px;
  margin-left: 30px;
  padding-left: 10px;
  border-left: 4px solid black; }

.commande-validee {
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center; }

.tbl-histo-commandes th,
.tbl-histo-commandes td {
  padding: 5px; }

.tbl-histo-commandes th {
  background: #001740;
  color: #FFF;
  font-weight: bold; }

.tbl-histo-commandes tr:nth-child(even) {
  background: #cccccc; }

.tbl-histo-commandes tr:nth-child(odd) {
  background: white; }

.nouvelle-adresse .required {
  background-color: #770707;
  color: #FFF; }

.mandatory {
  color: #770707; }

.project_specification .alert {
  display: none;
  background: #422;
  background: rgba(255, 0, 0, 0.25);
  border: #ff4444 1px solid;
  padding: 5px; }

@media only screen and (max-width: 700px) {
  .only_mobile {
    display: block; }

  .my-commander {
    text-align: center;
    width: 35%; }

  .hide_mobile {
    display: none !important; }

  #zone_left {
    display: none; }

  img {
    max-width: 100%;
    height: auto; }

  .content_img img {
    max-width: none; }

  .default_slider {
    height: 190px; }
    .default_slider ul.slider li img {
      max-width: none; }

  .default_slider.big {
    height: 200px; }

  #menu_top {
    position: relative; }
    #menu_top .mygerflor a.icon {
      border: none;
      position: absolute;
      right: 0; }
      #menu_top .mygerflor a.icon.connect {
        right: 31px; }
    #menu_top .mygerflor a#panier-global.icon {
      color: transparent;
      left: 50px; }
    #menu_top .mygerflor span.mg-idf {
      display: none; }
    #menu_top .mygerflor a.mg-deconnecte {
      color: rgba(0, 0, 0, 0);
      height: 38px;
      padding: 0;
      position: absolute;
      right: 1px;
      top: 1px;
      width: 38px;
      overflow: hidden; }
    #menu_top .mygerflor a.mg-deconnecte::after {
      border: 1px solid #666666;
      bottom: 0;
      color: #FFFFFF;
      content: "x";
      font-family: caviarDreams, "Oxygen", sans-serif;
      font-size: 30px;
      left: 0;
      margin: auto;
      padding: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
    #menu_top .logo {
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; }
      #menu_top .logo img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 68px; }
    #menu_top .menu_top {
      display: none; }
    #menu_top .link_menu_mobile {
      position: absolute;
      left: 1px;
      top: 1px;
      height: 38px;
      width: 38px;
      display: block;
      background: url("../../static/apps/gerflor_standard/img/mobile/iconMenuMobile.png") no-repeat center center; }
      #menu_top .link_menu_mobile.open {
        background: #001740; }
        #menu_top .link_menu_mobile.open::after {
          bottom: 0;
          color: #FFFFFF;
          content: url("../../static/apps/gerflor_standard/img/mobile/close_menu.png");
          display: block;
          font-family: caviarDreams, "Oxygen", sans-serif;
          font-size: 36px;
          font-weight: 700;
          left: 0;
          line-height: 31px;
          margin: auto;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0; }
    #menu_top .content_menu_mobile {
      position: absolute;
      background: #001740;
      left: 0;
      right: 0;
      top: -500%;
      z-index: -1;
      padding: 10px;
      opacity: 0; }
      #menu_top .content_menu_mobile.open {
        top: 42px;
        opacity: 1; }
      #menu_top .content_menu_mobile ul {
        margin: 15px 0 0 5px; }
        #menu_top .content_menu_mobile ul li {
          list-style: none;
          margin: 0px 0 25px;
          display: block; }
          #menu_top .content_menu_mobile ul li h3 {
            display: block;
            color: #FFFFFF;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 20px; }
          #menu_top .content_menu_mobile ul li ul {
            margin: 0 0 0 10px; }
            #menu_top .content_menu_mobile ul li ul li {
              display: block;
              margin: 5px 0; }
              #menu_top .content_menu_mobile ul li ul li a {
                color: #FFFFFF;
                display: inline;
                text-decoration: none;
                font-size: 18px; }

  #container {
    margin: 0; }
    #container.has_ariane {
      margin: 0;
      padding: 0 !important; }
    #container #ariane {
      display: none; }
    #container .mea_home {
      margin: 0 0px 3px 0; }
      #container .mea_home h2 {
        line-height: 40px;
        font-size: 27px; }
        #container .mea_home h2 span {
          display: none; }
      #container .mea_home .double_img_home {
        height: 200px; }
        #container .mea_home .double_img_home .title_left, #container .mea_home .double_img_home .title_right {
          display: none; }
        #container .mea_home .double_img_home .col .content_img img {
          height: 100%; }
        #container .mea_home .double_img_home .link_pdt {
          font-size: 20px;
          height: 100%;
          line-height: 200px;
          text-align: center;
          top: 0;
          padding: 0;
          width: 50%; }
          #container .mea_home .double_img_home .link_pdt span.mini_link_left,
          #container .mea_home .double_img_home .link_pdt span.mini_link_right {
            display: none; }
      #container .mea_home .zone_service {
        height: 200px;
        background: none !important; }
        #container .mea_home .zone_service .bloc {
          position: relative;
          height: 100%;
          margin: 0;
          padding: 0;
          width: 50%; }
          #container .mea_home .zone_service .bloc.big {
            width: 100%; }
          #container .mea_home .zone_service .bloc .zone_content_img {
            bottom: 0;
            left: 0;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0; }
            #container .mea_home .zone_service .bloc .zone_content_img .content_img img {
              height: 100%; }
          #container .mea_home .zone_service .bloc h3 {
            bottom: 0;
            font-size: 20px;
            font-weight: normal;
            left: 0;
            margin: auto;
            right: 0;
            text-align: center;
            top: 40px; }
          #container .mea_home .zone_service .bloc a {
            display: none; }
          #container .mea_home .zone_service .bloc a.link_right {
            background: none !important;
            box-shadow: none;
            display: block;
            height: 100%;
            left: 0;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            text-align: center; }
    #container #footer .menu_footer {
      padding: 20px 0 5px; }
      #container #footer .menu_footer .col_footer {
        float: none;
        width: auto;
        text-align: center; }
        #container #footer .menu_footer .col_footer h3 {
          border: none; }
        #container #footer .menu_footer .col_footer ul {
          text-align: left; }
      #container #footer .menu_footer .link_lang {
        margin: 15px 2%;
        font-size: 14px;
        text-decoration: none; }
    #container .ss_pages_service .bloc + .bloc {
      border: none; }
    #container .ss_pages_service .bloc {
      position: relative; }
      #container .ss_pages_service .bloc .left {
        display: block;
        float: none;
        width: auto;
        position: relative; }
        #container .ss_pages_service .bloc .left::after {
          content: url("../../static/apps/gerflor_standard/img/mobile/fleche_open_rubrique.png");
          position: absolute;
          top: 0;
          bottom: 0;
          right: 5px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          height: 10px;
          margin: auto; }
      #container .ss_pages_service .bloc .right {
        width: auto;
        left: 0;
        right: 0;
        float: none;
        background: rgba(0, 23, 64, 0.45);
        top: 10px;
        padding: 5px;
        color: #FFFFFF;
        height: auto;
        position: absolute; }
        #container .ss_pages_service .bloc .right h3 {
          margin: 3px 0 0;
          color: #FFFFFF; }
          #container .ss_pages_service .bloc .right h3 a {
            color: #FFFFFF; }
        #container .ss_pages_service .bloc .right p {
          display: none; }
        #container .ss_pages_service .bloc .right a.link {
          display: none; }
        #container .ss_pages_service .bloc .right.left {
          height: 115px; }
          #container .ss_pages_service .bloc .right.left .content_img img {
            height: 100%; }
        #container .ss_pages_service .bloc .right.right {
          height: auto;
          float: none; }
    #container .gerflor_virtual_library_document .ss_pages_service .bloc + .bloc {
      border: none; }
    #container .gerflor_virtual_library_document .ss_pages_service .bloc .left::after {
      display: none; }
    #container .gerflor_virtual_library_document .ss_pages_service .bloc .right {
      background: none;
      color: #000000;
      margin-top: -160px;
      padding-top: 150px;
      position: relative;
      min-height: 0; }
      #container .gerflor_virtual_library_document .ss_pages_service .bloc .right h3 {
        color: #000000;
        height: 150px;
        left: 0;
        right: 0;
        margin: 0;
        position: absolute;
        top: 0; }
        #container .gerflor_virtual_library_document .ss_pages_service .bloc .right h3 a {
          top: 0;
          display: block;
          left: 0;
          padding: 5px;
          position: absolute;
          right: 0;
          background: rgba(0, 23, 64, 0.45); }
      #container .gerflor_virtual_library_document .ss_pages_service .bloc .right ul {
        display: block; }
        #container .gerflor_virtual_library_document .ss_pages_service .bloc .right ul li {
          margin: 10px 0; }
    #container .desc_page {
      margin: 0;
      min-height: inherit; }
      #container .desc_page .default_slider {
        display: none; }
      #container .desc_page .decs_page_content > * {
        display: none; }
      #container .desc_page .decs_page_content > h1 {
        display: block; }
    #container .default_content {
      margin-right: 0;
      min-height: 0; }
      #container .default_content h4.bold {
        font-family: caviarDreamsBold, "Oxygen", arial, sans-serif; }
      #container .default_content .ss_pages_service {
        margin: -10px; }
      #container .default_content .content_virtual_library {
        margin: -10px; }
        #container .default_content .content_virtual_library .liste_segments {
          padding: 0 10px; }
          #container .default_content .content_virtual_library .liste_segments .zone_onglets {
            margin: -13px -10px 30px; }
        #container .default_content .content_virtual_library .vl-recherche input[type="text"] {
          width: 100%; }
      #container .default_content .vl_h3_marge {
        margin: 10px 0;
        font-size: 1.3em; }
    #container .zone_cordons {
      padding: 0; }
      #container .zone_cordons .zone_left,
      #container .zone_cordons .zone_right {
        width: auto;
        float: none;
        margin: 5px 0; }
        #container .zone_cordons .zone_left h2,
        #container .zone_cordons .zone_right h2 {
          text-align: center;
          font-size: 17px; }
        #container .zone_cordons .zone_left select, #container .zone_cordons .zone_left input[type="text"],
        #container .zone_cordons .zone_right select,
        #container .zone_cordons .zone_right input[type="text"] {
          display: block;
          margin: 5px 0;
          max-width: 100%;
          width: 100%; }
        #container .zone_cordons .zone_left input[type="text"],
        #container .zone_cordons .zone_right input[type="text"] {
          width: 96%; }
    #container #bloc-inscription #bloc-creation-compte {
      display: none; }
    #container #bloc-inscription #bloc-login {
      width: auto;
      float: none; }
    #container .menu_page {
      display: none; }
    #container .zone_onglets {
      height: 55px;
      margin-left: 2px;
      margin-right: 2px; }
      #container .zone_onglets a {
        height: 50px;
        line-height: 1.2;
        padding: 5px 0 0;
        width: 50%; }
        #container .zone_onglets a span {
          position: relative;
          z-index: 1; }
    #container .catalogue .moteur-de-recherche {
      margin: 0 0 3px 0; }
      #container .catalogue .moteur-de-recherche select {
        width: 100%; }
      #container .catalogue .moteur-de-recherche input[type="text"] {
        margin: 0;
        padding: 0 1%;
        width: 84%; }
      #container .catalogue .moteur-de-recherche button[type="submit"] {
        margin: 0;
        width: 12%; }
      #container .catalogue .moteur-de-recherche a {
        margin: 10px 0;
        display: block; }
    #container .catalogue .bloc-gamme .presentation-gamme {
      margin: 0 0 20px 0;
      background: #001740;
      position: relative;
      padding: 10px 40px 10px 5px; }
      #container .catalogue .bloc-gamme .presentation-gamme h3 {
        color: #FFFFFF;
        font-size: 13px;
        line-height: 1.2;
        padding: 10px 0;
        text-transform: none; }
        #container .catalogue .bloc-gamme .presentation-gamme h3 a {
          color: #FFFFFF;
          text-transform: none; }
      #container .catalogue .bloc-gamme .presentation-gamme .description {
        display: none; }
      #container .catalogue .bloc-gamme .presentation-gamme::before {
        content: "";
        background: #FFFFFF;
        top: 100%;
        left: 0;
        right: 0;
        position: absolute;
        height: 20px; }
      #container .catalogue .bloc-gamme .presentation-gamme::after {
        content: url("../../static/apps/gerflor_standard/img/mobile/fleche_open_rubrique.png");
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 10px;
        right: 8px; }
    #container .catalogue .bloc-gamme .liste_segments {
      overflow: hidden;
      height: 0;
      padding: 0 5px; }
    #container .catalogue .bloc-gamme.open .presentation-gamme::after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    #container .catalogue .bloc-gamme.open .liste_segments {
      padding-bottom: 10px;
      height: auto; }
    #container .liste_segments {
      margin-right: 0;
      padding: 0; }
      #container .liste_segments .bloc_seg {
        border-bottom: 1px solid #001740;
        float: none;
        height: auto;
        min-height: 100px;
        padding: 7px 0;
        width: auto;
        text-decoration: none; }
        #container .liste_segments .bloc_seg .content_img {
          margin: 0;
          width: auto;
          padding-left: 110px;
          color: #000000; }
          #container .liste_segments .bloc_seg .content_img span.black {
            display: none; }
          #container .liste_segments .bloc_seg .content_img .new {
            box-shadow: none;
            font-size: 13px;
            padding: 5px 0;
            top: 75px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            width: 100px; }
          #container .liste_segments .bloc_seg .content_img span.title {
            left: auto;
            padding: 0;
            position: relative;
            right: auto;
            text-align: left;
            width: auto;
            color: #000000;
            text-shadow: none; }
          #container .liste_segments .bloc_seg .content_img img {
            bottom: auto;
            height: auto;
            left: 0;
            margin: 0;
            min-height: 0;
            position: absolute;
            width: 100px; }
        #container .liste_segments .bloc_seg .plus_produit {
          color: #000000;
          font-size: 13px;
          margin-left: 103px;
          opacity: 1;
          padding: 0;
          position: relative;
          text-shadow: none; }
          #container .liste_segments .bloc_seg .plus_produit .ligne_plus_produit::before {
            content: '-';
            top: 0;
            box-shadow: none; }
    #container .zone_onepager {
      height: 75px;
      position: relative;
      margin: 0; }
      #container .zone_onepager::after {
        background: #FFFFFF;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        right: 0;
        top: 55px; }
      #container .zone_onepager h2 {
        font-size: 14px;
        line-height: 35px;
        padding: 10px 40px 10px 5px;
        position: relative;
        margin: 0 0 20px; }
        #container .zone_onepager h2::after {
          content: url("../../static/apps/gerflor_standard/img/mobile/fleche_open_rubrique.png");
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 10px;
          right: 8px;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
        #container .zone_onepager h2 a.go_to_top {
          display: none; }
      #container .zone_onepager.open {
        height: auto; }
        #container .zone_onepager.open h2::after {
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.2s;
          -moz-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
          -webkit-transition-timing-function: ease-in-out;
          -moz-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      #container .zone_onepager .img_wall {
        margin-right: 0; }
        #container .zone_onepager .img_wall.zone_jobref {
          background: #FFFFFF; }
      #container .zone_onepager .product_bloc {
        margin-right: 0px;
        padding: 10px; }
      #container .zone_onepager #product_coloris h3 {
        margin: 2px;
        font-size: 20px; }
      #container .zone_onepager #product_videos {
        padding: 10px 5px; }
        #container .zone_onepager #product_videos .bloc_video {
          float: none;
          width: auto;
          padding: 0;
          margin: 0 0 5px; }
          #container .zone_onepager #product_videos .bloc_video iframe {
            height: 220px; }
      #container .zone_onepager #product_prod_complementaire ul {
        margin: 0; }
      #container .zone_onepager #product_description_technique .column_left, #container .zone_onepager #product_description_technique .column_right {
        float: none;
        width: auto; }
      #container .zone_onepager #product_description_technique a.leed_access {
        display: none; }
      #container .zone_onepager #product_description_simple {
        padding: 0 5px 5px 0; }
        #container .zone_onepager #product_description_simple ul {
          margin: 0 0 0 25px; }
          #container .zone_onepager #product_description_simple ul li {
            margin: 0 0 5px; }
    #container .zone_header_pdt_perso {
      margin: 0;
      height: 180px; }
      #container .zone_header_pdt_perso .content_img img {
        height: 100%; }
      #container .zone_header_pdt_perso .bloc_title {
        width: 115px;
        height: 115px; }
        #container .zone_header_pdt_perso .bloc_title .title {
          font-size: 15px;
          margin: 8px 8px 2px; }
        #container .zone_header_pdt_perso .bloc_title .baseline {
          font-size: 12px;
          margin: 4px 8px 3px; }
    #container .img_wall .bloc_img_wall {
      margin: 0 0.5% 3px;
      width: 49%;
      height: 160px; }
    #container .img_wall.zone_coloris .bloc_img_wall {
      width: 32%; }
      #container .img_wall.zone_coloris .bloc_img_wall .zone_small .new {
        font-size: 10px;
        padding: 2%;
        right: 33%;
        top: 5%; }
    #container .vl-part {
      float: none;
      margin: 0 -10px;
      padding: 0 45px 0 35px;
      width: auto;
      border-bottom: 1px solid #001740;
      position: relative; }
      #container .vl-part .vl-part-img {
        display: none; }
      #container .vl-part .vl-part-txt {
        float: none;
        width: auto;
        min-height: 80px; }
        #container .vl-part .vl-part-txt p {
          margin: 5px 0; }
      #container .vl-part .vl_icon {
        bottom: 5px;
        height: 32px;
        left: 3px;
        margin: auto;
        position: absolute;
        top: 5px; }
      #container .vl-part .zone-vl-action {
        position: absolute;
        right: 5px;
        top: 5px; }
        #container .vl-part .zone-vl-action .vl-action {
          float: none;
          height: 30px;
          width: 30px; }
    #container table.vl-tech-table {
      width: 108%;
      margin: 0 0 0 -10px; }
      #container table.vl-tech-table tr {
        background: none;
        vertical-align: top;
        border-bottom: 1px solid #001740; }
        #container table.vl-tech-table tr th {
          height: 100%;
          margin: 0;
          padding: 0 1px;
          position: relative;
          width: 83%;
          float: left;
          background: none; }
          #container table.vl-tech-table tr th a.vl-tech-title {
            color: #000000;
            display: block;
            height: 100%;
            min-height: 82px;
            margin: 0;
            padding: 0 0 0 40px;
            position: relative; }
            #container table.vl-tech-table tr th a.vl-tech-title p {
              margin: 5px 0; }
            #container table.vl-tech-table tr th a.vl-tech-title span {
              display: block;
              font-size: 14px;
              margin-top: -20px; }
            #container table.vl-tech-table tr th a.vl-tech-title .vl_icon {
              position: absolute;
              left: 3px;
              top: 5px;
              bottom: 5px;
              margin: auto;
              height: 32px;
              max-height: 32px; }
            #container table.vl-tech-table tr th a.vl-tech-title small {
              display: block;
              margin: 0;
              font-size: 14px; }
        #container table.vl-tech-table tr td {
          width: 15%;
          background: none; }
          #container table.vl-tech-table tr td .vl-action {
            width: 30px;
            height: 30px; }
        #container table.vl-tech-table tr:hover td, #container table.vl-tech-table tr:hover th {
          background: none; }
    #container #store_locator_gmaps .map {
      height: 300px; }
      #container #store_locator_gmaps .map .search {
        width: 180px; }
      #container #store_locator_gmaps .map .desc_popup_gmap {
        font-size: 11px; }
        #container #store_locator_gmaps .map .desc_popup_gmap p {
          font-size: 12px; }
    #container #store_locator_gmaps .filter {
      padding: 15px 0 0; }
      #container #store_locator_gmaps .filter label {
        width: 100%;
        margin: 0;
        float: none; }
        #container #store_locator_gmaps .filter label input[type="text"] {
          display: block;
          margin: 0 auto 15px; }
        #container #store_locator_gmaps .filter label select {
          display: block;
          height: 30px;
          line-height: 35px;
          margin: 0 auto 5px;
          max-width: 100%; }
      #container #store_locator_gmaps .filter .reinit {
        display: inline-block;
        margin-bottom: 5px;
        position: relative;
        right: auto;
        top: auto; }
    #container #moteur-libre .autocomplete-liste {
      left: 10px;
      right: 10px;
      width: auto; }
      #container #moteur-libre .autocomplete-liste li {
        padding: 12px 5px; }
    #container input[type="password"] {
      font-family: arial, sans-serif;
      font-size: 13px; }

  #cboxLoadedContent .col_left {
    width: auto !important;
    float: none !important; }
  #cboxLoadedContent .col_right {
    display: none; }

  #zone_content_img_wall {
    position: fixed;
    top: 0;
    z-index: 11;
    padding-top: 42px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #001740; }
    #zone_content_img_wall .legend_coloris,
    #zone_content_img_wall .legend_bloc_img_wall {
      background: rgba(255, 255, 255, 0.7);
      bottom: 25%;
      position: fixed;
      top: 25%;
      left: 100%;
      right: 0;
      overflow: hidden;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
      #zone_content_img_wall .legend_coloris .content,
      #zone_content_img_wall .legend_bloc_img_wall .content {
        padding: 10px 48px 10px 10px; }
        #zone_content_img_wall .legend_coloris .content h3,
        #zone_content_img_wall .legend_bloc_img_wall .content h3 {
          color: #000000; }
        #zone_content_img_wall .legend_coloris .content p,
        #zone_content_img_wall .legend_bloc_img_wall .content p {
          margin: 5px 0; }
      #zone_content_img_wall .legend_coloris div.ajouter-favoris,
      #zone_content_img_wall .legend_bloc_img_wall div.ajouter-favoris {
        right: auto;
        left: 5px; }
      #zone_content_img_wall .legend_coloris a.close,
      #zone_content_img_wall .legend_bloc_img_wall a.close {
        display: none; }
      #zone_content_img_wall .legend_coloris.open,
      #zone_content_img_wall .legend_bloc_img_wall.open {
        left: 0;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; }
      #zone_content_img_wall .legend_coloris.legend_bloc_img_wall .ajouter-favoris,
      #zone_content_img_wall .legend_bloc_img_wall.legend_bloc_img_wall .ajouter-favoris {
        bottom: 5px;
        left: 5px;
        position: absolute; }
    #zone_content_img_wall .content_slider {
      height: 100%; }
      #zone_content_img_wall .content_slider h2 {
        display: none; }
      #zone_content_img_wall .content_slider .liste_slide {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        right: 70px; }
      #zone_content_img_wall .content_slider .slide_left,
      #zone_content_img_wall .content_slider .slide_right {
        bottom: 5px;
        height: 45px;
        margin: 0;
        padding: 0;
        top: auto;
        width: 45px; }
        #zone_content_img_wall .content_slider .slide_left.slide_left,
        #zone_content_img_wall .content_slider .slide_right.slide_left {
          left: 5px; }
          #zone_content_img_wall .content_slider .slide_left.slide_left::after,
          #zone_content_img_wall .content_slider .slide_right.slide_left::after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
        #zone_content_img_wall .content_slider .slide_left.slide_right,
        #zone_content_img_wall .content_slider .slide_right.slide_right {
          right: 5px; }
          #zone_content_img_wall .content_slider .slide_left.slide_right::after,
          #zone_content_img_wall .content_slider .slide_right.slide_right::after {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        #zone_content_img_wall .content_slider .slide_left::after,
        #zone_content_img_wall .content_slider .slide_right::after {
          background: #001740;
          bottom: 0;
          content: url("../../static/apps/gerflor_standard/img/mobile/fleche_open_rubrique.png");
          height: 11px;
          left: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5;
          padding: 17px 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 45px; }
        #zone_content_img_wall .content_slider .slide_left img,
        #zone_content_img_wall .content_slider .slide_right img {
          display: none; }
      #zone_content_img_wall .content_slider ul li {
        width: 500px;
        overflow: hidden; }
        #zone_content_img_wall .content_slider ul li img {
          height: 100%;
          margin-left: -200px;
          max-width: none;
          width: auto; }
    #zone_content_img_wall a.open_close_desc {
      background: #001740 url("../../static/apps/gerflor_standard/img/mobile/infoColoris.png") no-repeat center center;
      right: 5px;
      height: 40px;
      line-height: 31px;
      margin: 0;
      position: absolute;
      text-align: center;
      text-decoration: none;
      top: 48%;
      width: 40px;
      opacity: 0; }
    #zone_content_img_wall a.close {
      background: #001740 url("../../static/apps/gerflor_standard/img/mobile/close_menu.png") no-repeat center center;
      height: 40px;
      left: auto;
      line-height: 31px;
      margin: 0;
      position: absolute;
      right: 5px;
      text-align: center;
      text-decoration: none;
      top: 50px;
      width: 40px;
      opacity: 0; }

  a.link_tel, a.link_tel:hover {
    background: #001740;
    color: #FFFFFF;
    display: inline-block;
    font-family: caviarDreamsBold, "Oxygen", sans-serif;
    font-size: 24px;
    margin: 20px auto 10px;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none; }

  #colorbox, #cboxOverlay, #cboxWrapper {
    padding: 5% !important;
    width: 90% !important; }
    #colorbox #cboxContent, #cboxOverlay #cboxContent, #cboxWrapper #cboxContent {
      width: 90% !important; }
      #colorbox #cboxContent #cboxLoadedContent, #cboxOverlay #cboxContent #cboxLoadedContent, #cboxWrapper #cboxContent #cboxLoadedContent {
        width: auto !important; }
        #colorbox #cboxContent #cboxLoadedContent .popin-favoris, #cboxOverlay #cboxContent #cboxLoadedContent .popin-favoris, #cboxWrapper #cboxContent #cboxLoadedContent .popin-favoris {
          width: auto; }

  .liste_lang {
    left: 0;
    padding-top: 42px;
    position: absolute;
    height: 0;
    overflow: hidden;
    right: 0;
    bottom: 0;
    top: 100%;
    z-index: 10;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #001740; }
    .liste_lang.no_padding {
      padding-top: 0; }
    .liste_lang.open {
      top: 0;
      height: auto;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      overflow: auto; }
    .liste_lang .close {
      position: absolute;
      top: 45px;
      right: 5px;
      font-family: caviarDreams, "Oxygen", sans-serif;
      background: url("../../static/apps/gerflor_standard/img/mobile/close_menu.png") no-repeat center center;
      font-size: 36px;
      width: 40px;
      height: 40px;
      color: #FFFFFF;
      margin: 0;
      left: auto;
      text-decoration: none;
      font-weight: 700;
      line-height: 31px;
      text-align: center; }
    .liste_lang ul {
      margin: 10px; }
      .liste_lang ul li {
        list-style: none;
        margin: 5px 0;
        font-size: 18px; }
        .liste_lang ul li a {
          color: #FFFFFF;
          text-decoration: none;
          font-family: arial,sans-serif; }

  /* LEED CALCULATOR */
  .leed_specification .links {
    position: relative;
    width: auto;
    text-align: left; }
    .leed_specification .links br {
      display: none; }
  .leed_specification .specification {
    margin-top: 20px; }
  .leed_specification .col.w60, .leed_specification .col.w40 {
    width: 100%;
    padding: 0; }

  .product.specification .visuel_description {
    clear: left;
    margin-left: 0; }

  .mea_page.large, .mea_page.president, .mea_page.large.big {
    height: auto;
    margin: 0 0 -3px; }
  .mea_page.with_link > a {
    font-family: caviarDreamsBold,'Oxygen',arial,sans-serif;
    font-size: 23px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6); }
    .mea_page.with_link > a .mini_link_left {
      background-color: transparent;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
      box-shadow: none; }
  .mea_page .zone_actus_experiences {
    height: auto;
    top: 40px;
    bottom: 0;
    margin: 0;
    right: 0;
    width: 155px; }
    .mea_page .zone_actus_experiences > h3 {
      display: none; }
    .mea_page .zone_actus_experiences ul li {
      width: 155px; }
      .mea_page .zone_actus_experiences ul li h4 {
        margin-top: 3px; }
      .mea_page .zone_actus_experiences ul li img {
        height: 72px;
        display: block;
        margin: auto; }

  .col_footer ul li {
    margin-top: 5px;
    margin-bottom: 5px; }

  .hide-mobile {
    display: none; }

  .show-mobile {
    display: block; }

  .top_button.gerflor_button.big {
    margin-bottom: 5px; }

  .moteur-colonne {
    width: 100%; }

  .moteur-de-recherche .content_moteur-colonne {
    padding-bottom: 60px; }

  .btn-panier-etape {
    margin-left: 5px; }

  .contenu-echantillon {
    display: none; }

  .contenu-mobile-echantillon {
    display: block; }

  #comm_superficie {
    width: 90%; }

  #comm_description {
    width: 90%; }

  #container #footer .menu_footer ul li a {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block; }

  #moteur-samples-coloris .product {
    width: 30%; }

  .samples_list.zone_coloris .product .bloc_img_wall {
    width: 30%; }

  .table-panier tr:nth-child(odd) {
    background-color: white; }
  .table-panier tr:nth-child(even) {
    background-color: #EEEEEE; }

  .popin_footer a,
  .gerflor_button.big {
    font-size: 15px;
    padding: 5px;
    font-weight: bold; }

  .default_content {
    padding-bottom: 70px; }

  .table-panier {
    width: 100%; }

  .my-commander {
    width: auto;
    padding: 7px;
    margin: 5px; } }
