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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

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

a img {
  border: none; }

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


/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.container:before, .row:before, .clearfix:before, .container:after, .row:after, .clearfix:after {
  content: '';
  display: table;
  width: 0;
  height: 0; }
.container:after, .row:after, .clearfix:after {
  clear: both; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0fix2");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0fix2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0fix2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0fix2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0fix2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0fix2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*="icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px 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 */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.icon-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); } }
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-remove:before {
  content: "\f00d"; }

.icon-close:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

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

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

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

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

.icon-gear:before {
  content: "\f013"; }

.icon-cog:before {
  content: "\f013"; }

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

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

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

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

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

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

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

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

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

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

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-repeat:before {
  content: "\f01e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dedent:before {
  content: "\f03b"; }

.icon-outdent:before {
  content: "\f03b"; }

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

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

.icon-photo:before {
  content: "\f03e"; }

.icon-image:before {
  content: "\f03e"; }

.icon-picture-o:before {
  content: "\f03e"; }

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

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

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

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

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-mail-forward:before {
  content: "\f064"; }

.icon-share:before {
  content: "\f064"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-warning:before {
  content: "\f071"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bar-chart:before {
  content: "\f080"; }

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

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

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

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

.icon-gears:before {
  content: "\f085"; }

.icon-cogs:before {
  content: "\f085"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-facebook:before {
  content: "\f09a"; }

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

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

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

.icon-feed:before {
  content: "\f09e"; }

.icon-rss:before {
  content: "\f09e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-group:before {
  content: "\f0c0"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

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

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

.icon-cut:before {
  content: "\f0c4"; }

.icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

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

.icon-save:before {
  content: "\f0c7"; }

.icon-floppy-o:before {
  content: "\f0c7"; }

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

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-bars:before {
  content: "\f0c9"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-sort-asc:before {
  content: "\f0de"; }

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

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

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-tachometer:before {
  content: "\f0e4"; }

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

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

.icon-flash:before {
  content: "\f0e7"; }

.icon-bolt:before {
  content: "\f0e7"; }

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

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

.icon-paste:before {
  content: "\f0ea"; }

.icon-clipboard:before {
  content: "\f0ea"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-mobile:before {
  content: "\f10b"; }

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

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

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

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

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

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

.icon-reply:before {
  content: "\f112"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-star-half-o:before {
  content: "\f123"; }

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

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

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

.icon-unlink:before {
  content: "\f127"; }

.icon-chain-broken:before {
  content: "\f127"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-toggle-down:before {
  content: "\f150"; }

.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-toggle-up:before {
  content: "\f151"; }

.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-toggle-right:before {
  content: "\f152"; }

.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-eur:before {
  content: "\f153"; }

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

.icon-dollar:before {
  content: "\f155"; }

.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-inr:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-rmb:before {
  content: "\f157"; }

.icon-yen:before {
  content: "\f157"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-ruble:before {
  content: "\f158"; }

.icon-rouble:before {
  content: "\f158"; }

.icon-rub:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-btc:before {
  content: "\f15a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-gittip:before {
  content: "\f184"; }

.icon-gratipay:before {
  content: "\f184"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-toggle-left:before {
  content: "\f191"; }

.icon-caret-square-o-left:before {
  content: "\f191"; }

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

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

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

.icon-turkish-lira:before {
  content: "\f195"; }

.icon-try:before {
  content: "\f195"; }

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

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

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

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

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

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

.icon-institution:before {
  content: "\f19c"; }

.icon-bank:before {
  content: "\f19c"; }

.icon-university:before {
  content: "\f19c"; }

.icon-mortar-board:before {
  content: "\f19d"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-automobile:before {
  content: "\f1b9"; }

.icon-car:before {
  content: "\f1b9"; }

.icon-cab:before {
  content: "\f1ba"; }

.icon-taxi:before {
  content: "\f1ba"; }

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

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

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

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

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

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

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

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

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

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-zip-o:before {
  content: "\f1c6"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-sound-o:before {
  content: "\f1c7"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-video-o:before {
  content: "\f1c8"; }

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

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

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

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

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-life-buoy:before {
  content: "\f1cd"; }

.icon-life-saver:before {
  content: "\f1cd"; }

.icon-support:before {
  content: "\f1cd"; }

.icon-life-ring:before {
  content: "\f1cd"; }

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

.icon-ra:before {
  content: "\f1d0"; }

.icon-rebel:before {
  content: "\f1d0"; }

.icon-ge:before {
  content: "\f1d1"; }

.icon-empire:before {
  content: "\f1d1"; }

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

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

.icon-y-combinator-square:before {
  content: "\f1d4"; }

.icon-yc-square:before {
  content: "\f1d4"; }

.icon-hacker-news:before {
  content: "\f1d4"; }

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

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

.icon-wechat:before {
  content: "\f1d7"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send-o:before {
  content: "\f1d9"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

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

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

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

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

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

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

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

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

.icon-soccer-ball-o:before {
  content: "\f1e3"; }

.icon-futbol-o:before {
  content: "\f1e3"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-shekel:before {
  content: "\f20b"; }

.icon-sheqel:before {
  content: "\f20b"; }

.icon-ils:before {
  content: "\f20b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-intersex:before {
  content: "\f224"; }

.icon-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hotel:before {
  content: "\f236"; }

.icon-bed:before {
  content: "\f236"; }

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

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

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

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

.icon-yc:before {
  content: "\f23b"; }

.icon-y-combinator:before {
  content: "\f23b"; }

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

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

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

.icon-battery-4:before {
  content: "\f240"; }

.icon-battery-full:before {
  content: "\f240"; }

.icon-battery-3:before {
  content: "\f241"; }

.icon-battery-three-quarters:before {
  content: "\f241"; }

.icon-battery-2:before {
  content: "\f242"; }

.icon-battery-half:before {
  content: "\f242"; }

.icon-battery-1:before {
  content: "\f243"; }

.icon-battery-quarter:before {
  content: "\f243"; }

.icon-battery-0:before {
  content: "\f244"; }

.icon-battery-empty:before {
  content: "\f244"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-hourglass-1:before {
  content: "\f251"; }

.icon-hourglass-start:before {
  content: "\f251"; }

.icon-hourglass-2:before {
  content: "\f252"; }

.icon-hourglass-half:before {
  content: "\f252"; }

.icon-hourglass-3:before {
  content: "\f253"; }

.icon-hourglass-end:before {
  content: "\f253"; }

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

.icon-hand-grab-o:before {
  content: "\f255"; }

.icon-hand-rock-o:before {
  content: "\f255"; }

.icon-hand-stop-o:before {
  content: "\f256"; }

.icon-hand-paper-o:before {
  content: "\f256"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-tv:before {
  content: "\f26c"; }

.icon-television:before {
  content: "\f26c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-reddit-alien:before {
  content: "\f281"; }

.icon-edge:before {
  content: "\f282"; }

.icon-credit-card-alt:before {
  content: "\f283"; }

.icon-codiepie:before {
  content: "\f284"; }

.icon-modx:before {
  content: "\f285"; }

.icon-fort-awesome:before {
  content: "\f286"; }

.icon-usb:before {
  content: "\f287"; }

.icon-product-hunt:before {
  content: "\f288"; }

.icon-mixcloud:before {
  content: "\f289"; }

.icon-scribd:before {
  content: "\f28a"; }

.icon-pause-circle:before {
  content: "\f28b"; }

.icon-pause-circle-o:before {
  content: "\f28c"; }

.icon-stop-circle:before {
  content: "\f28d"; }

.icon-stop-circle-o:before {
  content: "\f28e"; }

.icon-shopping-bag:before {
  content: "\f290"; }

.icon-shopping-basket:before {
  content: "\f291"; }

.icon-hashtag:before {
  content: "\f292"; }

.icon-bluetooth:before {
  content: "\f293"; }

.icon-bluetooth-b:before {
  content: "\f294"; }

.icon-percent:before {
  content: "\f295"; }


@font-face {
  font-family: "fontello";
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.woff2) format("woff2"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="font-"]:before, [class*=" font-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.font-maestro:before {
  content: '\e800'; }

/* 'ÑŽÐ°Ð' */
.font-mastercard:before {
  content: '\e801'; }

/* 'ÑŽÐ°Ð‘' */
.font-paypal:before {
  content: '\e802'; }

/* 'ÑŽÐ°Ð’' */
.font-payu:before {
  content: '\e803'; }

/* 'ÑŽÐ°Ð“' */
.font-discover:before {
  content: '\e804'; }

/* 'ÑŽÐ°Ð”' */
.font-american-express:before {
  content: '\e805'; }

/* 'ÑŽÐ°Ð•' */
.font-amazon:before {
  content: '\e806'; }

/* 'ÑŽÐ°Ð–' */
.font-cash-delivery:before {
  content: '\e807'; }

/* 'ÑŽÐ°Ð—' */
.font-visa:before {
  content: '\e808'; }

/* 'ÑŽÐ°Ð˜' */
.font-arrow-left:before {
  content: '\e809'; }

/* 'ÑŽÐ°Ð™' */
.font-arrow-right:before {
  content: '\e80a'; }

/* 'ÑŽÐ°Ðš' */
.font-down-open-big:before {
  content: '\e80b'; }

/* 'ÑŽÐ°Ð›' */
.font-cross:before {
  content: '\e80c'; }

/* 'ÑŽÐ°Ðœ' */
.font-circle:before {
  content: '\e80d'; }

/* 'ÑŽÐ°Ð' */
.font-stripe:before {
  content: '\e80e'; }

/* 'ÑŽÐ°Ðž' */
.font-star:before {
  content: '\e80f'; }

/* 'ÑŽÐ°ÐŸ' */
.font-user:before {
  content: '\e813'; }

/* 'ÑŽÐ°Ð£' */
.font-like:before {
  content: '\e827'; }

/* 'ÑŽÐ°Ð·' */
.font-mail:before {
  content: '\e828'; }

/* 'ÑŽÐ°Ð¸' */
.font-map:before {
  content: '\e829'; }

/* 'ÑŽÐ°Ð¹' */
.font-more:before {
  content: '\e82a'; }

/* 'ÑŽÐ°Ðº' */
.font-phone:before {
  content: '\e82b'; }

/* 'ÑŽÐ°Ð»' */
.font-search:before {
  content: '\e82c'; }

/* 'ÑŽÐ°Ð¼' */
.font-send:before {
  content: '\e82d'; }

/* 'ÑŽÐ°Ð½' */
.font-arrow-left-1:before {
  content: '\e82e'; }

/* 'ÑŽÐ°Ð¾' */
.font-arrow-right-1:before {
  content: '\e82f'; }

/* 'ÑŽÐ°Ð¿' */
.font-cart:before {
  content: '\e830'; }

/* 'ÑŽÐ°â–‘' */
.font-comment:before {
  content: '\e831'; }

/* 'ÑŽÐ°â–’' */
.font-eye:before {
  content: '\e832'; }

/* 'ÑŽÐ°â–“' */
.font-heart:before {
  content: '\e833'; }

/* 'ÑŽÐ°â”‚' */
.font-call:before {
  content: '\e835'; }

/* 'ÑŽÐ°â•¡' */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
a {
  text-decoration: none;
  outline: none; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  color: #294B54;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif; 
}

a {
  color: inherit;
  outline: none !important; }
  a:hover {
    text-decoration: none;
    color: #00BFAB; }

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h1 {
  font-size: 3.3rem;
  font-weight: 300; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 10px;
  line-height: 1.5; }

sub, sup {
  font-size: 100%; }

textarea, textarea.form-control {
  height: 120px; }

@media (max-width: 991px) {
  body {
    font-size: 14px; } }
@media (max-width: 770px) {
  h1 {
    font-size: 28px; } }
@media (max-width: 575px) {
  h2 {
    font-size: 15px; }

  h3 {
    font-size: 13px; } }
.container {
  width: auto;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

@media (min-width: 1281px) {
  .container {
    width: 1220px;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1441px) {
  .container {
    width: 1380px; } }
	
 
.user-list .logout .fa.fa-sign-out { font-size:22px; color:#00bfb3; padding-top:4px; }
.user-list .account .fa.fa-user-o { font-size:18px; color:#00bfb3; margin-top:4px; }

.user-list .account .fa.fa-user-o:hover,   
.user-list .logout .fa.fa-sign-out:hover { color:#00e3d4; }

.user-list .account.b-right { position:relative; }
.user-list .account.b-right .fa.fa-user-o { padding-left:5px; } 
.user-list .logout { padding: 3px 10px 0 0; position: relative; }

	
.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }

  .col-sm-2 {
    float: left;
    width: 16.66667%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.33333%; }

  .col-sm-5 {
    float: left;
    width: 41.66667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.33333%; }

  .col-sm-8 {
    float: left;
    width: 66.66667%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.33333%; }

  .col-sm-11 {
    float: left;
    width: 91.66667%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 771px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }

  .col-md-2 {
    float: left;
    width: 16.66667%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333%; }

  .col-md-5 {
    float: left;
    width: 41.66667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.33333%; }

  .col-md-8 {
    float: left;
    width: 66.66667%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.33333%; }

  .col-md-11 {
    float: left;
    width: 91.66667%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }

  .col-lg-2 {
    float: left;
    width: 16.66667%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.33333%; }

  .col-lg-5 {
    float: left;
    width: 41.66667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.33333%; }

  .col-lg-8 {
    float: left;
    width: 66.66667%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.33333%; }

  .col-lg-11 {
    float: left;
    width: 91.66667%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*vertical align center*/
.table-box {
  display: table;
  height: 100%;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-carousel {
  clear: both;
  width: auto; }
  .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto; }

.owl-controls .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 25px; }
.owl-controls .owl-dot {
  margin: 0 6px;
  font-size: 16px;
  color: #b8b8b8; }
  .owl-controls .owl-dot span {
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #e6e6ea;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%; }
  .owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
    background-color: #00BFAB; }

.owl-nav > div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 25.5px; }
  .owl-nav > div i {
    display: inline-block; }
    .owl-nav > div i:before {
      font-weight: inherit; }
  .owl-nav > div:hover {
    color: #00BFAB; }
  .owl-nav > div:active {
    color: #009b92; }
.owl-nav .owl-prev {
  left: 0; }
.owl-nav .owl-next {
  right: 0; }

.view-carousel .owl-carousel {
  position: static; }
.view-carousel .owl-nav {
  position: absolute;
  top: 14px;
  right: 0; }
  .view-carousel .owl-nav > div {
    position: static;
    top: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
.view-carousel .owl-prev {
  left: 0px;
  margin-right: 15px; }
.view-carousel .owl-next {
  right: 0px; }

@media (max-width: 575px) {
  .owl-carousel .owl-controls {
    display: none; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s; }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center; } }
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center; } }
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center; } }
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center; } }
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/*fix inner shadow in Chrome and Safari mobile*/
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

/* TP RC DESIGN GLOBAL */

.btn-devis { border-radius: 20px!important; background-color:#00BFAB; color:#FFF!important; border:1px solid #00BFAB; cursor:pointer; padding:12px 16px; text-decoration:none!important; margin-top:30px; display: inline-block; }
.btn-devis:hover { background-color:#FFF; color:#00BFAB!important; }
.mm_menus_li.btn_menu_devis.mm_sub_align_full{
	background-color: #fff;
}

.mm_menus_li.btn_menu_devis.mm_sub_align_full a{
	color: #00bfad;
}

#head-icon-tp { text-align:center;margin-bottom:25px; }
li.kit_perso_align .h4 { text-align:center!important; }
.fx-hover { position:absolute; top:0; left:0; display:table; width:100%; height:100%; background-color:#00BFAB; opacity:0.2; max-width: 200px; max-height: 200px; transition:all 0.5s ease; }
.fx-hover:hover { opacity:0; }
.manufacturers-item > a { position: relative; }
.more-btn { border-color: #00BFAB!important;
background-color: #00BFAB!important;
color: #ffffff!important;
border-radius: 30px!important; transition:all 0.3s ease; }
.more-btn:hover { border-color: #00d9cb!important;
background-color: #00d9cb!important; }
.footer-block.info-block .toggle-footer p { text-align:justify; }
.blockPrice { display:none!important; }
#reduction_percent_display, #reduction_amount_display { font-size:16px!important; font-weight:600!important; background-color: #DC5C2B!important; }
.product_attributes label, #quantity_wanted_p label { font-weight:600!important; }
#product_reference { max-width:450px!important; }
#_desktop_logo.center_col_l { padding-right: 100px!important; }
#_desktop_logo.center_col_r { padding-left: 25px!important; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width:1380px!important; }
.lnk_view { display:none!important; }
.bullet li { list-style:none!important; list-style-type: none!important; padding-bottom: 0!important; }
.wk_collection_data .wk_img_block { min-height: 308px; }
.nav.nav-tabs_alternative li:not(.active) a { background-color:#00BFAB!important; color:#FFF!important; }
.nav.nav-tabs_alternative li:not(.active) a:hover { background-color:#00d9cb!important; }
#categories_block_left h2.title_block { display:none!important; }
.amazzingblog.blocks.displayHome { margin-top:80px; }
#ndkcsfield_12, #btn-tool-custom { display:none; }
.left-custom-f, .right-custom-f { padding: 10px 15px; margin: 4px 0; border-radius: 3px; box-shadow: inset 0 0 3px 0 #00BFAB; background: #fff; min-height:200px; }
.left-custom-u, .right-custom-u { padding: 10px 15px; margin: 4px 0; background: #fff;  }
.select-method-src h2 { color:#00BFAB; }
.select-method-src .ico-circle { border-radius:50%; width:100px; height:100px; display:inline-block; border:2px solid #00BFAB; line-height:100px; margin:20px 0; }
.select-method-src .ico-circle span { vertical-align:middle; font-size:40px; color:#00BFAB; }
.select-method-src .ico-circle-min { border-radius:50%; width:50px; height:50px; display:inline-block; border:2px solid #00BFAB; line-height:45px; margin:20px 0; }
.select-method-src .ico-circle-min span { vertical-align:middle; font-size:24px; color:#00BFAB; }

.ico-circle-info { border-radius:50%; width:50px; height:50px; display:inline-block; border:2px solid #00BFAB; line-height:45px; margin:20px 0; }
.ico-circle-info span { vertical-align:middle; font-size:24px; color:#00BFAB; }


.left-custom-f .span-custom { border:1px solid #DC5C2B;background-color:#dc5c2b;color:#fff;margin-bottom:0;font-size:12px;padding:2px 6px;margin-top:10px;  }
.left-custom-f h2 { margin-bottom:0px!important; }
.txt-custom { text-align:left; }
#btn-clk-custom { width:100%;height:50px;margin:50px 0 10px 0; background-color:#00BFAB; color:#FFF; font-size:15px!important; }
#btn-clk-custom:hover { background-color:#00d9cb; }
#quantity_wanted_p.custom-p { margin:0 0 15px 0!important; }
#quantity_wanted_p.custom-p label { display:inline-block!important; margin-right:10px; }
#quantity_wanted_p.custom-p .input-group { display:inline-block!important; }
.box-info-product.custom-p { margin:0!important; }
#add_to_cart.custom-p button { width:100%!important; }
.box-cart-bottom.custom-p { display:block!important; width:100%!important; }
.right-custom-f { padding:10px 15px 30px 10px!important; }
.rte.tab-pane-inner a.btn { display: inline-block; padding: 0.935em 2.5em !important; border-radius: 25px !important; border-color: #00BFAB !important;  background-color: #00BFAB !important; 
color: #FFF !important; margin-bottom: 0; font-size: 16px !important; font-weight: normal; line-height: 1.42857; text-align: center; vertical-align: middle; cursor: pointer; border-radius: 0; 
white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.primary_block.row.custom-p { margin-bottom:40px!important; }
.select-method-src { margin-bottom:60px!important; }
#attributes.custom-p { display:block!important; }
.attribute_fieldset.custom-p { display:inline-block!important; }
.attribute_fieldset.custom-u { display:block!important; }
.attribute_fieldset.custom-u .attribute_list { display:block!important; }
.attribute_fieldset.custom-u .attribute_list .attribute_select { max-width:100%:important; width:100%:important; height: 43px!important; }





.complete-ring { position: relative; width: 100px; height: 100px; background-color:#00BFAB; line-height:100px; border-radius:50%; color:#FFF; }
.complete-ring .fa-check { font-size:60px; color:#FFF!important; line-height:100px; }
.lds-ring { position: relative; width: 100px; height: 100px; margin: 0 auto }
.lds-ring div:not(#valupl) {   box-sizing: border-box;   display: block;   position: absolute;   width: 84px;   height: 84px;   margin: 8px;
  border: 8px solid #17a2b8;   border-radius: 50%;   animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;   border-color: #17a2b8 transparent transparent transparent; }
.lds-ring div:nth-child(1) { animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s;  }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }
#valupl { line-height:100px; width:100px; text-align:center; position:absolute; }

/* PRIX DEGRESSIF */ 

#tab-desc-price {
    font-size:16px;
    width:100%;
}

/* Padding sur toutes les lignes */
#tab-desc-price tr td {
    padding:3px 10px 3px 0;
}

/* Couleur uniquement sauf la premiÃ¨re ligne */
#tab-desc-price tr:not(:first-child) td {
    color:#294B54;
}

#tab-desc-price tr td:first-child {
    font-weight: 600;
}


/* Style spÃ©cifique */
#tab-desc-price tr td .detail_ht {
    font-size:14px;
    color:#f50;
    font-style:italic;
}

#tab-desc-price .first-ligne td{
	color: #fff !important;
	background-color: #294B54 !important;
	padding: 10px;
}

.step:hover .circle {
  transform: scale(1.08);
}
.c1 {
  background: #00BFAD;
  color: #ffffff;
}
.circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  transition: transform 0.15s;
  margin: 0 auto;
}

/* MASQUE COLOR PP */ 

.fieldset_person { width:100%!important; }
.fieldset_person_label { line-height:68px!important; height: 70px!important; }
.attr-radio.type_imp { width:50%; margin:0!important; float:left; }
.attr-radio.type_imp .fieldset_person_label { font-size:11px; border-radius:15px!important; width:95%; margin:0 auto;  }
.type_imp_lib { line-height:20px;  display: block; }
#message_upload { border-radius:15px!important; } 
/*.fieldset_person_label img { width:100%; }*/

/* #select_color_pp { display:none; } */

/*.fontSelect .sizeSelector { display:none; }*/
#filesize-msg { padding-top:15px; }

/* MODAL */ 

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade.in {
  opacity: 1;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.in .modal-dialog.msg_info {
	top: 200px;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}


@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  outline: 0;
}
  .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* UPLOAD */

#upl_box { position:relative; background-color:#FFF; width:100%; min-height:634px; border:2px solid #00BFAB;text-align:left;padding:30px; border-radius:10px; margin:0 auto; }
#upl_box .progress { height:96px; margin:0 auto;width: 100px; }
#upl_box i { font-size:60px;color:#00BFAB; }
#upl_box #ico-upl {  }
#upl_box #scroll_files { width:100%; min-height: 100px; margin-top:20px; border:1px #CCC solid; }
#upl_box #btn-upl { border:1px solid #00BFAB; padding:6px; background-color:#FFF; color:#00BFAB; border-radius:25px; cursor:pointer; }
#upl_box #btn-upl:hover { background-color:#00BFAB; color:#FFF; }
#uniform-fileupload .filename { border:0!important; color:#294B54;  }
#uniform-fileupload .filename .size {  }
#uniform-fileupload .action { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
#upl_box #go-personnalize,
#upl_box #go-process,
#upl_box #refresh-upl,
#upl_box #go-upl { border:1px solid #00BFAB; font-size:18px;  padding:10px; background-color:#00BFAB; color:#FFF; border-radius:30px; cursor:pointer; font-weight:600; }
#upl_box #refresh-upl:hover,
#upl_box #go-upl:hover { background-color:#FFF; color:#00BFAB; }
#progresstitle, #addfiles { text-align: center; } 
#upl_box.upl_box_infos { height:auto!important; text-align:left!important; font-size:18px!important; margin-bottom:50px!important; }
#attributes .custom-u .attribute_list .form-control { max-width:100%!important; }
#upl_box_mask { position:absolute; top:0; right:0; left:0; bottom:0; z-index:998; background-color: rgba(0, 0, 0, 0.75); }
#upl_box_mask.hiddenmask { display:none; }

#test_size_file { border: 2px solid #00BFAB !important;margin: 0 1%;border-radius:15px; }
#fileupload_size, #fileDTFupload_size, #fichier_broderie { position: absolute!important; height: 50px; left: 0; width: 500px; }
#uniform-fileupload_size, #uniform-fileDTFupload_size, #uniform-fichier_broderie {  width: 500px; text-align: left; }
#uniform-fileDTFupload_size .filename{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#uniform-fichier_broderie .filename{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#loading-message {font-size: 16px;color: #fff;text-align: center;margin-top: 10px;}

#visuFilesDTF {
	max-height: 350px;      /* Limiter la hauteur Ã  40px */
    overflow-y: auto;      /* Activer le dÃ©filement vertical si le contenu dÃ©passe la hauteur */
    overflow-x: hidden; 
	margin-bottom:10px;
}
#visuFilesDTF table tr, #visuFilesDTF table th, #visuFilesDTF table td{
	border: 1px solid black;
	text-align: center;
}

#visuFilesDTF table td .buttonSupprFile:hover{
	background-color: #00d9cb;
}

#visuFilesDTF table td .buttonSupprFile:hover i{
	color: #FFF;
}

#cms table th, #cms table td {
  border: 1px solid #CCC;
}

#popup-broderie-overlay {
    background: rgba(41,75,84,0.55);
    overflow-y: auto;
}

#popup-broderie-overlay .popup {
    background: #fff;
    border-radius: 16px;
    max-width: 680px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dde6e8;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}

#popup-broderie-overlay .popup-header {
    background: #294B54;
    padding: 20px 24px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#popup-broderie-overlay .popup-header-left { display: flex; align-items: center; gap: 12px; }

#popup-broderie-overlay .header-icon {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(0,191,173,0.18);
    display: flex; align-items: center; justify-content: center;
}

#popup-broderie-overlay .popup-title { color: #fff; font-size: 17px; font-weight: 700; }
#popup-broderie-overlay .popup-subtitle { color: rgba(255,255,255,0.6); font-size: 11px; margin-top: 2px; }

#popup-broderie-overlay .close-btn {
    width: 30px; height: 30px; border-radius: 8px;
    background: rgba(255,255,255,0.12); border: none;
    color: #fff; font-size: 17px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}

#popup-broderie-overlay .tabs-bar {
    background: #f2f2f2;
    padding: 0 20px;
    display: flex;
    border-bottom: 2px solid #dde6e8;
    overflow-x: auto;
    scrollbar-width: none;
}

#popup-broderie-overlay .tab-btn {
    padding: 10px 12px;
    font-size: 11px; font-weight: 600;
    color: #7a9099; background: none; border: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

#popup-broderie-overlay .tab-btn.active { color: #294B54; border-bottom-color: #00bfad; }

#popup-broderie-overlay .section { display: none; padding: 16px 20px 0; }
#popup-broderie-overlay .section.active { display: block; }

#popup-broderie-overlay .rule-card {
    border-radius: 12px;
    border: 1px solid #e0eaec;
    overflow: hidden;
    margin-bottom: 16px;
}

#popup-broderie-overlay .rule-header {
    background: #294B54;
    padding: 10px 16px;
    display: flex; align-items: center; gap: 10px;
}

#popup-broderie-overlay .rule-number {
    width: 22px; height: 22px; border-radius: 50%;
    background: #00bfad;
    color: #fff; font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

#popup-broderie-overlay .rule-title { color: #fff; font-size: 13px; font-weight: 600; }

#popup-broderie-overlay .rule-grid { display: grid; grid-template-columns: 1fr 1fr; }

#popup-broderie-overlay .col-do { background: #e6f7f5; border-right: 1px solid #c8e8e4; padding: 12px 14px; }
#popup-broderie-overlay .col-dont { background: #fdf0eb; padding: 12px 14px; }

#popup-broderie-overlay .col-label {
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; margin-bottom: 8px;
    display: flex; align-items: center; gap: 5px;
}

#popup-broderie-overlay .col-do .col-label { color: #0d6b62; }
#popup-broderie-overlay .col-dont .col-label { color: #a03a16; }

#popup-broderie-overlay .col-badge {
    width: 17px; height: 17px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 700;
}

#popup-broderie-overlay .col-do .col-badge { background: #00bfad; color: #fff; }
#popup-broderie-overlay .col-dont .col-badge { background: #DC5C2B; color: #fff; }

#popup-broderie-overlay .img-frame {
    border-radius: 8px; overflow: hidden; margin-bottom: 8px;
    border: 1px solid rgba(0,0,0,0.07);
    /* height: 100px; */
    display: flex; align-items: center; justify-content: center;
    background: #f5f5f5;
}

#popup-broderie-overlay .img-frame img { width: 100%; height: 100%; object-fit: cover; }
#popup-broderie-overlay .col-content { font-size: 11px; font-weight: 500; color: #294B54; line-height: 1.5; }

#popup-broderie-overlay .why-box {
    background: #f5f9fa;
    border-top: 1px solid #dde8ea;
    padding: 9px 14px;
    display: flex; align-items: flex-start; gap: 7px;
}

#popup-broderie-overlay .why-label { font-size: 10px; font-weight: 700; color: #00bfad; text-transform: uppercase; flex-shrink: 0; margin-top: 1px; }
#popup-broderie-overlay .why-text { font-size: 11px; color: #5a7580; line-height: 1.5; }

#popup-broderie-overlay .info-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    padding: 16px 20px 20px;
}

#popup-broderie-overlay .info-card {
    background: #f2f2f2;
    border-radius: 10px; padding: 13px 14px;
    border-left: 3px solid #00bfad;
}

#popup-broderie-overlay .info-card-title {
    font-size: 11px; font-weight: 700; color: #294B54;
    margin-bottom: 5px;
    display: flex; align-items: center; gap: 6px;
}

#popup-broderie-overlay .info-icon {
    width: 20px; height: 20px; border-radius: 5px;
    background: #00bfad;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; color: #fff;
}

#popup-broderie-overlay .info-card-text { font-size: 11px; color: #5a7580; line-height: 1.5; }

#popup-broderie-overlay .popup-footer {
    background: #f2f2f2;
    padding: 13px 24px;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid #dde6e8;
}

#popup-broderie-overlay .footer-note { font-size: 11px; color: #7a9099; }

/* Overlay */
#modal-wrapper-film-dtf {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fond noir semi-transparent */
  z-index: 9999; /* Toujours au-dessus */
  display: flex;
  justify-content: center; /* Centrer horizontalement */
  align-items: center;     /* Centrer verticalement */
}

#overlay-file-film-dtf {
	text-align: center;
	color: white; /* Couleur du texte pour le rendre visible */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Loading spinner styles */
#loading-spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #e0e0e0; /* Light gray */
	border-top: 6px solid #888888; /* Darker gray for spinning effect */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-right: 10px;
}

#quantity_wanted_p .qty_film_dtf_up {
  right: 0;
}

#quantity_wanted_p .qty_film_dtf_down {
  left: 0;
}

#quantity_wanted_p .qty_film_dtf_up::before {
    content: '+';
}

#quantity_wanted_p .qty_film_dtf_down::before {
    content: '-';
}

#go-calculateur{
	font-size: 15px;
	font-weight: inherit;
	padding: 0.935em 2.5em;
	border-radius: 25px;
}

#calcul_metrage_dtf .toggle-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	margin-left:5px;
}

#calcul_metrage_dtf .toggle-content {
	display: none;
	margin-top: 10px;
}
#calcul_metrage_dtf{
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

#calcul_metrage_dtf .toggle-title .fa.fa-angle-right{
	color: #294B54;
	margin-right: 10px;
	font-size: 22px;
	cursor: pointer;
}

#calcul_metrage_dtf .toggle-title .fa-angle-right {
	margin-right: 10px;
	transition: transform 0.3s ease; /* Animation pour la rotation */
}

#calcul_metrage_dtf .toggle-title.active .fa-angle-right {
	transform: rotate(90deg); /* Tourner la flÃ¨che de 90 degrÃ©s lors de l'ouverture */
}

.input-calculMetrage{
	width: 100%;
	margin-right: 10px;
	text-align:center;
}

#module-amazzingblog-blog .table-responsive{
	overflow-x: auto;
}

/* Animation */
@keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.thCalculateur, .tdCalculateur{
		display: inline-block;
	}
	
	.nameFileCalculateur{
		text-align:center;
		width:1%; 
		overflow: hidden; 
		text-overflow: ellipsis;
		max-width: 138px; 
	}
	
	#fileDTFupload_size{
		width: 100% !important;
	}
	
	#visuFilesDTF{
		margin-top: 60px;
	}
	
	.nameFileCalculateur td{
		font-size:12px;
	}
	
	.nameFileTable{
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 150px;
	}
	
}

@media (min-width: 1024px) {
	.nameFileCalculateur{
		text-align:center;
		width:40%; 
		overflow: hidden; 
		text-overflow: ellipsis;
		max-width: 262px; 
	}
	
	.nameFileTable{
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 180px;
	}
}



.up_box { position:relative; background-color:#FFF; width:100%; min-height:634px;  border:2px solid #00BFAB;text-align:center;padding:30px; border-radius:10px; margin:0 auto; }
.up_box.choicebox { min-height:200px!important; }

.choice_ { transition:all 0.5s ease!important; }
.choice_.hidden { opacity:0; }
.choice_.show { opacity:1; }
.choice_opt { border:2px solid #00BFAB!important; border-radius:15px; padding:20px 10px; cursor:pointer; width:45%; display:block; float:right; margin-right:2%; }
.choice_opt:hover { background-color:#00BFAB!important; color:#FFF; }
.choice_opt:first-of-type{ float:left;  margin-left:2%;  margin-right:0; }
.choice_opt.select { background-color:#00BFAB!important; color:#FFF; }
.title_opt { font-size:20px; font-weight:600; padding:10px!important; margin-bottom:30px!important; }

.imgBoxxx { width:100%; display:block; }
.imgBoxFile { position:relative; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #00BFAB; }
.imgBoxFile .imgBoxFileInfo { width:50%; display:inline-block; vertical-align:top; }
.imgBoxFile .imgBoxFilePrev { width:50%; display:inline-block; }
.upl_cart { background-color:#00BFAB!important; color:#FFF; }
.upl_cart b { color:#294B54; }

/* SURVOL TOOLTIP */
.tooltip_print {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  line-height:24px;
}

.tooltip_print::before,
.tooltip_print::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}


.tooltip_print::before {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  font-family: 'Montserrat', sans-serif;
}

.tooltip_print::after {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  content: attr(title);
  padding: 5px 10px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width:400px;
}

.tooltip_print:hover::before,
.tooltip_print:hover::after { opacity: 1;transform: translateX(-50%) translateY(0);}

.tooltip-content { position:absolute; width:400px; opacity:0; }
.tooltip-content.big { position:absolute; width:600px; opacity:0; font-size:14px; line-height:16px; }

.attr-radio .attribute_radio.is_checked + .attr-label { color: #00bfb3;
  border-color: #00bfb3;
  background: #ffffff; }
  #width_img_form, #height_img_form,
  #left_wanted, #top_wanted,
  #quantity_wanted_repeat{
  height: 48px;
  width: 100%;
  border-radius: 25px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5 !important;
  text-align: center;
  color: inherit;
  font-weight: 300;
  }
  
      #left_wanted:active, #top_wanted:active,
  #quantity_wanted_repeat:active {
  border: 1px solid #00a69b!important; box-shadow:none!important;
  }
  
    #left_wanted:active:after, #top_wanted:active:after,
  #quantity_wanted_repeat:active:after {
  border: 1px solid #00a69b!important; box-shadow:none!important;
  }
  
  #left_wanted:focus, #top_wanted:focus,
  #quantity_wanted_repeat:focus {
  border: 1px solid #00a69b!important; box-shadow:none!important;
  }
  
.loader_upl {
	z-index:999;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
#loader_upl_txt {
	z-index:999;
	color:#fff;
	margin-top: 50px;
  display: block;
  font-weight:bold;
  text-align: center;
}

.lds-spinner {
  color: official;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 50px auto 0 auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2), 2.5em 0em 0 0em rgba(0, 191, 171, 0.2), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.2), 0em 2.5em 0 0em rgba(0, 191, 171, 0.2), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.2), -2.6em 0em 0 0em rgba(0, 191, 171, 0.5), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 191, 171, 0.2), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.2), 0em 2.5em 0 0em rgba(0, 191, 171, 0.2), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.2), -2.6em 0em 0 0em rgba(0, 191, 171, 0.2), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.5), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.2), 0em 2.5em 0 0em rgba(0, 191, 171, 0.2), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.2), -2.6em 0em 0 0em rgba(0, 191, 171, 0.2), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.2), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.5), 2.5em 0em 0 0em rgba(0, 191, 171, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 191, 171, 0.2), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.2), -2.6em 0em 0 0em rgba(0, 191, 171, 0.2), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.2), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2), 2.5em 0em 0 0em rgba(0, 191, 171, 0.5), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.2), -2.6em 0em 0 0em rgba(0, 191, 171, 0.2), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.2), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2), 2.5em 0em 0 0em rgba(0, 191, 171, 0.2), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.5), 0em 2.5em 0 0em rgba(0, 191, 171, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 191, 171, 0.2), -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.2), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2), 2.5em 0em 0 0em rgba(0, 191, 171, 0.2), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.2), 0em 2.5em 0 0em rgba(0, 191, 171, 0.5), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 191, 171, 0.2), 1.8em -1.8em 0 0em rgba(0, 191, 171, 0.2), 2.5em 0em 0 0em rgba(0, 191, 171, 0.2), 1.75em 1.75em 0 0em rgba(0, 191, 171, 0.2), 0em 2.5em 0 0em rgba(0, 191, 171, 0.2), -1.8em 1.8em 0 0em rgba(0, 191, 171, 0.5), -2.6em 0em 0 0em rgba(0, 191, 171, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}


/* CANVAS */ 

#configurator{
	width:100%;
	height:100%;
}
.configurator{
	width:100%;
	height:100%;
}
.configurator-head{
	border:solid silver 1px;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:30px;
}
.configurator-left{
	/*border:solid silver 1px;*/
	padding-left:0px;
	padding-right:5px;
}
.configurator-right{
	padding-top:20px;
	border:solid silver 1px;
}
.configurator-grid{
	display:grid;
	grid-template-columns: 60px auto 60px;
	grid-template-rows: 60px auto;
	gap: 5px 5px;
	grid-template-areas: "grid-origine grid-x grid-end" "grid-y grid-canvas grid-zoom";
	height: auto;
}
.grid-item{
	overflow:hidden;
	border:solid silver 1px;
}
.configurator-grid .grid-origine {
    grid-area: grid-origine;
}
.configurator-grid .grid-x {
    grid-area: grid-x;
    position:relative;
}
.configurator-grid .grid-end {
    grid-area: grid-end;
}
.configurator-grid .grid-y {
    grid-area: grid-y;
    position:relative;
}
.configurator-grid .grid-canvas {
    grid-area: grid-canvas;
}
.configurator-grid .grid-zoom {
    grid-area: grid-zoom;
}

#canvas-wrapper{
	width:100%;
	height:auto;
}
.configurator-panel{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid #eaeaea 1px;
}
.configurator-panel h3{
	margin:0px 0px 0px 0px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	height:30px;
	line-height:30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.configurator-panel .panel-content{
	padding-top:10px;
}
.configurator-grid .grid-x .step-x{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:6px;
	display:block;
}
.configurator-grid .grid-x .step-x .rule_x{
	display:block;
	width:100px;
	height:6px;
	background-color:black;
	float:left;
}
.configurator-grid .grid-x .step-x .rule_x.alt{
	background-color:silver;
}
#lab-img{
	cursor:pointer;
}
#inp{
   opacity: 0;
   position: absolute;
   z-index: -1;
}
.img_dpi{
	font-weight:bold;
}
.cm-start-x{
	position:absolute;
	width:40px;
	height:20px;
	line-height:20px;
	left:0px;
	bottom:6px;
	text-align:left;
}
.cm-end-x{
	position:absolute;
	width:auto;
	height:20px;
	line-height:20px;
	right:0px;
	bottom:6px;
	text-align:right;
}
.configurator-grid .grid-y .step-y{
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:6px;
	height:100%;
}
.configurator-grid .grid-y .step-y .rule_y{
	display:block;
	width:6px;
	height:100px;
	background-color:black;
}
.configurator-grid .grid-y .step-y .rule_y.alt{
	background-color:silver;
}
.cm-start-y{
	position:absolute;
	width:45px;
	height:20px;
	line-height:20px;
	top:12px;
	right:-4px;
	text-align:right;
	transform:rotate(-90deg);
}
.cm-end-y{
	position:absolute;
	width:45px;
	height:20px;
	line-height:20px;
	bottom:15px;
	right:-4px;
	text-align:left;
	transform:rotate(-90deg);
}
.btn-repeat{
	display:inline-block;
	width:60px;
	height:60px;
	margin-right:4px;
	margin-left:4px;
	padding:10px;
	border:solid silver 1px;
	cursor:pointer;
	background-size:50px 50px;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-color:transparent;
}
.btn-repeat.selected{
	border:solid #00bfb3 1px;
	box-shadow: inset 0px 0px 0px 2px #00bfb3;
}
.btn-repeat-simple{
	background-image:url("../img/repeat_simple.png");
}
.btn-repeat-shift-bottom{
	background-image:url("../img/repeat_shift_bottom.png");
}
.btn-repeat-shift-right{
	background-image:url("../img/repeat_shift_right.png");
}
.btn-repeat-mirror-simple{
	background-image:url("../img/repeat_mirror_simple.png");
}
.btn-repeat-mirror-full{
	background-image:url("../img/repeat_mirror_full.png");
}
.btn-repeat-none{
	background-image:url("../img/repeat_none.png");
}
.btn-angle{
	display:inline-block;
	width:40px;
	height:40px;
	margin-left:-1px;
	border:solid silver 1px;
	cursor:pointer;
	background-size:26px 26px;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-color:transparent;
}
.btn-angledown{
	background-image:url("../img/angleup.svg");
}
.btn-angleup{
	background-image:url("../img/angledown.svg");
}
.img-flex{
	display: flex;
	flex-flow: row wrap;
}
.form-flex-line{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-elem{
	display:flex;
	justify-content:space-evenly;
	align-items: center;
}
.form-elem-left{
	display:flex;
	justify-content:start;
	align-items: center;
}
.form-elem-left input[type="checkbox"],
.form-elem-left input[type="radio"]{
	width:16px;
	height:16px;
	margin-top:0px;
	margin-right:5px;
}
.number-elem{
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:80px;
	height:40px;
	border:solid silver 1px;
	position:relative;
}
.number-elem .btn-plus,
.number-elem .btn-minus{
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	right:0px;
}
/* .number-elem .btn-minus:not(.btn-quantity_nappe_down){ */
.number-elem .btn-minus{
	bottom:0px;
	background:url("../img/remove.svg") no-repeat 50% 50% transparent;
	background-size:16px 16px;
}

.btn-quantity_nappe_up:hover, .btn-quantity_nappe_down:hover{
	color: #00bfb3;
}

.btn-quantity_nappe_up{
	top:0px;
}

.col-xs-12.col-sm-12.col-lg-12 > .myaccount-link-list .mp_tab_block {
    display: none;
}

.btn-quantity_nappe_down{
	bottom:0px;
}
/* .number-elem .btn-plus:not(.btn-quantity_nappe_up){ */
.number-elem .btn-plus{
	top:0px;
	background:url("../img/add.svg") no-repeat 50% 50% transparent;
	background-size:16px 16px;
}
.number-elem .unit{
	display:inline-block;
	height:38px;
	line-height:38px;
	width:30px;
	text-align:left;
	padding-left:2px;
}
.input-number{
	padding:0px;
	height:40px;
	line-height:40px;
	text-align:center;
	width:60px;
	border:solid silver 1px;
	display:inline-block;
}
.number-elem .input-number{
	width:58px;
	height:38px;
	line-height:38px;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:solid silver 1px;
}
.configurator .input-select{
	width:100%;
	height:40px;
	line-height:40px;
}
.configurator .zoom-in{
	margin:0px auto;
	display:block;
	width:40px;
	height:40px;
	background:url("../img/zoom_in.svg") no-repeat 50% 50% transparent;
	background-size:30px 30px;
	cursor:pointer;
}
.configurator .zoom-out{
	margin:0px auto;
	display:block;
	width:40px;
	height:40px;
	background:url("../img/zoom_out.svg") no-repeat 50% 50% transparent;
	background-size:30px 30px;
	cursor:pointer;
}
.configurator  .zoom-scale{
	display:block;
	text-align:center;
	color:#000000;
}
.canvas-wrapper-print{
	clear:both;
	display:none;
}
.product_width{
	color: #00bfb3;
	text-transform:lowercase;
}
.product_price{
	color: #00bfb3;
}
.mt10{
	margin-top:10px;
}
.img_size_original{
	font-weight:bold;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    outline: 0;
    background-color: rgba(0,0,0, 0.5);
}
.modal-wrapper .modal-box {
    position: fixed;
    top: 50px;
    left: calc(50% - 300px);
    width:600px;
    min-width:280px;
    max-width:700px;
    height: 100px;
    background-color:#FFFFFF;
}
.modal-box .modal-head{
	background-color:#00bfb3;
	color:#FFFFFF;
	height:60px;
	line-height:60px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.modal-box .modal-head .modal-close{
	position:absolute;
	top:0px;
	right:0px;
	width:60px;
	height:60px;
	background:url("../img/close.svg") no-repeat 50% 50% transparent;
	background-size:30px 30px;
	cursor:pointer;
}
.modal-box .modal-content{
	background-color:#FFFFFF;
	padding:30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modal-box .confirmation-check{
	max-width: 400px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: bold;
}
.upload-area{
    width:100%;
    height: 200px;
    padding:4px;
    margin: 0 auto;
    text-align: center;
    background-color:#EAEAEA;
}
.upload-area-border{
	border: 4px dashed #00bfb3;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.upload-area:hover{
    cursor: pointer;
}
.upload-area span{
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 20px;
	color: #00bfb3;
	font-size: 14px;
	text-transform: uppercase;
}
.upload-area span .ico{
	display:block;
	margin:0px auto;
	width:40px;
	height:40px;
	background:url("../img/upload.svg") no-repeat 50% 50% transparent;
	background-size:40px 40px;
}
.mask-tool{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(0,0,0, 0.5);
	z-index:10000;
	width:100%;
	height:100%;
	display:none;
}
.mask-tool.show{
	display:block;
}
.rotate{
  animation: rotate 1.5s linear infinite; 
}
@keyframes rotate{
  to{ transform: rotate(360deg); }
}
.spinner{
	display:inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: inset -2px 0 0 2px #00bfb3;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}
.meter_price{
	margin-bottom:10px;
}
.mb10{
	margin-bottom:10px;
}
.configurator .tencm{
	position:absolute;
	left: 0px;
	bottom:15px;
	width:100px;
	text-align:center;
	border-bottom:solid black 1px;
	color:#000000;
}
.configurator .tencm:before{
	content:"";
	background:url("../img/arrow_left.png") 50% 50% no-repeat transparent;
	background-size:5px 10px;
	position:absolute;
	width:5px;
	height:10px;
	bottom:-5px;
	left:0px;
}
.configurator .tencm:after{
	content:"";
	background:url("../img/arrow_right.png") 50% 50% no-repeat transparent;
	background-size:5px 10px;
	position:absolute;
	width:5px;
	height:10px;
	bottom:-5px;
	right:0px;
}
.txt-green{
	font-weight:bold;
	color:#00bfb3;
}
.panel-sample h3{
	position:relative;
	cursor:pointer;
}
.panel-sample h3 .expand{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	top: 0px;
	right:0px;
	background:url("../img/expand_more.svg") 50% 50% no-repeat transparent;
	background-size:30px 30px;
}
.panel-sample .panel-content{
	display:none;
}
.image-show img{
	max-width:100%;
	height:auto;
}
.hidden_edit{
	display:none;
}
@media screen and  (max-width:1820px) {
	.configurator-grid{
		grid-template-columns: 60px auto 60px;
	}
	#canvas-wrapper{
		width:100%;
	}
}
@media screen and (max-width:800px){
	.configurator-grid {
    	grid-template-columns: 30px auto 30px;
	}
	.configurator .zoom-in,
	.configurator .zoom-out{
		width:30px;
		height:30px;
	}
	.modal-wrapper .modal-box {
	    left: 0px;
	    width: 100%;
	    height:auto;
	    max-width: 100%;
	}
}
@media screen and (max-width:340px){
	#modal-canvas .modal-title{font-size:14px;}
}

/* drag custom img */

#image-block.fixed { position:fixed!important; top:75px; width:50%; }
#image-block.fixend { position:absolute!important; bottom:203px; margin-left:15px; }

#views_block.fixed { position:fixed!important; top:750px; width:50%;  }
#views_block.fixend { position:absolute!important; bottom:0; }

#layer-block.fixed { position:fixed!important; top:75px; }
#layer-block.fixend { position:absolute!important; top:75px; }

@media (min-width: 1500px) {
	#views_block.fixed,
	#views_block.fixend,
	#image-block.fixed,
	#image-block.fixend	{ max-width:675px; width:100%; }
}

@media (min-width: 992px) and (max-width: 1499px) {
	#image-block.fixed { width:46%; }
	#image-block.fixend	{ width:100%; }
	#views_block.fixed { width:46%; }
	#views_block.fixend { width:100%; }
}


.openedCol .ndkcf_col_title::after { border-color: #00BFAB transparent transparent transparent!important; }
.openedCol .combRowList { border:0!important; }
.ndkcf_col_title { font-size: 18px; font-weight: 600; }
.ndk_accessory_list .accessory-ndk .col-md-4,
.ndk_accessory_list .accessory-ndk .col-md-8 { display:none; }

#our_price_display_ht { display:block; width: 100%; color:#DC5C2B; font-weight:500; font-size:20px; font-style:italic; }

.product_attributes div.selector { border-radius: 30px; height:48px!important; }
.product_attributes div.selector span { line-height:48px!important; }
.color-ndk { width:12%!important; }
.ndkcsfields-block .toggler { text-transform:uppercase!important; }
.fontSelect .submitText { background-color:#00BFAB!important; color:#FFF!important; }

/* fx */
.clignote  {
   animation-duration: .8s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}

/* QUICKCHAT DIV QUI S'AFFICHE DE BASE ET QUI EMPECHE LE CLIC A GAUCHE */
#quickchat-message{
	display:none !important;
}

/* TP RC DESIGN MOBILE */

.footer-two .container .inner-wrapper .copyright { float:left; display:block; width:50%; position:relative;  }
.footer-two .container .inner-wrapper .socials { float:right; display:block; width:50%; position:relative; }
.footer-two .container .inner-wrapper #icon-bottom-middle { position:relative; top:-40px; }
/* .tshirtecommerce-product-detail { width:100%; } */
.pb-center-column .product-manufacturer { display:none; }
.block_content.toggle-footer .bullet li a,  
#block_various_links_footer .toggle-footer li a { text-transform:capitalize!important; }
#tpt_log_mob { height:35px!important; max-width:35px!important;}
#_mobile_logo a{position: relative;left: 45px;}
#socialcssproduct {list-style:none;display:inline-block;top:5px;left:5px;position:relative;}
#amazzing_filter h2 { display:none; }
.af_filter .name { font-size:14px; }
.clear { clear: both; *zoom: 1; }
.btn-default { box-shadow:none!important; }


#img-choice-upl { display:block; }
#img-choice-upl #upl-l,
#img-choice-upl #upl-r { display:inline-block; width:50%; }
#img-choice-upl #upl-l,
#img-choice-upl [id*="upl-"] h4 {  }
#img-choice-upl [id*="upl-"] h4 p {  }
#img-choice-upl [id*="upl-"] h4 p span {  }

@media (min-width: 992px) {
	.footer-two .socials ul {
		-webkit-justify-content: right!important;
		-moz-justify-content: right!important;
		-ms-justify-content: right!important;
		justify-content: right!important;
		-ms-flex-pack: right!important;
	}
	
	.mm_menu_content_title { padding: 20px 15px!important; }
	
}

@media screen and (max-width:800px){
	.pb-left-column, .pb-right-column { width:100%!important; padding-left: 0px!important; padding-right: 0px!important; }
	#choice_origin, #choice_no_upload { padding: 6px!important; } 
}

@media (max-width: 991px) {
	
	/*** PRODUCT ****/	
	.pb-center-column .content_prices > div { display: block!important; text-align:center!important; }	
	.box-info-product { text-align:center; }
	.box-info-product .product_attributes { display:inline-block!important; }	
	#quantity_wanted_p { text-align:center; }
	#quantity_wanted_p .input-group { margin:0 auto; }
	#buy_block #socialcssproduct { width:100%; display:block; text-align: center; }
	#buy_block #socialcssproduct .socialsharing_product { display:inline-block!important; margin:25px 0 15px 0; }
	#buy_block .box-cart-bottom { margin: 15px auto!important; }
	.tshirtecommerce-custom-block { text-align:center; }
	
	/*** FOOTER ***/ 
	.footer-two .container .inner-wrapper .socials { width:100%!important; padding:25px 0 0 0; text-align: center; } 
	.footer-two .container .inner-wrapper .copyright { width:100%!important; text-align:center; }
	.footer-two .container .inner-wrapper #icon-bottom-middle { top:10px!important; }
	.footer-two .socials ul { -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; display: block; width: 100%; position: relative; }
	.footer-container .copyright { text-align: center; margin-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 3;
									-ms-flex-order: 3; -webkit-order: 3; order: 3; }
	.footer-two .socials { -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
	.attribute_fieldset.custom-p { display:block!important; }
}
	



.tshirtecommerce-custom-block { display:block!important; width:100%!important; top: 20px; position: relative; }
.tshirtecommerce-custom-block a { font-size: 15px;
font-weight: inherit;
margin-right: 7px;
padding: 0.935em 2.5em;
background-color: #00BFAB;
color: #ffffff; 
color: #FFF;
display: inline-block;
outline: none;
position: relative;
line-height: 1.25;
cursor: pointer;
white-space: normal;
text-align: center;
text-transform: uppercase;
z-index: 0;
overflow: hidden;
border-radius:30px;
transition:all 0.5s ease;
}

.tshirtecommerce-custom-block a:hover { background-color: #00d9cb; }

.form-control {
  display: block;
  width: 100%;
  padding: 3px 20px;
  height: 46px;
  background: transparent;
  font-size: 15px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  outline: none; }
  .form-control.grey {
    background: #fbfbfb; }
  .form-control:focus {
    border-color: #00BFAB; }

.form-group.form-error input, .form-group.form-error textarea {
  border-color: red; }
.form-group.form-ok input, .form-group.form-ok textarea {
  border-color: #63c361; }

.form-group {
  margin-bottom: 10px; }

.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
a.exclusive,
button.exclusive,
input.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled,
span.exclusive,
input.exclusive,
.exclusive_large_disabled,
.btn {
  background-color: transparent;
  border: 1px solid #00BFAB;
  color: #00BFAB;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 17px 32px;
  padding: 1.18em 2.29em;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
  overflow: hidden; border-radius:30px; }
  .button_mini i,
  .button_small i,
  .button i,
  .button_large i,
  .button_mini_disabled i,
  .button_small_disabled i,
  .button_disabled i,
  .button_large_disabled i,
  .exclusive_mini i,
  .exclusive_small i,
  a.exclusive i,
  button.exclusive i,
  input.exclusive i,
  .exclusive_large i,
  .exclusive_mini_disabled i,
  .exclusive_small_disabled i,
  .exclusive_disabled i,
  .exclusive_large_disabled i,
  span.exclusive i,
  input.exclusive i,
  .exclusive_large_disabled i,
  .btn i {
    line-height: 1; }
  .button_mini:before,
  .button_small:before,
  .button:before,
  .button_large:before,
  .button_mini_disabled:before,
  .button_small_disabled:before,
  .button_disabled:before,
  .button_large_disabled:before,
  .exclusive_mini:before,
  .exclusive_small:before,
  a.exclusive:before,
  button.exclusive:before,
  input.exclusive:before,
  .exclusive_large:before,
  .exclusive_mini_disabled:before,
  .exclusive_small_disabled:before,
  .exclusive_disabled:before,
  .exclusive_large_disabled:before,
  span.exclusive:before,
  input.exclusive:before,
  .exclusive_large_disabled:before,
  .btn:before {
    font-size: 19px;
    display: inline-block;
    margin-right: 12px; }
  .button_mini.disabled, .button_mini[disabled],
  .button_small.disabled,
  .button_small[disabled],
  .button.disabled,
  .button[disabled],
  .button_large.disabled,
  .button_large[disabled],
  .button_mini_disabled.disabled,
  .button_mini_disabled[disabled],
  .button_small_disabled.disabled,
  .button_small_disabled[disabled],
  .button_disabled.disabled,
  .button_disabled[disabled],
  .button_large_disabled.disabled,
  .button_large_disabled[disabled],
  .exclusive_mini.disabled,
  .exclusive_mini[disabled],
  .exclusive_small.disabled,
  .exclusive_small[disabled],
  a.exclusive.disabled,
  a.exclusive[disabled],
  button.exclusive.disabled,
  button.exclusive[disabled],
  input.exclusive.disabled,
  input.exclusive[disabled],
  .exclusive_large.disabled,
  .exclusive_large[disabled],
  .exclusive_mini_disabled.disabled,
  .exclusive_mini_disabled[disabled],
  .exclusive_small_disabled.disabled,
  .exclusive_small_disabled[disabled],
  .exclusive_disabled.disabled,
  .exclusive_disabled[disabled],
  .exclusive_large_disabled.disabled,
  .exclusive_large_disabled[disabled],
  span.exclusive.disabled,
  span.exclusive[disabled],
  input.exclusive.disabled,
  input.exclusive[disabled],
  .exclusive_large_disabled.disabled,
  .exclusive_large_disabled[disabled],
  .btn.disabled,
  .btn[disabled] {
    background: transparent;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5; }
  .button_mini.fill,
  .button_small.fill,
  .button.fill,
  .button_large.fill,
  .button_mini_disabled.fill,
  .button_small_disabled.fill,
  .button_disabled.fill,
  .button_large_disabled.fill,
  .exclusive_mini.fill,
  .exclusive_small.fill,
  a.exclusive.fill,
  button.exclusive.fill,
  input.exclusive.fill,
  .exclusive_large.fill,
  .exclusive_mini_disabled.fill,
  .exclusive_small_disabled.fill,
  .exclusive_disabled.fill,
  .exclusive_large_disabled.fill,
  span.exclusive.fill,
  input.exclusive.fill,
  .exclusive_large_disabled.fill,
  .btn.fill {
    border-color: #00BFAB;
    background-color: #00BFAB;
    color: #ffffff;
	border-radius: 30px; }
    .button_mini.fill:hover,
    .button_small.fill:hover,
    .button.fill:hover,
    .button_large.fill:hover,
    .button_mini_disabled.fill:hover,
    .button_small_disabled.fill:hover,
    .button_disabled.fill:hover,
    .button_large_disabled.fill:hover,
    .exclusive_mini.fill:hover,
    .exclusive_small.fill:hover,
    a.exclusive.fill:hover,
    button.exclusive.fill:hover,
    input.exclusive.fill:hover,
    .exclusive_large.fill:hover,
    .exclusive_mini_disabled.fill:hover,
    .exclusive_small_disabled.fill:hover,
    .exclusive_disabled.fill:hover,
    .exclusive_large_disabled.fill:hover,
    span.exclusive.fill:hover,
    input.exclusive.fill:hover,
    .exclusive_large_disabled.fill:hover,
    .btn.fill:hover {
      background-color: #00d9cb;
      border-color: #00d9cb; }
  .button_mini:hover,
  .button_small:hover,
  .button:hover,
  .button_large:hover,
  .button_mini_disabled:hover,
  .button_small_disabled:hover,
  .button_disabled:hover,
  .button_large_disabled:hover,
  .exclusive_mini:hover,
  .exclusive_small:hover,
  a.exclusive:hover,
  button.exclusive:hover,
  input.exclusive:hover,
  .exclusive_large:hover,
  .exclusive_mini_disabled:hover,
  .exclusive_small_disabled:hover,
  .exclusive_disabled:hover,
  .exclusive_large_disabled:hover,
  span.exclusive:hover,
  input.exclusive:hover,
  .exclusive_large_disabled:hover,
  .btn:hover {
    border-color: #00BFAB;
    background: #00BFAB;
    color: #ffffff; }
  .button_mini:active,
  .button_small:active,
  .button:active,
  .button_large:active,
  .button_mini_disabled:active,
  .button_small_disabled:active,
  .button_disabled:active,
  .button_large_disabled:active,
  .exclusive_mini:active,
  .exclusive_small:active,
  a.exclusive:active,
  button.exclusive:active,
  input.exclusive:active,
  .exclusive_large:active,
  .exclusive_mini_disabled:active,
  .exclusive_small_disabled:active,
  .exclusive_disabled:active,
  .exclusive_large_disabled:active,
  span.exclusive:active,
  input.exclusive:active,
  .exclusive_large_disabled:active,
  .btn:active {
    background: #009b92;
    border-color: #009b92;
    color: #ffffff; }
  .button_mini:focus, .button_mini:active,
  .button_small:focus,
  .button_small:active,
  .button:focus,
  .button:active,
  .button_large:focus,
  .button_large:active,
  .button_mini_disabled:focus,
  .button_mini_disabled:active,
  .button_small_disabled:focus,
  .button_small_disabled:active,
  .button_disabled:focus,
  .button_disabled:active,
  .button_large_disabled:focus,
  .button_large_disabled:active,
  .exclusive_mini:focus,
  .exclusive_mini:active,
  .exclusive_small:focus,
  .exclusive_small:active,
  a.exclusive:focus,
  a.exclusive:active,
  button.exclusive:focus,
  button.exclusive:active,
  input.exclusive:focus,
  input.exclusive:active,
  .exclusive_large:focus,
  .exclusive_large:active,
  .exclusive_mini_disabled:focus,
  .exclusive_mini_disabled:active,
  .exclusive_small_disabled:focus,
  .exclusive_small_disabled:active,
  .exclusive_disabled:focus,
  .exclusive_disabled:active,
  .exclusive_large_disabled:focus,
  .exclusive_large_disabled:active,
  span.exclusive:focus,
  span.exclusive:active,
  input.exclusive:focus,
  input.exclusive:active,
  .exclusive_large_disabled:focus,
  .exclusive_large_disabled:active,
  .btn:focus,
  .btn:active {
    outline: none;
    box-shadow: none; }
  .button_mini .icon-chevron-left,
  .button_small .icon-chevron-left,
  .button .icon-chevron-left,
  .button_large .icon-chevron-left,
  .button_mini_disabled .icon-chevron-left,
  .button_small_disabled .icon-chevron-left,
  .button_disabled .icon-chevron-left,
  .button_large_disabled .icon-chevron-left,
  .exclusive_mini .icon-chevron-left,
  .exclusive_small .icon-chevron-left,
  a.exclusive .icon-chevron-left,
  button.exclusive .icon-chevron-left,
  input.exclusive .icon-chevron-left,
  .exclusive_large .icon-chevron-left,
  .exclusive_mini_disabled .icon-chevron-left,
  .exclusive_small_disabled .icon-chevron-left,
  .exclusive_disabled .icon-chevron-left,
  .exclusive_large_disabled .icon-chevron-left,
  span.exclusive .icon-chevron-left,
  input.exclusive .icon-chevron-left,
  .exclusive_large_disabled .icon-chevron-left,
  .btn .icon-chevron-left {
    display: none; }
    .button_mini .icon-chevron-left:before,
    .button_small .icon-chevron-left:before,
    .button .icon-chevron-left:before,
    .button_large .icon-chevron-left:before,
    .button_mini_disabled .icon-chevron-left:before,
    .button_small_disabled .icon-chevron-left:before,
    .button_disabled .icon-chevron-left:before,
    .button_large_disabled .icon-chevron-left:before,
    .exclusive_mini .icon-chevron-left:before,
    .exclusive_small .icon-chevron-left:before,
    a.exclusive .icon-chevron-left:before,
    button.exclusive .icon-chevron-left:before,
    input.exclusive .icon-chevron-left:before,
    .exclusive_large .icon-chevron-left:before,
    .exclusive_mini_disabled .icon-chevron-left:before,
    .exclusive_small_disabled .icon-chevron-left:before,
    .exclusive_disabled .icon-chevron-left:before,
    .exclusive_large_disabled .icon-chevron-left:before,
    span.exclusive .icon-chevron-left:before,
    input.exclusive .icon-chevron-left:before,
    .exclusive_large_disabled .icon-chevron-left:before,
    .btn .icon-chevron-left:before {
      content: "\f104"; }
  .button_mini .icon-chevron-right,
  .button_small .icon-chevron-right,
  .button .icon-chevron-right,
  .button_large .icon-chevron-right,
  .button_mini_disabled .icon-chevron-right,
  .button_small_disabled .icon-chevron-right,
  .button_disabled .icon-chevron-right,
  .button_large_disabled .icon-chevron-right,
  .exclusive_mini .icon-chevron-right,
  .exclusive_small .icon-chevron-right,
  a.exclusive .icon-chevron-right,
  button.exclusive .icon-chevron-right,
  input.exclusive .icon-chevron-right,
  .exclusive_large .icon-chevron-right,
  .exclusive_mini_disabled .icon-chevron-right,
  .exclusive_small_disabled .icon-chevron-right,
  .exclusive_disabled .icon-chevron-right,
  .exclusive_large_disabled .icon-chevron-right,
  span.exclusive .icon-chevron-right,
  input.exclusive .icon-chevron-right,
  .exclusive_large_disabled .icon-chevron-right,
  .btn .icon-chevron-right {
    display: none; }
    .button_mini .icon-chevron-right:before,
    .button_small .icon-chevron-right:before,
    .button .icon-chevron-right:before,
    .button_large .icon-chevron-right:before,
    .button_mini_disabled .icon-chevron-right:before,
    .button_small_disabled .icon-chevron-right:before,
    .button_disabled .icon-chevron-right:before,
    .button_large_disabled .icon-chevron-right:before,
    .exclusive_mini .icon-chevron-right:before,
    .exclusive_small .icon-chevron-right:before,
    a.exclusive .icon-chevron-right:before,
    button.exclusive .icon-chevron-right:before,
    input.exclusive .icon-chevron-right:before,
    .exclusive_large .icon-chevron-right:before,
    .exclusive_mini_disabled .icon-chevron-right:before,
    .exclusive_small_disabled .icon-chevron-right:before,
    .exclusive_disabled .icon-chevron-right:before,
    .exclusive_large_disabled .icon-chevron-right:before,
    span.exclusive .icon-chevron-right:before,
    input.exclusive .icon-chevron-right:before,
    .exclusive_large_disabled .icon-chevron-right:before,
    .btn .icon-chevron-right:before {
      content: "\f105"; }
  .button_mini .left,
  .button_small .left,
  .button .left,
  .button_large .left,
  .button_mini_disabled .left,
  .button_small_disabled .left,
  .button_disabled .left,
  .button_large_disabled .left,
  .exclusive_mini .left,
  .exclusive_small .left,
  a.exclusive .left,
  button.exclusive .left,
  input.exclusive .left,
  .exclusive_large .left,
  .exclusive_mini_disabled .left,
  .exclusive_small_disabled .left,
  .exclusive_disabled .left,
  .exclusive_large_disabled .left,
  span.exclusive .left,
  input.exclusive .left,
  .exclusive_large_disabled .left,
  .btn .left {
    padding-right: 5px; }
  .button_mini .right,
  .button_small .right,
  .button .right,
  .button_large .right,
  .button_mini_disabled .right,
  .button_small_disabled .right,
  .button_disabled .right,
  .button_large_disabled .right,
  .exclusive_mini .right,
  .exclusive_small .right,
  a.exclusive .right,
  button.exclusive .right,
  input.exclusive .right,
  .exclusive_large .right,
  .exclusive_mini_disabled .right,
  .exclusive_small_disabled .right,
  .exclusive_disabled .right,
  .exclusive_large_disabled .right,
  span.exclusive .right,
  input.exclusive .right,
  .exclusive_large_disabled .right,
  .btn .right {
    padding-left: 5px; }

.btn.button-plus,
.btn.button-minus {
  background: #00BFAB;
  border: none;
  color: #ffffff;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  width: 28px;
  border-radius: 0; }
  .btn.button-plus:after,
  .btn.button-minus:after {
    display: none; }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    background: #00f2e3;
    color: #ffffff; }
  .btn.button-plus:active,
  .btn.button-minus:active {
    background: #00a69b;
    color: #ffffff; }

.btn .icon-chevron-right {
  padding-left: 5px; }
.btn .icon-chevron-left {
  padding-right: 5px; }
@media (max-width: 991px) {
  .column .btn {
    font-size: 14px; } }
@media (max-width: 770px) and (min-width: 576px) {
  .column .btn {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px; } }

.link-button i {
  padding-right: 10px; }

.grid .ajax_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.list .ajax_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.usefulness_btn.btn {
  font-size: 10px;
  padding: 1.31em 2em; }

@media (max-width: 770px) {
  .btn.big {
    font-size: 14px; } }
.alert {
  padding: 15px;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
  .alert a {
    color: #ffffff; }
  .alert:before {
    cursor: pointer; }
  .alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li, .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success, .alert.alert.alert-info {
    background: #63c361; }
  .alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px; }
  .alert.alert-danger {
    background: red; }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }
  .alert.alert-warning {
    background: #ff7f24; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.radio-inline, .checkbox {
  padding-left: 0; }
  .radio-inline .checker, .checkbox .checker {
    padding-right: 10px; }
    .radio-inline .checker span, .checkbox .checker span {
      top: 0px; }
  .radio-inline div.radio, .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span, .checkbox div.radio span {
      float: left;
      top: 0px; }

div.checkbox a {
  color: #00BFAB; }

.checkbox {
  margin-bottom: 10px; }

.radio-inline {
  display: inline-block;
  padding-right: 5px; }

div.radio, div.checker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center; }
  div.radio span, div.checker span {
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    display: block;
    height: 20px;
    position: relative;
    width: 20px; }
  div.radio input, div.checker input {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer; }

div.radio span {
  border-radius: 50%; }
div.radio .checked {
  border-color: #00BFAB;
  -moz-box-shadow: inset 0 0 0 5px #00BFAB;
  -webkit-box-shadow: inset 0 0 0 5px #00BFAB;
  box-shadow: inset 0 0 0 5px #00BFAB; }

div.checker .checked {
  border-color: #00BFAB;
  background: #00BFAB;
  color: #ffffff; }
  div.checker .checked:before {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    bottom: 4px;
    height: 4px;
    left: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

div.selector {
  font-size: 14px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  display: inline-block;
  height: 46px;
  padding: 0 45px 0 10px;
  position: relative;
  width: 100% !important; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 44px;
    cursor: pointer;
    width: 100%; }
    div.selector span:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      font-family: "FontAwesome";
      content: "\f0d7";
      width: 40px;
      text-align: center; }
  div.selector.focus {
    border-color: #00BFAB; }
    div.selector.focus span:after {
      background: #00BFAB;
      color: #ffffff; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    border: none;
    background: none;
    position: absolute;
    height: 46px;
    top: 0px;
    left: 0px;
    width: 100%;
    cursor: pointer; }
  div.selector option {
    background: #FFF;
    color: #00BFAB; }
  div.selector option:checked {
    background: #00BFAB;
    color: #ffffff; }
	
	div.selector option:hover {
    background: #00BFAB;
    color: #ffffff; }
	
.uploader {
  position: relative;
  color: #00BFAB; }
  .uploader input[type="file"] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    z-index: 1;
    cursor: pointer; }
  .uploader .filename {
    display:block;
    width: 100%;
    height: 100%;
    border: 2px solid;
    padding: 12px 12px 12px 12px;
    line-height: 1.1;
    white-space: nowrap; }
  .uploader .action {
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 5px;
    background: #00BFAB;
    color: #ffffff;
    padding: 8px 5px;
    line-height: 1.1; }

/* ui slider */
.ui-slider.ui-slider-horizontal {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 6px; }
  .ui-slider.ui-slider-horizontal .ui-slider-range {
    background: #e5e5e5; }
.ui-slider .ui-slider-handle.ui-state-default {
  background: #00BFAB;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  border-radius: 50%; }
  .ui-slider .ui-slider-handle.ui-state-default:hover {
    background: #00f2e3; }
  .ui-slider .ui-slider-handle.ui-state-default:active {
    background: #008c83; }

.ui-slider-range.ui-widget-header {
  border: 1px solid; }

.star_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .star_content .star {
    color: #d6d6d6;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 2px; }
    .star_content .star a {
      display: block;
      position: absolute;
      text-indent: -5000px; }
    .star_content .star:before {
      display: block;
      font-family: "fontello";
      content: '\e80f'; }
    .star_content .star.star_on, .star_content .star.star_hover {
      color: #f0aa4e; }
    .star_content .star.star_hover {
      cursor: pointer; }

.cancel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  cursor: pointer;
  color: #00BFAB;
  line-height: 1;
  font-size: 16px; }
  .cancel a {
    display: block;
    line-height: 1; }
    .cancel a:before {
      display: block;
      font-family: "fontAwesome";
      content: "\f146"; }

.breadcrumb {
  color: #00BFAB;
  border-bottom: 1px solid rgba(47, 47, 47, 0.07);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding: 20px 0 18px;
  position: relative; }
  .breadcrumb a, .breadcrumb .navigation-pipe {
    color: #294B54; }
  .breadcrumb .navigation-pipe {
    display: inline-block;
    padding: 0 4px; }
  .breadcrumb + .pull-right {
    margin-bottom: 20px; }

.nav.nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 34px 0 65px;
  font-size: 0;
  border: none; }
  .nav.nav-tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .nav.nav-tabs li a {
      border: none;
      display: block;
      padding: 0.3em 0.85em;
      background-color: transparent;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      border-radius: 0;
      position: relative;
      white-space: nowrap; }
    .nav.nav-tabs li:hover a, .nav.nav-tabs li.active a {
      color: #00BFAB; }

.tab-pane {
  height: 0;
  opacity: 0 !important;
  visibility: hidden;
  position: relative; }
  .tab-pane.active {
    visibility: visible;
    opacity: 1 !important;
    height: auto; }

/*Home tabs*/
.wrapper-tabs__inner {
  position: relative; }

@media (min-width: 576px) {
  .nav.nav-tabs li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav.nav-tabs li a:before {
      content: '';
      width: 40px;
      display: inline-block;
      border-top: 1px solid;
      vertical-align: middle;
      margin-right: 25px;
      -moz-transition: -moz-transform 0.2s;
      -o-transition: -o-transform 0.2s;
      -webkit-transition: -webkit-transform 0.2s;
      transition: transform 0.2s; }
  .nav.nav-tabs li.active a:before {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  .nav.nav-tabs li:last-child a:after {
    color: #294B54;
    content: '';
    width: 40px;
    display: inline-block;
    border-top: 1px solid;
    vertical-align: middle;
    margin-left: 25px; } }
@media (max-width: 1280px) and (min-width: 576px) {
  .nav.nav-tabs li a {
    font-size: 13px;
    padding: 0.3em 0.5em; }
    .nav.nav-tabs li a:before {
      width: 30px;
      margin-right: 15px; }
  .nav.nav-tabs li:last-child a:after {
    width: 30px;
    margin-left: 15px; } }
@media (max-width: 770px) and (min-width: 576px) {
  .nav.nav-tabs li a {
    font-size: 12px; }
    .nav.nav-tabs li a:before {
      width: 22px; }
  .nav.nav-tabs li:last-child a:after {
    width: 22px; } }
@media (max-width: 575px) {
  #home-page-tabs {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    margin: 30px 0 40px; }
    #home-page-tabs:before, #home-page-tabs:after {
      display: none; }
    #home-page-tabs li {
      width: 100%;
      margin-bottom: 0;
      max-width: 50%;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #home-page-tabs li a {
        font-size: 13px;
        color: #000000;
        border-radius: 0;
        padding: 6px 5px;
        text-align: center; }
        #home-page-tabs li a:after {
          left: 10px;
          right: 10px; }
      #home-page-tabs li:hover a, #home-page-tabs li.active a {
        background-color: #00BFAB;
        color: #ffffff; } }
@media (max-width: 991px) {
  .dropdown-mobile {
    position: relative; }

  .btn-toggle-mobile {
    font-size: 17px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
    background-color: #00BFAB;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    -moz-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s; }
    .btn-toggle-mobile:hover {
      background-color: #00d9cb; }

  .dropdown-toggle-mobile {
    background: rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    max-width: 240px;
    min-width: 100%;
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -moz-transition: visibility 0.25s, opacity 0.25s, -moz-transform 0.25s;
    -o-transition: visibility 0.25s, opacity 0.25s, -o-transform 0.25s;
    -webkit-transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s; }
    .dropdown-toggle-mobile a {
      display: block;
      padding: 8px 15px;
      line-height: 1.2; }
      .dropdown-toggle-mobile a:hover {
        background: #00BFAB;
        color: #ffffff; }

  .active + .dropdown-toggle-mobile {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); } }
.headline-section {
  position: relative;
  font-size: 24px!important;
  font-weight:500!important;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px; }

p.info-title {
  font-weight: bold;
  color: #131313;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.description-section {
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 2; }

.dark {
  color: #131313; }

.page-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 54px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-heading > span {
    background-color: #fafafa;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .page-heading > span:not(.heading-counter) {
      padding-right: 17px;
      margin-right: auto; }
  #cms .page-heading:before {
    display: none; }
  .page-heading .heading-counter {
    float: right;
    font-size: .7em;
    line-height: 1em;
    padding-left: 17px;
    text-transform: none; }

.page-subheading {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px; }

#btnAncreForfait{
	cursor: pointer;
}

.rte {
  font-size: 15px;
  line-height: 1.8;
  background: transparent none repeat scroll 0 0; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6, .rte .h1, .rte .h2, .rte .h3, .rte .h4, .rte .h5, .rte .h6 {
    margin: 25px 0 10px; }
  .rte em {
    font-style: italic; }
  .rte p {
    line-height: inherit;
    margin-bottom: 12px; }
  .rte ul {
    list-style-type: disc;
    padding-left: 15px; }
  .rte ol {
    list-style-type: decimal;
    padding-left: 15px; }
  .rte a:not(.new-box) {
    color: #00BFAB;	}
    .rte a:hover {
      text-decoration: underline; }
  .rte iframe {
    max-width: 100%; }

@media (min-width: 576px) {
  .page-heading:before {
    border-top: 4px double #e3e3e3;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; } }
@media (max-width: 1024px) {
  .headline-section {
    margin-bottom: 30px; } }
@media (max-width: 770px) {
  .headline-section {
    font-size: 24px;
	font-weight:500!important; }

  .page-heading {
    font-size: 18px; } }
@media (max-width: 575px) {
  .headline-section {
    font-size: 24px;
	font-weight:500!important;
    margin-bottom: 30px; }

  .page-heading .heading-counter {
    float: none;
    display: block;
    padding: 5px 0 0; } }
@media (max-width: 480px) {
  .headline-section {
    font-size: 24px;
	font-weight:500!important; } }
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #131313;
    vertical-align: middle; }
  .table td ul, .table td ol {
    margin-bottom: 0 !important; }
  .table td a.color-myaccount {
    color: #333;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.7; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 7.5px;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead > tr > th {
    background: #f0f0f0;
    vertical-align: bottom; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 15px; }

.table-bordered {
  border: 1px solid #dcdcdc; }
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td {
    border: 1px solid #dcdcdc; }
    @media (max-width: 575px) {
      .table-bordered > thead > tr > td,
      .table-bordered > tbody > tr > td {
        border: none;
        border-top: 1px solid #dcdcdc; } }
  .table-bordered > tfoot > tr > td {
    border: none; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #cccccc; }

@media (max-width: 575px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dcdcdc; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
.table thead th {
  background-color: #f0f0f0;
  border-bottom: none; }
.table tr:nth-child(even) {
  background-color: #f4f4f4; }

.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden; }

.fancybox-skin {
  padding: 45px 15px 15px !important;
  background: #fff !important; }

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important; }

.fancybox-skin .fancybox-close {
  background: #e6e6ea;
  cursor: pointer;
  display: block;
  font: 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  z-index: 8041; }
  .fancybox-skin .fancybox-close:hover {
    background: #00BFAB;
    color: #ffffff; }
  .fancybox-skin .fancybox-close:active {
    background: #008c83;
    color: #ffffff; }
  .fancybox-skin .fancybox-close:before {
    content: '\e80c'; }

/* dropmenu */
.drop-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #e5e5e5;
  display: none;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 15px;
  margin-top: 11px;
  overflow-x: hidden;
  top: 100%;
  text-align: left;
  z-index: 102;
  white-space: nowrap;
  max-height: 60vh;
  overflow-y: auto;
  -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1); }
  .drop-menu li a {
    display: block;
    padding: 8px 15px; }
    .drop-menu li a:hover {
      background-color: #00BFAB;
      color: #ffffff; }
  .drop-menu li.selected {
    display: none; }

@media (max-width: 991px) {
  .drop-menu {
    left: auto;
    right: 0; } }
.btn-to-top {
  background: #00BFAB;
  bottom: 90px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
  -moz-transition: color 0.3s, background 0.3s, border-radius 0.3s;
  -o-transition: color 0.3s, background 0.3s, border-radius 0.3s;
  -webkit-transition: color 0.3s, background 0.3s, border-radius 0.3s;
  transition: color 0.3s, background 0.3s, border-radius 0.3s;
  will-change: color, background, border-radius;
  border-radius: 50%; }
  .btn-to-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #00f2e3;
    border-radius: 50%;
    opacity: 0;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s, border-radius 0.4s;
    -o-transition: -o-transform 0.4s, opacity 0.4s, border-radius 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, border-radius 0.4s;
    transition: transform 0.4s, opacity 0.4s, border-radius 0.4s;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    will-change: transform, opacity; }
  .btn-to-top:hover {
    background: #00f2e3;
    border-radius: 5px; }
    .btn-to-top:hover:after {
      -moz-transform: scale(1.23, 1.23);
      -ms-transform: scale(1.23, 1.23);
      -webkit-transform: scale(1.23, 1.23);
      transform: scale(1.23, 1.23);
      opacity: 1;
      border-radius: 5px; }
  .btn-to-top:active {
    background: #00a69b; }
    .btn-to-top:active:after {
      border-color: #00a69b;
      -moz-transform: scale(1.35, 1.35);
      -ms-transform: scale(1.35, 1.35);
      -webkit-transform: scale(1.35, 1.35);
      transform: scale(1.35, 1.35); }

.content_sortPagiBar {
  background-color: #ffffff;
  font-size: 13px;
  border: 1px solid #e6e6ea;
  margin: 0 2.4% 15px 1.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .content_sortPagiBar .product-count {
    display: none !important; }
  .content_sortPagiBar label {
    display: inline-block;
    padding-right: 7px;
    text-transform: uppercase;
    vertical-align: middle; }

.sortPagiBar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sortPagiBar > * {
    padding: 14px 15px; }
  .sortPagiBar .selector {
    background-color: transparent;
    height: 30px;
    padding-right: 35px;
    vertical-align: middle;
    width: auto !important;
    max-width: 200px; }
    .sortPagiBar .selector span {
      width: auto !important; }
      .sortPagiBar .selector span:after {
        width: 28px; }
    .sortPagiBar .selector select {
      height: 30px;
      padding: 0 5px; }
    .sortPagiBar .selector span {
      line-height: 28px; }
  .sortPagiBar .bt_compare {
    overflow: visible;
    border-radius: 3px;
    height: 28px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px; }
    .sortPagiBar .bt_compare:before {
      margin: 0;
      font-size: 16px; }
  .sortPagiBar .total-compare-val {
    font-weight: 600;
    background: #ffffff;
    color: #00BFAB;
    border: 1px solid;
    border-radius: 50%;
    line-height: 18px;
    padding: 0 6px;
    position: absolute;
    right: -0.7em;
    top: -0.7em;
    min-width: 19px;
    height: 19px;
    text-align: center; }

.top-pagination-content .showall {
  display: none !important; }

.bottom-pagination-content, .top-pagination-content {
  padding: 16px 15px;
  display: inline-block;
  vertical-align: top; }

.pagination .pagination {
  display: inline-block; }
.pagination li {
  display: inline-block;
  vertical-align: middle; }
  .pagination li:not(:last-child) {
    margin-right: 5px; }
  .pagination li > span, .pagination li > a {
    border-radius: 50%;
    border: 1px solid #e6e6ea;
    display: block;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px; }
  .pagination li:not(.disabled).active > span, .pagination li:not(.disabled).active > a, .pagination li:not(.disabled):hover > span, .pagination li:not(.disabled):hover > a {
    background: #00BFAB;
    border-color: #00BFAB;
    color: #ffffff; }
  .pagination li.disabled {
    cursor: not-allowed; }

.display {
  display: inline-block;
  vertical-align: middle; }
  .display li:not(.display-title) {
    color: #e5e5e5;
    display: inline-block;
    font-size: 27px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle; }
    .display li:not(.display-title)#grid {
      margin-right: 4px; }
    .display li:not(.display-title).selected {
      color: #00BFAB; }
  .display .display-title {
    display: inline-block;
    padding-right: 7px;
    text-transform: uppercase;
    vertical-align: middle; }

.sortPagiBar--bottom .display {
  display: none; }

.showall {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top; }
  .showall .btn {
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 12px; }

.toggle-filters {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 22px; }

@media (max-width: 991px) {
  .content_sortPagiBar label {
    display: none; }

  .display .display-title {
    display: none; } }
@media (max-width: 770px) {
  .content_sortPagiBar {
    padding: 0 5px 0; }
    .content_sortPagiBar .showall {
      display: none; }

  .sortPagiBar .selector {
    width: 95px !important;
    padding-right: 21px; }
    .sortPagiBar .selector span {
      max-width: 100%; }
  .sortPagiBar #uniform-nb_item {
    width: 60px !important; }
  .sortPagiBar > * {
    border: none;
    padding: 10px; }

  .bottom-pagination-content, .top-pagination-content {
    padding: 10px; } }
@media (max-width: 575px) {
  .content_sortPagiBar {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .content_sortPagiBar .pagination_previous, .content_sortPagiBar .pagination_next {
      display: none; } }
.product-price {
  font-size: 16px;
  font-weight: 500; }

.old-price {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  padding-right: 5px; }

@media (min-width: 992px) {
  #header {
    z-index: 5003; }
    #header.fixed-top {
      background-color: #ffffff; }

  .header-nav {
    color: #6a6a6a;
    padding: 28px 0 0 0;
    text-align: center;
    font-size: 14px;
	height:76px;
	}
    .header-nav > .container {
      position: static; }
    .header-nav .inner-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

  #_desktop_currencies {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
	
	#_mobile_languages { display:none; }

  #_desktop_languages {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  #_desktop_contact_link {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  #_desktop_user_info {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  #_desktop_cart_block {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  #_desktop_search_bar {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  #_desktop_logo {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
    #_desktop_logo h1 {
      margin: 0;
      line-height: inherit;
      font-size: inherit; }
    #_desktop_logo > a {
      display: inline-block;
      max-width: 300px; }
    #_desktop_logo span {
      display: none; }

  .header-top {
    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/ }
    .header-top > .container {
      position: static; } }
	
@media (max-width: 991px) {
  #_desktop_logo, #_desktop_search_bar,
  #_desktop_user_info, #_desktop_search, #_desktop_cart_block, #_desktop_contact_link, #_desktop_languages, #_desktop_currencies {
    display: none; }
	
	#_mobile_languages { position: absolute;
width: 150px;
left: 50px;
 }
 
 #_mobile_languages .cur-label { display:none; }
 #_mobile_languages .drop-menu { left:0; right:auto!important; }

  #page {
    padding-top: 0 !important; }

  #header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important; }

  .mobile-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    position: relative; }

  #menu-icon {
    cursor: pointer;
    font-size: 30px;
    -webkit-box-flex: 3 0 0;
    -moz-box-flex: 3 0 0;
    -webkit-flex: 3 0 0;
    -ms-flex: 3 0 0;
    flex: 3 0 0;
    position: relative;
    width: 28px;
    height: 22px; }
    #menu-icon span {
      display: block;
      border-radius: 4px 4px 4px 4px;
      position: relative;
      width: 28px;
      border-top: 2px solid; }
    #menu-icon .sw-topper {
      top: 0; }
    #menu-icon .sw-bottom {
      top: 6.6px;
      -moz-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
    #menu-icon .sw-footer {
      top: 13.5px;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #menu-icon.active .sw-topper {
      top: 9px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #menu-icon.active .sw-bottom {
      top: 6px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #menu-icon.active .sw-footer {
      opacity: 0;
      top: 0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

  .top-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 18 1 auto;
    -moz-box-flex: 18 1 auto;
    -webkit-flex: 18 1 auto;
    -ms-flex: 18 1 auto;
    flex: 18 1 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }
    .top-logo h1 {
      font-size: 0;
      margin: 0 0 0 20px; }
    .top-logo span {
      display: none; }
    .top-logo img {
      width: auto; }

  .top-logo h1 a .logo-image { max-width:80%; }

  .wrapper-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px 15px 20px; }

  .wrapper-modules {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 15px 20px 15px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; }
    .wrapper-modules #_mobile_search_bar {
      width: 100%; }

  .header__main-panel .container {
    position: static; }

  .header-nav, .main-wrapper, .footer-container {
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; }

  #mobile_top_menu_wrapper {
    display: block;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f4f3f2;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: calc(100% - 48px);
    padding: 12px 0; }

  .menu-show .mobile-nav {
    background: #ffffff; }
  .menu-show #menu-icon {
    color: #000000; }
  .menu-show #mobile_top_menu_wrapper {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .menu-show .header-nav, .menu-show .main-wrapper, .menu-show .footer-container {
    -moz-transform: translate(calc(100% - 48px), 0);
    -ms-transform: translate(calc(100% - 48px), 0);
    -webkit-transform: translate(calc(100% - 48px), 0);
    transform: translate(calc(100% - 48px), 0); }
  .menu-show .main-wrapper, .menu-show .footer-container {
    opacity: 0; } }
.column .btn {
  font-size: 12px;
  margin-top: 20px; }

.main-wrapper {
  background-color: #fafafa; }

@media (min-width: 992px) {
  #page {
    height: 100%; } }
.block {
  margin-bottom: 40px; }
  .block .block_content {
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3; }

.block.rss-block .block_content, .block.contacts-block .block_content {
  padding-top: 15px; }
.block .title_block,
.block h4 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 23px; }
  .block .title_block a:hover,
  .block h4 a:hover {
    color: inherit; }
.block .list-block {
  margin-top: -8px; }
  @media (max-width: 770px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 5px 0 6px 0;
    border-top: 1px solid #dcdcdc;
    font-size: 16px; }
    .block .list-block li a i {
      display: none; }
    .block .list-block li a:before {
      content: "\f105";
      display: inline;
      font-family: "FontAwesome";
      color: #131313;
      padding-right: 8px; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 270px; }
      @media (max-width: 770px) {
        .block .list-block .form-group select {
          width: 270px; } }
  .block .list-block .btn {
    margin-top: 12px; }

#categories_block_left h4, #layered_block_left h4, .products_block h4, #viewed-products_block_left h4, #special_block_right h4 {
  margin-bottom: 0; }

@media (max-width: 770px) {
  .block {
    margin: 0 0 10px; }
    .block.products-block {
      margin: 0 0 10px; }
    .block .title_block, .block h4 {
      font-size: 17px;
      position: relative;
      border-bottom: 1px solid #e3e3e3;
      padding: 0 0 10px;
      margin-bottom: 0; }
      .block .title_block:after, .block h4:after {
        display: block;
        position: absolute;
        z-index: 1;
        right: 6px;
        top: -7px;
        cursor: pointer;
        font-family: "fontAwesome";
        content: "\f107";
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center; }
      .block .title_block.active:after, .block h4.active:after {
        content: "\f106"; }
    .block:not(.products-block) .title_block.active, .block:not(.products-block) h4.active {
      border-bottom-color: transparent; } }
.new-box, .sale-box, .availability, .price-percent-reduction, .online_only {
  display: inline-block;
  vertical-align: top;
  padding: 0.59em 1.3em;
  background-color: #DC5C2B;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase; }
  .new-box:hover, .sale-box:hover, .availability:hover, .price-percent-reduction:hover, .online_only:hover {
    color: #ffffff; }

.price-percent-reduction {
  background-color: #00BFAB; }

.sale-box {
  background-color: #d74444; }

.availability {
  font-size: 10px;
  background-color: #b9b9b9; }

.online_only {
  background-color: #63c361; }

@media (max-width: 575px) {
  .new-box, .sale-box, .availability, .price-percent-reduction, .online_only {
    font-size: 10px; } }
.color_to_pick_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }

.color-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 0;
  margin: 3px; }
  .color-item[style*="#fffff"] {
    background-color: #dddddd !important; }
  .color-item:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #ffffff;
    z-index: -1; }

.color_pick {
  border: 1px solid transparent;
  display: block;
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain; }

.color[style*="#fffff"] {
  border-color: #dddddd; }

.ajax_block_product .product-container {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 18px;
  -moz-box-shadow: 0 -1px 100px 0 transparent;
  -webkit-box-shadow: 0 -1px 100px 0 transparent;
  box-shadow: 0 -1px 100px 0 transparent; }
.ajax_block_product .left-block {
  position: relative;
  padding: 55px 10px 0; }
.ajax_block_product .product_img_link {
  display: block;
  text-align: center; }
  .ajax_block_product .product_img_link img {
    display: inline-block;
    height: auto; }
.ajax_block_product .new-box, .ajax_block_product .sale-box, .ajax_block_product .availability, .ajax_block_product .price-percent-reduction, .ajax_block_product .online_only {
  position: absolute; }
.ajax_block_product .new-box, .ajax_block_product .availability {
  top: 20px;
  right: 15px; }
.ajax_block_product .price-percent-reduction, .ajax_block_product .sale-box {
  top: 20px;
  left: 15px; }
.ajax_block_product .price-percent-reduction ~ .sale-box {
  top: auto;
  bottom: 20px; }
.ajax_block_product .online_only {
  bottom: 20px;
  right: 15px; }
.ajax_block_product .cmp_remove:before {
  font-family: "FontAwesome"; }
.ajax_block_product .add_to_compare.checked i:before {
  content: "\f00c"; }
.ajax_block_product .old-price ~ .product-price {
  color: inherit; }
.ajax_block_product h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 12px 0 0;
  text-transform: capitalize; }
.ajax_block_product .content_price {
  margin-top: 8px; }
.ajax_block_product .hook-reviews {
  margin-top: 15px; }
.ajax_block_product .variant-links {
  margin-top: 16px; }

@media (max-width: 991px) {
  .ajax_block_product h5 {
    font-size: 14px; } }
@media (max-width: 770px) {
  .ajax_block_product .left-block {
    padding: 35px 0 0; }
  .ajax_block_product .new-box, .ajax_block_product .availability {
    top: 10px;
    right: 10px; }
  .ajax_block_product .price-percent-reduction, .ajax_block_product .sale-box {
    top: 10px;
    left: 10px; }
  .ajax_block_product .price-percent-reduction ~ .sale-box {
    top: auto;
    bottom: 10px; } }
@media (max-width: 575px) {
  .ajax_block_product .product-price {
    font-size: 15px; }
  .ajax_block_product .old-price {
    font-size: 13px; }
  .ajax_block_product .quick-view {
    display: none !important; } }
.grid .ajax_block_product {
  text-align: center;
  margin-bottom: 20px; }
.grid .product-container {
  height: 100%; }
.grid .star_content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.grid .functional-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.grid .ajax_add_to_cart_button, .grid .quick-view, .grid .lnk_view, .grid .customize, .grid .addToWishlist, .grid .wishlist_button_list, .grid .cmp_remove, .grid .add_to_compare {
  /* background-color: #f7f7f7; */
  background-color: #00BFAB;
  border-radius:50%;
  font-size: 21px;
  /* color: #b8b8b8; */
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: background-color 0.4s, color 0.4s, border-radius 0.4s, -moz-transform 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-radius 0.4s, -o-transform 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s, border-radius 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, border-radius 0.4s, transform 0.4s;
  margin: 2px;
  cursor: pointer; }
  /* .grid .ajax_add_to_cart_button:hover, .grid .quick-view:hover, .grid .lnk_view:hover, .grid .customize:hover, .grid .addToWishlist:hover, .grid .wishlist_button_list:hover, .grid .cmp_remove:hover, .grid .add_to_compare:hover { */
    /* border-radius: 50%; */
    /* background-color: #00d9cb; */
    /* color: #ffffff; */
    /* -moz-transform: rotate(360deg); */
    /* -ms-transform: rotate(360deg); */
    /* -webkit-transform: rotate(360deg); */
    /* transform: rotate(360deg); } */
  .grid .ajax_add_to_cart_button span, .grid .quick-view span, .grid .lnk_view span, .grid .customize span, .grid .addToWishlist span, .grid .wishlist_button_list span, .grid .cmp_remove span, .grid .add_to_compare span {
    display: none; }
.grid .quick-view {
  font-size: 16px; }
.grid .right-block {
  padding: 0 10px; }
.grid .color_to_pick_list {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.grid .product-desc {
  display: none; }

@media (max-width: 575px) {
  .grid .ajax_block_product {
    padding: 0 2px; }
  .grid h5 {
    font-size: 13px; }
  .grid .old-price {
    padding-right: 4px; }
  .grid .functional-buttons .ajax_add_to_cart_button, .grid .functional-buttons .quick-view, .grid .functional-buttons .lnk_view, .grid .functional-buttons .customize, .grid .functional-buttons .addToWishlist, .grid .functional-buttons .wishlist_button_list, .grid .functional-buttons .cmp_remove, .grid .functional-buttons .add_to_compare {
    font-size: 18px;
    width: 38px;
    height: 38px; } }
.list .ajax_block_product {
  margin-bottom: 30px; }
.list .product-image-container {
  position: relative; }
.list .product-container {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.list .left-block, .list .wrapper-desc, .list .functional-buttons {
  padding: 0 10px; }
.list .left-block {
  position: relative;
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.list .right-block {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.list .wrapper-desc {
  width: 60%; }
.list .functional-buttons {
  width: 40%;
  padding-left: 15px; }
.list .quick-view, .list .wishlist, .list .lnk_view, .list .customize, .list .compare, .list .ajax_add_to_cart_button {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer; }
.list .quick-view i, .list .addToWishlist i, .list .wishlist_button_list i, .list .customize i, .list .lnk_view i, .list .add_to_compare i, .list .ajax_add_to_cart_button i {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #00BFAB;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  height: 38px;
  height: 2.625em;
  line-height: 40px;
  line-height: 2.6em;
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
  width: 38px;
  width: 2.625em;
  margin-right: 8px;
  border-radius: 3px;
  overflow: hidden;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  -webkit-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s; }
.list .quick-view:hover, .list .addToWishlist:hover, .list .wishlist_button_list:hover, .list .customize:hover, .list .lnk_view:hover, .list .add_to_compare:hover, .list .ajax_add_to_cart_button:hover {
  color: #00BFAB; }
  .list .quick-view:hover i, .list .addToWishlist:hover i, .list .wishlist_button_list:hover i, .list .customize:hover i, .list .lnk_view:hover i, .list .add_to_compare:hover i, .list .ajax_add_to_cart_button:hover i {
    background: #00BFAB;
    border-color: #00BFAB;
    color: #ffffff; }
.list .customize {
  display: none !important; }
.list h5 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px; }
.list .product-desc {
  font-size: 14px;
  line-height: 1.7; }
.list .content_price {
  margin-bottom: 15px; }

@media (max-width: 991px) {
  .list .wrapper-desc, .list .functional-buttons {
    width: 50%; } }
@media (max-width: 575px) {
  .list .product-container {
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .list .left-block, .list .right-block, .list .wrapper-desc, .list .functional-buttons {
    width: 100%; }
  .list .functional-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px; }
  .list .quick-view, .list .wishlist, .list .lnk_view, .list .customize, .list .compare, .list .ajax_add_to_cart_button {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    width: auto; }
    .list .quick-view i, .list .wishlist i, .list .lnk_view i, .list .customize i, .list .compare i, .list .ajax_add_to_cart_button i {
      margin: 0; }
    .list .quick-view span, .list .wishlist span, .list .lnk_view span, .list .customize span, .list .compare span, .list .ajax_add_to_cart_button span {
      display: none; } }
.no-index.product_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .no-index.product_list:before, .no-index.product_list:after {
    display: none; }

.no-index.grid .ajax_block_product {
  width: 50%; }
.no-index.grid .lnk_view {
  display: none; }

@media (min-width: 771px) {
  .no-index.grid .ajax_block_product {
    width: 30%;
	margin: 0 1.5% 20px; } }
@media (max-width: 575px) {
  .no-index.product_list {
    margin: 0 -1px; }
  .no-index .ajax_block_product {
    margin-bottom: 4px; } }
.wrapper-tabs {
  margin-top: 40px; }
  .wrapper-tabs .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .wrapper-tabs .grid .ajax_block_product {
      width: 50%; }

.box-more {
  display: none;
  clear: both;
  width: 100%;
  margin-top: 20px; }

.active + .box-more {
  display: block; }

@media (min-width: 576px) {
  .wrapper-tabs .grid .ajax_block_product {
    width: 33.33333%; } }
@media (min-width: 992px) {
  .wrapper-tabs .grid .ajax_block_product {
    width: 25%; } }
@media (max-width: 991px) {
  .wrapper-tabs {
    margin-top: 50px; }
    .wrapper-tabs .grid {
      display: block;
      visibility: visible;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
      white-space: nowrap;
      padding-bottom: 15px; }
      .wrapper-tabs .grid .ajax_block_product {
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        float: none; } }
.products-block {
  margin-bottom: 40px;
  position: relative; }
  .products-block .title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6ea;
    line-height: 1.2;
    margin-bottom: 25px;
    overflow: hidden; }
    .products-block .title .link {
      display: inline-block;
      padding-bottom: 6px;
      position: relative; }
      .products-block .title .link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-bottom: 2px solid #00BFAB; }
  .products-block .block_content {
    background: none;
    border: none;
    padding: 0;
    margin: 0; }
  .products-block .items {
    margin: 0; }
  .products-block .ajax_block_product {
    padding: 12px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff; }
    .products-block .ajax_block_product:not(:first-child) {
      border-top-width: 0; }
  .products-block .product-container {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .products-block .product-container:before, .products-block .product-container:after {
      content: '';
      display: table;
      clear: both; }
  .products-block .left-block {
    max-width: 110px;
    padding: 0 10px 0 0;
    float: left;
    position: relative; }
  .products-block .new-box, .products-block .sale-box, .products-block .availability span, .products-block .price-percent-reduction {
    left: 0;
    top: 5px;
    bottom: auto;
    right: auto;
    border-radius: 0 20px 20px 0; }
  .products-block .sale-box ~ .new-box, .products-block .price-percent-reduction ~ .new-box {
    display: none; }
  .products-block .price-percent-reduction ~ .sale-box {
    display: none; }
  .products-block .product_img_link {
    overflow: hidden;
    display: block;
    position: relative; }
  .products-block .hook-reviews {
    margin-bottom: 8px; }
  .products-block h5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
    margin-bottom: 8px; }
  .products-block .product-description {
    font-size: 13px; }
  .products-block .star_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .products-block .star {
    font-size: 10px;
    margin-right: 3px; }
  .products-block .content_price {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .products-block .product-price {
    font-size: 14px; }
  .products-block .old-price ~ .product-price {
    font-size: 16px; }
  .products-block .functional-buttons, .products-block .product-desc {
    display: none; }
  .products-block .bx-wrapper {
    position: static; }
    .products-block .bx-wrapper .bx-controls-direction {
      position: absolute;
      top: 2px;
      right: 15px; }
      .products-block .bx-wrapper .bx-controls-direction a {
        display: inline-block;
        position: static;
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        line-height: 20px;
        color: #9e9e9e; }
        .products-block .bx-wrapper .bx-controls-direction a:before {
          color: inherit;
          font-family: "fontAwesome";
          font-size: inherit;
          line-height: inherit;
          padding: 0; }
        .products-block .bx-wrapper .bx-controls-direction a:hover {
          color: #1b1b1b; }
      .products-block .bx-wrapper .bx-controls-direction .bx-next:before {
        content: "\f105"; }
      .products-block .bx-wrapper .bx-controls-direction .bx-prev {
        color: #1b1b1b; }
        .products-block .bx-wrapper .bx-controls-direction .bx-prev:before {
          content: "\f104"; }

@media (max-width: 770px) {
  .footer-home-section .products-block {
    width: 100%; } }
.carousel-products .owl-stage-outer {
  padding: 35px 0; }
.carousel-products.owl-carousel .ajax_block_product, .carousel-products.owl-carousel .product-container {
  height: 100%; }
.carousel-products .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.carousel-products .owl-item:hover {
  z-index: 1; }

.owl-item .ajax_block_product {
  width: 100% !important; }

@media (min-width: 576px) {
  .owl-item .ajax_block_product {
    padding-left: 15px;
    padding-right: 15px; } }
.footer-container {
  background: #fff;
  color: #294B54;
  margin-top: 67px;
  padding-top: 95px;
  overflow: hidden;
  /* border-top:1px solid #DDDDDD; */
 }
  .footer-container h4 {
    color: #294B54;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    cursor: pointer;
    text-transform: uppercase; }
  .footer-container p {
    line-height: inherit; }
	
.newsletter .title { color:#294B54!important; font-weight:500!important; }
.newsletter .newsletter-text { border-color:#DDD!important; }
.contact-infos li { color:#294B54!important; font-weight:400!important; }
.footer-block li { color:#294B54!important; font-weight:400!important; }

.footer-block {
  line-height: 2.5;
  margin-bottom: 28px; }
  .footer-block li {
    position: relative; }

.footer-one {
  /* padding: 0 0 20px; */
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase; }

#htmlbanners10{
	display:none;
}

.footer-legal{
    background:#1c363d;
    padding:14px 0 20px;
    overflow-x:hidden; /* empÃªche le dÃ©bordement du .row de crÃ©er un scrollbar */
}
.footer-legal-row{
    margin-left:0 !important;
    margin-right:0 !important;
}
.footer-legal-row [class*="col-"]{
    padding-left:0;
    padding-right:0;
}
.footer-legal .footer-copyright{
    display:block;
    color:#7fa09d;
    font-size:10.5px;
    margin-bottom:8px;
}
.footer-legal .footer-legal-list{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:nowrap;
    gap:12px;
    overflow-x:auto;
    scrollbar-width:none;
    justify-content:flex-start;
    position:relative;
    z-index:1; /* passe au-dessus si un widget tiers a un z-index bas */
}
.footer-legal .footer-legal-list::-webkit-scrollbar{display:none;}
.footer-legal .footer-legal-list li{white-space:nowrap;}
.footer-legal .footer-legal-list a{
    color:#a9c4c1;
    text-decoration:none;
    font-size:10.5px;
}
.footer-legal .footer-legal-list a:hover{color:#fff;text-decoration:underline;}

.footer-grid{
    padding:24px 16px 8px;
    display:flex;
    flex-direction:column;
    gap:0;
}

/* Bloc marque : titre + texte SEO masquÃ©s en mobile */
.f-brand{
    padding-bottom:10px;
    margin-bottom:6px;
    border-bottom:1px solid #33606b;
}
.f-brand .f-logo{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.f-logo-mark{
    width:34px;height:34px;border-radius:8px;
    background:linear-gradient(135deg,#00bfad,#33606b);
    display:flex;align-items:center;justify-content:center;
    font-weight:800;color:#fff;font-size:13px;flex:none;
}
.f-seo-text{display:none;color:#fff !important;font-weight:400;}
.f-logo-text{
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.6px;
    color:#fff;
}

/* AccordÃ©ons */
.footer-accordion{border-bottom:1px solid #33606b;}
.footer-accordion summary{cursor:pointer;list-style:none;padding:12px 0;}
.footer-accordion summary::-webkit-details-marker{display:none;}
.footer-accordion summary h4{
    display:flex;justify-content:space-between;align-items:center;
    margin:0;color:#fff;font-size:13px;font-weight:700;
    text-transform:uppercase;letter-spacing:.6px;
}
.acc-icon{display:inline-block;transition:transform .2s ease;color:#00bfad;font-weight:800;}
.footer-accordion[open] .acc-icon{transform:rotate(45deg);}
.footer-accordion ul{list-style:none;margin:0;padding:0 0 12px;display:flex;flex-direction:column;gap:8px;}
.footer-accordion ul a{color:#c9d8d6;text-decoration:none;font-size:13.5px;font-weight:400;}
.footer-accordion ul a:hover{color:#00bfad;}
.footer-accordion address{font-style:normal;font-size:13px;line-height:1.9;padding-bottom:12px;color:#c9d8d6;font-weight:400;}
.footer-accordion .addr-line{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px;}
.footer-accordion .addr-line svg{width:16px;height:16px;flex:none;margin-top:2px;color:#00bfad;}
.footer-accordion .addr-line a,
.footer-accordion .addr-line span{color:#c9d8d6;font-weight:400;}
.footer-accordion .addr-line a{text-decoration:none;}
.footer-accordion .addr-line a:hover{color:#fff;text-decoration:underline;}

@media (min-width: 991px){
    .footer-accordion > *:not(summary){
        display:block !important;
    }
}

/* Desktop : 5 colonnes, tout affichÃ©, plus d'accordÃ©on */
@media (min-width: 991px){
    .footer-grid{
        flex-direction:row;
        max-width:1280px;
        margin:0 auto;
        padding:48px 32px 20px;
        grid-template-columns:1fr 0.85fr 1fr 1fr 1fr;
        display:grid;
        gap:28px;
    }
    .f-brand{border-bottom:none;padding-bottom:0;margin-bottom:0;}
    .f-seo-text{display:block;color:#fff !important;font-weight:400;}

    .f-logo-text{
        font-family:'Montserrat',sans-serif;
        font-size:13px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:.6px;
        color:#fff;
    }
    .f-seo-text{font-size:13px;line-height:1.7;color:#c9d8d6;max-width:32ch;margin:0;font-weight:400;}
    .footer-accordion{border-bottom:none;}
    .footer-accordion summary{
        cursor:default;
        pointer-events:none;
        padding:0 0 16px;
    }
    .acc-icon{display:none;}
    .footer-accordion ul,
    .footer-accordion address{padding-bottom:0;}
}

@media (min-width: 991px){
    .footer-legal .inner-wrapper{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .footer-legal .footer-copyright{margin-bottom:0;font-size:12px;}
    .footer-legal .footer-legal-list{justify-content:flex-end;overflow-x:visible;gap:20px;}
    .footer-legal .footer-legal-list a{font-size:12.5px;}
}
.footer-address{
    font-style:normal;
    font-size:13px;
    line-height:1.9;
    color:#c9d8d6;
}
.footer-address .addr-line{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:6px;
}
.footer-address .addr-line svg{
    width:16px;
    height:16px;
    flex:none;
    margin-top:2px;
    color:#00bfad;
}
.footer-address .addr-line a,
.footer-address .addr-line span{
    color:#c9d8d6;
}
.footer-address .addr-line a{text-decoration:none;}
.footer-address .addr-line a:hover{color:#fff;text-decoration:underline;}

.footer-payments-social{
    background:#1c363d;
    padding:14px 0;
    /* border-top:1px solid #33606b; */
    /* border-bottom:1px solid #33606b; */
}
.footer-payments-social .footer-payments-label{
    display:block;
    color:#c9d8d6;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    margin-bottom:8px;
}
.footer-payments-social ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}
.footer-payments-social .footer-social ul{
    justify-content:flex-end;
}
.payment-list li{
    display:inline-flex;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0 1px 3px rgba(0,0,0,.15);
    line-height:0;
}
.payment-list li svg{width:32px;height:20px;display:block;}

.social-list li a{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#33606b;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:background .15s ease, transform .15s ease;
}
.social-list li a:hover{background:#00bfad;transform:translateY(-2px);}
.social-list li a svg{width:13px;height:13px;}

/* Desktop : logos plus grands, alignement horizontal net */
@media (min-width: 991px){
    .footer-payments-social .inner-wrapper{
        display:flex;
        align-items:center;
    }
    .footer-payments-social .footer-payments{
        display:flex;
        align-items:center;
        gap:14px;
    }
    .footer-payments-social .footer-payments-label{
        margin-bottom:0;
        white-space:nowrap;
    }
    .payment-list li svg{width:44px;height:28px;}
    .social-list li a{width:36px;height:36px;}
    .social-list li a svg{width:16px;height:16px;}
}
  .footer-two > .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-two .inner-wrapper {
    padding: 12px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-two p {
    margin-bottom: 0; }
	
	

.footer-three {
  text-align: center; }

.blockcategories_footer ul ul {
  display: none !important; }

.blockcms__footer {
  color: #00BFAB;
  left: 0;
  margin-top: 29px;
  position: absolute;
  top: 100%; }

@media (max-width: 1440px) {
  .footer h4 {
    font-size: 18px; }

  .footer-one {
    font-size: 13px; } }
@media (max-width: 1280px) {
  .footer-container {
    margin-top: 25px;
    padding-top: 45px; }

  /* .footer-one { */
    /* padding: 0 0 20px; } */

  .footer h4 {
    font-size: 15px; } }
@media (max-width: 991px) {
  .footer-container h4 {
    cursor: pointer;
    font-size: 16px;
    line-height: 2.1;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-container h4:after {
      right: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 20px;
      position: absolute;
      right: 0;
      top: 0; }
    .footer-container h4.active:after {
      content: "\f106"; }

  .footer-block {
    width: 100%;
    margin-bottom: 0; }

  .blockcms__footer {
    font-size: 12px;
    margin-top: 71px;
    text-align: center; }

  /* .footer-one { */
    /* padding: 0 0 10px; } */
	
	

  .footer-two > .container {
    border-top: none; }
  .footer-two .inner-wrapper {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 15px; } }
@media (max-width: 480px) {
  .footer-two {
    font-size: 12px; } }
.contact-infos {
  text-transform: none; }
  .contact-infos li {
    position: relative;
    padding-left: 25px; }
    .contact-infos li:before {
      font-size: 15px;
      font-family: "fontello";
      position: absolute;
      left: 0;
      top: 0;
      width: 1em;
      text-align: center; }
  .contact-infos .address:before {
    content: '\e829'; }
  .contact-infos .e-mail:before {
    content: '\e828'; }
  .contact-infos .phone:before {
    content: '\e82b'; }

/* footer subscribe */
.footer__subscribe {
  padding: 33px 0; }
  .footer__subscribe__title {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    color: #f0aa4e; }
    .footer__subscribe__title.-socials__title {
      margin-bottom: 16px; }
    @media (max-width: 991px) {
      .footer__subscribe__title {
        font-size: 25px; } }
    @media (max-width: 770px) {
      .footer__subscribe__title {
        font-size: 20px; } }

.cart_navigation {
  margin: 20px 0; }
  .cart_navigation .button-medium {
    float: right; }

@media (max-width: 575px) {
  .cart_navigation .btn {
    border-radius: 3px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0; }
    .cart_navigation .btn i {
      display: block;
      font-size: 14px;
      line-height: inherit;
      padding: 0; }
    .cart_navigation .btn span {
      display: none; } }
#address .radio-inline,
#identity .radio-inline,
#account-creation_form .radio-inline,
#new_account_form .radio-inline,
#opc_account_form .radio-inline,
#authentication .radio-inline {
  margin-bottom: 10px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: red;
  margin: 9px 0 16px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px; }
    #identity #center_column form.std .row .col-xs-4 div.selector,
    #authentication #center_column form.std .row .col-xs-4 div.selector,
    #order-opc #center_column form.std .row .col-xs-4 div.selector {
      max-width: 100%; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 100%; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

#authentication fieldset.account_creation {
  margin-bottom: 20px; }

#order-detail-content {
  border: none; }

#cart_title {
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300; }
  #cart_title .heading-counter {
    font-size: 0.6em; }

.cart_last_product {
  display: none; }

#cart_summary {
  display: block;
  border: none;
  background: none;
  margin-bottom: 0; }
  #cart_summary tbody {
    display: block; }
  #cart_summary tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    padding: 8px 7px;
    border-radius: 4px;
    border: 1px solid #e5e5e5; }
    #cart_summary tr:not(:last-child) {
      margin-bottom: 20px; }
  #cart_summary td {
    display: block;
    border: none;
    padding: 0 7px; }
    #cart_summary td.cart_product {
      width: 15%;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      #cart_summary td.cart_product img {
        display: inline-block;
        max-width: 100%;
        width: auto; }
    #cart_summary td.cart_description {
      width: 20%;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
      #cart_summary td.cart_description .product-name {
        text-transform: capitalize;
        margin-bottom: 5px; }
      #cart_summary td.cart_description small {
        font-size: 90%;
        color: #00BFAB;
        display: block;
        padding: 2px 0 0 0; }
    #cart_summary td.cart_unit {
      width: 15%;
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; }
      #cart_summary td.cart_unit .price {
        text-align: inherit; }
        #cart_summary td.cart_unit .price li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 2px; }
        #cart_summary td.cart_unit .price .price {
          font-weight: 600; }
        #cart_summary td.cart_unit .price .price-percent-reduction {
          padding-left: 0.6em;
          padding-right: 0.6em; }
        #cart_summary td.cart_unit .price span {
          display: inline-block; }
          #cart_summary td.cart_unit .price span.old-price {
            text-decoration: line-through; }
    #cart_summary td.cart_quantity {
      -webkit-box-ordinal-group: 5;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4;
      width: 110px;
      display: block;
      position: relative; }
      #cart_summary td.cart_quantity .btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding: 0;
        background: none;
        color: inherit;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 35px;
        height: auto;
        z-index: 3;
        font-size: 17px;
        font-weight: inherit; }
        #cart_summary td.cart_quantity .btn:hover {
          color: #00BFAB; }
        #cart_summary td.cart_quantity .btn:before {
          margin: 0;
          font-size: inherit; }
        #cart_summary td.cart_quantity .btn span {
          display: none; }
      #cart_summary td.cart_quantity .cart_quantity_up {
        right: 7px; }
        #cart_summary td.cart_quantity .cart_quantity_up:before {
          content: '+'; }
      #cart_summary td.cart_quantity .cart_quantity_down {
        left: 7px; }
        #cart_summary td.cart_quantity .cart_quantity_down:before {
          content: '-'; }
      #cart_summary td.cart_quantity .cart_quantity_input {
        height: 48px;
        width: 100%;
        border-radius: 25px;
        background-color: #fafafa;
        border: 1px solid #e5e5e5;
        text-align: center;
        color: inherit;
        font-weight: 300; }
        #cart_summary td.cart_quantity .cart_quantity_input:focus {
          border-color: #00BFAB;
          outline: none; }
    #cart_summary td.cart_avail {
      display: none; }
    #cart_summary td.cart_total {
      -webkit-box-ordinal-group: 6;
      -moz-box-ordinal-group: 5;
      -ms-flex-order: 5;
      -webkit-order: 5;
      order: 5; }
      #cart_summary td.cart_total .price {
        font-weight: 600; }
    #cart_summary td.cart_delete {
      font-size: 20px;
      -webkit-box-ordinal-group: 7;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 6;
      -webkit-order: 6;
      order: 6; }

.cart_summary__footer.table {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top: 20px; }
  .cart_summary__footer.table td {
    padding: 10px 15px;
    vertical-align: middle; }
    .cart_summary__footer.table td.text-right {
      font-weight: 500;
      text-transform: uppercase; }
    .cart_summary__footer.table td.price {
      text-align: right;
      font-size: 17px; }
    .cart_summary__footer.table td#total_price_container {
      font-size: 21px; }

.cart_voucher h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }
.cart_voucher .title-offers {
  white-space: normal;
  font-weight: bold;
  margin-bottom: 6px; }
.cart_voucher fieldset {
  margin-bottom: 10px; }
  .cart_voucher fieldset #discount_name {
    float: left;
    width: calc(100% - 110px);
    margin-right: 8px; }
  .cart_voucher fieldset .btn {
    font-size: 12px;
    padding: 1.18em 2em; }
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #333; }
  .cart_voucher #display_cart_vouchers span:hover {
    color: #000; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff; }

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

table#cart_summary .gift-icon {
  color: white;
  background: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }




@media (max-width: 1024px) {
  #cart_title {
    font-size: 27px; } }
@media (max-width: 991px) {
  #cart_title {
    font-size: 22px; } }
@media (max-width: 575px) {
  #cart_title {
    font-size: 20px; }

  #cart_summary table, #cart_summary tbody, #cart_summary td {
    display: block; }
  #cart_summary tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #cart_summary td.cart_description, #cart_summary td.cart_product, #cart_summary td.cart_unit, #cart_summary td.cart_quantity, #cart_summary td.cart_delete, #cart_summary td.cart_total {
    width: 100%;
    text-align: center;
    padding: 10px 0px; }

  .cart_summary__footer tbody, .cart_summary__footer tr, .cart_summary__footer td {
    display: block; } }
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #131313;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: #fff;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #dddddd;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td,
      #order-opc .delivery_option > div > table.resume td {
        vertical-align: middle; }
        #order .delivery_option > div > table.resume td.delivery_option_radio,
        #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
          width: 32px;
          padding-left: 0;
          padding-right: 0;
          text-align: center; }
        #order .delivery_option > div > table.resume td.delivery_option_logo,
        #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
          padding-left: 21px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: 500; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #131313;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }

.box .box {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    border-radius: 3px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat; }
    p.payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat; }
    p.payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px; }
    p.payment_module a:hover {
      border-color: #00BFAB; }
    p.payment_module a span {
      font-weight: bold;
      color: #2d2d2d; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .selector {
    max-width: 400px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

ul.step {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 16px; }
  ul.step li {
    width: 20%;
    padding: 0 4px 4px 0; }
    ul.step li a, ul.step li span {
      background-color: #efefef;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 500;
      line-height: 1.1;
      padding: 12px 15px;
      position: relative;
      height: 100%; }
    ul.step li.step_current a, ul.step li.step_current span {
      background-color: #00BFAB;
      color: #ffffff; }
    ul.step li.step_done a, ul.step li.step_done span {
      background-color: #e0e0e0; }
    ul.step li em {
      font-style: normal; }

@media (max-width: 1440px) {
  ul.step {
    font-size: 14px; } }
@media (max-width: 1280px) and (min-width: 1025px) {
  ul.step {
    font-size: 13px; } }
@media (max-width: 770px) {
  ul.step li {
    width: 100%; } }
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #131313; }
  #manufacturers_list .product-counter a:hover,
  #suppliers_list .product-counter a:hover {
    color: #000; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #cdcdcd;
  padding: 31px 0 30px 0; }
  @media (max-width: 575px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 575px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #cdcdcd;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 575px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px; }
    @media (max-width: 575px) {
      #manufacturers_list.list li .right-side-content .product-counter,
      #suppliers_list.list li .right-side-content .product-counter {
        top: 0; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 992px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 575px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cdcdcd; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #cdcdcd; }

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8;
    color: #131313;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #pagenotfound .pagenotfound p {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #131313;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    padding-right: 10px;
    font-weight: normal; }
    @media (max-width: 575px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    height: 46px;
    margin-right: 5px; }
    @media (max-width: 575px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound form .btn {
    font-size: 12px;
    vertical-align: top;
    padding: 1.209em 1.5em;
    border-radius: 3px; }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .button-medium i.left {
      font-size: 17px; }

@media (max-width: 575px) {
  #pagenotfound .pagenotfound h1 {
    font-size: 22px;
    line-height: 1.2; }
  #pagenotfound .pagenotfound label {
    padding: 0;
    margin-bottom: 15px; }
  #pagenotfound .pagenotfound p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none; } }
table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0; }

#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 992px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.block_hidden_only_for_screen {
  display: none; }

.footer_links {
  border-top: 1px solid #e6e6ea;
  margin-top: 25px;
  padding: 25px 0 0px 0; }
  .footer_links li {
    float: left; }
    .footer_links li + li {
      margin-left: 10px; }

@media (max-width: 575px) {
  .footer_links .btn {
    font-size: 10px;
    padding: 1.31em 1.8em; } }
.box {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

p.required {
  color: #00BFAB; }

p.info-title {
  font-weight: bold;
  color: #131313;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #131313; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  background: #00BFAB;
  color: #ffffff;
  font-size: 13px; }
  .label.label-success {
    background: #63c361; }
  .label.label-danger {
    background: red; }

label {
  display: inline-block; }
  .form-group label {
    display: block;
    padding-bottom: 10px; }
  label.required:before {
    content: "*";
    color: #465fcb;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

#facebook_block,
#cmsinfo_block {
  margin-top: 60px;
  overflow: hidden;
  float: none;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 575px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%; } }

#cmsinfo_block {
  max-width: 65%; }

#facebook_block h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    #facebook_block h4 {
      font-size: 16px; } }

@media (max-width: 575px) {
  #cmsinfo_block > div {
    width: 100%; } }
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 15px 0 0;
  font-size: 27px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  background: #00BFAB;
  border-radius: 7px; }
  @media (max-width: 770px) {
    #cmsinfo_block em {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px; } }
#cmsinfo_block .type-text {
  overflow: hidden; }
#cmsinfo_block h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    #cmsinfo_block h3 {
      font-size: 16px; } }
#cmsinfo_block p {
  font-size: 14px;
  line-height: 2; }
#cmsinfo_block ul li {
  padding-bottom: 22px; }
  @media (max-width: 991px) {
    #cmsinfo_block ul li {
      padding-bottom: 10px; } }
  @media (max-width: 770px) {
    #cmsinfo_block ul li {
      padding-bottom: 0; } }
#cmsinfo_block p em {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #555;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic; }

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

.socials ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  float:right;  }
.socials li {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle; }
.socials a {
  font-size: 17px;
  line-height: 2.3em;
  display: block;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  border-radius: 4px;
  background-color: transparent; }

.footer-one .socials {
  float: right; }
  .footer-one .socials ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }


@media (max-width: 991px) {
  .socials a {
    font-size: 17px; } }
@media (max-width: 770px) {
  .footer-two .socials {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    .footer-two .socials ul {
      -webkit-justify-content: flex-center;
      -moz-justify-content: flex-center;
      -ms-justify-content: flex-center;
      justify-content: flex-center;
      -ms-flex-pack: flex-center; } }
@media (max-width: 575px) {
  .socials a {
    font-size: 19px; }

  .footer-two .socials {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
     }
@media (max-width: 480px) {
  .socials a {
    font-size: 19px; } }
/* @import "preloader"; */
input[type="button"], input[type="submit"], a, button, .btn, .myaccount-link-list a, .myaccount-link-list i {
  -moz-transition: background 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background 0.4s, color 0.4s, border-color 0.4s;
  -webkit-transition: background 0.4s, color 0.4s, border-color 0.4s;
  transition: background 0.4s, color 0.4s, border-color 0.4s; }

@-moz-keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
.form-control, input[type="text"], input[type="password"], input[type="email"], div.selector {
  -moz-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  -webkit-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in; }

div.selector span:after {
  -moz-transition: background 0.15s ease-in, color 0.15s ease-in;
  -o-transition: background 0.15s ease-in, color 0.15s ease-in;
  -webkit-transition: background 0.15s ease-in, color 0.15s ease-in;
  transition: background 0.15s ease-in, color 0.15s ease-in; }

@-moz-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px); }
  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); } }
@-webkit-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px); }
  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px); }
  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px); }
  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); } }
.no-index.product_list.grid {
  -moz-animation: grid-to-list 0.5s ease;
  -webkit-animation: grid-to-list 0.5s ease;
  animation: grid-to-list 0.5s ease; }

.no-index.product_list.list {
  -moz-animation: list-to-grid 0.5s ease;
  -webkit-animation: list-to-grid 0.5s ease;
  animation: list-to-grid 0.5s ease; }

.left-block .product_img_link {
  position: relative;
  overflow: hidden; }
.left-block .product-item__img-alternate {
  left: 0;
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  opacity: 0;
  -moz-transform: translate(-50%, -105%);
  -ms-transform: translate(-50%, -105%);
  -webkit-transform: translate(-50%, -105%);
  transform: translate(-50%, -105%);
  -moz-transform-origin: 0 0 50%;
  -ms-transform-origin: 0 0 50%;
  -webkit-transform-origin: 0 0 50%;
  transform-origin: 0 0 50%;
  -moz-transition: opacity 0.7s, -moz-transform 0.7s;
  -o-transition: opacity 0.7s, -o-transform 0.7s;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  opacity: 0;
  max-width: 100%; }
  .left-block .product-item__img-alternate + .product-item__img {
    position: relative;
    -moz-transition: opacity 0.7s, -moz-transform 0.7s;
    -o-transition: opacity 0.7s, -o-transform 0.7s;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s; }
.left-block:hover .product-item__img-alternate {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1; }
  .left-block:hover .product-item__img-alternate + .product-item__img {
    -moz-transform: translate(0, 105%);
    -ms-transform: translate(0, 105%);
    -webkit-transform: translate(0, 105%);
    transform: translate(0, 105%);
    opacity: 0; }

.grid .functional-buttons {
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s; }
.grid .new-box, .grid .sale-box, .grid .availability span, .grid .price-percent-reduction, .grid .online_only {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }
.grid .product-container {
  -moz-transition: -moz-transform 0.4s, box-shadow 0.4s;
  -o-transition: -o-transform 0.4s, box-shadow 0.4s;
  -webkit-transition: -webkit-transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s; }
  .grid .product-container:hover {
    -moz-box-shadow: 0 -1px 100px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -1px 100px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 100px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
    .grid .product-container:hover .new-box, .grid .product-container:hover .sale-box, .grid .product-container:hover .availability span, .grid .product-container:hover .price-percent-reduction, .grid .product-container:hover .online_only {
      opacity: 0; }
    .grid .product-container:hover .functional-buttons {
      opacity: 1;
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }

.color_to_pick_list .color-item {
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }
  .color_to_pick_list .color-item:before {
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }
  .color_to_pick_list .color-item:not([style*="#fffff"]):hover:before {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  .color_to_pick_list .color-item[style*="#fffff"]:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .color_to_pick_list .color-item[style*="#fffff"]:hover a {
    border-color: #ffffff; }

.header-slide {
  overflow: hidden; }
  .header-slide p, .header-slide h1, .header-slide h2, .header-slide h3, .header-slide h4, .header-slide h5, .header-slide h6 {
    position: relative;
    opacity: 0; }
  .header-slide p:nth-child(1), .header-slide h1:nth-child(1), .header-slide h2:nth-child(1), .header-slide h3:nth-child(1), .header-slide h4:nth-child(1), .header-slide h5:nth-child(1), .header-slide h6:nth-child(1) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 1.1s, opacity 0.9s 1.1s;
    -o-transition: -o-transform 0.9s 1.1s, opacity 0.9s 1.1s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 1.1s, 1.1s;
    transition: transform 0.9s 1.1s, opacity 0.9s 1.1s; }
  .header-slide p:nth-child(2), .header-slide h1:nth-child(2), .header-slide h2:nth-child(2), .header-slide h3:nth-child(2), .header-slide h4:nth-child(2), .header-slide h5:nth-child(2), .header-slide h6:nth-child(2) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 1.6s, opacity 0.9s 1.6s;
    -o-transition: -o-transform 0.9s 1.6s, opacity 0.9s 1.6s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 1.6s, 1.6s;
    transition: transform 0.9s 1.6s, opacity 0.9s 1.6s; }
  .header-slide p:nth-child(3), .header-slide h1:nth-child(3), .header-slide h2:nth-child(3), .header-slide h3:nth-child(3), .header-slide h4:nth-child(3), .header-slide h5:nth-child(3), .header-slide h6:nth-child(3) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 2.1s, opacity 0.9s 2.1s;
    -o-transition: -o-transform 0.9s 2.1s, opacity 0.9s 2.1s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 2.1s, 2.1s;
    transition: transform 0.9s 2.1s, opacity 0.9s 2.1s; }
  .header-slide p:nth-child(4), .header-slide h1:nth-child(4), .header-slide h2:nth-child(4), .header-slide h3:nth-child(4), .header-slide h4:nth-child(4), .header-slide h5:nth-child(4), .header-slide h6:nth-child(4) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 2.6s, opacity 0.9s 2.6s;
    -o-transition: -o-transform 0.9s 2.6s, opacity 0.9s 2.6s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 2.6s, 2.6s;
    transition: transform 0.9s 2.6s, opacity 0.9s 2.6s; }
  .header-slide p:nth-child(5), .header-slide h1:nth-child(5), .header-slide h2:nth-child(5), .header-slide h3:nth-child(5), .header-slide h4:nth-child(5), .header-slide h5:nth-child(5), .header-slide h6:nth-child(5) {
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    -moz-transition: -moz-transform 0.9s 3.1s, opacity 0.9s 3.1s;
    -o-transition: -o-transform 0.9s 3.1s, opacity 0.9s 3.1s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 3.1s, 3.1s;
    transition: transform 0.9s 3.1s, opacity 0.9s 3.1s; }
  .header-slide p:nth-child(6), .header-slide h1:nth-child(6), .header-slide h2:nth-child(6), .header-slide h3:nth-child(6), .header-slide h4:nth-child(6), .header-slide h5:nth-child(6), .header-slide h6:nth-child(6) {
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
    -moz-transition: -moz-transform 0.9s 3.6s, opacity 0.9s 3.6s;
    -o-transition: -o-transform 0.9s 3.6s, opacity 0.9s 3.6s;
    -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
    -webkit-transition-delay: 3.6s, 3.6s;
    transition: transform 0.9s 3.6s, opacity 0.9s 3.6s; }
  .header-slide.with-image .image {
    -moz-transition: -moz-transform 0.7s 3s, opacity 0.7s 3s;
    -o-transition: -o-transform 0.7s 3s, opacity 0.7s 3s;
    -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
    -webkit-transition-delay: 3s, 3s;
    transition: transform 0.7s 3s, opacity 0.7s 3s;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0; }

.active .header-slide p:nth-child(1), .active .header-slide p:nth-child(3), .active .header-slide p:nth-child(2), .active .header-slide p:nth-child(4), .active .header-slide h1:nth-child(1), .active .header-slide h1:nth-child(3), .active .header-slide h1:nth-child(2), .active .header-slide h1:nth-child(4), .active .header-slide h2:nth-child(1), .active .header-slide h2:nth-child(3), .active .header-slide h2:nth-child(2), .active .header-slide h2:nth-child(4), .active .header-slide h3:nth-child(1), .active .header-slide h3:nth-child(3), .active .header-slide h3:nth-child(2), .active .header-slide h3:nth-child(4), .active .header-slide h4:nth-child(1), .active .header-slide h4:nth-child(3), .active .header-slide h4:nth-child(2), .active .header-slide h4:nth-child(4), .active .header-slide h5:nth-child(1), .active .header-slide h5:nth-child(3), .active .header-slide h5:nth-child(2), .active .header-slide h5:nth-child(4), .active .header-slide h6:nth-child(1), .active .header-slide h6:nth-child(3), .active .header-slide h6:nth-child(2), .active .header-slide h6:nth-child(4) {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }
.active .header-slide.with-image .image {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

@-moz-keyframes kenburns {
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    opacity: 0; } }
@-webkit-keyframes kenburns {
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    opacity: 0; } }
@keyframes kenburns {
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(190px, 85px, 0px);
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1; }
  100% {
    -moz-transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    -ms-transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    -webkit-transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    transform: scale3d(2, 2, 2) translate3d(170px, 65px, 0px);
    opacity: 0; } }
@media (min-width: 1025px) {
  .active .zoom-in-effect .headerslider-img {
    -moz-animation: kenburns 27s infinite 1s;
    -webkit-animation: kenburns 27s infinite 1s;
    animation: kenburns 27s infinite 1s; } }
.home-banner .img-banner, .category-banner .img-banner {
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s; }
.home-banner p, .home-banner .description:after, .home-banner .banner-description:after, .category-banner p, .category-banner .description:after, .category-banner .banner-description:after {
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s; }
.home-banner .banner-link, .category-banner .banner-link {
  overflow: hidden; }
  .home-banner .banner-link:before, .category-banner .banner-link:before {
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  .home-banner .banner-link:hover:before, .category-banner .banner-link:hover:before {
    opacity: 0; }
  .home-banner .banner-link:hover .img-banner, .category-banner .banner-link:hover .img-banner {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }/*
  .home-banner .banner-link:hover p:nth-child(2n + 1), .category-banner .banner-link:hover p:nth-child(2n + 1) {
    opacity: 0;
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px); }
  .home-banner .banner-link:hover p:nth-child(2n), .category-banner .banner-link:hover p:nth-child(2n) {
    opacity: 0;
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -webkit-transform: translateX(70px);
    transform: translateX(70px); }
  .home-banner .banner-link:hover .description:after, .home-banner .banner-link:hover .banner-description:after, .category-banner .banner-link:hover .description:after, .category-banner .banner-link:hover .banner-description:after {
    opacity: 0;
    -moz-transform: translateX(70px) rotateZ(270deg);
    -ms-transform: translateX(70px) rotateZ(270deg);
    -webkit-transform: translateX(70px) rotateZ(270deg);
    transform: translateX(70px) rotateZ(270deg); }*/

.feature-item .wrap-icon:before, .feature-item .wrap-icon:after {
  -moz-transition: -moz-transform 0.5s, color 0.5s, opacity 0.5s;
  -o-transition: -o-transform 0.5s, color 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, color 0.5s, opacity 0.5s;
  transition: transform 0.5s, color 0.5s, opacity 0.5s; }
.feature-item .wrap-icon:hover:before, .feature-item .wrap-icon:hover:after {
  color: #00BFAB;
  transform: rotateY(180deg); }
.feature-item .wrap-icon:hover:before {
  opacity: 0; }
.feature-item .wrap-icon:hover:after {
  opacity: 0.85; }

.promo-item .banner-link {
  display: block;
  overflow: hidden;
  position: relative; }
  .promo-item .banner-link .img-banner {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  .promo-item .banner-link:hover .img-banner {
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04); }

.manufacturers-item > a {
  display: block;
  opacity: 0.5;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }
  .manufacturers-item > a:hover {
    opacity: 1;
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }

.subcategory-image {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }
  .subcategory-image a {
    border-radius: 4px;
    overflow: hidden; }
  .subcategory-image:hover {
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

.socials a {
  -moz-transition: color 0.3s, background-color 0.3s, -moz-transform 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, -o-transform 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  will-change: transform; }
  .socials a:hover {
    background-color: transparent;
    color: #00bfb3;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);}
	
	.footer-block.info-block .toggle-footer { font-weight:400!important; }

fbody.locked {
  overflow: hidden; }

.unvisible,
.hidden {
  display: none; }

@media (max-width: 480px) {
  .hidden-xxs-down {
    display: none !important; } }
@media (min-width: 481px) {
  .hidden-xs-up {
    display: none !important; } }
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 770px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 771px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1024px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1025px) {
  .hidden-ml-up {
    display: none !important; } }
@media (max-width: 1280px) {
  .hidden-ml-down {
    display: none !important; } }
@media (min-width: 1281px) {
  .hidden-xl-up {
    display: none !important; } }
@media (max-width: 1440px) {
  .hidden-xl-down {
    display: none !important; } }
@media (min-width: 1441px) {
  .hidden-wxga-plus-up {
    display: none !important; } }
@media (min-width: 992px) {
  .header {
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }
    .header.fixed-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; 	  } }
@media (max-width: 1024px) {
  .no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#reinsurance_block {
  clear: both !important; }

@media (max-width: 991px) {
  .zoomdiv {
    display: none !important; } }
.payment_option_form {
  display: none; }

.payment_option_logo {
  height: 50px;
  max-height: 50px; }

.payment_module_adv {
  height: 120px;
  max-height: 120px; }

.payment_option_selected {
  display: none;
  margin-top: 15px; }
  .payment_option_selected i {
    color: green; }

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important; }

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }

.pointer-box {
  cursor: pointer; }

.homeslider-container {
  visibility: hidden; }

.owl-loaded .homeslider-container {
  visibility: visible; }

/*# sourceMappingURL=global.css.map */

/* custom css */

.myaccount-link-list li, .myaccount-link-list .mp_tab_block li { width:48%!important; margin-right:2%!important; float:left!important; }
.page-heading-mp { margin-top:54px!important; }
.block_content .bullet li { line-height:25px!important; } 

#descriptionFooterCategory h3 {
	font-size: 2.2rem;
	color: #00BFAB;
}

#descriptionFooterCategory ul {
	padding-left: 15px;
}
#descriptionFooterCategory li {
	list-style-type: disc;
	margin: .6em 0;
}
#descriptionFooterCategory table th, #descriptionFooterCategory table td {
  border: 1px solid #CCC;
}

#descriptionFooterCategory a {
  color: #00BFAB;
  text-decoration: underline;
}

.elementor-text-editor.elementor-clearfix table, .elementor-text-editor.elementor-clearfix table th, .elementor-text-editor.elementor-clearfix table td{
	border: 1px solid #294B54;
}

[class^='product_customization_for_'] .cart_quantity_input,
[class^='product_customization_for_'] .cart_quantity_button { display:none!important; }


.quiz-117 {
	max-width: 1200px;
    margin: 50px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 30px;
  }
  .quiz-117 h1, .quiz-117 h2 {
    text-align: center;
    color: rgb(41, 75, 84);
  }
  .quiz-117 .question {
    display: none;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
  }
  .quiz-117 .question.active {
    display: block;
  }
 .quiz-117 .options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
  .quiz-117 button.option {
    padding: 12px 18px;
    border: 2px solid rgb(41, 75, 84);
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
  }
  .quiz-117 button.option:hover {
    background-color: rgb(41, 75, 84);
    color: #fff;
  }
  .quiz-117 .result {
    display: none;
    text-align: center;
    padding: 20px;
  }
  .quiz-117 .result.active {
    display: block;
  }
  .quiz-117 .cta-btn {
    margin-top: 20px;
    padding: 14px 22px;
    background-color: rgb(41, 75, 84);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
  }
  .quiz-117 .cta-btn:hover {
    background-color: rgb(41, 75, 84);
  }
  
  .resultQuizzCenter{
	text-align:center
  }
  
#search_block_top span{
	background-color: #00BFAD;
	color: #fff;
	padding: 9px;
	border-radius: 18px;
	margin-right: 5px;
} 

/* â”€â”€ Section wrapper â”€â”€ */
.forfaits-section {
  max-width: 960px;
  margin: 0 auto;
}

/* â”€â”€ Section header â”€â”€ */
.forfaits-section__header {
  display:flex;align-items:center;gap:12px;margin-bottom:0px;
}

.forfait-popular {
  background: #DC5C2B;
color: #fff;
font-size: 10px;
font-weight: 700;
padding: 3px 10px;
border-radius: 10px;
position: absolute;
top: -150%;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}

.forfaits-section__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #294b54;
}

.forfaits-section__badge-new {
	background: #fce8df;
	color: rgb(220, 92, 43);
	font-size: 12px;
	padding: 4px 12px;
	font-weight: 700;
	border-radius: 25px;
	white-space: nowrap;
}

.forfaits-section__subtitle {
  font-size: 0.95rem;
  color: var(--color-primary);
  margin-bottom: 28px;
  line-height: 1.5;
}

/* â”€â”€ Cards grid â”€â”€ */
.forfaits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}

/* .spm_display.spm_animated.spmEffect_shake.spm_display_v3 .spm_droppable_row{ */
	/* background: rgb(154, 221, 115) !important; */
/* } */

/* â”€â”€ Single card â”€â”€ */
.forfait-card {
  background-color: var(--color-white);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 32px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.forfait-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

/* â”€â”€ Featured card modifier â”€â”€ */
.forfait-card--featured {
  border-color: var(--color-cta);
  box-shadow: var(--shadow-featured);
}

.forfait-card--featured:hover {
  box-shadow: 0 12px 40px rgba(0, 191, 173, 0.28);
}

/* â”€â”€ Popular badge (on featured card) â”€â”€ */
.forfait-card__badge-popular {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-accent);
  color: var(--color-white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: var(--radius-badge);
  white-space: nowrap;
}

/* â”€â”€ Card volume â”€â”€ */
.forfait-card__volume {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-top: 8px;
}

/* â”€â”€ Card price â”€â”€ */
.forfait-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 4px 0 2px;
}

.forfait-card__price-amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--color-cta);
  line-height: 1;
}

.forfait-card--featured .forfait-card__price-amount {
  color: var(--color-accent);
}

.forfait-card__price-currency {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-cta);
}

.forfait-card--featured .forfait-card__price-currency {
  color: var(--color-accent);
}

.forfait-card__price-unit {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-text-muted);
}

/* â”€â”€ Card billing â”€â”€ */
.forfait-card__billing {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  font-weight: 500;
  margin-bottom: 4px;
}

/* â”€â”€ Card description â”€â”€ */
.forfait-card__description {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  min-height: 44px;
  margin-bottom: 12px;
}

/* â”€â”€ CTA button â”€â”€ */
.forfait-card__cta {
  display: inline-block;
  margin-top: auto;
  padding: 11px 28px;
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-badge);
  font-family: var(--font);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.forfait-card__cta:hover {
  background-color: var(--color-cta);
  border-color: var(--color-cta);
  color: var(--color-white);
}

.forfait-card--featured .forfait-card__cta:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

/* â”€â”€ Divider â”€â”€ */
.forfaits-section__divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin-top: 40px;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 720px) {
  .forfaits-grid {
	grid-template-columns: 1fr;
	max-width: 380px;
	margin: 0 auto;
  }

  .forfaits-section__title {
	font-size: 1.3rem;
  }
  
	.dtf-steps__item:not(:last-child)::after {
	  top: 40px;
	  left: 19px;
	  right: auto;
	  width: 2px;
	  height: calc(100% - 20px);
	}
}


.dtf-steps__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 25px;
	left: calc(50% + 26px);
	right: calc(-50% + 26px);
	height: 2px;
	background: rgba(29, 174, 154, 0.28);
}

.cms-1 .prep-card{
    background: #f2f2f2;
    border-radius: 12px;
    padding: 1rem;
    border-left: 4px solid #00bfad;
	margin: 10px;
}

.cms-1 .titre-delais-prep{
	font-size: 12px !important;
    font-weight: 600 !important;
    color: #294B54 !important;
    margin-bottom: 6px !important;
    line-height: 1.4 !important;
}

.cms-1 .delais-prep{
	font-size:24px !important;
	font-weight:700 !important;
	color:#00bfad !important;
}

.cms-1 .delais-prep-2{
	font-size: 11px !important;
    color: #4a7080 !important;
    margin-top: 1px !important;
}

.cms-1 .div-delais-prep{
	display: flex; 
	align-items: center; 
	gap: 10px; 
	margin-bottom: 0.5rem;
}

.cms-1 .div-round-green{
	width: 8px; 
	height: 8px; 
	background: #00bfad; 
	border-radius: 50%; 
	flex-shrink: 0;
}

.cms-1 .div-delais-prep h2, .cms-1 .div-delais-prep h3{
	font-size: 17px; 
	font-weight: bold; 
	color: #294b54; 
	margin: 0;
	font-family: 'nunito' !important;
}

.cms-1 .div-left{
	text-align: left;
}

.cms-1 .span-color{
	color: #dc5c2b;
}

.cms-1 .span-color-background{
	font-size:10px;
	background:#fff3ef;
	color:#DC5C2B;
	border-radius:6px;
	padding:3px 7px;
	margin-top:8px;
	font-weight:700;
	display:inline-block;
}

.cms-1 .cms-49-table .thead-row {
  background: #294B54;
  color: #fff;
}

.cms-1 .cms-49-table{
	width: 100%;
}

.cms-1 .cms-49-table .th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
}

.cms-1 .cms-49-table .row-white {
  background: #fff;
}

.cms-1 .cms-49-table .row-gray {
  background: #f7fafa;
}

.cms-1 .cms-49-table .td {
  padding: 9px 12px;
  color: #294B54;
  border-bottom: 1px solid #eaf0f2;
  vertical-align: middle;
}

.cms-1 .cms-49-table .td-last {
  padding: 9px 12px;
  color: #294B54;
  border-bottom: none;
  vertical-align: middle;
}

.cms-1 .cms-49-table .badge {
  font-size: 10px;
  background: #e8f0f2;
  color: #294B54;
  border-radius: 4px;
  padding: 2px 6px;
  font-weight: 700;
  display: inline-block;
}

.cms-1 .cms-49-table .price {
  font-weight: 700;
  color: #00bfad;
}

.cms-1 .cms-49-table .delay {
  color: #DC5C2B;
  font-weight: 600;
}

.cms-1 .cms-49-table .empty {
  color: #aaa;
  font-size: 12px;
}

.cms-1 .message-popup-dom-tom{
	background: #fff3ef; 
	border-left: 4px solid #DC5C2B; 
	border-radius: 10px; 
	padding: .85rem 1.1rem; 
	margin-top: 1rem; 
	font-size: 13px; 
	color: #294b54; 
	line-height: 1.6;
}

.cms-1 .div-tarif-dest{
	background: #f2f2f2; 
	border-radius: 10px; 
	padding: 1rem 1.2rem; 
	border-left: 4px solid #294B54;
}

.cms-1 .span-text-tarif-dest{
	font-size: 13px; 
	color: #294b54; 
	line-height: 1.6;
	margin: 0 0 6px;
}

.cms-1 .cms-49-pays {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 8px;
}

.cms-1 .cms-49-pays .pays-link {
  background: #f2f2f2;
  border: 1.5px solid #d4e4e8;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #294B54;
  text-align: center;
  text-decoration: none;
  display: block;
}

.title-crea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.title-crea-blue {
  color: #294B54;
}

.title-crea-green {
  color: #00bfad;
}

.title-crea-white {
  color: #fff;
}

.mat-chips-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.mat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mat-chip {
    background: #fff;
    border: 2px solid #e0e0e0;
    color: #294B54;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
    white-space: nowrap;
}

.mat-chip:hover, .mat-chip.on {
    background: #00bfad;
    border-color: #00bfad;
    color: #fff;
}

.mat-chips-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #294B54;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;
    transition: background .2s, border-color .2s, color .2s;
}

.mat-chips-arrow.left {
    left: 0;
}

.mat-chips-arrow.right {
    right: 0;
}

.mat-chips-arrow:hover {
    background: #00bfad;
    border-color: #00bfad;
    color: #fff;
}

.mat-chips-arrow:disabled {
    opacity: .3;
    cursor: default;
    background: #fff;
    border-color: #e0e0e0;
    color: #294B54;
}

/* Tablette : chips resserrÃ©es, toujours en wrap */
@media (max-width: 768px) {
    .mat-chips {
        gap: 6px;
    }
    .mat-chip {
        font-size: 11.5px;
        padding: 6px 14px;
    }
	
	#Div-btn-mb .elementor-column-wrap.elementor-element-populated{
		background-color: transparent;
		border-radius: 0px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
	}
}

/* Mobile : bascule en scroll horizontal + flÃ¨ches visibles */
@media (max-width: 520px) {
    .mat-chips-wrap {
        margin-bottom: 20px;
    }
    .mat-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        padding: 0 38px;
    }
    .mat-chips::-webkit-scrollbar {
        display: none;
    }
    .mat-chip {
        font-size: 11px;
        padding: 6px 13px;
        flex-shrink: 0;
    }
    .mat-chips-arrow {
        display: flex;
    }
	
	#Div-btn-mb .elementor-column-wrap.elementor-element-populated{
		background-color: transparent;
		border-radius: 0px 0px 0px 0px;
		padding: 20px 20px 20px 20px;
	}
}

.sample-cta {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    background: #294B54;
    /* padding: 60px 80px; */
    align-items: center;
}

/* Colonne gauche */
.sample-cta-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #00bfad;
    margin-bottom: 14px;
}

.sample-cta-title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 18px;
}

.sample-cta-text {
    font-size: 14.5px;
    font-weight: 400;
    color: #cfe0e3;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 480px;
}

.sample-cta-text strong {
    font-weight: 700;
    color: #fff;
}

.sample-cta-btn {
    display: inline-flex;
    align-items: center;
    background: #00bfad;
    color: #fff;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    transition: background .2s;
}

.sample-cta-btn:hover {
    background: #009c8d;
}

/* Colonne droite : 2 cartes empilÃ©es */
.sample-cta-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sample-card {
    background: #33565f;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.sample-card-text h3 {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
}

.sample-card-text p {
    font-size: 12.5px;
    font-weight: 400;
    color: #b9cdd1;
    line-height: 1.5;
    margin: 0;
}

.sample-card-price {
    font-size: 14px;
    font-weight: 800;
    color: #00bfad;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Tablette : on rÃ©duit les paddings et le gap */
@media (max-width: 900px) {
    .sample-cta {
        padding: 50px 40px;
        gap: 40px;
    }
    .sample-cta-title {
        font-size: 26px;
    }
}

/* Mobile : texte en haut (pleine largeur), cartes cÃ´te Ã  cÃ´te en dessous */
@media (max-width: 700px) {
    .sample-cta {
        grid-template-columns: 1fr;
        padding: 40px 24px;
        gap: 28px;
    }

    .sample-cta-title {
        font-size: 22px;
    }

    .sample-cta-text {
        max-width: none;
    }

    .sample-cta-right {
        flex-direction: row;
        gap: 12px;
    }

    .sample-card {
        flex: 1;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 14px;
        gap: 10px;
    }

    .sample-card-text h3 {
        font-size: 12.5px;
    }

    .sample-card-text p {
        font-size: 11px;
    }

    .sample-card-price {
        font-size: 13px;
    }
}

.sample-card-text p, .sample-cta-text{
	color: #fff !important;
}

.prod-card:hover{border-color:#00bfad;transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,191,173,.13)}

.home-steps{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  position:relative;
}

.home-steps-4{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative;
}

.home-steps::before, .home-steps-4::before{
  content:'';
  position:absolute;
  top:26px;
  left:10%;
  right:10%;
  height:2px;
  background:#e0e0e0;
  z-index:0;
}
.home-step{
  text-align:center;
  padding:0 14px;
  position:relative;
  z-index:1;
}
.home-step-num{
  width:52px;
  height:52px;
  background:#fff;
  border:2px solid #e0e0e0;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  font-size:16px;
  font-weight:900;
  color:#294B54;
  transition:background .2s,border-color .2s,color .2s;
}
.home-step:hover .home-step-num{
  background:#00bfad;
  border-color:#00bfad;
  color:#fff;
}
.home-step-title{
  font-size:12.5px;
  font-weight:800;
  color:#294B54;
  margin-bottom:6px;
}
.home-step-desc{
  font-size:11.5px;
  font-weight:500;
  color:#7a9098;
  line-height:1.6;
}

/* Tablette : 2 colonnes (le 5e Ã©lÃ©ment prend toute la largeur ou reste seul sur sa ligne) */
@media (max-width:900px){
  .home-steps, .home-steps-4{
    grid-template-columns:repeat(2,1fr);
    row-gap:32px;
  }
  .home-steps::before, .home-steps-4::before{
    display:none; /* la ligne horizontale n'a plus de sens en grille 2 colonnes */
  }
}

/* Mobile : 1 colonne, empilÃ© */
@media (max-width:520px){
  .home-steps, .home-steps-4{
    grid-template-columns:1fr;
    row-gap:24px;
  }
  .home-step{
    padding:0 20px;
  }
  .home-step-num{
    width:44px;
    height:44px;
    font-size:14px;
    margin-bottom:12px;
  }
  .home-step-title{
    font-size:13px;
  }
  .home-step-desc{
    font-size:12px;
  }
}
.table-home-mb td{
	padding: 12px; text-align: center;
}

.table-home-mb{
	width: 100%; border-collapse: collapse; border: 1px solid #ffffff;
}

.pod-checks{display:flex;flex-wrap:wrap;gap:10px 24px}
.pod-check{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#294B54}
.pod-check::before{content:'\2713';color:#00bfad;font-weight:900;flex-shrink:0}

/* 11. FAQ */
.faq-home .faq-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.faq-home .faq-item{
    background:#fff;
    border-radius:8px;
    padding:18px 20px;
    cursor:pointer;
    border-left:3px solid transparent;
    transition:border-color .2s;
}

.faq-home .faq-item.on,
.cms-accueil .faq-item:hover{
    border-left-color:#00bfad;
}

.faq-home .faq-q{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
    font-size:13.5px;
    font-weight:700;
    color:#294B54;
}

.faq-home .faq-icon{
    font-size:18px;
    color:#00bfad;
    flex-shrink:0;
    line-height:1;
    font-weight:400;
}

.faq-home .faq-a{
    display:none;
    font-size:13px;
    font-weight:500;
    line-height:1.75;
    color:#5a7880;
    margin-top:10px;
}

.faq-home .faq-item.on .faq-a{
    display:block;
}

.prod-cta{
    display:inline-flex;
    align-items:center;
    gap:4px;
    margin-top:12px;
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.07em;
    text-transform:uppercase;
    color:#00bfad;
    transition:gap .2s;
}
.prod-cta::after{content:'\2192'}
.prod-card:hover .prod-cta{gap:8px}

/* Tablette : grille resserrÃ©e */
@media (max-width:768px){
    .faq-home .faq-grid{
        gap:10px;
    }
    .faq-home .faq-item{
        padding:16px 18px;
    }
}

/* Mobile : 1 colonne, empilÃ© */
@media (max-width:600px){
    .faq-home .faq-grid{
        grid-template-columns:1fr;
        gap:10px;
    }
    .faq-home .faq-item{
        padding:15px 16px;
    }
    .faq-home .faq-q{
        font-size:13px;
        gap:10px;
    }
    .faq-home .faq-icon{
        font-size:17px;
    }
    .faq-home .faq-a{
        font-size:12.5px;
        line-height:1.65;
    }
}

@media (max-width:600px){
    .about-more{
        display:none !important;
        max-height:0;
        overflow:hidden;
    }
    .about-more.open{
        display:block !important;
        max-height:none;
    }
    .about-toggle{
        display:inline-flex !important;
        align-items:center;
        gap:4px;
        margin-top:8px;
        background:none;
        border:none;
        padding:0;
        font-family:'Montserrat',sans-serif;
        font-size:12.5px;
        font-weight:700;
        letter-spacing:.05em;
        text-transform:uppercase;
        color:#00bfad;
        cursor:pointer;
    }
}
.about-toggle{
    display:none;
}

.color-blue {
  color: #294B54;
}

.color-green {
  color: #00bfad;
}

.color-white {
  color: #fff;
}

.cms-51 .tp-wrap {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #294B54;
  line-height: 1.6;
}
 
/* â”€â”€ Variables simulÃ©es (IE11 non concernÃ© sur PrestaShop moderne) â”€â”€ */
.cms-51 .tp-wrap * { box-sizing: border-box; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-hero {
  background: #294B54;
  color: #ffffff;
  padding: 72px 6% 80px;
}
.cms-51 .tp-hero-eyebrow {
  display: inline-block;
  background: #00bfad;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 2px;
  margin-bottom: 22px;
}
.cms-51 .tp-hero-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.13;
  margin-bottom: 20px;
  max-width: 680px;
}
.cms-51 .tp-hero-title-accent { color: #00bfad; }
.cms-51 .tp-hero-desc {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.78;
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 36px;
}
.cms-51 .tp-hero-anchor {
  display: inline-block;
  background: #00bfad;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 15px 32px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.cms-51 .tp-hero-anchor:hover { background: #009e8e; color: #ffffff; text-decoration: none; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTIONS GÃ‰NÃ‰RIQUES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-section {
  padding: 80px 6%;
}
.cms-51 .tp-section--light { background: #f2f2f2; }
 
.cms-51 .tp-section-header { margin-bottom: 48px; }
.cms-51 .tp-section-header--center { text-align: center; }
.cms-51 .tp-section-header--center .tp-section-sub {
  margin-left: auto;
  margin-right: auto;
}
.cms-51 .tp-section-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #294B54;
}
.cms-51 .tp-section-sub {
  font-size: 14px;
  font-weight: 300;
  color: #5a7a82;
  max-width: 560px;
  margin: 0;
}
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GRILLE FORMULES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-formules-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
 
/* â”€â”€ Card â”€â”€ */
.cms-51 .tp-card {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(41,75,84,0.07);
  transition: transform 0.22s, box-shadow 0.22s;
}
.cms-51 .tp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(41,75,84,0.14);
}
.cms-51 .tp-card-stripe { height: 4px; width: 100%; display: block; }
.cms-51 .tp-card--f1 .tp-card-stripe { background: #00bfad; }
.cms-51 .tp-card--f2 .tp-card-stripe { background: #DC5C2B; }
.cms-51 .tp-card--f3 .tp-card-stripe { background: #294B54; }
.cms-51 .tp-card--f4 .tp-card-stripe { background: linear-gradient(90deg, #00bfad, #DC5C2B); }
 
.cms-51 .tp-card-body {
  padding: 24px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cms-51 .tp-card-num {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #5a7a82;
  margin-bottom: 6px;
  display: block;
}
.cms-51 .tp-card-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #294B54;
}
.cms-51 .tp-card-tagline {
  font-size: 12px;
  font-weight: 300;
  color: #5a7a82;
  line-height: 1.55;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.cms-51 .tp-card-price-block { margin-bottom: 18px; }
.cms-51 .tp-card-price {
  font-size: 30px;
  font-weight: 800;
  color: #294B54;
  line-height: 1;
}
.cms-51 .tp-card-price sup { font-size: 14px; font-weight: 600; vertical-align: super; }
.cms-51 .tp-card-price-note { font-size: 11px; font-weight: 300; color: #5a7a82; margin-top: 3px; }
 
.cms-51 .tp-card-meta {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cms-51 .tp-card-meta li {
  font-size: 12px;
  font-weight: 400;
  color: #294B54;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.cms-51 .tp-meta-icon { flex-shrink: 0; font-size: 14px; margin-top: 1px; }
 
.cms-51 .tp-card-includes-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #5a7a82;
  margin-bottom: 10px;
  display: block;
}
.cms-51 .tp-card-includes {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  flex: 1;
}
.cms-51 .tp-card-includes li {
  font-size: 12px;
  font-weight: 400;
  color: #294B54;
  padding: 5px 0;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.cms-51 .tp-card-includes li:last-child { border-bottom: none; }
.cms-51 .tp-card-includes li::before {
  content: '\00b7';
  font-weight: 900;
  font-size: 16px;
  line-height: 1.35;
  flex-shrink: 0;
}
.cms-51 .tp-card--f1 .tp-card-includes li::before { color: #00bfad; }
.cms-51 .tp-card--f2 .tp-card-includes li::before { color: #DC5C2B; }
.cms-51 .tp-card--f3 .tp-card-includes li::before { color: #294B54; }
.cms-51 .tp-card--f4 .tp-card-includes li::before { color: #7b5ea7; }
 
.cms-51 .tp-card-cta {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 13px 18px;
  border-radius: 3px;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s, color 0.2s;
}
.cms-51 .tp-card--f1 .tp-card-cta { background: #00bfad; color: #ffffff; }
.cms-51 .tp-card--f1 .tp-card-cta:hover { background: #009e8e; color: #ffffff; text-decoration: none; }
.cms-51 .tp-card--f2 .tp-card-cta { background: #DC5C2B; color: #ffffff; }
.cms-51 .tp-card--f2 .tp-card-cta:hover { background: #c04e23; color: #ffffff; text-decoration: none; }
.cms-51 .tp-card--f3 .tp-card-cta { background: #294B54; color: #ffffff; }
.cms-51 .tp-card--f3 .tp-card-cta:hover { background: #1a343b; color: #ffffff; text-decoration: none; }
.cms-51 .tp-card--f4 .tp-card-cta { background: #ffffff; color: #294B54; border: 2px solid #294B54; }
.cms-51 .tp-card--f4 .tp-card-cta:hover { background: #294B54; color: #ffffff; text-decoration: none; }
 
.cms-51 .tp-formules-footer { margin-top: 24px; }
.cms-51 .tp-formules-asterisk {
  font-size: 12px;
  font-weight: 300;
  color: #5a7a82;
  margin-bottom: 6px;
}
.cms-51 .tp-formules-note {
  font-size: 12px;
  font-weight: 300;
  color: #5a7a82;
}
.cms-51 .tp-formules-note a { color: #00bfad; text-decoration: none; font-weight: 600; }
.cms-51 .tp-formules-note a:hover { text-decoration: underline; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PROCESSUS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-top: 20px;
}
.cms-51 .tp-process-steps::before {
  content: '';
  position: absolute;
  top: 27px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(to right, #00bfad, #294B54);
}
.cms-51 .tp-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
}
.cms-51 .tp-process-step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #294B54;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.cms-51 .tp-process-step:first-child .tp-process-step-num { background: #00bfad; }
.cms-51 .tp-process-step-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #294B54;
}
.cms-51 .tp-process-step-desc {
  font-size: 12px;
  font-weight: 300;
  color: #5a7a82;
  line-height: 1.55;
}
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POURQUOI
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cms-51 .tp-why-card {
  background: #ffffff;
  border-radius: 5px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(41,75,84,0.07);
  border-top: 3px solid #00bfad;
}
.cms-51 .tp-why-card:nth-child(2) { border-top-color: #DC5C2B; }
.cms-51 .tp-why-card:nth-child(3) { border-top-color: #294B54; }
.cms-51 .tp-why-icon { font-size: 27px; margin-bottom: 14px; display: block; }
.cms-51 .tp-why-card-title { font-size: 15px; font-weight: 700; margin-bottom: 10px; color: #294B54; }
.cms-51 .tp-why-card-desc { font-size: 13px; font-weight: 300; color: #5a7a82; line-height: 1.65; }
.cms-51 .tp-why-card-list { list-style: none; margin: 12px 0 0 0; padding: 0; }
.cms-51 .tp-why-card-list li {
  font-size: 13px;
  font-weight: 400;
  color: #294B54;
  padding: 4px 0;
  display: flex;
  gap: 8px;
}
.cms-51 .tp-why-card-list li::before { content: "\f00c"; font-family: FontAwesome; font-weight: normal; color: #00bfad; flex-shrink: 0; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FAQ
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-faq-list { max-width: 780px; margin: 0 auto; }
.cms-51 .tp-faq-item { border-bottom: 1px solid #dce8ea; }
.cms-51 .tp-faq-question {
  width: 100%;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #294B54;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.cms-51 .tp-faq-question:hover { color: #00bfad; }
.cms-51 .tp-faq-icon {
  font-size: 21px;
  font-weight: 300;
  color: #00bfad;
  flex-shrink: 0;
  transition: transform 0.2s;
  display: inline-block;
}
.cms-51 .tp-faq-item.tp-open .tp-faq-icon { transform: rotate(45deg); }
.cms-51 .tp-faq-answer {
  font-size: 14px;
  font-weight: 300;
  color: #5a7a82;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, padding-bottom 0.32s;
  padding-bottom: 0;
}
.cms-51 .tp-faq-item.tp-open .tp-faq-answer { max-height: 220px; padding-bottom: 20px; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CTA FINAL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cms-51 .tp-cta {
  background: #294B54;
  color: #ffffff;
  text-align: center;
  padding: 80px 6%;
}
.cms-51 .tp-cta-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #ffffff;
}
.cms-51 .tp-cta-title span { color: #00bfad; }
.cms-51 .tp-cta-desc {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.75;
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.cms-51 .tp-cta-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cms-51 .tp-btn-primary {
  display: inline-block;
  background: #00bfad;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 16px 34px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s;
}
.cms-51 .tp-btn-primary:hover { background: #009e8e; color: #ffffff; text-decoration: none; }
.cms-51 .tp-btn-ghost {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.3);
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 14px 32px;
  border-radius: 3px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.cms-51 .tp-btn-ghost:hover { border-color: #ffffff; background: rgba(255,255,255,0.07); color: #ffffff; text-decoration: none; }
 
/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1024px) {
  .cms-51 .tp-formules-grid { grid-template-columns: repeat(2, 1fr); }
  .cms-51 .tp-process-steps { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .cms-51 .tp-process-steps::before { display: none; }
  .cms-51 .tp-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .cms-51 .tp-formules-grid { grid-template-columns: 1fr; }
  .cms-51 .tp-process-steps { grid-template-columns: 1fr; }
  .cms-51 .tp-why-grid { grid-template-columns: 1fr; }
  .cms-51 .tp-hero { padding: 56px 5% 64px; }
  .cms-51 .tp-section { padding: 56px 5%; }
  .cms-51 .tp-hero-title { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  .cms-51 .tp-card, .tp-faq-icon, .tp-faq-answer { transition: none; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE FORMULE 1 â€” CMS 52
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* PAGE FORMULE 1 â€” CMS 52 */
.cms-52 .tp1-wrap { font-family:'Montserrat',sans-serif; color:#294B54; line-height:1.6; font-size:16px; }
.cms-52 .tp1-wrap * { box-sizing:border-box; }

.cms-52 .tp1-breadcrumb { background:#f2f2f2; padding:12px 6%; font-size:12px; font-weight:400; color:#5a7a82; }
.cms-52 .tp1-breadcrumb a { color:#00bfad; text-decoration:none; }
.cms-52 .tp1-breadcrumb span { margin:0 6px; }

.cms-52 .tp1-hero { background:#294B54; color:#ffffff; padding:56px 6%; }
.cms-52 .tp1-hero-flex { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.cms-52 .tp1-hero-text { flex:1; min-width:0; }
.cms-52 .tp1-hero-eyebrow-row { display:flex; align-items:center; gap:10px; margin-bottom:16px; }
.cms-52 .tp1-hero-tag { background:#00bfad; color:#ffffff; font-size:10px; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; padding:5px 12px; border-radius:2px; }
.cms-52 .tp1-hero-label { font-size:12px; font-weight:400; opacity:0.55; letter-spacing:0.08em; }
.cms-52 .tp1-hero-title { font-family:'Montserrat',sans-serif; font-size:36px; font-weight:800; line-height:1.15; margin:0 0 14px 0; max-width:600px; color:#ffffff; }
.cms-52 .tp1-hero-title span { color:#00bfad; }
.cms-52 .tp1-hero-desc { font-family:'Montserrat',sans-serif; font-size:15px; font-weight:300; opacity:0.8; max-width:520px; line-height:1.65; margin:0; color:#ffffff; }
.cms-52 .tp1-hero-price { flex-shrink:0; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); border-radius:6px; padding:28px 32px; text-align:center; min-width:220px; }
.cms-52 .tp1-hero-price-label { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.14em; color:#00bfad; margin-bottom:10px; display:block; }
.cms-52 .tp1-hero-price-value { font-size:44px; font-weight:800; line-height:1; color:#ffffff; margin-bottom:4px; }
.cms-52 .tp1-hero-price-value sup { font-size:16px; font-weight:600; vertical-align:super; }
.cms-52 .tp1-hero-price-note { font-size:11px; font-weight:300; opacity:0.55; margin:0 0 18px 0; color:#ffffff; }
.cms-52 .tp1-hero-price-divider { height:1px; background:rgba(255,255,255,0.1); margin:18px 0; }
.cms-52 .tp1-hero-price-list { list-style:none; text-align:left; margin:0; padding:0; }
.cms-52 .tp1-hero-price-list li { font-size:12px; font-weight:400; padding:5px 0; display:flex; align-items:flex-start; gap:8px; opacity:0.85; color:#ffffff; }
.cms-52 .tp1-hero-price-list li::before { content: "\f00c"; font-family: FontAwesome; font-weight: normal; color:#00bfad; flex-shrink:0; }
.cms-52 .tp1-hero-btn { display:block; background:#00bfad; color:#ffffff !important; font-family:'Montserrat',sans-serif; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; text-align:center; padding:13px 20px; border-radius:3px; text-decoration:none; margin-top:20px; }

.cms-52 .tp1-section { padding:64px 6%; }
.cms-52 .tp1-section--light { background:#f2f2f2; }
.cms-52 .tp1-section-title { font-family:'Montserrat',sans-serif; font-size:24px; font-weight:800; margin:0 0 8px 0; color:#294B54; }
.cms-52 .tp1-section-sub { font-family:'Montserrat',sans-serif; font-size:14px; font-weight:300; color:#5a7a82; margin:0; max-width:560px; }
.cms-52 .tp1-section-header { margin-bottom:36px; }

.cms-52 .tp1-section--form { background:#294B54; color:#ffffff; }
.cms-52 .tp1-section--form .tp1-section-title { color:#ffffff; }
.cms-52 .tp1-section--form .tp1-section-sub { color:rgba(255,255,255,0.7); }
.cms-52 .tp1-needs-intro { font-family:'Montserrat',sans-serif; font-size:13px; font-weight:400; color:#5a7a82; margin:0 0 24px 0; background:#e8f5f4; border-left:3px solid #00bfad; padding:14px 18px; border-radius:0 3px 3px 0; }
.cms-52 .tp1-needs-intro strong { color:#294B54; }
.cms-52 .tp1-section--form .tp1-needs-intro { background:rgba(0,191,173,0.12); border-left-color:#00bfad; color:rgba(255,255,255,0.85); }
.cms-52 .tp1-section--form .tp1-needs-intro strong { color:#ffffff; }

.cms-52 .tp1-need-label { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:8px; padding:20px 14px; border:2px solid #dce8ea; border-radius:6px; cursor:pointer; background:#ffffff; min-height:90px; transition:border-color .18s, background .18s, box-shadow .18s; position:relative; }
.cms-52 .tp1-need-label:hover { border-color:#00bfad; background:#f0fcfb; }
.cms-52 .tp1-need-cb { position:absolute; opacity:0; width:0; height:0; }
.cms-52 .tp1-need-label.tp1-checked { border-color:#00bfad; background:#e6f9f8; box-shadow:0 0 0 3px rgba(0,191,173,0.12); }
.cms-52 .tp1-chip-icon { font-size:22px; line-height:1; }
.cms-52 .tp1-chip-label { font-size:12px; font-weight:700; color:#294B54; line-height:1.3; }

.cms-52 .tp1-need-label .checker,
.cms-52 .tp1-need-label .checker span { display:none !important; }
.cms-52 .tp1-need-cb { position:absolute !important; opacity:0 !important; width:0 !important; height:0 !important; margin:0 !important; padding:0 !important; border:0 !important; pointer-events:none; }

.cms-52 .tp1-form-needs-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:24px; }
.cms-52 .tp1-need-block { background:#ffffff; border:2px solid #dce8ea; border-radius:6px; overflow:hidden; transition:border-color .18s, box-shadow .18s; }
.cms-52 .tp1-need-block.tp1-active { border-color:#00bfad; box-shadow:0 0 0 3px rgba(0,191,173,0.15); }
.cms-52 .tp1-need-block .tp1-need-label { flex-direction:row; justify-content:flex-start; text-align:left; gap:12px; min-height:auto; padding:16px 18px; border:none; border-radius:0; box-shadow:none; }
.cms-52 .tp1-need-block .tp1-need-label:hover { background:#f0fcfb; }
.cms-52 .tp1-need-block.tp1-active .tp1-need-label { background:#e6f9f8; border:none; box-shadow:none; }
.cms-52 .tp1-need-note { display:none; padding:0 18px 16px; border-top:1px solid #e8f0f2; }
.cms-52 .tp1-need-block.tp1-active .tp1-need-note { display:block; }
.cms-52 .tp1-need-note-label { display:block; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:#5a7a82; margin:12px 0 6px; }
.cms-52 .tp1-need-annotation { width:100%; border:1px solid #dce8ea; border-radius:4px; padding:10px 12px; font-family:'Montserrat',sans-serif; font-size:13px; color:#294B54; resize:vertical; min-height:60px; background:#fafcfc; }
.cms-52 .tp1-need-annotation:focus { outline:none; border-color:#00bfad; background:#ffffff; }

.cms-52 .tp1-examples-panel { background:#ffffff; border:1px solid #dce8ea; border-radius:6px; overflow:hidden; }
.cms-52 .tp1-examples-header { background:#294B54; padding:16px 24px; display:flex; justify-content:space-between; align-items:center; }
.cms-52 .tp1-examples-header span { font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.1em; color:rgba(255,255,255,0.7); }
.cms-52 .tp1-examples-count { color:#00bfad; font-size:13px; font-weight:700; }
.cms-52 .tp1-examples-body { padding:24px; min-height:100px; }
.cms-52 .tp1-examples-empty { text-align:center; padding:28px; color:#5a7a82; font-size:14px; font-weight:300; }
.cms-52 .tp1-examples-empty-icon { display:block; font-size:26px; margin-bottom:8px; }
.cms-52 .tp1-examples-tags { display:none; flex-wrap:wrap; gap:8px; }
.cms-52 .tp1-examples-cat-title { width:100%; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.12em; color:#5a7a82; }
.cms-52 .tp1-ex-tag { background:#f2f2f2; color:#294B54; font-size:12px; font-weight:500; padding:6px 14px; border-radius:20px; border:1px solid #d5e5e8; display:inline-block; margin:4px 6px 0 0; }

.cms-52 .tp1-form { max-width:860px; margin:0 auto; text-align:left; }
.cms-52 .tp1-form-block { margin-top:28px; padding-top:28px; border-top:1px solid rgba(255,255,255,0.12); }
.cms-52 .tp1-form-block-title { font-family:'Montserrat',sans-serif; font-size:16px; font-weight:700; color:#ffffff; margin:0 0 16px 0; }
.cms-52 .tp1-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.cms-52 .tp1-form-grid--bottom { margin-top:28px; padding-top:28px; border-top:1px solid rgba(255,255,255,0.12); }
.cms-52 .tp1-form-group--full { grid-column:1 / -1; }
.cms-52 .tp1-form-label { display:block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:rgba(255,255,255,0.85); margin-bottom:8px; }
.cms-52 .tp1-form-label span { color:#00bfad; }
.cms-52 .tp1-form-input,
.cms-52 .tp1-form-textarea { width:100%; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.2); border-radius:4px; color:#ffffff; font-family:'Montserrat',sans-serif; font-size:14px; padding:12px 14px; transition:border-color .18s, background .18s; }
.cms-52 .tp1-form-input::placeholder,
.cms-52 .tp1-form-textarea::placeholder { color:rgba(255,255,255,0.4); }
.cms-52 .tp1-form-input:focus,
.cms-52 .tp1-form-textarea:focus { outline:none; border-color:#00bfad; background:rgba(255,255,255,0.12); }
.cms-52 .tp1-form-textarea { resize:vertical; min-height:130px; }

.cms-52 .tp1-file-wrap { position:relative; }
.cms-52 .tp1-file-input { position:absolute; opacity:0; width:0; height:0; pointer-events:none; }
.cms-52 .tp1-file-label { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:28px 20px; border:2px dashed rgba(255,255,255,0.25); border-radius:6px; background:rgba(255,255,255,0.04); cursor:pointer; text-align:center; transition:border-color .18s, background .18s; }
.cms-52 .tp1-file-label:hover,
.cms-52 .tp1-file-wrap.tp1-has-files .tp1-file-label { border-color:#00bfad; background:rgba(0,191,173,0.08); }
.cms-52 .tp1-file-icon { font-size:28px; }
.cms-52 .tp1-file-text { font-size:14px; color:rgba(255,255,255,0.85); }
.cms-52 .tp1-file-text strong { color:#00bfad; }
.cms-52 .tp1-file-hint { font-size:11px; color:rgba(255,255,255,0.45); font-weight:300; }
.cms-52 .tp1-file-list { list-style:none; margin:12px 0 0; padding:0; display:flex; flex-direction:column; gap:6px; }
.cms-52 .tp1-file-list li { display:flex; align-items:center; justify-content:space-between; gap:10px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); border-radius:4px; padding:8px 12px; font-size:13px; color:#ffffff; }
.cms-52 .tp1-file-list li span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cms-52 .tp1-file-remove { background:none; border:none; color:#00bfad; font-size:18px; cursor:pointer; flex-shrink:0; line-height:1; padding:0; }
.cms-52 .tp1-form-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:24px; }
.cms-52 .tp1-form-submit { border:none; cursor:pointer; }
.cms-52 .tp1-form-submit.tp1-is-loading { opacity:0.65; cursor:wait; }
.cms-52 .tp1-form-feedback { display:none; margin:16px 0 0; padding:12px 16px; border-radius:4px; font-size:13px; font-weight:500; }
.cms-52 .tp1-form-feedback--ok { background:rgba(0,191,173,0.15); border:1px solid rgba(0,191,173,0.45); color:#ffffff; }
.cms-52 .tp1-form-feedback--err { background:rgba(220,92,43,0.15); border:1px solid rgba(220,92,43,0.45); color:#ffffff; }
.cms-52 .tp-form-feedback { display:none; margin:16px 0 0; padding:12px 16px; border-radius:4px; font-size:13px; font-weight:500; }
.cms-52 .tp-form-feedback--ok { background:rgba(0,191,173,0.15); border:1px solid rgba(0,191,173,0.45); color:#ffffff; }
.cms-52 .tp-form-feedback--err { background:rgba(220,92,43,0.15); border:1px solid rgba(220,92,43,0.45); color:#ffffff; }

.cms-52 .tp1-btn-primary { display:inline-block; background:#00bfad; color:#ffffff !important; font-family:'Montserrat',sans-serif; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.09em; padding:15px 32px; border-radius:3px; text-decoration:none; }
.cms-52 .tp1-btn-ghost { display:inline-block; border:2px solid rgba(255,255,255,0.3); color:#ffffff; font-family:'Montserrat',sans-serif; font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:0.09em; padding:13px 30px; border-radius:3px; text-decoration:none; }
.cms-52 .tp1-btn-ghost:hover { border-color:#ffffff; background:rgba(255,255,255,0.07); color:#ffffff; text-decoration:none; }

.cms-52 .tp1-cond-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.cms-52 .tp1-cond-card { background:#ffffff; border-radius:5px; padding:28px 24px; box-shadow:0 2px 14px rgba(41,75,84,0.07); border-top:3px solid #00bfad; }
.cms-52 .tp1-cond-card:nth-child(2) { border-top-color:#DC5C2B; }
.cms-52 .tp1-cond-card:nth-child(3) { border-top-color:#294B54; }
.cms-52 .tp1-cond-icon { font-size:26px; margin-bottom:12px; display:block; }
.cms-52 .tp1-cond-label { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.14em; color:#5a7a82; margin-bottom:6px; }
.cms-52 .tp1-cond-value { font-size:21px; font-weight:800; color:#294B54; margin-bottom:8px; }
.cms-52 .tp1-cond-value span { font-size:14px; font-weight:400; }
.cms-52 .tp1-cond-desc { font-size:13px; font-weight:300; color:#5a7a82; line-height:1.6; margin:0; }
.cms-52 .tp1-cond-footnote { font-size:11px; font-weight:300; color:#5a7a82; margin:20px 0 0 0; }

.cms-52 .tp1-process-list { max-width:700px; margin:0 auto; }
.cms-52 .tp1-process-step { display:grid; grid-template-columns:48px 1fr; gap:20px; align-items:flex-start; padding:24px 0; border-bottom:1px solid #dce8ea; }
.cms-52 .tp1-process-step:last-child { border-bottom:none; }
.cms-52 .tp1-process-num { width:44px; height:44px; border-radius:50%; background:#294B54; color:#ffffff; font-size:15px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.cms-52 .tp1-process-step:first-child .tp1-process-num { background:#00bfad; }
.cms-52 .tp1-process-title { font-size:14px; font-weight:700; margin-bottom:5px; color:#294B54; }
.cms-52 .tp1-process-desc { font-size:13px; font-weight:300; color:#5a7a82; line-height:1.6; margin:0; }

.cms-52 .tp1-formats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.cms-52 .tp1-fmt-card { border:1px solid #dce8ea; border-radius:5px; padding:18px 16px; background:#ffffff; }
.cms-52 .tp1-fmt-ext { font-size:15px; font-weight:800; letter-spacing:0.05em; color:#00bfad; margin-bottom:5px; }
.cms-52 .tp1-fmt-note { font-size:11px; font-weight:300; color:#5a7a82; line-height:1.5; margin:0; }

.cms-52 .tp1-faq-list { max-width:760px; }
.cms-52 .tp1-faq-item { border-bottom:1px solid #dce8ea; }
.cms-52 .tp1-faq-q { width:100%; background:none; border:none; font-family:'Montserrat',sans-serif; font-size:14px; font-weight:600; color:#294B54; text-align:left; padding:18px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.cms-52 .tp1-faq-q:hover { color:#00bfad; }
.cms-52 .tp1-faq-icon { font-size:18px; font-weight:300; color:#00bfad; flex-shrink:0; transition:transform .2s; display:inline-block; }
.cms-52 .tp1-faq-item.tp1-open .tp1-faq-icon { transform:rotate(45deg); }
.cms-52 .tp1-faq-a { font-size:13px; font-weight:300; color:#5a7a82; line-height:1.75; max-height:0; overflow:hidden; padding-bottom:0; transition:max-height .32s ease, padding-bottom .32s; }
.cms-52 .tp1-faq-item.tp1-open .tp1-faq-a { max-height:300px; padding-bottom:18px; }

@media (max-width:900px) {
  .cms-52 .tp1-hero-flex { flex-direction:column !important; align-items:flex-start !important; gap:24px !important; }
  .cms-52 .tp1-hero-price { width:100% !important; }
  .cms-52 .tp1-cond-grid { grid-template-columns:1fr !important; }
  .cms-52 .tp1-formats-grid { grid-template-columns:repeat(2,1fr) !important; }
}
@media (max-width:768px) {
  .cms-52 .tp1-form-needs-grid { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .cms-52 .tp1-form-grid { grid-template-columns:1fr; }
  .cms-52 .tp1-formats-grid { grid-template-columns:repeat(2,1fr) !important; }
  .cms-52 .tp1-hero-title { font-size:26px !important; }
  .cms-52 .tp1-section-title { font-size:20px !important; }
}


/* CMS 53 â€” Formule 2 */
.cms-53 .tp2-wrap{font-family:'Montserrat',sans-serif;color:#294B54;line-height:1.6;font-size:16px}
.cms-53 .tp2-wrap *{box-sizing:border-box}
.cms-53 .tp2-breadcrumb{background:#f2f2f2;padding:12px 6%;font-size:12px;color:#5a7a82}
.cms-53 .tp2-breadcrumb a{color:#DC5C2B;text-decoration:none}
.cms-53 .tp2-breadcrumb span{margin:0 6px}
.cms-53 .tp2-hero{background:#294B54;color:#fff;padding:56px 6%}
.cms-53 .tp2-hero-flex{display:flex;justify-content:space-between;align-items:center;gap:40px}
.cms-53 .tp2-hero-text{flex:1;min-width:0}
.cms-53 .tp2-hero-eyebrow-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.cms-53 .tp2-hero-tag{background:#DC5C2B;color:#fff;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:5px 12px;border-radius:2px}
.cms-53 .tp2-hero-label{font-size:12px;opacity:.55;letter-spacing:.08em}
.cms-53 .tp2-hero-title{font-size:36px;font-weight:800;line-height:1.15;margin:0 0 14px;max-width:600px;color:#fff}
.cms-53 .tp2-hero-title span{color:#DC5C2B}
.cms-53 .tp2-hero-desc{font-size:15px;font-weight:300;opacity:.8;max-width:520px;line-height:1.65;margin:0;color:#fff}
.cms-53 .tp2-hero-price{flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:6px;padding:28px 32px;text-align:center;min-width:220px}
.cms-53 .tp2-hero-price-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#DC5C2B;margin-bottom:10px;display:block}
.cms-53 .tp2-hero-price-value{font-size:44px;font-weight:800;line-height:1;color:#fff;margin-bottom:4px}
.cms-53 .tp2-hero-price-value sup{font-size:16px;font-weight:600;vertical-align:super}
.cms-53 .tp2-hero-price-note{font-size:11px;font-weight:300;opacity:.55;margin:0 0 18px;color:#fff}
.cms-53 .tp2-hero-price-divider{height:1px;background:rgba(255,255,255,.1);margin:18px 0}
.cms-53 .tp2-hero-price-list{list-style:none;text-align:left;margin:0;padding:0}
.cms-53 .tp2-hero-price-list li{font-size:12px;padding:5px 0;display:flex;align-items:flex-start;gap:8px;opacity:.85;color:#fff}
.cms-53 .tp2-hero-price-list li::before{content:"\f00c";font-family:FontAwesome;font-weight:normal;color:#DC5C2B;flex-shrink:0}
.cms-53 .tp2-hero-btn{display:block;background:#DC5C2B;color:#fff !important;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:13px 20px;border-radius:3px;text-decoration:none;margin-top:20px}
.cms-53 .tp2-section{padding:64px 6%}
.cms-53 .tp2-section--light{background:#f2f2f2}
.cms-53 .tp2-section-title{font-size:24px;font-weight:800;margin:0 0 8px;color:#294B54}
.cms-53 .tp2-section-sub{font-size:14px;font-weight:300;color:#5a7a82;margin:0;max-width:560px}
.cms-53 .tp2-section-header{margin-bottom:36px}
.cms-53 .tp2-cond-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cms-53 .tp2-cond-card{background:#fff;border-radius:5px;padding:28px 24px;box-shadow:0 2px 14px rgba(41,75,84,.07);border-top:3px solid #DC5C2B}
.cms-53 .tp2-cond-card:nth-child(2){border-top-color:#00bfad}
.cms-53 .tp2-cond-card:nth-child(3){border-top-color:#294B54}
.cms-53 .tp2-cond-icon{font-size:26px;margin-bottom:12px;display:block}
.cms-53 .tp2-cond-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#5a7a82;margin-bottom:6px}
.cms-53 .tp2-cond-value{font-size:21px;font-weight:800;color:#294B54;margin-bottom:8px}
.cms-53 .tp2-cond-value span{font-size:14px;font-weight:400}
.cms-53 .tp2-cond-desc{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.6;margin:0}
.cms-53 .tp2-cond-footnote{font-size:11px;font-weight:300;color:#5a7a82;margin:20px 0 0}
.cms-53 .tp2-process-list{max-width:700px;margin:0 auto}
.cms-53 .tp2-process-step{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid #dce8ea}
.cms-53 .tp2-process-step:last-child{border-bottom:none}
.cms-53 .tp2-process-num{width:44px;height:44px;border-radius:50%;background:#294B54;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center}
.cms-53 .tp2-process-step:first-child .tp2-process-num{background:#DC5C2B}
.cms-53 .tp2-process-title{font-size:14px;font-weight:700;margin-bottom:5px;color:#294B54}
.cms-53 .tp2-process-desc{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.6;margin:0}
.cms-53 .tp2-faq-item{border-bottom:1px solid #dce8ea}
.cms-53 .tp2-faq-q{width:100%;background:none;border:none;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;color:#294B54;text-align:left;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.cms-53 .tp2-faq-q:hover{color:#DC5C2B}
.cms-53 .tp2-faq-icon{font-size:18px;color:#DC5C2B;transition:transform .2s}
.cms-53 .tp2-faq-item.tp2-open .tp2-faq-icon{transform:rotate(45deg)}
.cms-53 .tp2-faq-a{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.75;max-height:0;overflow:hidden;transition:max-height .32s ease,padding-bottom .32s}
.cms-53 .tp2-faq-item.tp2-open .tp2-faq-a{max-height:300px;padding-bottom:18px}
.cms-53 .tp2-btn-primary{display:inline-block;background:#DC5C2B;color:#fff !important;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:15px 32px;border-radius:3px;text-decoration:none;border:none;cursor:pointer}
.cms-53 .tp2-btn-ghost{display:inline-block;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.09em;padding:13px 30px;border-radius:3px;text-decoration:none}
.cms-53 .tp2-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.07);color:#fff;text-decoration:none}
.cms-53 .tp2-section--form{background:#294B54;color:#fff}
.cms-53 .tp2-section--form .tp2-section-title{color:#fff}
.cms-53 .tp2-section--form .tp2-section-sub{color:rgba(255,255,255,.7)}
.cms-53 .tp2-form{max-width:860px;margin:0 auto;text-align:left}
.cms-53 .tp2-form-block{margin-top:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}
.cms-53 .tp2-form-block:first-of-type{margin-top:0;padding-top:0;border-top:none}
.cms-53 .tp2-form-block-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 16px}
.cms-53 .tp2-form-block-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);margin:-8px 0 16px;line-height:1.6}
.cms-53 .tp2-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cms-53 .tp2-form-group--full{grid-column:1 / -1}
.cms-53 .tp2-form-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.85);margin-bottom:8px}
.cms-53 .tp2-form-label span{color:#DC5C2B}
.cms-53 .tp2-form-input,.cms-53 .tp2-form-textarea{width:100%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-family:'Montserrat',sans-serif;font-size:14px;padding:12px 14px;transition:border-color .18s,background .18s}
.cms-53 .tp2-form-input::placeholder,.cms-53 .tp2-form-textarea::placeholder{color:rgba(255,255,255,.4)}
.cms-53 .tp2-form-input:focus,.cms-53 .tp2-form-textarea:focus{outline:none;border-color:#DC5C2B;background:rgba(255,255,255,.12)}
.cms-53 .tp2-form-textarea{resize:vertical;min-height:110px}
.cms-53 .tp2-chips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.cms-53 .tp2-chips-grid--proc{grid-template-columns:repeat(2,1fr)}
.cms-53 .tp2-chip-label{display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;padding:14px 12px;border:2px solid #dce8ea;border-radius:6px;cursor:pointer;background:#fff;min-height:52px;transition:border-color .18s,background .18s,box-shadow .18s;position:relative;font-size:12px;font-weight:700;color:#294B54;line-height:1.3}
.cms-53 .tp2-chip-label:hover{border-color:#DC5C2B;background:#fff8f5}
.cms-53 .tp2-chip-label.tp2-checked{border-color:#DC5C2B;background:#fef0ea;box-shadow:0 0 0 3px rgba(220,92,43,.12)}
.cms-53 .tp2-chip-label .checker,.cms-53 .tp2-chip-label .checker span{display:none!important}
.cms-53 .tp2-chip-cb{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.cms-53 .tp2-other-field{margin-top:12px;display:none}
.cms-53 .tp2-other-field.tp2-visible{display:block}
.cms-53 .tp2-freedom-list{display:flex;flex-direction:column;gap:12px}
.cms-53 .tp2-freedom-option{display:block;cursor:pointer}
.cms-53 .tp2-freedom-option input{position:absolute;opacity:0;width:0;height:0}
.cms-53 .tp2-freedom-card{background:rgba(255,255,255,.06);border:2px solid rgba(255,255,255,.18);border-radius:6px;padding:16px 18px;transition:border-color .18s,background .18s}
.cms-53 .tp2-freedom-option input:checked + .tp2-freedom-card{border-color:#DC5C2B;background:rgba(220,92,43,.12);box-shadow:0 0 0 3px rgba(220,92,43,.15)}
.cms-53 .tp2-freedom-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 6px}
.cms-53 .tp2-freedom-title em{font-style:normal;color:#DC5C2B;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.cms-53 .tp2-freedom-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.75);margin:0;line-height:1.55}
.cms-53 .tp2-file-wrap{position:relative}
.cms-53 .tp2-file-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.cms-53 .tp2-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:28px 20px;border:2px dashed rgba(255,255,255,.25);border-radius:6px;background:rgba(255,255,255,.04);cursor:pointer;text-align:center;transition:border-color .18s,background .18s}
.cms-53 .tp2-file-label:hover,.cms-53 .tp2-file-wrap.tp2-has-files .tp2-file-label{border-color:#DC5C2B;background:rgba(220,92,43,.08)}
.cms-53 .tp2-file-icon{font-size:28px}
.cms-53 .tp2-file-text{font-size:14px;color:rgba(255,255,255,.85)}
.cms-53 .tp2-file-text strong{color:#DC5C2B}
.cms-53 .tp2-file-hint{font-size:11px;color:rgba(255,255,255,.45);font-weight:300}
.cms-53 .tp2-file-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.cms-53 .tp2-file-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:8px 12px;font-size:13px;color:#fff}
.cms-53 .tp2-file-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cms-53 .tp2-file-remove{background:none;border:none;color:#DC5C2B;font-size:18px;cursor:pointer;flex-shrink:0;line-height:1;padding:0}
.cms-53 .tp2-form-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px}
.cms-53 .tp2-form-submit.tp2-is-loading{opacity:.65;cursor:wait}
.cms-53 .tp2-form-feedback,.cms-53 .tp-form-feedback{display:none;margin:16px 0 0;padding:12px 16px;border-radius:4px;font-size:13px;font-weight:500}
.cms-53 .tp2-form-feedback--ok,.cms-53 .tp-form-feedback--ok{background:rgba(220,92,43,.15);border:1px solid rgba(220,92,43,.45);color:#fff}
.cms-53 .tp2-form-feedback--err,.cms-53 .tp-form-feedback--err{background:rgba(220,92,43,.2);border:1px solid rgba(220,92,43,.55);color:#fff}
.cms-53 .tp2-files-hint{font-size:12px;color:rgba(255,255,255,.6);margin:0 0 12px;line-height:1.6}
.cms-53 .tp2-files-hint ul{margin:8px 0 0;padding:0 0 0 18px}
.cms-53 .tp2-date-hint{font-size:12px;font-weight:300;color:rgba(255,255,255,.6);margin:8px 0 0;line-height:1.5}
.cms-53 .tp2-date-hint strong{color:#DC5C2B;font-weight:700}
.cms-53 .tp2-form-input--date{color-scheme:dark}
.cms-53 .tp2-formats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cms-53 .tp2-fmt-card{border:1px solid #dce8ea;border-radius:5px;padding:18px 16px;background:#fff}
.cms-53 .tp2-fmt-ext{font-size:15px;font-weight:800;letter-spacing:.05em;color:#DC5C2B;margin-bottom:5px}
.cms-53 .tp2-fmt-note{font-size:11px;font-weight:300;color:#5a7a82;line-height:1.5;margin:0}

@media(max-width:900px){
  .cms-53 .tp2-hero-flex{flex-direction:column;align-items:flex-start;gap:24px}
  .cms-53 .tp2-hero-price{width:100%}
  .cms-53 .tp2-cond-grid{grid-template-columns:1fr}
  .cms-53 .tp2-chips-grid{grid-template-columns:repeat(2,1fr)}
  .cms-53 .tp2-chips-grid--proc{grid-template-columns:1fr}
  .cms-53 .tp2-formats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .cms-53 .tp2-form-grid{grid-template-columns:1fr}
  .cms-53 .tp2-chips-grid{grid-template-columns:1fr}
  .cms-53 .tp2-hero-title{font-size:26px}
  .cms-53 .tp2-section-title{font-size:20px}
}

/* CMS 54 â€” Formule 3 (page + formulaire) */
.cms-54 .tp3-wrap{font-family:'Montserrat',sans-serif;color:#294B54;line-height:1.6;font-size:16px}
.cms-54 .tp3-wrap *{box-sizing:border-box}
.cms-54 .tp3-breadcrumb{background:#f2f2f2;padding:12px 6%;font-size:12px;color:#5a7a82}
.cms-54 .tp3-breadcrumb a{color:#00bfad;text-decoration:none}
.cms-54 .tp3-breadcrumb span{margin:0 6px}
.cms-54 .tp3-hero{background:#294B54;color:#fff;padding:56px 6%}
.cms-54 .tp3-hero-flex{display:flex;justify-content:space-between;align-items:center;gap:40px}
.cms-54 .tp3-hero-text{flex:1;min-width:0}
.cms-54 .tp3-hero-eyebrow-row{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}
.cms-54 .tp3-hero-tag{background:#00bfad;color:#fff;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:5px 12px;border-radius:2px}
.cms-54 .tp3-hero-label{font-size:12px;opacity:.55;letter-spacing:.08em;color:#fff}
.cms-54 .tp3-hero-title{font-size:36px;font-weight:800;line-height:1.15;margin:0 0 14px;max-width:600px;color:#fff}
.cms-54 .tp3-hero-title span{color:#00bfad}
.cms-54 .tp3-hero-desc{font-size:15px;font-weight:300;opacity:.8;max-width:520px;line-height:1.65;margin:0;color:#fff}
.cms-54 .tp3-hero-price{flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:6px;padding:28px 32px;text-align:center;min-width:220px}
.cms-54 .tp3-hero-price-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#00bfad;margin-bottom:10px;display:block}
.cms-54 .tp3-hero-price-value{font-size:44px;font-weight:800;line-height:1;color:#fff;margin-bottom:4px}
.cms-54 .tp3-hero-price-value sup{font-size:16px;font-weight:600;vertical-align:super}
.cms-54 .tp3-hero-price-note{font-size:11px;font-weight:300;opacity:.55;margin:0 0 18px;color:#fff}
.cms-54 .tp3-hero-price-divider{height:1px;background:rgba(255,255,255,.1);margin:18px 0}
.cms-54 .tp3-hero-price-list{list-style:none;text-align:left;margin:0;padding:0}
.cms-54 .tp3-hero-price-list li{font-size:12px;padding:5px 0;display:flex;align-items:flex-start;gap:8px;opacity:.85;color:#fff}
.cms-54 .tp3-hero-price-list li::before{content:"\f00c";font-family:FontAwesome;font-weight:normal;color:#00bfad;flex-shrink:0}
.cms-54 .tp3-hero-btn{display:block;background:#00bfad;color:#fff !important;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:13px 20px;border-radius:3px;text-decoration:none;margin-top:20px}
.cms-54 .tp3-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:32px 6%;background:#e8f5f4}
.cms-54 .tp3-highlight{background:#fff;border-radius:6px;padding:24px 20px;text-align:center;border-top:3px solid #00bfad}
.cms-54 .tp3-highlight span{font-size:28px;display:block;margin-bottom:10px}
.cms-54 .tp3-highlight strong{font-size:14px;color:#294B54;display:block;margin-bottom:6px}
.cms-54 .tp3-highlight p{font-size:12px;color:#5a7a82;margin:0;font-weight:300;line-height:1.55}
.cms-54 .tp3-section--proposals .tp3-proposals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.cms-54 .tp3-proposal-card{background:#fff;border-radius:6px;padding:28px 24px;border-top:3px solid #00bfad;box-shadow:0 2px 14px rgba(41,75,84,.07)}
.cms-54 .tp3-proposal-card:nth-child(2){border-top-color:#294B54}
.cms-54 .tp3-proposal-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#00bfad;background:#e8f5f4;padding:4px 10px;border-radius:2px;margin-bottom:12px}
.cms-54 .tp3-proposal-title{font-size:16px;font-weight:800;color:#294B54;margin:0 0 8px}
.cms-54 .tp3-proposal-desc{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.6;margin:0}
.cms-54 .tp3-proposals-note{font-size:13px;font-weight:300;color:#5a7a82;margin:24px 0 0;text-align:center}
.cms-54 .tp3-section{padding:64px 6%}
.cms-54 .tp3-section--light{background:#f2f2f2}
.cms-54 .tp3-section-title{font-size:24px;font-weight:800;margin:0 0 8px;color:#294B54}
.cms-54 .tp3-section-sub{font-size:14px;font-weight:300;color:#5a7a82;margin:0;max-width:560px}
.cms-54 .tp3-section-header{margin-bottom:36px}
.cms-54 .tp3-cond-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cms-54 .tp3-cond-card{background:#fff;border-radius:5px;padding:28px 24px;box-shadow:0 2px 14px rgba(41,75,84,.07);border-top:3px solid #00bfad}
.cms-54 .tp3-cond-card:nth-child(2){border-top-color:#294B54}
.cms-54 .tp3-cond-card:nth-child(3){border-top-color:#DC5C2B}
.cms-54 .tp3-cond-icon{font-size:26px;margin-bottom:12px;display:block}
.cms-54 .tp3-cond-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#5a7a82;margin-bottom:6px}
.cms-54 .tp3-cond-value{font-size:21px;font-weight:800;color:#294B54;margin-bottom:8px}
.cms-54 .tp3-cond-value span{font-size:14px;font-weight:400}
.cms-54 .tp3-cond-desc{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.6;margin:0}
.cms-54 .tp3-cond-footnote{font-size:11px;font-weight:300;color:#5a7a82;margin:20px 0 0}
.cms-54 .tp3-process-list{max-width:700px;margin:0 auto}
.cms-54 .tp3-process-step{display:grid;grid-template-columns:48px 1fr;gap:20px;align-items:flex-start;padding:24px 0;border-bottom:1px solid #dce8ea}
.cms-54 .tp3-process-step:last-child{border-bottom:none}
.cms-54 .tp3-process-num{width:44px;height:44px;border-radius:50%;background:#294B54;color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cms-54 .tp3-process-step:first-child .tp3-process-num,.cms-54 .tp3-process-step:last-child .tp3-process-num{background:#00bfad}
.cms-54 .tp3-process-title{font-size:14px;font-weight:700;margin-bottom:5px;color:#294B54}
.cms-54 .tp3-process-desc{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.6;margin:0}
.cms-54 .tp3-faq-list{max-width:760px}
.cms-54 .tp3-faq-item{border-bottom:1px solid #dce8ea}
.cms-54 .tp3-faq-q{width:100%;background:none;border:none;font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;color:#294B54;text-align:left;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.cms-54 .tp3-faq-q:hover{color:#00bfad}
.cms-54 .tp3-faq-icon{font-size:18px;font-weight:300;color:#00bfad;flex-shrink:0;transition:transform .2s;display:inline-block}
.cms-54 .tp3-faq-item.tp3-open .tp3-faq-icon{transform:rotate(45deg)}
.cms-54 .tp3-faq-a{font-size:13px;font-weight:300;color:#5a7a82;line-height:1.75;max-height:0;overflow:hidden;padding-bottom:0;transition:max-height .32s ease,padding-bottom .32s}
.cms-54 .tp3-faq-item.tp3-open .tp3-faq-a{max-height:300px;padding-bottom:18px}
.cms-54 .tp3-btn-primary{display:inline-block;background:#00bfad;color:#fff !important;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:15px 32px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;font-family:'Montserrat',sans-serif}
.cms-54 .tp3-btn-ghost{display:inline-block;border:2px solid rgba(255,255,255,.3);color:#fff !important;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.09em;padding:13px 30px;border-radius:3px;text-decoration:none;background:transparent}
.cms-54 .tp3-btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.07);color:#fff !important;text-decoration:none}

/* â€”â€” Formulaire â€”â€” */
.cms-54 .tp3-section--form{background:#294B54;color:#fff}
.cms-54 .tp3-section--form .tp3-section-title{color:#fff}
.cms-54 .tp3-section--form .tp3-section-sub{color:rgba(255,255,255,.7)}
.cms-54 .tp3-form{max-width:860px;margin:0 auto;text-align:left}
.cms-54 .tp3-form-block{margin-top:28px;padding-top:28px;border-top:1px solid rgba(255,255,255,.12)}
.cms-54 .tp3-form-block:first-of-type{margin-top:0;padding-top:0;border-top:none}
.cms-54 .tp3-form-block-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 16px}
.cms-54 .tp3-form-block-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);margin:-8px 0 16px;line-height:1.6}
.cms-54 .tp3-form-block-sub span{color:#00bfad}
.cms-54 .tp3-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cms-54 .tp3-form-group{margin:0}
.cms-54 .tp3-form-group--full{grid-column:1 / -1}
.cms-54 .tp3-form-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.85);margin-bottom:8px}
.cms-54 .tp3-form-label span{color:#00bfad}
.cms-54 .tp3-form input.tp3-form-input,
.cms-54 .tp3-form textarea.tp3-form-textarea,
.cms-54 .tp3-form-input,
.cms-54 .tp3-form-textarea{width:100% !important;max-width:100% !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.2) !important;border-radius:4px !important;color:#fff !important;font-family:'Montserrat',sans-serif !important;font-size:14px !important;padding:12px 14px !important;height:auto !important;line-height:1.4 !important;box-shadow:none !important;margin:0 !important}
.cms-54 .tp3-form-input::placeholder,
.cms-54 .tp3-form-textarea::placeholder{color:rgba(255,255,255,.4) !important;opacity:1 !important}
.cms-54 .tp3-form-input:focus,
.cms-54 .tp3-form-textarea:focus{outline:none !important;border-color:#00bfad !important;background:rgba(255,255,255,.12) !important}
.cms-54 .tp3-form-textarea{resize:vertical;min-height:110px}
.cms-54 .tp3-form-input--date{color-scheme:dark}
.cms-54 .tp3-chips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.cms-54 .tp3-chips-grid--proc{grid-template-columns:repeat(2,1fr)}
.cms-54 .tp3-needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}
.cms-54 .tp3-form .tp3-need-label,
.cms-54 .tp3-need-label{display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:20px 14px!important;border:2px solid #dce8ea!important;border-radius:6px;cursor:pointer;background:#fff!important;min-height:90px;position:relative;transition:border-color .18s,background .18s,box-shadow .18s;margin:0!important;width:auto!important;height:auto!important}
.cms-54 .tp3-need-label:hover{border-color:#00bfad!important;background:#f0fcfb!important}
.cms-54 .tp3-need-label.tp3-checked{border-color:#00bfad!important;background:#e6f9f8!important;box-shadow:0 0 0 3px rgba(0,191,173,.12)}
.cms-54 .tp3-need-label .checker,
.cms-54 .tp3-need-label .checker span{display:none!important}
.cms-54 .tp3-need-cb{position:absolute!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none}
.cms-54 .tp3-need-icon{font-size:22px;line-height:1;display:block}
.cms-54 .tp3-need-text{font-size:12px;font-weight:700;color:#294B54!important;line-height:1.3}
.cms-54 .tp3-examples-panel{background:#fff;border:1px solid #dce8ea;border-radius:6px;overflow:hidden}
.cms-54 .tp3-examples-header{background:#294B54;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.cms-54 .tp3-examples-header span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.7)}
.cms-54 .tp3-examples-count{color:#00bfad;font-size:13px;font-weight:700}
.cms-54 .tp3-examples-body{padding:24px;min-height:100px}
.cms-54 .tp3-examples-empty{text-align:center;padding:28px;color:#5a7a82;font-size:14px;font-weight:300}
.cms-54 .tp3-examples-empty-icon{display:block;font-size:26px;margin-bottom:8px}
.cms-54 .tp3-examples-tags{display:none;flex-wrap:wrap;gap:8px}
.cms-54 .tp3-examples-cat-title{width:100%;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#5a7a82;margin-top:12px}
.cms-54 .tp3-examples-cat-title:first-child{margin-top:0}
.cms-54 .tp3-ex-tag{background:#f2f2f2;color:#294B54;font-size:12px;font-weight:500;padding:6px 14px;border-radius:20px;border:1px solid #d5e5e8;display:inline-block}
.cms-54 .tp3-form .tp3-chip-label,
.cms-54 .tp3-chip-label{display:flex !important;align-items:center;justify-content:center;text-align:center;gap:8px;padding:14px 12px !important;border:2px solid #dce8ea !important;border-radius:6px;cursor:pointer;background:#fff !important;min-height:52px;position:relative;font-size:12px;font-weight:700;color:#294B54 !important;line-height:1.3;margin:0 !important;width:auto !important;height:auto !important}
.cms-54 .tp3-chip-label:hover{border-color:#00bfad !important;background:#f0fcfb !important}
.cms-54 .tp3-chip-label.tp3-checked{border-color:#00bfad !important;background:#e6f9f8 !important;box-shadow:0 0 0 3px rgba(0,191,173,.12)}
.cms-54 .tp3-chip-label .checker,
.cms-54 .tp3-chip-label .checker span{display:none !important}
.cms-54 .tp3-chip-cb{position:absolute !important;opacity:0 !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;pointer-events:none}
.cms-54 .tp3-other-field{margin-top:12px;display:none}
.cms-54 .tp3-other-field.tp3-visible{display:block}
.cms-54 .tp3-freedom-list{display:flex;flex-direction:column;gap:12px}
.cms-54 .tp3-freedom-option{display:block;cursor:pointer;position:relative;margin:0}
.cms-54 .tp3-freedom-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0;margin:0}
.cms-54 .tp3-freedom-card{background:rgba(255,255,255,.06);border:2px solid rgba(255,255,255,.18);border-radius:6px;padding:16px 18px}
.cms-54 .tp3-freedom-option input:checked + .tp3-freedom-card{border-color:#00bfad;background:rgba(0,191,173,.12);box-shadow:0 0 0 3px rgba(0,191,173,.15)}
.cms-54 .tp3-freedom-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 6px}
.cms-54 .tp3-freedom-title em{font-style:normal;color:#00bfad;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.cms-54 .tp3-freedom-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.75);margin:0;line-height:1.55}
.cms-54 .tp3-stock-list{display:flex;flex-direction:column;gap:12px}
.cms-54 .tp3-stock-option{display:block;cursor:pointer;position:relative;margin:0}
.cms-54 .tp3-stock-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0;margin:0}
.cms-54 .tp3-stock-card{background:rgba(255,255,255,.06);border:2px solid rgba(255,255,255,.18);border-radius:6px;padding:16px 18px;transition:border-color .18s,background .18s}
.cms-54 .tp3-stock-option input:checked + .tp3-stock-card{border-color:#00bfad;background:rgba(0,191,173,.12);box-shadow:0 0 0 3px rgba(0,191,173,.15)}
.cms-54 .tp3-stock-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 6px}
.cms-54 .tp3-stock-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.75);margin:0;line-height:1.55}
.cms-54 .tp3-file-wrap{position:relative}
.cms-54 .tp3-file-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.cms-54 .tp3-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:28px 20px;border:2px dashed rgba(255,255,255,.25);border-radius:6px;background:rgba(255,255,255,.04);cursor:pointer;text-align:center;margin:0}
.cms-54 .tp3-file-label:hover,.cms-54 .tp3-file-wrap.tp3-has-files .tp3-file-label{border-color:#00bfad;background:rgba(0,191,173,.08)}
.cms-54 .tp3-file-icon{font-size:28px;line-height:1}
.cms-54 .tp3-file-text{font-size:14px;color:rgba(255,255,255,.85)}
.cms-54 .tp3-file-text strong{color:#00bfad}
.cms-54 .tp3-file-hint{font-size:11px;color:rgba(255,255,255,.45);font-weight:300}
.cms-54 .tp3-file-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.cms-54 .tp3-file-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:4px;padding:8px 12px;font-size:13px;color:#fff}
.cms-54 .tp3-file-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cms-54 .tp3-file-remove{background:none;border:none;color:#00bfad;font-size:18px;cursor:pointer;flex-shrink:0;line-height:1;padding:0}
.cms-54 .tp3-form-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px}
.cms-54 .tp3-form-submit.tp3-is-loading{opacity:.65;cursor:wait}
.cms-54 .tp3-form-feedback,.cms-54 .tp-form-feedback{display:none;margin:16px 0 0;padding:12px 16px;border-radius:4px;font-size:13px;font-weight:500}
.cms-54 .tp3-form-feedback--ok,.cms-54 .tp-form-feedback--ok{background:rgba(0,191,173,.15);border:1px solid rgba(0,191,173,.45);color:#fff}
.cms-54 .tp3-form-feedback--err,.cms-54 .tp-form-feedback--err{background:rgba(0,191,173,.2);border:1px solid rgba(0,191,173,.55);color:#fff}
.cms-54 .tp3-files-hint{font-size:12px;color:rgba(255,255,255,.6);margin:0 0 12px;line-height:1.6}
.cms-54 .tp3-files-hint ul{margin:8px 0 0;padding:0 0 0 18px}
.cms-54 .tp3-date-hint{font-size:12px;font-weight:300;color:rgba(255,255,255,.6);margin:8px 0 0;line-height:1.5}
.cms-54 .tp3-date-hint strong{color:#00bfad;font-weight:700}
.cms-54 .tp3-formats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cms-54 .tp3-fmt-card{border:1px solid #dce8ea;border-radius:5px;padding:18px 16px;background:#fff}
.cms-54 .tp3-fmt-ext{font-size:15px;font-weight:800;letter-spacing:.05em;color:#00bfad;margin-bottom:5px}
.cms-54 .tp3-fmt-note{font-size:11px;font-weight:300;color:#5a7a82;line-height:1.5;margin:0}

@media(max-width:900px){
  .cms-54 .tp3-hero-flex{flex-direction:column;align-items:flex-start;gap:24px}
  .cms-54 .tp3-hero-price{width:100%}
  .cms-54 .tp3-highlights{grid-template-columns:1fr}
  .cms-54 .tp3-cond-grid{grid-template-columns:1fr}
  .cms-54 .tp3-chips-grid{grid-template-columns:repeat(2,1fr)}
  .cms-54 .tp3-chips-grid--proc{grid-template-columns:1fr}
  .cms-54 .tp3-needs-grid{grid-template-columns:repeat(2,1fr)}
  .cms-54 .tp3-proposals-grid{grid-template-columns:1fr}
  .cms-54 .tp3-formats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .cms-54 .tp3-form-grid{grid-template-columns:1fr}
  .cms-54 .tp3-chips-grid{grid-template-columns:1fr}
  .cms-54 .tp3-needs-grid{grid-template-columns:1fr}
  .cms-54 .tp3-hero-title{font-size:26px}
  .cms-54 .tp3-section-title{font-size:20px}
}



/* ── Popup chargement formulaires graphiques (F1–F4) ── */
.tp-formule-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(41, 75, 84, 0.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.tp-formule-overlay.is-visible { display: flex; }
.tp-formule-overlay__box {
  background: #ffffff;
  border-radius: 14px;
  padding: 36px 32px 32px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  animation: tp-formule-overlay-in 0.25s ease-out;
}
@keyframes tp-formule-overlay-in {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.tp-formule-overlay__spinner {
  width: 54px;
  height: 54px;
  border: 5px solid #e6f5f3;
  border-top-color: #00bfad;
  border-radius: 50%;
  animation: tp-formule-spin 0.85s linear infinite;
  margin: 0 auto 22px;
}
@keyframes tp-formule-spin { to { transform: rotate(360deg); } }
.tp-formule-overlay__icon {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 54px;
  margin: 0 auto 18px;
}
.tp-formule-overlay--alert .tp-formule-overlay__icon { display: block; }
.tp-formule-overlay--error .tp-formule-overlay__icon {
  background: #fdeee8;
  color: #DC5C2B;
}
.tp-formule-overlay--info .tp-formule-overlay__icon {
  background: #e6f5f3;
  color: #00bfad;
}
.tp-formule-overlay__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #294B54;
  margin: 0 0 10px;
  line-height: 1.3;
}
.tp-formule-overlay__msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a7a82;
  margin: 0;
  line-height: 1.55;
}
.tp-formule-overlay__progress {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #00bfad;
  margin: 14px 0 0;
  min-height: 1.2em;
}
.tp-formule-overlay__bar {
  height: 6px;
  background: #e8f4f3;
  border-radius: 99px;
  margin-top: 16px;
  overflow: hidden;
}
.tp-formule-overlay__bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00bfad, #00d9cb);
  border-radius: 99px;
  transition: width 0.2s ease;
}
.tp-formule-overlay__close {
  display: inline-block;
  margin-top: 22px;
  padding: 10px 28px;
  border: none;
  border-radius: 25px;
  background: #294B54;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.tp-formule-overlay--error .tp-formule-overlay__close { background: #DC5C2B; }
.tp-formule-overlay--info .tp-formule-overlay__close { background: #00bfad; }
.tp-form-file-masv {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: #DC5C2B;
}

/* CMS 55 — Formule 4 (sur mesure) */
.cms-55 .tp4-wrap { font-family:'Montserrat',sans-serif; color:#294B54; line-height:1.6; font-size:16px; }
.cms-55 .tp4-wrap * { box-sizing:border-box; }
.cms-55 .tp4-breadcrumb { background:#f2f2f2; padding:12px 6%; font-size:12px; color:#5a7a82; }
.cms-55 .tp4-breadcrumb a { color:#00bfad; text-decoration:none; }
.cms-55 .tp4-breadcrumb span { margin:0 6px; }
.cms-55 .tp4-hero { background:#294B54; color:#fff; padding:56px 6%; }
.cms-55 .tp4-hero-flex { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.cms-55 .tp4-hero-text { flex:1; min-width:0; }
.cms-55 .tp4-hero-eyebrow-row { display:flex; align-items:center; gap:10px; margin-bottom:16px; flex-wrap:wrap; }
.cms-55 .tp4-hero-tag { background:#00bfad; color:#fff; font-size:10px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; padding:5px 12px; border-radius:2px; }
.cms-55 .tp4-hero-label { font-size:12px; opacity:.55; letter-spacing:.08em; color:#fff; }
.cms-55 .tp4-hero-title { font-size:36px; font-weight:800; line-height:1.15; margin:0 0 14px; max-width:640px; color:#fff; }
.cms-55 .tp4-hero-title span { color:#00bfad; }
.cms-55 .tp4-hero-desc { font-size:15px; font-weight:300; opacity:.85; max-width:560px; line-height:1.65; margin:0; color:#fff; }
.cms-55 .tp4-hero-aside { flex-shrink:0; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14); border-radius:6px; padding:28px 32px; min-width:240px; max-width:280px; }
.cms-55 .tp4-hero-aside-title { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.14em; color:#00bfad; margin:0 0 12px; }
.cms-55 .tp4-hero-aside-list { list-style:none; margin:0; padding:0; }
.cms-55 .tp4-hero-aside-list li { font-size:12px; padding:6px 0; display:flex; align-items:flex-start; gap:8px; color:#fff; opacity:.9; }
.cms-55 .tp4-hero-aside-list li::before { content: "\f00c"; font-family: FontAwesome; font-weight: normal; color:#00bfad; flex-shrink:0; }
.cms-55 .tp4-hero-btn { display:block; background:#00bfad; color:#fff !important; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; text-align:center; padding:13px 20px; border-radius:3px; text-decoration:none; margin-top:18px; }
.cms-55 .tp4-section { padding:64px 6%; }
.cms-55 .tp4-section--light { background:#f2f2f2; }
.cms-55 .tp4-section-title { font-size:24px; font-weight:800; margin:0 0 8px; color:#294B54; }
.cms-55 .tp4-section-sub { font-size:14px; font-weight:300; color:#5a7a82; margin:0; max-width:560px; }
.cms-55 .tp4-section-header { margin-bottom:36px; }
.cms-55 .tp4-section--form { background:#294B54; color:#fff; }
.cms-55 .tp4-section--form .tp4-section-title { color:#fff; }
.cms-55 .tp4-section--form .tp4-section-sub { color:rgba(255,255,255,.7); }
.cms-55 .tp4-form { max-width:860px; margin:0 auto; text-align:left; }
.cms-55 .tp4-form--simple { max-width:560px; }
.cms-55 .tp4-form--simple .tp4-form-group { margin-bottom:20px; }
.cms-55 .tp4-form-needs-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:28px; }
.cms-55 .tp4-need-block { background:#fff; border:2px solid #dce8ea; border-radius:6px; overflow:hidden; transition:border-color .18s, box-shadow .18s; }
.cms-55 .tp4-need-block.tp4-active { border-color:#00bfad; box-shadow:0 0 0 3px rgba(0,191,173,.15); }
.cms-55 .tp4-need-label { display:flex; flex-direction:row; align-items:center; justify-content:flex-start; text-align:left; gap:12px; padding:16px 18px; cursor:pointer; background:#fff; position:relative; border:none; margin:0; }
.cms-55 .tp4-need-label:hover { background:#f0fcfb; }
.cms-55 .tp4-need-block.tp4-active .tp4-need-label { background:#e6f9f8; }
.cms-55 .tp4-need-label .checker,
.cms-55 .tp4-need-label .checker span { display:none !important; }
.cms-55 .tp4-need-cb { position:absolute !important; opacity:0 !important; width:0 !important; height:0 !important; margin:0 !important; padding:0 !important; border:0 !important; pointer-events:none; }
.cms-55 .tp4-chip-icon { font-size:22px; line-height:1; flex-shrink:0; }
.cms-55 .tp4-chip-label { font-size:12px; font-weight:700; color:#294B54; line-height:1.3; }
.cms-55 .tp4-need-note { display:none; padding:0 18px 16px; border-top:1px solid #e8f0f2; }
.cms-55 .tp4-need-block.tp4-active .tp4-need-note { display:block; }
.cms-55 .tp4-need-note-label { display:block; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:#5a7a82; margin:12px 0 6px; }
.cms-55 .tp4-need-annotation { width:100%; border:1px solid #dce8ea; border-radius:4px; padding:10px 12px; font-family:'Montserrat',sans-serif; font-size:13px; color:#294B54; resize:vertical; min-height:60px; background:#fafcfc; }
.cms-55 .tp4-need-annotation:focus { outline:none; border-color:#00bfad; background:#fff; }
.cms-55 .tp4-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:8px; }
.cms-55 .tp4-form-group--full { grid-column:1 / -1; }
.cms-55 .tp4-form-label { display:block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.85); margin-bottom:8px; }
.cms-55 .tp4-form-label span { color:#00bfad; }
.cms-55 .tp4-form-input,
.cms-55 .tp4-form-textarea { width:100%; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:4px; color:#fff; font-family:'Montserrat',sans-serif; font-size:14px; padding:12px 14px; }
.cms-55 .tp4-form-input::placeholder,
.cms-55 .tp4-form-textarea::placeholder { color:rgba(255,255,255,.4); }
.cms-55 .tp4-form-input:focus,
.cms-55 .tp4-form-textarea:focus { outline:none; border-color:#00bfad; background:rgba(255,255,255,.12); }
.cms-55 .tp4-form-textarea { resize:vertical; min-height:130px; }
.cms-55 .tp4-file-wrap { position:relative; }
.cms-55 .tp4-file-input { position:absolute; opacity:0; width:0; height:0; pointer-events:none; }
.cms-55 .tp4-file-label { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:28px 20px; border:2px dashed rgba(255,255,255,.25); border-radius:6px; background:rgba(255,255,255,.04); cursor:pointer; text-align:center; margin:0; }
.cms-55 .tp4-file-label:hover,
.cms-55 .tp4-file-wrap.tp4-has-files .tp4-file-label { border-color:#00bfad; background:rgba(0,191,173,.08); }
.cms-55 .tp4-file-icon { font-size:28px; }
.cms-55 .tp4-file-text { font-size:14px; color:rgba(255,255,255,.85); }
.cms-55 .tp4-file-text strong { color:#00bfad; }
.cms-55 .tp4-file-hint { font-size:11px; color:rgba(255,255,255,.45); font-weight:300; }
.cms-55 .tp4-file-list { list-style:none; margin:12px 0 0; padding:0; display:flex; flex-direction:column; gap:6px; }
.cms-55 .tp4-file-list li { display:flex; align-items:center; justify-content:space-between; gap:10px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:4px; padding:8px 12px; font-size:13px; color:#fff; }
.cms-55 .tp4-file-list li span { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cms-55 .tp4-file-remove { background:none; border:none; color:#00bfad; font-size:18px; cursor:pointer; flex-shrink:0; line-height:1; padding:0; }
.cms-55 .tp4-form-actions { display:flex; justify-content:center; margin-top:24px; }
.cms-55 .tp4-btn-primary { display:inline-block; background:#00bfad; color:#fff !important; font-family:'Montserrat',sans-serif; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.09em; padding:15px 32px; border-radius:3px; border:none; cursor:pointer; }
.cms-55 .tp4-form-submit.tp4-is-loading { opacity:.65; cursor:wait; }
.cms-55 .tp4-form-feedback,
.cms-55 .tp-form-feedback { display:none; margin:16px 0 0; padding:12px 16px; border-radius:4px; font-size:13px; font-weight:500; }
.cms-55 .tp4-form-feedback--ok,
.cms-55 .tp-form-feedback--ok { background:rgba(0,191,173,.15); border:1px solid rgba(0,191,173,.45); color:#fff; }
.cms-55 .tp4-form-feedback--err,
.cms-55 .tp-form-feedback--err { background:rgba(0,191,173,.2); border:1px solid rgba(0,191,173,.55); color:#fff; }
.cms-55 .tp4-process-list { max-width:700px; margin:0 auto; }
.cms-55 .tp4-process-step { display:grid; grid-template-columns:48px 1fr; gap:20px; padding:24px 0; border-bottom:1px solid #dce8ea; }
.cms-55 .tp4-process-step:last-child { border-bottom:none; }
.cms-55 .tp4-process-num { width:44px; height:44px; border-radius:50%; background:#294B54; color:#fff; font-size:15px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.cms-55 .tp4-process-step:first-child .tp4-process-num { background:#00bfad; }
.cms-55 .tp4-process-title { font-size:14px; font-weight:700; margin-bottom:5px; color:#294B54; }
.cms-55 .tp4-process-desc { font-size:13px; font-weight:300; color:#5a7a82; line-height:1.6; margin:0; }
.cms-55 .tp4-faq-list { max-width:760px; }
.cms-55 .tp4-faq-item { border-bottom:1px solid #dce8ea; }
.cms-55 .tp4-faq-q { width:100%; background:none; border:none; font-family:'Montserrat',sans-serif; font-size:14px; font-weight:600; color:#294B54; text-align:left; padding:18px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.cms-55 .tp4-faq-q:hover { color:#00bfad; }
.cms-55 .tp4-faq-icon { font-size:18px; color:#00bfad; flex-shrink:0; transition:transform .2s; }
.cms-55 .tp4-faq-item.tp4-open .tp4-faq-icon { transform:rotate(45deg); }
.cms-55 .tp4-faq-a { font-size:13px; font-weight:300; color:#5a7a82; line-height:1.75; max-height:0; overflow:hidden; padding-bottom:0; transition:max-height .32s ease, padding-bottom .32s; }
.cms-55 .tp4-faq-item.tp4-open .tp4-faq-a { max-height:300px; padding-bottom:18px; }
@media (max-width:900px) {
  .cms-55 .tp4-hero-flex { flex-direction:column; align-items:flex-start; gap:24px; }
  .cms-55 .tp4-hero-aside { width:100%; max-width:none; }
}
@media (max-width:768px) {
  .cms-55 .tp4-form-needs-grid { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .cms-55 .tp4-form-grid { grid-template-columns:1fr; }
  .cms-55 .tp4-hero-title { font-size:26px; }
  .cms-55 .tp4-section-title { font-size:20px; }
}

/* ESPACE breadcrumb */

.cms-51 .breadcrumb.clearfix, .cms-52 .breadcrumb.clearfix, .cms-53 .breadcrumb.clearfix, .cms-54 .breadcrumb.clearfix, .cms-55 .breadcrumb.clearfix{
	margin-bottom: 0px !important;
}

.tp-config-inner{
  display:flex;
  align-items:center;
  gap:10px;
}
 
.tp-config-inner b{
  color:#294B54;
  font-weight:600;
  font-size:.9rem;
  white-space:nowrap;
}
 
/* ===== Pictogramme vue de dessus (4 faces) ===== */
.tp-picto{
  position:relative;
  width:28px;
  height:28px;
  flex:0 0 auto;
  background:#ffffff;
  border-radius:4px;
}
 
.tp-picto-face{
  position:absolute;
  background:#d9dde0;
  border-radius:2px;
  transition:background .15s ease;
}
 
.tp-picto-face.back{  top:0; left:3px; right:3px; height:4px; }
.tp-picto-face.front{ bottom:0; left:3px; right:3px; height:4px; }
.tp-picto-face.left{  left:0; top:3px; bottom:3px; width:4px; }
.tp-picto-face.right{ right:0; top:3px; bottom:3px; width:4px; }
 
.tp-picto-face.active{
  background:#DC5C2B;
}
 
.tp-picto-core{
  position:absolute;
  top:5px; left:5px; right:5px; bottom:5px;
  border:1px solid #d9dde0;
  border-radius:2px;
  background:#f2f2f2;
}

/* ===== Encadré incitatif ===== */
.tp-callout{
  max-width:1200px;
  margin:16px auto 0;
  display:flex;
  align-items:center;
  gap:12px;
  background:#ffffff;
  border:1px solid #DC5C2B;
  border-left:5px solid #DC5C2B;
  border-radius:12px;
  padding:14px 18px;
  color:#294B54;
  font-weight:600;
  font-size:.92rem;
}
 
.tp-callout-icon{
  font-size:1.3rem;
  flex:0 0 auto;
}

body#module-patchworkprint-customizer #cmpboxrecall,
body.module-patchworkprint-customizer #cmpboxrecall,
body#module-patchworkprint-customizer #cmpboxrecallspan,
body.module-patchworkprint-customizer #cmpboxrecallspan{
	display:none !important;
	visibility:hidden !important;
	opacity:0 !important;
	pointer-events:none !important;
}

.table-applications {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.table-applications th {
    background-color: #294b54;
    color: #fff;
    text-align: left;
    padding: 9px 14px;
    border: 1px solid #294b54;
}

.table-applications td {
    padding: 9px 14px;
    border: 1px solid #e0e0e0;
}

.table-applications tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.applications-box {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 20px;
}

.applications-box__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #294b54;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #294b54;
}

.applications-box__list {
    font-size: 14px;
}

.applications-box__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dotted #d5d5d5;
}

.applications-box__item:last-child {
    border-bottom: none;
}

.applications-box__highlight {
    color: #00bfad;
}

.div-qual-impression .col-img-impr {
  position: relative;
}

.div-qual-impression .col-img-impr::after {
  content: "→";
  position: absolute;
  top: 38%;
  right: -14px;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 767px) {
  .div-qual-impression .col-img-impr::after {
    display: none;
  }
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 20px;
}

.advantage {
    width: 130px;
    text-align: center;
}

.advantage-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #f2f2f2;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
}

.advantage-title {
    font-size: 13px;
    font-weight: 700;
    color: #294b54;
    line-height: 1.35;
}

.tp-guide-trigger-btn {
  background-color: #294B54;
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.tp-guide-close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #294B54;
  cursor: pointer;
  float: right;
}

.tp-guide-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(41,75,84,0.5);
  z-index: 9998;
}

.tp-guide-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 88vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: -8px 0 24px rgba(0,0,0,0.15);
  padding: 26px;
  box-sizing: border-box;
  overflow-y: auto;
  transition: right 0.3s ease;
}
.tp-guide-drawer.tp-guide-open { right: 0; }

.tp-tab-btn {
  background-color: #f2f2f2;
  color: #294B54;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.tp-tab-btn.tp-tab-active {
  background-color: #294B54;
  color: #ffffff;
}

.d-tp-none { display: none !important; }
.d-block { display: block !important; }

@media (max-width: 767px) {
  .tp-guide-drawer { width: 100%; max-width: 100%; }
}

.no-click {
    pointer-events: none;
    cursor: default;
}

.tp-tool-banner {
    position: relative;
    overflow: hidden;
    padding: 22px;
    background: rgba(0,191,173,.07);
    border-left: 4px solid #00bfad;
    border-radius: 0 10px 10px 0;
}

.tp-tool-banner__badge {
    position: absolute;
    top: 12px;
    right: -32px;
    padding: 4px 40px;
    background: #dc5c2b;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    transform: rotate(45deg);
}

.tp-tool-banner__content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.tp-tool-banner__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00bfad;
    font-size: 22px;
}

.tp-tool-banner__text {
    flex: 1;
    padding-right: 36px;
}

.tp-tool-banner__text h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #294b54;
}

.tp-tool-banner__text p {
    margin: 0 0 10px;
    font-size: 14px;
}

.tp-tool-banner__note {
    margin-bottom: 16px;
    font-size: 12px;
    color: #294b54;
    opacity: .75;
}

.tp-tool-banner__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
}

.tp-tool-banner__btn {
    text-decoration: none;
    font-weight: 700;
}

.tp-tool-banner__btn--primary {
    display: inline-block;
    padding: 12px 28px;
    background: #00bfad;
    color: #fff !important;
    border-radius: 24px;
    font-size: 14px;
}

.tp-tool-banner__btn--link {
    color: #294b54;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 576px) {
    .tp-tool-banner__content {
        flex-direction: column;
    }

    .tp-tool-banner__text {
        padding-right: 0;
    }

    .tp-tool-banner__badge {
        display: none;
    }
	
}

@media (max-width: 991px) {
	
	.tp-tool-recommande{
		display:none;
	}

}