@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; }

/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html body#personnalisation div.container h1 {
  font-size: 90px;
  text-align: center;
  margin-bottom: 20px;
  color: #000; }
html body#personnalisation div.container p.intro {
  padding: 0px 10%;
  text-align: center; }
html body#personnalisation div.container section.modulePersonnalisation {
  display: -webkit-flex;
  display: flex;
  margin: 40px 0px;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 1280px) {
    html body#personnalisation div.container section.modulePersonnalisation {
      padding: 0px 10px; } }
  html body#personnalisation div.container section.modulePersonnalisation div#visuel {
    width: calc(50% - 10px); }
    html body#personnalisation div.container section.modulePersonnalisation div#visuel img {
      width: 100%; }
    @media (max-width: 480px) {
      html body#personnalisation div.container section.modulePersonnalisation div#visuel {
        display: none; } }
  html body#personnalisation div.container section.modulePersonnalisation div.formulaire {
    width: calc(50% - 10px);
    padding: 20px;
    padding-top: 0;
    text-align: center; }
    @media (max-width: 480px) {
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire {
        display: none; } }
    html body#personnalisation div.container section.modulePersonnalisation div.formulaire h2 {
      text-transform: uppercase;
      margin: 30px 0px;
      margin-top: 0;
      text-align: left;
      font-weight: bold; }
    html body#personnalisation div.container section.modulePersonnalisation div.formulaire input {
      width: 45%;
      margin: 10px 10px;
      height: 40px;
      border: 1px solid #ccc;
      float: left;
      padding-left: 20px;
      color: #000;
      font-weight: bold; }
      @media (max-width: 768px) {
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire input {
          width: 100%; } }
    html body#personnalisation div.container section.modulePersonnalisation div.formulaire h2.title-perso {
      width: 100%;
      display: block;
      float: left;
      margin-top: 20px; }
    html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc {
      width: 50%;
      float: left;
      text-align: left;
      padding: 20px; }
      @media (max-width: 900px) {
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc {
          height: 180px; } }
      @media (max-width: 768px) {
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc {
          height: auto;
          width: 100%; } }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc select {
        display: block;
        width: 100%;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        margin-top: 10px;
        padding-left: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 14px);
        font-weight: bold;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc span.pastille {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-indent: -99999px;
        width: 21px;
        height: 21px;
        margin: 15px 4px 0px 4px;
        display: inline-block;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc span.pastille:hover {
          border: 1px solid #000; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc span.pastille:last-of-type {
          margin-right: 0; }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bloc span.active {
        border: 1px solid #000; }
    html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button {
      float: left;
      width: 100%;
      margin-top: 40px;
      margin-bottom: 30px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button .contain-save {
        height: 80px;
        margin-top: -20px;
        margin-right: 30px; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button .contain-save p {
          display: block;
          margin-bottom: 10px;
          width: 100%; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button .contain-save a {
          padding: 13px 18px;
          border: solid 1px #69a948;
          text-decoration: none;
          color: #69a948;
          font-weight: bold;
          height: 50px;
          font-size: 18px;
          display: block;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button .contain-save a:hover {
            background-color: #69a948;
            color: #fff; }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button button.enregistrer {
        height: 50px;
        padding: 8px 20px;
        border: 1px solid #69a948;
        cursor: pointer;
        background-color: transparent;
        font-weight: bold;
        font-size: 18px;
        color: #69a948;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 10px;
        margin-bottom: 4px;
        font-family: "Rokkitt"; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button button.enregistrer:hover {
          background-color: #69a948;
          color: #fff; }
        @media (max-width: 768px) {
          html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button button.enregistrer {
            margin-bottom: 20px; } }
      html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button a#btnImprimer {
        height: 50px;
        padding: 15px 20px;
        border: 1px solid #69a948;
        color: #69a948;
        margin-bottom: 4px;
        background-color: transparent;
        cursor: pointer;
        font-weight: bold;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        font-size: 18px;
        font-family: "Rokkitt"; }
        html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button a#btnImprimer:hover {
          background-color: #69a948;
          color: #fff; }
        @media (max-width: 768px) {
          html body#personnalisation div.container section.modulePersonnalisation div.formulaire div.bottom-button a#btnImprimer {
            display: inline-block; } }
  html body#personnalisation div.container section.modulePersonnalisation h3 {
    display: none; }
    @media (max-width: 480px) {
      html body#personnalisation div.container section.modulePersonnalisation h3 {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 900; } }
html body#personnalisation div.container div.renseignement {
  padding: 50px;
  padding-left: 200px;
  background-color: #69a948;
  color: #fff;
  background-image: url(../img/picto-savoir.png);
  background-repeat: no-repeat;
  background-position: 110px 50%; }
  @media (max-width: 480px) {
    html body#personnalisation div.container div.renseignement {
      padding-left: 40px;
      background-image: none; } }
  html body#personnalisation div.container div.renseignement p {
    margin: 15px 0px; }
html body#listepersonnalisation div.titre-presse h1 {
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }
html body#listepersonnalisation div.titre-presse p {
  padding: 0px 10%;
  text-align: center; }
  @media (max-width: 480px) {
    html body#listepersonnalisation div.titre-presse p {
      width: 100%;
      padding: 0px 10px; } }
html body#listepersonnalisation div.titre-presse section#etiquettes {
  padding-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 4;
  flex-grow: 4;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1140px) {
    html body#listepersonnalisation div.titre-presse section#etiquettes {
      -webkit-flex-grow: 2;
      flex-grow: 2;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 480px) {
    html body#listepersonnalisation div.titre-presse section#etiquettes {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 10px; } }
  html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette {
    width: calc(100% / 4 - 20px);
    margin: 0px 10px; }
    @media (max-width: 1140px) {
      html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette {
        width: calc(100% / 2 - 20px);
        margin: 10px 10px; } }
    @media (max-width: 480px) {
      html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette {
        width: calc(100%);
        margin: 10px 0px; } }
    html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.visuel {
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative; }
      html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.visuel:hover div.btns {
        display: block; }
      html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.visuel img {
        width: 100%; }
    html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.btns {
      display: none;
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.btns form {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 25%; }
        html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.btns form input {
          height: 40px;
          padding: 10px 20px;
          border: 1px solid #fff;
          cursor: pointer;
          background-color: #fff;
          font-weight: bold;
          font-size: 0px;
          background-image: url(../img/picto-trash.png);
          background-repeat: no-repeat;
          background-position: center;
          width: 40px; }
        html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.btns form a {
          height: 40px;
          padding: 10px 20px;
          border: 1px solid #8ec422;
          color: #fff;
          background-color: #8ec422;
          font-weight: bold;
          font-size: 16px;
          text-decoration: none;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          html body#listepersonnalisation div.titre-presse section#etiquettes div.etiquette div.btns form a:hover {
            background-color: #fff;
            color: #69a948;
            border: 1px solid #fff; }

html body#index div.slider {
  overflow: hidden;
  margin-bottom: 80px;
  max-height: 700px; }
  @media (max-width: 768px) {
    html body#index div.slider {
      padding: 0px; } }
  @media (max-width: 480px) {
    html body#index div.slider {
      margin-bottom: 20px; } }
  html body#index div.slider div#homepage-slider {
    width: 100%; }
    @media (max-width: 480px) {
      html body#index div.slider div#homepage-slider {
        height: 300px !important; } }
    html body#index div.slider div#homepage-slider ul#homeslider {
      height: 700px; }
      @media (max-width: 480px) {
        html body#index div.slider div#homepage-slider ul#homeslider {
          height: 300px !important; } }
      html body#index div.slider div#homepage-slider ul#homeslider li {
        height: 700px;
        position: relative; }
        @media (max-width: 480px) {
          html body#index div.slider div#homepage-slider ul#homeslider li {
            height: 300px !important; } }
        html body#index div.slider div#homepage-slider ul#homeslider li a {
          display: block;
          width: 100% !important;
          height: 700px;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
          @media (max-width: 480px) {
            html body#index div.slider div#homepage-slider ul#homeslider li a {
              height: 300px !important; } }
        html body#index div.slider div#homepage-slider ul#homeslider li div.homeslider-description {
          width: 100%;
          padding-left: 30px;
          padding-right: 30px;
          max-width: 100%; }
          @media (max-width: 768px) {
            html body#index div.slider div#homepage-slider ul#homeslider li div.homeslider-description {
              top: 50%;
              left: 0;
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
          @media (max-width: 480px) {
            html body#index div.slider div#homepage-slider ul#homeslider li div.homeslider-description {
              height: auto; } }
          html body#index div.slider div#homepage-slider ul#homeslider li div.homeslider-description div.homeslider-description-content {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 40px;
            max-width: 1280px;
            width: 100%;
            margin: 0 auto; }
            @media (max-width: 768px) {
              html body#index div.slider div#homepage-slider ul#homeslider li div.homeslider-description div.homeslider-description-content {
                padding-left: 10px;
                padding-right: 10px; } }
        html body#index div.slider div#homepage-slider ul#homeslider li h1, html body#index div.slider div#homepage-slider ul#homeslider li h2, html body#index div.slider div#homepage-slider ul#homeslider li strong.title {
          text-align: center;
          font-weight: normal;
          font-size: 50px !important; }
          @media (max-width: 768px) {
            html body#index div.slider div#homepage-slider ul#homeslider li h1, html body#index div.slider div#homepage-slider ul#homeslider li h2, html body#index div.slider div#homepage-slider ul#homeslider li strong.title {
              font-size: 40px;
              margin-top: 0px;
              margin-bottom: 0px; } }
          @media (max-width: 480px) {
            html body#index div.slider div#homepage-slider ul#homeslider li h1, html body#index div.slider div#homepage-slider ul#homeslider li h2, html body#index div.slider div#homepage-slider ul#homeslider li strong.title {
              font-size: 20px;
              margin-top: 0px;
              margin-bottom: 0px; } }
        html body#index div.slider div#homepage-slider ul#homeslider li p {
          text-align: left; }
    html body#index div.slider div#homepage-slider div.bx-controls a.bx-prev {
      top: 50%;
      background-position: center;
      left: 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    html body#index div.slider div#homepage-slider div.bx-controls a.bx-next {
      top: 50%;
      background-position: center;
      right: 20px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
html body#index section#categories {
  overflow: hidden;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    html body#index section#categories {
      padding-left: 10px;
      padding-right: 10px; } }
  html body#index section#categories div.colG {
    width: calc(50% - 15px);
    float: left; }
    @media (max-width: 768px) {
      html body#index section#categories div.colG {
        float: left;
        width: calc(50% - 15px); } }
    @media (max-width: 480px) {
      html body#index section#categories div.colG {
        float: none;
        width: calc(100%); } }
    html body#index section#categories div.colG div.colG {
      width: calc(50% - 15px);
      float: left; }
      @media (max-width: 768px) {
        html body#index section#categories div.colG div.colG {
          float: left;
          width: calc(50% - 5px); } }
      @media (max-width: 480px) {
        html body#index section#categories div.colG div.colG {
          float: none;
          width: 100%;
          display: -webkit-flex;
          display: flex; } }
      html body#index section#categories div.colG div.colG a {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        outline: 2px dashed transparent;
        outline-offset: -15px; }
        @media (max-width: 480px) {
          html body#index section#categories div.colG div.colG a {
            margin-bottom: 10px;
            height: 145px; } }
        html body#index section#categories div.colG div.colG a img {
          display: block;
          height: auto;
          width: 100%;
          opacity: .25;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        html body#index section#categories div.colG div.colG a span {
          position: absolute;
          color: #FFF;
          font-weight: 900;
          text-decoration: none;
          display: block;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 30px;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          @media (max-width: 768px) {
            html body#index section#categories div.colG div.colG a span {
              font-size: 20px; } }
        html body#index section#categories div.colG div.colG a:hover {
          outline: 2px dashed #fff;
          outline-offset: -15px; }
          html body#index section#categories div.colG div.colG a:hover img {
            opacity: .5; }
      @media (max-width: 480px) {
        html body#index section#categories div.colG div.colG a:nth-child(1) {
          margin-right: 5px; } }
      @media (max-width: 480px) {
        html body#index section#categories div.colG div.colG a:nth-child(2) {
          margin-left: 5px; } }
    html body#index section#categories div.colG div.colD {
      width: calc(50% - 15px);
      float: right; }
      @media (max-width: 480px) {
        html body#index section#categories div.colG div.colD {
          float: left;
          width: calc(50% - 5px);
          margin-right: 10px; } }
      html body#index section#categories div.colG div.colD a {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        max-height: 570px;
        height: calc(50vw - 30px);
        background-color: #fff;
        outline: 2px dashed transparent;
        outline-offset: -15px; }
        @media (max-width: 1280px) {
          html body#index section#categories div.colG div.colD a {
            height: calc(50vw - 25px);
            margin-bottom: 0px; } }
        @media (max-width: 768px) {
          html body#index section#categories div.colG div.colD a {
            height: calc(50vw - 5px);
            margin-bottom: 0px; } }
        @media (max-width: 480px) {
          html body#index section#categories div.colG div.colD a {
            height: 300px;
            margin-bottom: 10px; } }
        html body#index section#categories div.colG div.colD a img {
          display: block;
          height: auto;
          width: 100%;
          opacity: .25;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          position: relative;
          top: 50%;
          left: 0;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        html body#index section#categories div.colG div.colD a span {
          position: absolute;
          color: #FFF;
          font-weight: 900;
          text-decoration: none;
          display: block;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 30px;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          padding: 15px; }
          @media (max-width: 768px) {
            html body#index section#categories div.colG div.colD a span {
              font-size: 20px; } }
        html body#index section#categories div.colG div.colD a:hover {
          outline: 2px dashed #fff;
          outline-offset: -15px; }
          html body#index section#categories div.colG div.colD a:hover img {
            opacity: .5; }
  html body#index section#categories div.colD {
    width: calc(50% - 15px);
    float: right; }
    @media (max-width: 480px) {
      html body#index section#categories div.colD {
        float: none;
        width: calc(100%); } }
    html body#index section#categories div.colD div.colG, html body#index section#categories div.colD div.colD {
      width: calc(50% - 15px);
      float: left; }
      @media (max-width: 768px) {
        html body#index section#categories div.colD div.colG, html body#index section#categories div.colD div.colD {
          width: calc(50% - 5px); } }
      html body#index section#categories div.colD div.colG a, html body#index section#categories div.colD div.colD a {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        outline: 2px dashed transparent;
        outline-offset: -15px; }
        @media (max-width: 480px) {
          html body#index section#categories div.colD div.colG a, html body#index section#categories div.colD div.colD a {
            margin-bottom: 10px;
            height: 145px; } }
        html body#index section#categories div.colD div.colG a:hover, html body#index section#categories div.colD div.colD a:hover {
          outline: 2px dashed #fff;
          outline-offset: -15px; }
          html body#index section#categories div.colD div.colG a:hover img, html body#index section#categories div.colD div.colD a:hover img {
            opacity: .5; }
        html body#index section#categories div.colD div.colG a img, html body#index section#categories div.colD div.colD a img {
          display: block;
          height: auto;
          width: 100%;
          opacity: .25;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        html body#index section#categories div.colD div.colG a span, html body#index section#categories div.colD div.colD a span {
          position: absolute;
          color: #FFF;
          font-weight: 900;
          text-decoration: none;
          display: block;
          top: 50%;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 30px;
          padding: 15px;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
          @media (max-width: 768px) {
            html body#index section#categories div.colD div.colG a span, html body#index section#categories div.colD div.colD a span {
              font-size: 20px; } }
    html body#index section#categories div.colD div.colD {
      float: right; }
      @media (max-width: 480px) {
        html body#index section#categories div.colD div.colD {
          float: left;
          display: flex;
          width: 100%; }
          html body#index section#categories div.colD div.colD a {
            width: calc(100% / 2 - 5px); }
            html body#index section#categories div.colD div.colD a:nth-child(1) {
              margin-right: 10px; } }
html body#index div.homeFeatured h2 {
  text-align: center;
  font-size: 50px !important;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000; }
  @media (max-width: 768px) {
    html body#index div.homeFeatured h2 {
      font-size: 50px !important;
      margin-top: 50px;
      margin-bottom: 30px;
      padding: 0px 20px; } }
html body#index div.homeFeatured a.btn {
  width: 150px;
  height: 50px;
  color: #69a948;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #69a948;
  margin-bottom: 60px;
  display: block;
  text-align: center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  html body#index div.homeFeatured a.btn:hover {
    background-color: #69a948;
    color: #fff; }
html body#index div.homeFeatured ul#homefeatured {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 1280px) {
    html body#index div.homeFeatured ul#homefeatured {
      padding: 0px 10px; } }
  @media (max-width: 768px) {
    html body#index div.homeFeatured ul#homefeatured {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 480px) {
    html body#index div.homeFeatured ul#homefeatured {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 0px 40px; } }
  html body#index div.homeFeatured ul#homefeatured li {
    width: calc(100% / 3 - 20px);
    margin-right: 0px;
    position: relative;
    border: 1px solid #69a948; }
    html body#index div.homeFeatured ul#homefeatured li:hover {
      border: 1px solid #69a948; }
    html body#index div.homeFeatured ul#homefeatured li:nth-child(4n+2) {
      margin-left: 0px; }
    html body#index div.homeFeatured ul#homefeatured li img {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      position: relative; }
      html body#index div.homeFeatured ul#homefeatured li img:after {
        content: 'Découvrir';
        display: block;
        padding: 15px 20px;
        color: #69a948;
        position: absolute;
        top: 50%;
        left: 50%;
        border: solid 1px #69a948;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media (max-width: 480px) {
      html body#index div.homeFeatured ul#homefeatured li {
        width: calc(100%) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        float: none;
        margin-bottom: 20px; }
        html body#index div.homeFeatured ul#homefeatured li img {
          margin-top: 15px;
          width: 155px !important; } }
    html body#index div.homeFeatured ul#homefeatured li div.dispo {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 480px) {
        html body#index div.homeFeatured ul#homefeatured li div.dispo {
          width: 90%;
          bottom: -10px; }
          html body#index div.homeFeatured ul#homefeatured li div.dispo div.contain-size {
            padding-top: 0px; } }
    html body#index div.homeFeatured ul#homefeatured li div.coupdecoeur {
      top: -32px;
      right: 10px;
      background-size: 36px; }
      @media (max-width: 480px) {
        html body#index div.homeFeatured ul#homefeatured li div.coupdecoeur {
          top: -10px; } }
    html body#index div.homeFeatured ul#homefeatured li a {
      height: 100%;
      width: 100%; }
      html body#index div.homeFeatured ul#homefeatured li a:hover div.contain {
        opacity: 1; }
        html body#index div.homeFeatured ul#homefeatured li a:hover div.contain span {
          top: calc(50% - 20px);
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
      html body#index div.homeFeatured ul#homefeatured li a div.contain {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        height: 100%;
        opacity: 0;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        top: 0px; }
      html body#index div.homeFeatured ul#homefeatured li a span {
        width: 120px;
        height: 40px;
        padding-top: 12px;
        text-align: center;
        position: absolute;
        top: calc(52%);
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        color: #69a948;
        text-align: center;
        text-decoration: none;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    @media (max-width: 768px) {
      html body#index div.homeFeatured ul#homefeatured li {
        margin-right: 0px; }
        html body#index div.homeFeatured ul#homefeatured li h5 {
          padding: 12px 5px; }
        html body#index div.homeFeatured ul#homefeatured li div.ligneinfos {
          padding: 0px 5px; } }
    @media (max-width: 480px) {
      html body#index div.homeFeatured ul#homefeatured li {
        width: calc(100% / 2 - 10px); } }
    @media (max-width: 768px) {
      html body#index div.homeFeatured ul#homefeatured li .color_to_pick_list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: left;
        justify-content: left; } }
  @media (max-width: 768px) and (max-width: 768px) {
    html body#index div.homeFeatured ul#homefeatured li .color_to_pick_list li {
      width: auto;
      margin-right: 3px; } }

    html body#index div.homeFeatured ul#homefeatured li:hover img {
      opacity: .2; }
  html body#index div.homeFeatured ul#homefeatured div.product-image-container {
    position: relative;
    height: 370px;
    border: none; }
    @media (max-width: 650px) {
      html body#index div.homeFeatured ul#homefeatured div.product-image-container {
        height: auto;
        padding-bottom: 75px; } }
    html body#index div.homeFeatured ul#homefeatured div.product-image-container a.product_img_link {
      position: absolute; }
      html body#index div.homeFeatured ul#homefeatured div.product-image-container a.product_img_link img {
        margin-top: 55px; }
    html body#index div.homeFeatured ul#homefeatured div.product-image-container div.favoris {
      position: absolute;
      top: 0px;
      right: 10px;
      width: 50px;
      height: 50px;
      background-image: url(../img/picto-star.svg);
      background-position: 95% 10px;
      background-repeat: no-repeat;
      display: block; }
html body#index div.homeFeatured h3 {
  font-size: 50px;
  font-family: "Josefin Slab", serif; }
  @media (max-width: 768px) {
    html body#index div.homeFeatured h3 {
      font-size: 30px; } }
html body#index div.homeFeatured ul li img {
  margin-top: 40px; }
html body#index section.blocs {
  padding-top: 50px; }
  html body#index section.blocs div.container div.line {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    align-content: center;
    background-image: url(../img/fond-line.png);
    background-repeat: repeat;
    background-size: 24px;
    padding: 70px; }
    @media (max-width: 768px) {
      html body#index section.blocs div.container div.line {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    html body#index section.blocs div.container div.line div.left {
      width: calc(45% + 44px);
      background-color: #fff;
      padding: 65px 88px; }
      @media (max-width: 768px) {
        html body#index section.blocs div.container div.line div.left {
          width: 100%; } }
      @media (max-width: 650px) {
        html body#index section.blocs div.container div.line div.left {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; } }
      html body#index section.blocs div.container div.line div.left img.carre1 {
        width: 100%; }
        @media (max-width: 768px) {
          html body#index section.blocs div.container div.line div.left img.carre1 {
            position: relative; } }
        @media (max-width: 650px) {
          html body#index section.blocs div.container div.line div.left img.carre1 {
            width: 270px;
            left: 0px;
            top: 0px;
            margin-right: 10px;
            height: 270px; } }
    html body#index section.blocs div.container div.line div.right {
      width: calc(55% - 44px);
      background-color: #fff;
      padding: 70px 40px;
      font-size: 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: center;
      align-content: center; }
      @media (max-width: 768px) {
        html body#index section.blocs div.container div.line div.right {
          width: 100%;
          height: auto;
          padding: 35px 20px;
          font-size: 16px; } }
      html body#index section.blocs div.container div.line div.right h2 {
        font-size: 50px;
        font-family: "Josefin Slab", serif;
        margin-bottom: 30px;
        width: 100%;
        display: block; }
        @media (max-width: 768px) {
          html body#index section.blocs div.container div.line div.right h2 {
            font-size: 30px; } }
      html body#index section.blocs div.container div.line div.right p {
        width: 100%;
        display: block; }
      html body#index section.blocs div.container div.line div.right a {
        color: #69a948;
        border: 2px solid #69a948;
        padding: 13px 20px;
        margin-top: 35px;
        display: block;
        text-decoration: none;
        width: 120px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-align: center;
        height: 50px;
        font-size: 18px; }
        html body#index section.blocs div.container div.line div.right a:hover {
          background-color: #69a948;
          color: #fff; }
  html body#index section.blocs div.container div.secondline {
    margin-top: 106px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    align-content: center;
    background-image: url(../img/fond-secondline.png);
    background-size: 18px 23px;
    background-repeat: repeat;
    padding: 70px; }
    @media (max-width: 768px) {
      html body#index section.blocs div.container div.secondline {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    html body#index section.blocs div.container div.secondline div.right {
      width: calc(45% + 44px);
      background-color: #fff;
      padding: 65px 88px; }
      @media (max-width: 768px) {
        html body#index section.blocs div.container div.secondline div.right {
          width: 100%; } }
      @media (max-width: 650px) {
        html body#index section.blocs div.container div.secondline div.right {
          width: 100%;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center; } }
      html body#index section.blocs div.container div.secondline div.right img.carre1 {
        width: 100%; }
        @media (max-width: 768px) {
          html body#index section.blocs div.container div.secondline div.right img.carre1 {
            position: relative; } }
        @media (max-width: 650px) {
          html body#index section.blocs div.container div.secondline div.right img.carre1 {
            width: 270px;
            left: 0px;
            top: 0px;
            margin-right: 10px;
            height: 270px; } }
    html body#index section.blocs div.container div.secondline div.left {
      width: calc(55% - 44px);
      background-color: #fff;
      padding: 70px 40px;
      font-size: 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: center;
      align-content: center; }
      @media (max-width: 768px) {
        html body#index section.blocs div.container div.secondline div.left {
          width: 100%;
          height: auto;
          padding: 35px 20px;
          font-size: 16px; } }
      html body#index section.blocs div.container div.secondline div.left h2 {
        font-size: 50px;
        font-family: "Josefin Slab", serif;
        margin-bottom: 30px;
        width: 100%;
        display: block; }
        @media (max-width: 768px) {
          html body#index section.blocs div.container div.secondline div.left h2 {
            font-size: 30px; } }
      html body#index section.blocs div.container div.secondline div.left p {
        width: 100%;
        display: block; }
      html body#index section.blocs div.container div.secondline div.left a {
        color: #69a948;
        border: 2px solid #69a948;
        padding: 13px 20px;
        margin-top: 35px;
        display: block;
        text-decoration: none;
        width: 120px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-align: center;
        height: 50px;
        font-size: 18px; }
        html body#index section.blocs div.container div.secondline div.left a:hover {
          background-color: #69a948;
          color: #fff; }
html body#index section#blocs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 60px; }
  @media (max-width: 1280px) {
    html body#index section#blocs {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 480px) {
    html body#index section#blocs {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 30px; } }
  html body#index section#blocs div.bloc {
    width: calc(50% - 15px);
    border: dashed 1px #aaa;
    margin-bottom: 30px;
    color: inherit;
    text-decoration: none;
    text-align: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 480px) {
      html body#index section#blocs div.bloc {
        width: 100%; } }
    html body#index section#blocs div.bloc:hover a {
      background-color: rgba(255, 255, 255, 0.3);
      height: 100%;
      display: block; }
    html body#index section#blocs div.bloc:hover span.btn {
      background-color: #000;
      color: #FFF; }
    html body#index section#blocs div.bloc a {
      display: block;
      padding: 30px 90px;
      text-decoration: none;
      color: #000;
      background-color: rgba(255, 255, 255, 0);
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      height: 100%; }
      @media (max-width: 768px) {
        html body#index section#blocs div.bloc a {
          padding: 30px; } }
      html body#index section#blocs div.bloc a p {
        font-size: 18px; }
    html body#index section#blocs div.bloc h2 {
      font-size: 30px;
      font-weight: 900;
      margin-bottom: 30px; }
    html body#index section#blocs div.bloc a.btn {
      margin-top: 30px; }
    html body#index section#blocs div.bloc:nth-child(1) {
      background-image: url(../images/img2.jpg); }
    html body#index section#blocs div.bloc:nth-child(2) {
      background-image: url(../images/bg-blog.jpg); }
    html body#index section#blocs div.bloc:nth-child(3) {
      background-image: url(../images/img1.jpg); }
    html body#index section#blocs div.bloc:nth-child(4) {
      background-image: url(../images/img3.jpg); }
html body#index section#reseauxsociaux {
  padding-top: 100px; }
  @media (max-width: 600px) {
    html body#index section#reseauxsociaux {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  html body#index section#reseauxsociaux div.container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      html body#index section#reseauxsociaux div.container {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  html body#index section#reseauxsociaux div.bloc {
    width: 70%;
    margin-right: 0;
    padding-right: 13px; }
    @media (max-width: 1024px) {
      html body#index section#reseauxsociaux div.bloc {
        width: 100%;
        padding-left: 13px;
        margin-bottom: 13px; } }
    html body#index section#reseauxsociaux div.bloc ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-grow: 4;
      flex-grow: 4; }
      html body#index section#reseauxsociaux div.bloc ul li {
        width: calc(100% / 4 - 10px);
        margin-bottom: 13px; }
        html body#index section#reseauxsociaux div.bloc ul li:nth-child(5), html body#index section#reseauxsociaux div.bloc ul li:nth-child(6), html body#index section#reseauxsociaux div.bloc ul li:nth-child(7), html body#index section#reseauxsociaux div.bloc ul li:nth-child(8) {
          margin-bottom: 0; }
        html body#index section#reseauxsociaux div.bloc ul li a {
          display: block; }
          html body#index section#reseauxsociaux div.bloc ul li a img {
            width: 100%;
            height: auto;
            display: block; }
  html body#index section#reseauxsociaux h2 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    margin-bottom: 40px;
    display: block;
    font-family: "Josefin Slab", serif; }
    @media (max-width: 768px) {
      html body#index section#reseauxsociaux h2 {
        font-size: 30px; } }
  html body#index section#reseauxsociaux a.button {
    height: 50px;
    display: block;
    margin: 0 auto;
    color: #69a948;
    border: 2px solid #69a948;
    width: 250px;
    padding: 14px 20px;
    text-decoration: none;
    margin-top: 25px;
    text-align: center;
    font-family: "Rokkitt";
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px; }
    html body#index section#reseauxsociaux a.button:hover {
      background-color: #69a948;
      color: #fff; }
  html body#index section#reseauxsociaux div.bloc-fb {
    padding: 50px 35px;
    background-color: #EAD0B7;
    color: #fff;
    width: 30%;
    background-position: 50% 84px;
    background-repeat: no-repeat;
    background-image: url(../img/logo-fb.svg);
    padding-top: 155px;
    background-size: 60px; }
    @media screen and (min-width: 0\0) {
      html body#index section#reseauxsociaux div.bloc-fb {
        background-image: url(../img/logo-fb.png); } }
    @media (max-width: 1024px) {
      html body#index section#reseauxsociaux div.bloc-fb {
        background-position: 50% 30px;
        padding: 30px 35px;
        padding-top: 105px; } }
    @media (max-width: 1024px) {
      html body#index section#reseauxsociaux div.bloc-fb {
        width: 100%; } }
    html body#index section#reseauxsociaux div.bloc-fb p {
      margin-top: 10px;
      margin-bottom: 30px;
      text-align: center;
      font-size: 20px; }
    html body#index section#reseauxsociaux div.bloc-fb a {
      height: 50px;
      width: 100%;
      text-align: center;
      background-color: transparent;
      display: block;
      color: #FFF;
      text-decoration: none;
      border: solid 2px #FFF;
      padding-top: 15px;
      font-size: 18px;
      font-weight: bold;
      font-family: "Rokkitt";
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      html body#index section#reseauxsociaux div.bloc-fb a:hover {
        background-color: #fff;
        color: #E9D0B7; }

@media (max-width: 1280px) {
  html body.search div.container {
    padding: 0px 10px; } }
html body.search div.container h1 {
  text-align: center; }
html body.search div.container span.heading-counter {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  text-align: center; }
html body.search div.container span.lighter {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-left: -13px; }
html body.search div.container div.content_sortPagiBar {
  width: 100%;
  float: left;
  margin-left: 10px;
  padding: 15px; }
  @media (max-width: 768px) {
    html body.search div.container div.content_sortPagiBar {
      width: calc(30% - 10px);
      padding: 20px; } }
  @media (max-width: 480px) {
    html body.search div.container div.content_sortPagiBar {
      float: none;
      width: 100%;
      margin-left: 0px; } }
  html body.search div.container div.content_sortPagiBar div.sortPagiBar form#productsSortForm {
    margin-bottom: 20px; }
    html body.search div.container div.content_sortPagiBar div.sortPagiBar form#productsSortForm div#uniform-selectProductSort {
      width: 250px !important;
      margin-top: 10px;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 60px;
      margin-top: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../img/picto-arrow.png);
      background-repeat: no-repeat;
      background-position: 95% 50%;
      font-weight: bold;
      padding-left: 0px; }
      html body.search div.container div.content_sortPagiBar div.sortPagiBar form#productsSortForm div#uniform-selectProductSort span {
        width: 100% !important;
        display: block;
        width: 100%;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-weight: bold;
        margin-top: 0px;
        padding-top: 5px; }
      html body.search div.container div.content_sortPagiBar div.sortPagiBar form#productsSortForm div#uniform-selectProductSort select {
        height: 40px;
        opacity: 0; }
  html body.search div.container div.content_sortPagiBar div.sortPagiBar form.nbrItemPage {
    margin-bottom: 35px; }
    html body.search div.container div.content_sortPagiBar div.sortPagiBar form.nbrItemPage label {
      float: left;
      display: block;
      width: 100%; }
    html body.search div.container div.content_sortPagiBar div.sortPagiBar form.nbrItemPage div#uniform-nb_page_items {
      width: 60% !important;
      float: left;
      margin-top: 10px;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 40px;
      margin-top: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../img/picto-arrow.png);
      background-repeat: no-repeat;
      background-position: 95% 50%;
      font-weight: bold;
      padding-left: 0px; }
      html body.search div.container div.content_sortPagiBar div.sortPagiBar form.nbrItemPage div#uniform-nb_page_items span {
        width: 100% !important;
        display: block;
        width: 100%;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-weight: bold;
        padding-top: 7px; }
    html body.search div.container div.content_sortPagiBar div.sortPagiBar form.nbrItemPage span {
      display: inline-block;
      padding-top: 20px;
      padding-left: 5px; }
  html body.search div.container div.content_sortPagiBar div.top-pagination-content {
    padding-top: 20px; }
    html body.search div.container div.content_sortPagiBar div.top-pagination-content form.compare-form {
      display: none; }
  html body.search div.container div.content_sortPagiBar div.colG {
    display: none; }
  html body.search div.container div.content_sortPagiBar ul.hidden-xs {
    display: none; }
  html body.search div.container div.content_sortPagiBar ul.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    html body.search div.container div.content_sortPagiBar ul.pagination li {
      margin: 0 5px;
      padding: 10px;
      color: #69a948;
      border: solid 1px #dadada;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      html body.search div.container div.content_sortPagiBar ul.pagination li:hover {
        background-color: #dadada; }
      html body.search div.container div.content_sortPagiBar ul.pagination li.active {
        background-color: #8ec422;
        color: #fff;
        padding: 10px; }
      html body.search div.container div.content_sortPagiBar ul.pagination li a {
        text-decoration: none;
        color: #000; }
      html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_previous {
        padding: 10px;
        background-image: url(../img/picto-previous.png);
        background-repeat: no-repeat;
        background-position: center;
        border: solid 1px #dadada;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_previous:hover {
          background-color: #dadada; }
        html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_previous span, html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_previous a {
          text-indent: -99999px;
          color: transparent;
          display: inline-block;
          width: 10px; }
      html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_next {
        padding: 10px;
        background-image: url(../img/picto-next.png);
        background-repeat: no-repeat;
        background-position: center;
        border: solid 1px #dadada;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_next:hover {
          background-color: #dadada; }
        html body.search div.container div.content_sortPagiBar ul.pagination li#pagination_next a {
          text-indent: -99999px;
          color: transparent;
          display: inline-block;
          width: 10px; }
  html body.search div.container div.content_sortPagiBar div.colD {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px; }
    html body.search div.container div.content_sortPagiBar div.colD a {
      background-color: #8ec422;
      border: none;
      border: solid 1px #8ec422;
      width: 200px;
      height: 40px;
      text-align: center;
      color: #FFF;
      line-height: 38px;
      font-size: 16px;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: inline-block;
      text-decoration: none;
      margin: 0 auto; }
      html body.search div.container div.content_sortPagiBar div.colD a:hover {
        background-color: #F7F4ED;
        color: #69a948; }
html body.search div.container div.content_sortPagiBar2 form.compare-form {
  display: none; }
html body.search div.container div.content_sortPagiBar2 div#pagination_bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colG {
    display: none; }
  html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination {
    display: -webkit-flex;
    display: flex; }
    html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li {
      margin: 0 5px;
      padding: 10px;
      border: solid 1px #dadada;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li:hover {
        background-color: #dadada; }
      html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li.active {
        background-color: #8ec422;
        color: #fff;
        padding: 10px; }
      html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li a {
        text-decoration: none;
        color: #000; }
      html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_previous_bottom {
        padding: 10px;
        background-image: url(../img/picto-previous.png);
        background-repeat: no-repeat;
        background-position: center;
        border: solid 1px #dadada;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_previous_bottom:hover {
          background-color: #dadada; }
        html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_previous_bottom span, html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_previous_bottom a {
          text-indent: -99999px;
          color: #222;
          display: inline-block;
          width: 10px; }
      html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_next_bottom {
        padding: 10px;
        background-image: url(../img/picto-next.png);
        background-repeat: no-repeat;
        background-position: center;
        border: solid 1px #dadada;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_next_bottom:hover {
          background-color: #dadada; }
        html body.search div.container div.content_sortPagiBar2 div#pagination_bottom div.colC ul.pagination li#pagination_next_bottom a {
          text-indent: -99999px;
          color: #222;
          display: inline-block;
          width: 10px; }
html body.search div.container div.content_sortPagiBar2 div.colD {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px; }
  html body.search div.container div.content_sortPagiBar2 div.colD a {
    background-color: #8ec422;
    border: none;
    border: solid 1px #8ec422;
    width: 200px;
    height: 40px;
    text-align: center;
    color: #FFF;
    line-height: 38px;
    font-size: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto; }
    html body.search div.container div.content_sortPagiBar2 div.colD a:hover {
      background-color: #fff;
      color: #69a948; }
html body.search div.container ul#product_list {
  padding-left: 20px;
  width: 100%; }
  @media (max-width: 768px) {
    html body.search div.container ul#product_list {
      width: 70%;
      padding-left: 20px; } }
  @media (max-width: 480px) {
    html body.search div.container ul#product_list {
      width: 100%;
      padding: 0px;
      padding-left: 0px; } }

html body.pagenotfound div.container {
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 1280px) {
    html body.pagenotfound div.container {
      padding: 0px 10px; } }
  html body.pagenotfound div.container h1 {
    text-align: center;
    font-size: 90px;
    margin-bottom: 30px;
    color: #076283;
    font-weight: 400; }
  html body.pagenotfound div.container form.std {
    margin-top: 40px; }
    html body.pagenotfound div.container form.std div {
      display: -webkit-flex;
      display: flex;
      margin-top: 15px;
      -webkit-justify-content: center;
      justify-content: center; }
      html body.pagenotfound div.container form.std div input#search_query {
        padding: 10px;
        width: 50%; }
        @media (max-width: 480px) {
          html body.pagenotfound div.container form.std div input#search_query {
            width: 100%; } }
      html body.pagenotfound div.container form.std div button {
        background-color: #69a948;
        border: 1px solid #69a948;
        color: #fff;
        width: 45px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(../img/picto-search.png);
        background-position: center;
        text-indent: -9999px; }

html body#order-slip h1.page-heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px; }
html body#order-slip p.info-title {
  text-align: center; }

@media (max-width: 1280px) {
  html body.discount div.container {
    padding: 0px 10px; } }
html body.discount div.container h1 {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px; }
html body.discount div.container form.std {
  margin-top: 40px; }
  html body.discount div.container form.std div {
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    -webkit-justify-content: center;
    justify-content: center; }
    html body.discount div.container form.std div input#search_query {
      padding: 10px;
      width: 50%; }
      @media (max-width: 480px) {
        html body.discount div.container form.std div input#search_query {
          width: 100%; } }
    html body.discount div.container form.std div button {
      background-color: #69a948;
      border: 1px solid #69a948;
      color: #fff;
      width: 45px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-image: url(../img/picto-search.png);
      background-position: center;
      text-indent: -9999px; }

html body#faq div.head {
  background-image: url(../img/fond-secondline.png);
  background-repeat: repeat;
  background-size: 18px 23px;
  padding: 59px; }
  html body#faq div.head div {
    padding: 40px 100px;
    background-color: #fff;
    width: 100%; }
    html body#faq div.head div h1 {
      text-align: center;
      font-size: 90px;
      font-family: "Josefin Slab", serif;
      color: #000 !important; }
html body#faq div.contain-faq {
  padding-bottom: 60px;
  padding-top: 0px;
  max-width: 1024px; }
  @media (max-width: 1280px) {
    html body#faq div.contain-faq {
      padding-left: 20px;
      padding-right: 20px; } }
  html body#faq div.contain-faq h2 {
    color: #000;
    padding-bottom: 15px;
    font-size: 42px;
    padding-top: 50px;
    font-weight: bold;
    font-family: "Josefin Slab", serif; }
    @media (max-width: 480px) {
      html body#faq div.contain-faq h2 {
        padding-top: 30px; } }
    html body#faq div.contain-faq h2:nth-child(1) {
      padding-top: 40px; }
  html body#faq div.contain-faq h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
  html body#faq div.contain-faq a.btn {
    border: 1px solid #69a948;
    color: #69a948;
    background-color: #fff;
    margin-top: 15px !important;
    margin-bottom: 20px; }
    html body#faq div.contain-faq a.btn:hover {
      background-color: #69a948;
      color: #fff; }

html body#demandeboucle div.head {
  background-image: url(../img/fond-secondline.png);
  background-repeat: repeat;
  background-size: 18px 23px;
  padding: 59px; }
  html body#demandeboucle div.head div {
    padding: 60px 100px;
    background-color: #fff;
    width: 100%; }
    @media (max-width: 768px) {
      html body#demandeboucle div.head div {
        padding: 60px 40px; } }
    html body#demandeboucle div.head div h1 {
      text-align: center;
      font-size: 90px;
      font-family: "Josefin Slab", serif;
      margin-bottom: 15px;
      color: #076283; }
html body#demandeboucle p.alert {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff; }
html body#demandeboucle div.contain-form {
  padding: 40px 0px; }
  html body#demandeboucle div.contain-form div.reponse {
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background-color: #69a948;
    padding: 20px; }
  html body#demandeboucle div.contain-form form {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    padding-top: 20px;
    overflow: hidden; }
    @media (max-width: 800px) {
      html body#demandeboucle div.contain-form form {
        padding: 40px 20px; } }
    html body#demandeboucle div.contain-form form div.line {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-direction: row;
      flex-direction: row;
      width: 100%;
      margin-top: 0px; }
      @media (max-width: 650px) {
        html body#demandeboucle div.contain-form form div.line {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      html body#demandeboucle div.contain-form form div.line:last-child {
        margin-top: 40px; }
      html body#demandeboucle div.contain-form form div.line div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 2 - 20px); }
        @media (max-width: 650px) {
          html body#demandeboucle div.contain-form form div.line div {
            width: 100%; } }
        html body#demandeboucle div.contain-form form div.line div input {
          height: 40px;
          border: 1px solid #69a948;
          padding-left: 15px; }
    html body#demandeboucle div.contain-form form div.select {
      display: -webkit-flex;
      display: flex;
      width: 100%;
      -webkit-flex-direction: row;
      flex-direction: row; }
      html body#demandeboucle div.contain-form form div.select div {
        margin: 0 auto;
        width: 50%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; }
        @media (max-width: 650px) {
          html body#demandeboucle div.contain-form form div.select div {
            width: 100%; } }
        html body#demandeboucle div.contain-form form div.select div select {
          height: 40px;
          border: 1px solid #7AB929;
          margin-top: 7px;
          width: 100% !important;
          padding-top: 5px;
          padding-left: 20px;
          background-image: url(../img/picto-arrow.png);
          background-position: 95% 50%;
          background-repeat: no-repeat; }
    html body#demandeboucle div.contain-form form div.accessoires {
      width: 50%;
      margin: 0 auto;
      margin-bottom: 60px;
      display: none; }
      @media (max-width: 800px) {
        html body#demandeboucle div.contain-form form div.accessoires {
          width: 100%; } }
      html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%; }
        html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc {
          -webkit-flex-direction: column;
          flex-direction: column;
          width: calc(100% / 3 - 10px);
          text-align: center; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc img {
            width: 50px;
            margin: 0 auto;
            margin-bottom: 15px; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc label {
            color: #69a948;
            text-align: center; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc input[type="number"] {
            width: 55px;
            margin: 0 auto;
            display: block;
            margin-top: 15px; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc:nth-child(1) img {
            margin-bottom: 19px; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc:nth-child(2) img {
            width: 60px; }
          html body#demandeboucle div.contain-form form div.accessoires div.contain-bloc div.bloc:nth-child(3) img {
            width: 65px;
            margin-top: 6px;
            margin-bottom: 26px; }
    html body#demandeboucle div.contain-form form div.bloc-info {
      margin: 0 auto;
      width: 50%;
      background-color: #076283;
      color: #fff;
      padding: 25px 40px 25px 90px;
      background-image: url(../img/picto-info.svg);
      background-position: 18px 50%;
      background-repeat: no-repeat;
      background-size: 30px;
      margin-top: 15px;
      font-size: 12px;
      margin-bottom: 20px;
      display: none; }
      @media (max-width: 800px) {
        html body#demandeboucle div.contain-form form div.bloc-info {
          width: 100%; } }
      html body#demandeboucle div.contain-form form div.bloc-info p {
        font-size: 12px;
        font-weight: 300; }
    html body#demandeboucle div.contain-form form div {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin-top: 20px; }
      html body#demandeboucle div.contain-form form div label {
        margin-bottom: 5px;
        font-weight: bold; }
      html body#demandeboucle div.contain-form form div textarea {
        height: 300px;
        border: 1px solid #69a948;
        padding: 15px; }
      html body#demandeboucle div.contain-form form div input {
        height: 40px;
        border: 1px solid #69a948;
        padding-left: 15px;
        width: 80%; }
      html body#demandeboucle div.contain-form form div div.uploader {
        float: right; }
        html body#demandeboucle div.contain-form form div div.uploader span.action {
          background-image: none; }
        html body#demandeboucle div.contain-form form div div.uploader span.filename {
          border: 2px solid #69a948;
          color: #69a948;
          height: 40px; }
    html body#demandeboucle div.contain-form form p.champs {
      float: left;
      display: inline-block;
      margin-top: 20px;
      color: red; }
    html body#demandeboucle div.contain-form form button {
      width: 130px;
      height: 47px;
      text-align: center;
      display: block;
      margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 0px;
      color: #fff;
      margin-bottom: 30px;
      background-color: #fff;
      border: 1px solid #69a948;
      color: #69a948;
      margin-top: 20px;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      float: right;
      font-size: 16px;
      font-family: "Rokkitt";
      cursor: pointer; }
      html body#demandeboucle div.contain-form form button:hover {
        background-color: #69a948;
        color: #fff; }

html body#lamarque section.la-marque div.container div.head h1 {
  color: #000; }
html body#lamarque section.la-marque div.container div.head p {
  text-align: center;
  margin-top: 20px; }
html body#lamarque section.la-marque div.contain-bloc {
  padding-bottom: 40px; }
  html body#lamarque section.la-marque div.contain-bloc div.container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-grow: 2;
    flex-grow: 2; }
    @media (max-width: 1280px) {
      html body#lamarque section.la-marque div.contain-bloc div.container {
        padding: 0px 20px; } }
    @media (max-width: 680px) {
      html body#lamarque section.la-marque div.contain-bloc div.container {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    html body#lamarque section.la-marque div.contain-bloc div.container div.bloc {
      width: 50%;
      margin-bottom: 30px; }
      @media (max-width: 1280px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc {
          display: -webkit-flex;
          display: flex;
          height: auto; } }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc {
          width: 100%;
          margin-bottom: 25px; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(2n+2) img {
        float: right; }
        @media (max-width: 600px) {
          html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(2n+2) img {
            float: left; } }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(1) {
          float: left;
          order: 2; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(2) img {
        width: 100%;
        max-width: 608px; }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(2) {
          float: left;
          order: 1; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(3) img {
        width: 100%;
        max-width: 608px; }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(3) {
          float: left;
          order: 3; } }
      @media (max-width: 1280px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(4) img {
          margin-top: 10px !important; } }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(4) {
          float: left;
          order: 4;
          padding-top: 0px;
          padding-right: 0px; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(5) img {
        width: 100%;
        max-width: 630px; }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(5) {
          order: 6; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(6) img {
        width: 100%;
        max-width: 608px; }
      @media (max-width: 600px) {
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc:nth-child(6) {
          order: 5; } }
      html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img {
        display: inline-block;
        width: 100%;
        max-width: 630px; }
        @media (max-width: 600px) {
          html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img {
            width: 100%; } }
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img:nth-child(1) {
          margin-top: 50px; }
          @media (max-width: 600px) {
            html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img:nth-child(1) {
              margin-top: 20px; } }
        html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img:nth-child(4) {
          margin-top: 50px; }
          @media (max-width: 600px) {
            html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img:nth-child(4) {
              margin-top: 20px; } }
        @media (max-width: 600px) {
          html body#lamarque section.la-marque div.contain-bloc div.container div.bloc img.texte {
            width: 100%; } }

html body#inspirations section.inspirations div.container div.head {
  background-image: url(../img/fond-secondline.png);
  background-repeat: repeat;
  background-size: 18px 23px;
  padding: 59px;
  margin-bottom: 30px; }
  html body#inspirations section.inspirations div.container div.head h1 {
    color: #333333; }
html body#inspirations section.inspirations div.contain-inspirations div.line {
  padding: 50px 0px; }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(1) {
    background-color: #F2E5D7; }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(3) {
    background-color: #F2E5D7; }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(5) {
    background-color: #F2E5D7; }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(7) {
    background-color: #F2E5D7; }
  html body#inspirations section.inspirations div.contain-inspirations div.line div.container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1280px) {
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container {
        padding: 0px 20px; } }
    @media (max-width: 900px) {
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-txt {
      width: 30%; }
      @media (max-width: 900px) {
        html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-txt {
          width: 100%;
          margin-bottom: 20px; } }
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-txt h2 {
        font-family: "Josefin Slab", serif;
        font-size: 70px;
        margin-bottom: 30px;
        margin-top: 35px; }
        @media (max-width: 900px) {
          html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-txt h2 {
            font-size: 50px; } }
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-txt p {
        font-size: 18px; }
    html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img {
      width: 100%;
      max-width: 855px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 480px) {
        html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img {
          -webkit-flex-direction: column;
          flex-direction: column;
          -webkit-justify-content: center;
          justify-content: center; } }
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.bloc {
        width: calc(100% - 134px); }
        @media (max-width: 480px) {
          html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.bloc {
            margin: 0 auto;
            margin-top: 25px;
            width: 100%; } }
        html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.bloc img {
          width: 100%; }
      html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc {
        width: 100%;
        max-width: 154px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-top: 40px; }
        @media (max-width: 480px) {
          html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc {
            margin: 0 auto;
            margin-top: 25px;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-grow: 2;
            flex-grow: 2;
            max-width: 100%;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            padding-top: 0px; } }
        @media (max-width: 480px) {
          html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc a {
            width: calc(100% / 2); } }
        html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc img {
          margin-bottom: 0px;
          width: 100%; }
          html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc img:last-child {
            margin-bottom: 0px; }
            @media (max-width: 480px) {
              html body#inspirations section.inspirations div.contain-inspirations div.line div.container div.bloc-img div.end-bloc img:last-child {
                margin-bottom: 10px; } }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-txt {
    order: 2;
    text-align: right; }
    @media (max-width: 900px) {
      html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-txt {
        order: 1; } }
    @media (max-width: 900px) {
      html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-txt {
        text-align: left; } }
    html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-txt h2 {
      text-align: right; }
      @media (max-width: 900px) {
        html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-txt h2 {
          text-align: left; } }
  html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-img {
    order: 1; }
    @media (max-width: 900px) {
      html body#inspirations section.inspirations div.contain-inspirations div.line:nth-child(2n+2) div.bloc-img {
        order: 2; } }

@media (max-width: 1280px) {
  html body.history div.container {
    padding: 0px; } }
html body.history div.container div.head {
  background-image: url(../img/fond-line.png);
  background-repeat: repeat;
  background-size: 25px;
  padding: 59px; }
  @media (max-width: 768px) {
    html body.history div.container div.head {
      padding: 60px 20px; } }
  html body.history div.container div.head div {
    padding: 60px 100px;
    background-color: #fff;
    width: 100%; }
    @media (max-width: 768px) {
      html body.history div.container div.head div {
        padding: 60px 20px; } }
html body.history div.container h1 {
  text-align: center;
  font-size: 90px;
  font-family: "Josefin Slab", serif; }
  @media (max-width: 768px) {
    html body.history div.container h1 {
      font-size: 35px; } }
html body.history div.container p.info-title {
  text-align: center; }
html body.history div.container div#block-history {
  color: #fff;
  padding: 40px 20px 10px 20px;
  background-color: #fff; }
  html body.history div.container div#block-history p.alert {
    background-color: #69a948;
    padding: 50px;
    margin-top: 0px; }
  html body.history div.container div#block-history div.commande-history {
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    margin-bottom: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 3;
    flex-grow: 3;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 480px) {
      html body.history div.container div#block-history div.commande-history {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px; } }
    html body.history div.container div#block-history div.commande-history p {
      color: #000;
      margin-bottom: 20px;
      text-align: left;
      width: calc(100% / 3); }
      @media (max-width: 480px) {
        html body.history div.container div#block-history div.commande-history p {
          width: 100%; } }
      html body.history div.container div#block-history div.commande-history p span {
        color: #000;
        font-weight: normal; }
        html body.history div.container div#block-history div.commande-history p span.label {
          background-color: transparent !important;
          font-weight: normal; }
        html body.history div.container div#block-history div.commande-history p span.price {
          font-size: 24px; }
      html body.history div.container div#block-history div.commande-history p a {
        text-decoration: none;
        color: #69a948; }
        html body.history div.container div#block-history div.commande-history p a.btn-default {
          border: 2px solid #69a948;
          background-color: #fff;
          margin-top: 0px !important;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          color: #69a948; }
          @media (max-width: 480px) {
            html body.history div.container div#block-history div.commande-history p a.btn-default {
              display: block;
              width: 100%;
              margin: 0 auto;
              margin-bottom: 15px;
              text-align: center; } }
          html body.history div.container div#block-history div.commande-history p a.btn-default span {
            color: #69a948; }
          html body.history div.container div#block-history div.commande-history p a.btn-default:hover {
            background-color: #69a948;
            color: #fff; }
            html body.history div.container div#block-history div.commande-history p a.btn-default:hover span {
              color: #fff; }
    html body.history div.container div#block-history div.commande-history p:nth-child(3n+3) {
      margin-bottom: 0px;
      text-align: right; }
      @media (max-width: 480px) {
        html body.history div.container div#block-history div.commande-history p:nth-child(3n+3) {
          margin-bottom: 30px;
          text-align: left; } }
  html body.history div.container div#block-history table#order-list {
    border: 1px solid #fff; }
    html body.history div.container div#block-history table#order-list thead {
      border: 1px solid #fff; }
      @media (max-width: 600px) {
        html body.history div.container div#block-history table#order-list thead {
          display: none; } }
      html body.history div.container div#block-history table#order-list thead tr th {
        text-align: center;
        border: 1px solid #fff; }
    @media (max-width: 600px) {
      html body.history div.container div#block-history table#order-list tbody tr td {
        display: block;
        width: 100%; } }
    html body.history div.container div#block-history table#order-list tbody tr td a {
      color: #fff; }
    html body.history div.container div#block-history table#order-list tbody tr td.history_state span.label {
      padding: 10px 10px;
      font-size: 12px;
      display: block; }
    html body.history div.container div#block-history table#order-list tbody tr td.history_detail a {
      margin-top: 0px !important;
      color: #000;
      border: 1px solid #000;
      color: #000;
      display: inline-block;
      padding: 8px 20px;
      text-decoration: none;
      border: solid 1px #000;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-size: 14px; }
      html body.history div.container div#block-history table#order-list tbody tr td.history_detail a:hover {
        color: #fff;
        background-color: #000; }
    html body.history div.container div#block-history table#order-list tbody tr td.footable-last-column {
      text-align: center; }
      html body.history div.container div#block-history table#order-list tbody tr td.footable-last-column a {
        font-size: 13px;
        font-weight: bold; }
    @media (max-width: 600px) {
      html body.history div.container div#block-history table#order-list tbody tr.footable-row-detail td.footable-row-detail-cell div.footable-row-detail-row {
        text-align: left; } }
    @media (max-width: 600px) {
      html body.history div.container div#block-history table#order-list tbody tr.footable-row-detail td.footable-row-detail-cell div.footable-row-detail-row div.footable-row-detail-name {
        display: none; } }
    html body.history div.container div#block-history table#order-list tbody tr.footable-row-detail td.footable-row-detail-cell div.footable-row-detail-row div.footable-row-detail-value {
      text-align: center; }
      html body.history div.container div#block-history table#order-list tbody tr.footable-row-detail td.footable-row-detail-cell div.footable-row-detail-row div.footable-row-detail-value a {
        margin-top: 0px !important;
        color: #000;
        border: 1px solid #000;
        color: #000;
        display: inline-block;
        padding: 8px 20px;
        text-decoration: none;
        border: solid 1px #000;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 14px;
        margin-bottom: 15px; }
        html body.history div.container div#block-history table#order-list tbody tr.footable-row-detail td.footable-row-detail-cell div.footable-row-detail-row div.footable-row-detail-value a:hover {
          color: #fff;
          background-color: #000; }
html body.history div.container div#block-order-detail {
  margin-top: 20px;
  padding: 0px 20px 0px 20px;
  background-color: #fff;
  color: #000; }
  @media (max-width: 768px) {
    html body.history div.container div#block-order-detail {
      padding: 0px 20px; } }
  html body.history div.container div#block-order-detail div.box-small {
    margin-top: 20px;
    padding-top: 30px; }
  html body.history div.container div#block-order-detail form#submitReorder {
    padding-top: 0px;
    float: right;
    width: 25%; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail form#submitReorder {
        width: 100%;
        float: none; } }
    html body.history div.container div#block-order-detail form#submitReorder a.button {
      margin-top: 0px !important; }
      @media (max-width: 768px) {
        html body.history div.container div#block-order-detail form#submitReorder a.button {
          margin-bottom: 20px; } }
  html body.history div.container div#block-order-detail h1 {
    margin-top: 40px;
    margin-bottom: 50px; }
  html body.history div.container div#block-order-detail h3.page-heading {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px; }
  html body.history div.container div#block-order-detail div.table_block {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background-color: #F7F4ED;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    padding: 40px 12%; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail div.table_block {
        width: 100%;
        float: none;
        padding: 40px 20px; } }
    html body.history div.container div#block-order-detail div.table_block div.contain-message {
      background-color: #fff;
      width: calc(100%);
      padding: 20px 40px;
      margin-bottom: 20px;
      box-shadow: 1px 1px 5px #ccc; }
      html body.history div.container div#block-order-detail div.table_block div.contain-message div.top-message {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      html body.history div.container div#block-order-detail div.table_block div.contain-message div.txt-message {
        padding-top: 20px; }
    html body.history div.container div#block-order-detail div.table_block table tbody tr td {
      padding: 10px;
      height: 120px; }
      @media (max-width: 768px) {
        html body.history div.container div#block-order-detail div.table_block table tbody tr td {
          height: auto;
          text-align: center; } }
      html body.history div.container div#block-order-detail div.table_block table tbody tr td span.label {
        padding: 10px 10px;
        font-size: 14px;
        color: #fff; }
        @media (max-width: 600px) {
          html body.history div.container div#block-order-detail div.table_block table tbody tr td span.label {
            font-size: 12px; } }
  html body.history div.container div#block-order-detail div.table_block:nth-child(2) {
    width: 100%; }
  html body.history div.container div#block-order-detail div.adresses_bloc {
    width: 100%; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail div.adresses_bloc {
        width: 100%;
        float: none; } }
    html body.history div.container div#block-order-detail div.adresses_bloc div.row {
      display: -webkit-flex;
      display: flex;
      background-color: #F7F4ED;
      padding: 40px 12%; }
      @media (max-width: 768px) {
        html body.history div.container div#block-order-detail div.adresses_bloc div.row {
          padding: 40px 20px; } }
      @media (max-width: 550px) {
        html body.history div.container div#block-order-detail div.adresses_bloc div.row {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      html body.history div.container div#block-order-detail div.adresses_bloc div.row div.contain-date {
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        margin: 0px 10px;
        width: calc(100% / 3 - 20px);
        box-shadow: 1px 1px 5px #ccc; }
        @media (max-width: 550px) {
          html body.history div.container div#block-order-detail div.adresses_bloc div.row div.contain-date {
            width: 100%;
            margin: 0px;
            margin-bottom: 15px; } }
        html body.history div.container div#block-order-detail div.adresses_bloc div.row div.contain-date p {
          font-weight: bold;
          margin-top: 20px;
          margin-bottom: 5px; }
      html body.history div.container div#block-order-detail div.adresses_bloc div.row div.col-xs-12 {
        background-color: #fff;
        padding: 20px;
        margin: 0px 10px;
        width: calc(100% / 3 - 20px);
        box-shadow: 1px 1px 5px #ccc; }
        @media (max-width: 550px) {
          html body.history div.container div#block-order-detail div.adresses_bloc div.row div.col-xs-12 {
            width: 100%;
            margin: 0px;
            margin-bottom: 15px; } }
        html body.history div.container div#block-order-detail div.adresses_bloc div.row div.col-xs-12 ul li h3 {
          font-weight: 900;
          margin-bottom: 10px;
          font-size: 16px; }
        html body.history div.container div#block-order-detail div.adresses_bloc div.row div.col-xs-12 ul li.address_phone_mobile {
          margin-top: 10px; }
  html body.history div.container div#block-order-detail div.contain-livraison {
    padding: 40px 12%;
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail div.contain-livraison {
        width: 100%; } }
    @media (max-width: 480px) {
      html body.history div.container div#block-order-detail div.contain-livraison {
        padding: 20px 20px; } }
    html body.history div.container div#block-order-detail div.contain-livraison p {
      margin-bottom: 40px; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail div.contain-livraison {
        margin-bottom: 20px; } }
  html body.history div.container div#block-order-detail div.contain-price {
    float: left;
    width: 50%;
    padding: 40px 12%;
    text-align: right; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail div.contain-price {
        width: 100%;
        padding: 0 20px 40px 20px;
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      html body.history div.container div#block-order-detail div.contain-price table {
        width: 100%; } }
  html body.history div.container div#block-order-detail form {
    width: 100%;
    padding-top: 40px; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail form {
        padding-top: 20px; } }
    html body.history div.container div#block-order-detail form div#order-detail-content {
      width: 100%;
      background-color: #69a948;
      padding: 40px 12% 0px 12%; }
      @media (max-width: 480px) {
        html body.history div.container div#block-order-detail form div#order-detail-content {
          padding-bottom: 0px; } }
      html body.history div.container div#block-order-detail form div#order-detail-content table.table {
        background-color: #fff; }
        html body.history div.container div#block-order-detail form div#order-detail-content table.table thead {
          border-bottom: 1px solid #69a948; }
          html body.history div.container div#block-order-detail form div#order-detail-content table.table thead tr:nth-child(2n+2) {
            background-color: #F7F4ED; }
        html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity {
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 480px) {
            html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity {
              -webkit-justify-content: center;
              justify-content: center; } }
          html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity input.order_qte_input {
            width: 50px;
            padding-left: 10px;
            display: none; }
          html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons {
            margin-top: 0px !important;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column; }
            html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a {
              margin-top: 0px !important;
              height: 25px;
              width: 25px;
              padding: 0px; }
              html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a.return_quantity_down {
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(../img/picto-bottom.png);
                order: 2; }
              html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a.return_quantity_up {
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(../img/picto-top.png);
                order: 1;
                border-bottom: none; }
          html body.history div.container div#block-order-detail form div#order-detail-content table.table tbody td.return_quantity label {
            text-align: center;
            padding: 16px 10px; }
  html body.history div.container div#block-order-detail table.table {
    width: 100%;
    margin-bottom: 40px; }
    html body.history div.container div#block-order-detail table.table thead {
      border-bottom: 1px solid #69a948; }
      @media (max-width: 768px) {
        html body.history div.container div#block-order-detail table.table thead {
          display: none; } }
    html body.history div.container div#block-order-detail table.table tbody tr:nth-child(2n+2) {
      background-color: #F7F4ED; }
      html body.history div.container div#block-order-detail table.table tbody tr:nth-child(2n+2) td {
        height: 120px; }
        @media (max-width: 768px) {
          html body.history div.container div#block-order-detail table.table tbody tr:nth-child(2n+2) td {
            height: auto; } }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail table.table tbody tr td {
        display: block;
        width: 100%;
        border: none; } }
  html body.history div.container div#block-order-detail form#sendOrderMessage {
    padding: 30px 80px;
    float: none; }
    @media (max-width: 768px) {
      html body.history div.container div#block-order-detail form#sendOrderMessage {
        padding: 30px 15px; } }
    html body.history div.container div#block-order-detail form#sendOrderMessage h3 {
      font-weight: bold;
      font-size: 18px; }
    html body.history div.container div#block-order-detail form#sendOrderMessage p {
      padding-left: 50px;
      padding-top: 10px; }
      @media (max-width: 768px) {
        html body.history div.container div#block-order-detail form#sendOrderMessage p {
          padding-left: 0px;
          padding-top: 10px; } }
      html body.history div.container div#block-order-detail form#sendOrderMessage p.form-group label {
        padding: 20px;
        float: left; }
      html body.history div.container div#block-order-detail form#sendOrderMessage p.form-group select {
        float: left;
        width: 300px;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        margin-top: 10px;
        padding-left: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-weight: bold; }
        @media (max-width: 600px) {
          html body.history div.container div#block-order-detail form#sendOrderMessage p.form-group select {
            width: 100%; } }
    html body.history div.container div#block-order-detail form#sendOrderMessage textarea {
      width: 100%;
      height: 250px;
      padding: 20px;
      font-size: 16px; }
    html body.history div.container div#block-order-detail form#sendOrderMessage div.submit {
      text-align: right; }
      html body.history div.container div#block-order-detail form#sendOrderMessage div.submit input.unvisible {
        display: none; }
    html body.history div.container div#block-order-detail form#sendOrderMessage button.button {
      color: #000;
      display: inline-block;
      padding: 8px 20px;
      text-decoration: none;
      border: solid 1px #000;
      font-size: 18px;
      margin-top: 30px !important;
      font-weight: bold;
      float: none;
      background-color: #fff;
      cursor: pointer;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      html body.history div.container div#block-order-detail form#sendOrderMessage button.button:hover {
        background-color: #000;
        color: #fff; }
html body.history div.container ul.footer_links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 480px) {
    html body.history div.container ul.footer_links {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  html body.history div.container ul.footer_links li {
    margin: 0px 20px; }
    html body.history div.container ul.footer_links li a.btn-home {
      border: 2px solid #69a948;
      background-color: #fff;
      color: #69a948; }
      @media (max-width: 480px) {
        html body.history div.container ul.footer_links li a.btn-home {
          width: 100%; } }
      html body.history div.container ul.footer_links li a.btn-home:hover {
        background-color: #69a948;
        color: #fff; }
    @media (max-width: 480px) {
      html body.history div.container ul.footer_links li a.button-small {
        width: 100%; } }

html body#order-follow h1.page-heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px; }
html body#order-follow p.info-title {
  text-align: center; }
html body#order-follow div#block-history {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 80px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    html body#order-follow div#block-history {
      padding: 40px 20px; } }
  html body#order-follow div#block-history table#order-list {
    background-color: #fff; }
    html body#order-follow div#block-history table#order-list thead {
      border-bottom: 1px solid #69a948;
      padding: 30px; }
      @media (max-width: 600px) {
        html body#order-follow div#block-history table#order-list thead {
          display: none; } }
      html body#order-follow div#block-history table#order-list thead tr {
        padding: 20px; }
        html body#order-follow div#block-history table#order-list thead tr th {
          padding: 40px 40px; }
    html body#order-follow div#block-history table#order-list tbody tr td {
      padding: 30px 40px; }
      @media (max-width: 600px) {
        html body#order-follow div#block-history table#order-list tbody tr td {
          display: block;
          text-align: center;
          padding: 20px; } }
      html body#order-follow div#block-history table#order-list tbody tr td a {
        color: #69a948;
        text-decoration: none; }
      @media (max-width: 600px) {
        html body#order-follow div#block-history table#order-list tbody tr td.history_method {
          display: block !important; } }
    html body#order-follow div#block-history table#order-list tbody tr:nth-child(2n+2) {
      background-color: #F7F4ED; }
  html body#order-follow div#block-history div#block-order-detail {
    padding: 20px 40px;
    background-color: #fff; }
    @media (max-width: 768px) {
      html body#order-follow div#block-history div#block-order-detail {
        padding: 20px; } }
    html body#order-follow div#block-history div#block-order-detail p {
      margin: 10px 0px; }
    html body#order-follow div#block-history div#block-order-detail div#order-detail-content {
      margin: 40px 0px; }
      html body#order-follow div#block-history div#block-order-detail div#order-detail-content table {
        width: 100%; }
        html body#order-follow div#block-history div#block-order-detail div#order-detail-content table thead {
          border-bottom: 1px solid #69a948; }
          @media (max-width: 600px) {
            html body#order-follow div#block-history div#block-order-detail div#order-detail-content table thead {
              display: none !important; } }
        @media (max-width: 600px) {
          html body#order-follow div#block-history div#block-order-detail div#order-detail-content table tbody tr td {
            display: block !important;
            text-align: center; } }
    html body#order-follow div#block-history div#block-order-detail div.box ul li {
      margin: 10px 0px; }
      html body#order-follow div#block-history div#block-order-detail div.box ul li a {
        color: #69a948;
        text-decoration: none; }
    html body#order-follow div#block-history div#block-order-detail div.box a {
      color: #69a948;
      text-decoration: none; }

html body.order-detail div.container {
  overflow: hidden; }
  html body.order-detail div.container div.box-small {
    margin-top: 20px;
    padding-top: 30px; }
  html body.order-detail div.container form#submitReorder {
    padding-top: 0px;
    float: right;
    width: 25%; }
    @media (max-width: 768px) {
      html body.order-detail div.container form#submitReorder {
        width: 100%;
        float: none; } }
    html body.order-detail div.container form#submitReorder a.button {
      margin-top: 0px !important; }
      @media (max-width: 768px) {
        html body.order-detail div.container form#submitReorder a.button {
          margin-bottom: 20px; } }
  html body.order-detail div.container h1 {
    font-family: "Josefin Slab", serif; }
    html body.order-detail div.container h1 p {
      font-family: "Rokkitt";
      font-size: 20px;
      color: #000; }
  html body.order-detail div.container h3.page-heading {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px; }
  html body.order-detail div.container div.table_block {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-color: #F7F4ED;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    padding: 40px 12%; }
    @media (max-width: 768px) {
      html body.order-detail div.container div.table_block {
        width: 100%;
        float: none;
        padding: 40px 20px; } }
    html body.order-detail div.container div.table_block div.contain-message {
      background-color: #fff;
      width: calc(100%);
      padding: 20px 40px;
      margin-bottom: 20px;
      box-shadow: 1px 1px 5px #ccc; }
      html body.order-detail div.container div.table_block div.contain-message div.top-message {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      html body.order-detail div.container div.table_block div.contain-message div.txt-message {
        padding-top: 20px; }
    html body.order-detail div.container div.table_block table tbody tr td {
      padding: 10px; }
      @media (max-width: 768px) {
        html body.order-detail div.container div.table_block table tbody tr td {
          height: auto;
          text-align: center; } }
      html body.order-detail div.container div.table_block table tbody tr td span.label {
        padding: 10px 10px;
        font-size: 14px;
        color: #fff; }
        @media (max-width: 600px) {
          html body.order-detail div.container div.table_block table tbody tr td span.label {
            font-size: 12px; } }
  html body.order-detail div.container div.table_block:nth-child(2) {
    width: 100%; }
  html body.order-detail div.container div.adresses_bloc {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 20px; }
    @media (max-width: 768px) {
      html body.order-detail div.container div.adresses_bloc {
        width: 100%;
        float: none; } }
    html body.order-detail div.container div.adresses_bloc div.row {
      display: -webkit-flex;
      display: flex;
      background-color: #e4eef1;
      padding: 40px 12%; }
      @media (max-width: 768px) {
        html body.order-detail div.container div.adresses_bloc div.row {
          padding: 40px 20px; } }
      @media (max-width: 550px) {
        html body.order-detail div.container div.adresses_bloc div.row {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      html body.order-detail div.container div.adresses_bloc div.row div.contain-date {
        background-color: #fff;
        padding: 0px 20px 20px 20px;
        margin: 0px 10px;
        width: calc(100% / 3 - 20px);
        box-shadow: 1px 1px 5px #ccc; }
        @media (max-width: 550px) {
          html body.order-detail div.container div.adresses_bloc div.row div.contain-date {
            width: 100%;
            margin: 0px;
            margin-bottom: 15px; } }
        html body.order-detail div.container div.adresses_bloc div.row div.contain-date p {
          font-weight: bold;
          margin-top: 20px;
          margin-bottom: 5px; }
      html body.order-detail div.container div.adresses_bloc div.row div.col-xs-12 {
        background-color: #fff;
        padding: 20px;
        margin: 0px 10px;
        width: calc(100% / 3 - 20px);
        box-shadow: 1px 1px 5px #ccc; }
        @media (max-width: 550px) {
          html body.order-detail div.container div.adresses_bloc div.row div.col-xs-12 {
            width: 100%;
            margin: 0px;
            margin-bottom: 15px; } }
        html body.order-detail div.container div.adresses_bloc div.row div.col-xs-12 ul li h3 {
          font-weight: 900;
          margin-bottom: 10px;
          font-size: 16px; }
        html body.order-detail div.container div.adresses_bloc div.row div.col-xs-12 ul li.address_phone_mobile {
          margin-top: 10px; }
  html body.order-detail div.container div.contain-livraison {
    padding: 0px 60px;
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      html body.order-detail div.container div.contain-livraison {
        width: 100%; } }
    @media (max-width: 480px) {
      html body.order-detail div.container div.contain-livraison {
        padding: 0px 20px; } }
    html body.order-detail div.container div.contain-livraison p {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        html body.order-detail div.container div.contain-livraison p {
          margin-bottom: 20px; } }
  html body.order-detail div.container div.contain-price {
    float: right;
    width: 50%;
    padding: 0px 60px;
    text-align: right;
    margin-bottom: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      html body.order-detail div.container div.contain-price {
        width: 100%;
        padding: 0 20px 40px 20px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      html body.order-detail div.container div.contain-price table {
        width: 100%; } }
    html body.order-detail div.container div.contain-price table tr {
      background-color: #e2ecef;
      border-top: 2px solid #fff; }
      html body.order-detail div.container div.contain-price table tr.totalprice {
        background-color: #076283; }
        html body.order-detail div.container div.contain-price table tr.totalprice td {
          color: #fff; }
          html body.order-detail div.container div.contain-price table tr.totalprice td span {
            color: #fff; }
      html body.order-detail div.container div.contain-price table tr td {
        color: #076283;
        font-weight: bold;
        padding: 15px 10px; }
        html body.order-detail div.container div.contain-price table tr td span {
          color: #076283;
          font-weight: bold; }
  html body.order-detail div.container form {
    max-width: 1170px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      html body.order-detail div.container form {
        padding-top: 20px; } }
    html body.order-detail div.container form div#order-detail-content {
      width: 100%;
      background-color: #fff;
      padding: 40px 0px; }
      @media (max-width: 480px) {
        html body.order-detail div.container form div#order-detail-content {
          padding-bottom: 0px;
          padding-top: 10px; } }
      html body.order-detail div.container form div#order-detail-content table.table {
        background-color: #fff; }
        html body.order-detail div.container form div#order-detail-content table.table thead {
          border-bottom: 2px solid #076283;
          padding-bottom: 20px; }
          html body.order-detail div.container form div#order-detail-content table.table thead tr:nth-child(2n+2) {
            background-color: #F7F4ED; }
          html body.order-detail div.container form div#order-detail-content table.table thead th {
            padding-bottom: 20px; }
        html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity {
          display: -webkit-flex;
          display: flex;
          padding-left: 28px; }
          @media (max-width: 480px) {
            html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity {
              -webkit-justify-content: center;
              justify-content: center;
              padding-left: 10px; } }
          html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity input.order_qte_input {
            width: 50px;
            padding-left: 10px;
            display: none; }
          html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons {
            margin-top: 0px !important;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column; }
            html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a {
              margin-top: 0px !important;
              height: 25px;
              width: 25px;
              padding: 0px; }
              html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a.return_quantity_down {
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(../img/picto-bottom.png);
                order: 2; }
              html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity div.return_quantity_buttons a.return_quantity_up {
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(../img/picto-top.png);
                order: 1;
                border-bottom: none; }
          html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity label {
            text-align: center;
            padding: 16px 10px; }
            @media (max-width: 480px) {
              html body.order-detail div.container form div#order-detail-content table.table tbody td.return_quantity label {
                padding: 0px 10px; } }
    html body.order-detail div.container form div#returnOrderMessage {
      padding: 60px 12%; }
      html body.order-detail div.container form div#returnOrderMessage textarea {
        width: 100%;
        margin: 30px 0px;
        height: 250px;
        padding: 20px; }
      html body.order-detail div.container form div#returnOrderMessage button {
        padding: 8px 20px;
        border: 1px solid #000;
        font-size: 16px;
        font-weight: bold;
        float: right;
        background-color: transparent;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        html body.order-detail div.container form div#returnOrderMessage button:hover {
          background-color: #000;
          color: #fff; }
  html body.order-detail div.container table.table {
    width: 100%;
    margin-bottom: 40px; }
    html body.order-detail div.container table.table thead {
      border-bottom: 1px solid #69a948; }
      @media (max-width: 768px) {
        html body.order-detail div.container table.table thead {
          display: none; } }
    html body.order-detail div.container table.table tbody tr:nth-child(2n+2) {
      background-color: #F7F4ED;
      height: 69px; }
      @media (max-width: 768px) {
        html body.order-detail div.container table.table tbody tr:nth-child(2n+2) td {
          height: auto; } }
    @media (max-width: 768px) {
      html body.order-detail div.container table.table tbody tr td {
        display: block;
        width: 100%;
        border: none; } }
  html body.order-detail div.container form#sendOrderMessage {
    padding: 30px 40px;
    float: left;
    width: 100%;
    max-width: 1280px; }
    @media (max-width: 768px) {
      html body.order-detail div.container form#sendOrderMessage {
        padding: 30px 20px;
        padding-top: 0px; } }
    html body.order-detail div.container form#sendOrderMessage h3 {
      font-weight: bold;
      font-size: 18px;
      float: left;
      width: 100%;
      padding-left: 20px; }
      @media (max-width: 768px) {
        html body.order-detail div.container form#sendOrderMessage h3 {
          padding-left: 0px; } }
    html body.order-detail div.container form#sendOrderMessage p {
      padding-left: 20px;
      padding-top: 10px; }
      @media (max-width: 768px) {
        html body.order-detail div.container form#sendOrderMessage p {
          padding-left: 0px;
          padding-top: 10px; } }
      html body.order-detail div.container form#sendOrderMessage p.form-group {
        margin-top: 15px; }
        html body.order-detail div.container form#sendOrderMessage p.form-group label {
          padding: 9px 20px 5px 0px;
          float: left;
          font-weight: bold; }
        html body.order-detail div.container form#sendOrderMessage p.form-group div.selector {
          height: 40px;
          background-image: none; }
          @media (max-width: 768px) {
            html body.order-detail div.container form#sendOrderMessage p.form-group div.selector {
              padding-left: 0px; } }
        html body.order-detail div.container form#sendOrderMessage p.form-group span {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-image: url(../img/picto-arrow.png);
          background-repeat: no-repeat;
          background-position: 95% 50%;
          border: 1px solid #ccc;
          height: 40px;
          padding-left: 20px;
          padding-top: 5px; }
        html body.order-detail div.container form#sendOrderMessage p.form-group select {
          float: left;
          width: 300px;
          background-color: #fff;
          height: 40px;
          border: 1px solid #ccc;
          margin-top: 10px;
          padding-left: 20px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background-image: url(../img/picto-arrow.png);
          background-repeat: no-repeat;
          background-position: 95% 50%;
          font-weight: bold; }
          @media (max-width: 600px) {
            html body.order-detail div.container form#sendOrderMessage p.form-group select {
              width: 100%; } }
    html body.order-detail div.container form#sendOrderMessage textarea {
      width: 100%;
      height: 250px;
      padding: 20px;
      font-size: 16px; }
    html body.order-detail div.container form#sendOrderMessage div.submit {
      text-align: right; }
      html body.order-detail div.container form#sendOrderMessage div.submit input.unvisible {
        display: none; }
    html body.order-detail div.container form#sendOrderMessage button.button {
      color: #000;
      display: inline-block;
      padding: 12px 15px;
      text-decoration: none;
      border: solid 2px #69a948;
      font-size: 18px;
      color: #69a948;
      margin-top: 30px !important;
      float: none;
      background-color: #fff;
      cursor: pointer;
      font-family: "Rokkitt";
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      height: 50px; }
      html body.order-detail div.container form#sendOrderMessage button.button:hover {
        background-color: #69a948;
        color: #fff; }

@media (max-width: 768px) {
  html body#module-bankwire-payment form {
    padding: 0px 20px; } }
html body#module-bankwire-payment h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px; }
html body#module-bankwire-payment h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900; }
@media (max-width: 768px) {
  html body#module-cheque-payment form {
    padding: 0px 20px; } }
html body#module-cheque-payment h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 40px; }
html body#module-cheque-payment h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900; }
@media (max-width: 768px) {
  html body#module-cheque-payment p#cart_navigation {
    padding: 0px 0px; } }

html body.module-tggatos-paymentgateway div.container h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 900; }
html body.module-tggatos-paymentgateway div.container h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900; }
html body.module-tggatos-paymentgateway div.container h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-weight: 900; }
html body.module-tggatos-paymentgateway div.container p img {
  display: none; }
html body.module-tggatos-paymentgateway div.container p.price-tggatos {
  margin-top: 40px;
  font-weight: bold; }
  html body.module-tggatos-paymentgateway div.container p.price-tggatos span.price {
    font-size: 30px; }
html body.module-tggatos-paymentgateway div.container div.error {
  margin-top: 40px; }
html body.module-tggatos-paymentgateway div.container p.cart_navigation a.button_large {
  color: #69a948;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  border: solid 1px #69a948;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  margin-top: 0px !important;
  font-weight: bold; }
  html body.module-tggatos-paymentgateway div.container p.cart_navigation a.button_large:hover {
    background-color: #69a948;
    color: #fff; }
@media (max-width: 1280px) {
  html body.module-tggatos-paymentgateway div.contain-tggatos {
    padding: 0px 20px; } }
html body#module-tggatos-payment h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900; }
html body#module-tggatos-payment a {
  color: #000;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  border: solid 1px #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  margin-top: 30px !important;
  font-weight: bold; }
  html body#module-tggatos-payment a:hover {
    background-color: #000;
    color: #fff; }

html body#order-confirmation div.confirmation-head {
  display: none; }
html body#order-confirmation h1.page-heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px; }
html body#order-confirmation p.info-title {
  text-align: center; }
html body#order-confirmation p.alert-success {
  background-color: #8ec422;
  margin-top: 50px;
  padding: 40px 0; }
@media (max-width: 1280px) {
  html body#order-confirmation div.order-confirmation {
    padding: 0px 20px; } }
html body#order-confirmation div.order-confirmation a {
  color: #69a948;
  text-decoration: none; }

html body div.alert-danger {
  color: #c50017; }
  html body div.alert-danger p {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  html body div.alert-danger ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px; }
    html body div.alert-danger ol li {
      padding: 0px 10px; }
  html body div.alert-danger div.container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    html body div.alert-danger div.container div.contain-error {
      display: inline-block;
      margin: 0 auto;
      padding: 30px 20px 10px 20px;
      border: 1px solid red;
      margin-bottom: 30px; }

/**************************************************/
/*                                                */
/*                      CLASSES                  */
/*                                                */
/**************************************************/
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

div.fancybox-overlay body {
  padding-top: 0px; }

div.breadcrumbContainer {
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left !important;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 40px; }
  @media (max-width: 1280px) {
    div.breadcrumbContainer {
      padding: 0px 15px; } }
  @media (max-width: 768px) {
    div.breadcrumbContainer {
      display: none; } }
  div.breadcrumbContainer div.breadcrumb {
    text-align: left !important;
    color: #CCCCCC; }
    div.breadcrumbContainer div.breadcrumb a.home {
      color: #CCCCCC;
      text-decoration: none;
      width: 30px;
      height: 20px;
      display: inline-block;
      background-image: url(../img/picto-home.png);
      background-repeat: no-repeat;
      background-position: 50%;
      float: left;
      margin-top: -5px; }
    div.breadcrumbContainer div.breadcrumb a {
      color: #CCCCCC;
      text-decoration: none; }
    div.breadcrumbContainer div.breadcrumb span {
      padding: 0px 5px;
      float: left;
      color: #CCCCCC; }
      div.breadcrumbContainer div.breadcrumb span.navigation-pipe {
        padding: 0px 5px;
        color: #CCCCCC; }
      div.breadcrumbContainer div.breadcrumb span.navigation-pipe-2 {
        float: none; }
      div.breadcrumbContainer div.breadcrumb span a {
        text-decoration: none;
        color: #ccc; }
      div.breadcrumbContainer div.breadcrumb span .container span {
        padding: 0px 5px; }

div.head {
  background-image: url(../img/fond-secondline.png);
  background-repeat: repeat;
  background-size: 18px 23px;
  padding: 59px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    div.head {
      padding: 60px 20px !important; } }
  div.head div {
    padding: 60px 100px;
    background-color: #fff;
    width: 100%; }
    @media (max-width: 768px) {
      div.head div {
        padding: 60px 20px; } }
    div.head div h1 {
      text-align: center;
      font-size: 60px !important;
      font-family: "Josefin Slab", serif !important;
      color: #076283;
      font-weight: normal !important; }
      @media (max-width: 768px) {
        div.head div h1 {
          font-size: 45px !important; } }
    div.head div p {
      text-align: center;
      font-size: 20px; }
      @media (max-width: 768px) {
        div.head div p {
          font-size: 18px;
          display: none; } }

div.ac_results {
  border: 1px dashed #69a948; }
  div.ac_results ul {
    padding: 10px; }
    div.ac_results ul li:hover {
      background-color: #69a948; }
    div.ac_results ul li.ac_odd {
      background-color: #EAD0B7; }
      div.ac_results ul li.ac_odd:hover {
        background-color: #69a948 !important; }

ul.pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto; }
  ul.pagination li {
    margin: 0px 4px; }
    ul.pagination li#pagination_previous_bottom {
      margin: 0px 10px; }
    ul.pagination li#pagination_next_bottom {
      margin: 0px 10px; }
    ul.pagination li a, ul.pagination li span {
      font-size: 20px;
      color: #69a948; }

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a.btn, span.btn {
  color: #000;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  margin-top: 30px !important;
  font-weight: normal;
  background-color: #EAD0B7;
  color: #fff;
  height: 50px; }

strong {
  font-weight: 900; }

/**************************************************/
/*                                                */
/*                    THEME GLOBAL                */
/*                                                */
/**************************************************/
html body {
  font-family: "Rokkitt";
  color: #000;
  padding-top: 113px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1024px) {
    html body {
      padding-top: 60px; } }
  @media (max-width: 1024px) {
    html body.content_only {
      padding-top: 0px; }
      html body.content_only h2, html body.content_only h3 {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        margin-top: 30px !important; }
      html body.content_only p {
        font-size: 14px; } }
  html body div#restricted-country {
    width: 100%;
    height: 40px;
    background-color: #e74c3c;
    color: #FFF;
    text-align: center;
    line-height: 40px; }
  html body p.alert {
    display: block;
    clear: both;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 80px; }
    html body p.alert.alert-success {
      background-color: #69a948;
      padding: 60px; }
  html body header {
    width: 100%;
    height: 113px;
    position: fixed;
    z-index: 300;
    background-color: #fff;
    top: 0px;
    box-shadow: 1px 1px 5px #222; }
    @media (max-width: 1024px) {
      html body header {
        height: 60px; } }
    html body header button.scroll-top {
      background-color: rgba(105, 169, 72, 0.7);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      background-image: url(../img/arrow-up.png);
      position: fixed;
      right: 10px;
      z-index: 300;
      border: none;
      background-repeat: no-repeat;
      background-position: center;
      top: 80vh;
      cursor: pointer;
      display: none;
      -moz-transition: 0.5;
      -o-transition: 0.5;
      -webkit-transition: 0.5;
      transition: 0.5; }
      html body header button.scroll-top:hover {
        background-color: #69a948; }
    html body header div.banner {
      background-color: #69a948; }
      html body header div.banner a {
        display: block; }
        html body header div.banner a img {
          display: block;
          width: 100%;
          height: auto; }
    html body header ul.menu {
      margin-top: 0px;
      margin-bottom: 0px;
      border: none;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      height: 73px;
      padding-left: 25px; }
      @media (max-width: 1024px) {
        html body header ul.menu {
          display: none;
          height: 60px; } }
      html body header ul.menu li {
        padding: 0px; }
        html body header ul.menu li a, html body header ul.menu li button {
          font-family: "Rokkitt";
          text-transform: none;
          height: 73px;
          padding-top: 12px;
          font-size: 18px;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          border: none;
          background: transparent;
          border-bottom: 4px solid transparent; }
          html body header ul.menu li a:hover, html body header ul.menu li button:hover {
            color: #69a948;
            border-bottom: 4px solid #69a948; }
        html body header ul.menu li:last-of-type a {
          background-color: transparent;
          color: #000; }
          html body header ul.menu li:last-of-type a:hover {
            color: #69a948;
            border-bottom: 4px solid #69a948; }
    html body header a.inspiration {
      display: block;
      color: #000;
      display: block;
      line-height: 73px;
      padding: 0 20px;
      padding-top: 0;
      position: relative;
      text-decoration: none;
      font-weight: bold;
      order: 2; }
      html body header a.inspiration:after {
        position: absolute;
        display: block;
        bottom: 0;
        left: 5px;
        height: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: calc(100% - 10px);
        background-color: #7ab92a;
        content: ''; }
      html body header a.inspiration:hover {
        color: #7ab92a;
        text-decoration: none; }
        html body header a.inspiration:hover:after {
          height: 3px; }
    html body header div.right {
      width: calc(100% - 150px);
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media (max-width: 1024px) {
        html body header div.right {
          order: 1;
          width: auto; } }
      html body header div.right div.hiboostmenu {
        width: calc(100% - 280px);
        order: 1; }
        @media (max-width: 1024px) {
          html body header div.right div.hiboostmenu {
            display: none; } }
        html body header div.right div.hiboostmenu nav {
          display: block;
          width: 100%; }
          html body header div.right div.hiboostmenu nav ul {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%;
            display: -webkit-flex;
            display: flex;
            position: relative; }
            html body header div.right div.hiboostmenu nav ul li {
              list-style: none;
              margin: 0;
              padding: 0; }
              html body header div.right div.hiboostmenu nav ul li a {
                display: block;
                color: #000;
                display: block;
                line-height: 73px;
                padding: 0 20px;
                padding-top: 0;
                position: relative; }
                html body header div.right div.hiboostmenu nav ul li a:after {
                  position: absolute;
                  display: block;
                  bottom: 0;
                  left: 5px;
                  height: 0;
                  -moz-transition: 0.3s;
                  -o-transition: 0.3s;
                  -webkit-transition: 0.3s;
                  transition: 0.3s;
                  width: calc(100% - 10px);
                  background-color: #7ab92a;
                  content: ''; }
                html body header div.right div.hiboostmenu nav ul li a:hover {
                  color: #7ab92a; }
                  html body header div.right div.hiboostmenu nav ul li a:hover:after {
                    height: 3px; }
              html body header div.right div.hiboostmenu nav ul li div.subMenu {
                display: none;
                top: 73px;
                left: 0;
                width: 870px;
                padding-right: 20px;
                max-width: calc(100vw - 184px);
                position: absolute;
                background-color: #fff;
                box-shadow: 0 3px 2px rgba(34, 34, 34, 0.5);
                -webkit-justify-content: space-between;
                justify-content: space-between; }
                html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation {
                  width: 400px;
                  padding: 50px 41px;
                  background-color: #076283;
                  color: #FFF;
                  text-align: center; }
                  @media (max-width: 1140px) {
                    html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation {
                      width: 300px; } }
                  html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation div.titre {
                    font-family: "Josefin Slab", serif;
                    font-weight: lighter;
                    font-size: 40px; }
                  html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation div.descriptif {
                    padding: 20px 0;
                    text-align: left; }
                  html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation div.lien a {
                    color: #076283;
                    width: 198px;
                    height: 50px;
                    line-height: 50px;
                    border: solid 1px #FFF;
                    background-color: #fff;
                    -moz-transition: 0.3;
                    -o-transition: 0.3;
                    -webkit-transition: 0.3;
                    transition: 0.3; }
                    html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation div.lien a:hover {
                      color: #FFF;
                      background-color: transparent; }
                      html body header div.right div.hiboostmenu nav ul li div.subMenu div.presentation div.lien a:hover:after {
                        height: 0; }
                html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu {
                  width: calc(100% - 600px);
                  background-color: #FFFFFF;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-align-items: center;
                  align-items: center;
                  -webkit-align-content: center;
                  align-content: center;
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; }
                  @media (max-width: 1140px) {
                    html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu {
                      width: calc(100% - 500px); } }
                  html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li {
                    width: 100%;
                    display: -webkit-flex;
                    display: flex; }
                    html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li a {
                      color: #000;
                      width: 100%;
                      line-height: inherit;
                      padding-top: 10px;
                      padding-bottom: 10px; }
                      html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li a.last {
                        border-right: solid 1px rgba(112, 112, 112, 0.4);
                        width: 150px; }
                      html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li a:hover {
                        color: #076283;
                        text-decoration: none; }
                        html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li a:hover:after {
                          height: 0; }
                    html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li div.subMenu {
                      width: calc(100% - 150px);
                      display: block;
                      position: relative;
                      top: inherit;
                      left: inherit;
                      padding: 10px 0; }
                      html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li div.subMenu ul {
                        margin: 0;
                        padding: 0;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-align-items: center;
                        align-items: center;
                        height: 100%;
                        background-color: red; }
                        html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li div.subMenu ul li a {
                          margin: 0;
                          padding: 0;
                          padding-left: 20px;
                          color: #000;
                          display: inline-block;
                          background-image: url(../img/arrow-hiboostmenu.png);
                          background-repeat: no-repeat;
                          background-position: right center;
                          padding-right: 40px;
                          line-height: inherit; }
                          html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li div.subMenu ul li a:hover {
                            color: #076283;
                            text-decoration: none; }
                            html body header div.right div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li div.subMenu ul li a:hover:after {
                              height: 0; }
                html body header div.right div.hiboostmenu nav ul li div.subMenu div.produit {
                  width: 200px;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-align-items: center;
                  align-items: center; }
                  html body header div.right div.hiboostmenu nav ul li div.subMenu div.produit img {
                    width: 200px; }
              html body header div.right div.hiboostmenu nav ul li:hover div.subMenu {
                display: -webkit-flex;
                display: flex; }
      html body header div.right a, html body header div.right button {
        color: #69a948;
        text-decoration: none;
        font-family: "Rokkitt";
        padding-top: 27px;
        font-size: 18px;
        display: inline-block;
        font-weight: bold; }
        html body header div.right a.personnalisation, html body header div.right button.personnalisation {
          background-image: url(../img/picto-personnalisation.svg);
          background-repeat: no-repeat;
          background-position: 0px 50%;
          padding-left: 26px;
          background-size: 15px;
          order: 1; }
          @media screen and (min-width: 0\0) {
            html body header div.right a.personnalisation, html body header div.right button.personnalisation {
              background-image: url(../img/picto-personnalisation.png); } }
          @media (max-width: 1024px) {
            html body header div.right a.personnalisation, html body header div.right button.personnalisation {
              display: none; } }
        html body header div.right a.login, html body header div.right a.account, html body header div.right button.login, html body header div.right button.account {
          border: none;
          background-color: transparent;
          text-indent: -99999px;
          display: inline-block;
          width: 50px;
          height: 73px;
          background-position: center;
          background-image: url(../img/picto-profil.svg);
          background-repeat: no-repeat;
          background-size: 20px;
          margin-left: 0px; }
          @media (max-width: 1024px) {
            html body header div.right a.login, html body header div.right a.account, html body header div.right button.login, html body header div.right button.account {
              height: 60px; } }
        html body header div.right a.account, html body header div.right button.account {
          order: 3; }
        html body header div.right a.login, html body header div.right button.login {
          order: 3; }
      html body header div.right div.shopping_cart {
        position: relative;
        margin-left: 25px;
        order: 2; }
        @media (max-width: 1024px) {
          html body header div.right div.shopping_cart {
            margin-left: 20px; } }
        html body header div.right div.shopping_cart a.panier, html body header div.right div.shopping_cart button.panier {
          background: transparent;
          border: none;
          text-indent: -99999px;
          background-position: center;
          background-image: url(../img/picto-shopping.svg);
          background-repeat: no-repeat;
          width: 50px;
          height: 73px;
          display: inline-block;
          position: relative;
          background-size: 19px; }
          @media (max-width: 1024px) {
            html body header div.right div.shopping_cart a.panier, html body header div.right div.shopping_cart button.panier {
              height: 60px; } }
          html body header div.right div.shopping_cart a.panier span, html body header div.right div.shopping_cart button.panier span {
            position: absolute;
            width: 18px;
            height: 18px;
            background-color: #69a948;
            color: #fff;
            font-size: 11px;
            left: 32px;
            top: 20px;
            padding: 4px 6px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            text-indent: 0; }
        html body header div.right div.shopping_cart:hover div.cart_block {
          display: block; }
        html body header div.right div.shopping_cart div.cart_block {
          display: none;
          background-color: #ffffff;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          position: absolute;
          right: 50%;
          -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          z-index: 2000;
          padding: 20px;
          padding-top: 10px;
          border-left: 2px solid #076283;
          border-right: 2px solid #076283;
          border-bottom: 2px solid #076283;
          width: 300px; }
          @media (max-width: 1380px) {
            html body header div.right div.shopping_cart div.cart_block {
              right: -50px;
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -webkit-transform: translateX(0%);
              transform: translateX(0%); } }
          @media (max-width: 480px) {
            html body header div.right div.shopping_cart div.cart_block {
              right: -200%;
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -webkit-transform: translateX(0%);
              transform: translateX(0%); } }
          html body header div.right div.shopping_cart div.cart_block div.cart-prices {
            float: left;
            width: 100%; }
            html body header div.right div.shopping_cart div.cart_block div.cart-prices div.cart-prices-line {
              width: 100%;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: space-between;
              justify-content: space-between;
              padding: 10px 15px;
              background-color: #076283;
              color: #fff;
              font-size: 18px; }
          html body header div.right div.shopping_cart div.cart_block dl.products a.cart_block_product_name {
            padding-top: 15px;
            padding-right: 7px;
            font-size: 14px; }
          html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 15px;
            margin-bottom: 10px;
            width: 100%; }
          html body header div.right div.shopping_cart div.cart_block dl.products dt.item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 15px;
            margin-bottom: 10px;
            position: relative;
            float: left;
            padding-bottom: 16px;
            width: 100%; }
          html body header div.right div.shopping_cart div.cart_block dl.products div.last_item {
            padding-bottom: 15px;
            width: 100%; }
          html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item, html body header div.right div.shopping_cart div.cart_block dl.products dt.item {
            position: relative;
            float: left;
            padding-bottom: 16px;
            width: 100%; }
            html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item a.cart-images, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item a.cart-images, html body header div.right div.shopping_cart div.cart_block dl.products dt.item a.cart-images {
              padding-top: 0px;
              float: left; }
              html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item a.cart-images img, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item a.cart-images img, html body header div.right div.shopping_cart div.cart_block dl.products dt.item a.cart-images img {
                width: 80px; }
            html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item div.cart-info, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item div.cart-info, html body header div.right div.shopping_cart div.cart_block dl.products dt.item div.cart-info {
              float: left;
              width: calc(100% - 80px);
              padding-left: 10px;
              position: relative;
              padding-right: 15px; }
              html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item div.cart-info div.product-atributes, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item div.cart-info div.product-atributes, html body header div.right div.shopping_cart div.cart_block dl.products dt.item div.cart-info div.product-atributes {
                width: 45%;
                display: inline-block; }
                html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item div.cart-info div.product-atributes a, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item div.cart-info div.product-atributes a, html body header div.right div.shopping_cart div.cart_block dl.products dt.item div.cart-info div.product-atributes a {
                  padding-top: 10px; }
              html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item div.cart-info span.price, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item div.cart-info span.price, html body header div.right div.shopping_cart div.cart_block dl.products dt.item div.cart-info span.price {
                display: inline-block;
                width: 50%;
                font-weight: bold;
                font-size: 20px; }
            html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item span.remove_link, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item span.remove_link, html body header div.right div.shopping_cart div.cart_block dl.products dt.item span.remove_link {
              position: absolute;
              top: 10px;
              right: 0px;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 14px;
              background-image: url(../img/picto-trash.png); }
              html body header div.right div.shopping_cart div.cart_block dl.products dt.first_item span.remove_link a, html body header div.right div.shopping_cart div.cart_block dl.products dt.last_item span.remove_link a, html body header div.right div.shopping_cart div.cart_block dl.products dt.item span.remove_link a {
                display: block;
                width: 100%;
                height: 100%;
                padding-top: 0px; }
          html body header div.right div.shopping_cart div.cart_block p.cart-buttons {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            float: left;
            width: 100%; }
            html body header div.right div.shopping_cart div.cart_block p.cart-buttons a#button_order_cart, html body header div.right div.shopping_cart div.cart_block p.cart-buttons button#button_order_cart {
              border: none;
              background-color: transparent;
              padding-top: 0;
              color: #69a948;
              border: 2px solid #69a948;
              background-color: #fff;
              -moz-transition: 0.5s;
              -o-transition: 0.5s;
              -webkit-transition: 0.5s;
              transition: 0.5s;
              height: 50px;
              padding-bottom: 0px;
              font-size: 18px;
              margin-top: 20px !important; }
              html body header div.right div.shopping_cart div.cart_block p.cart-buttons a#button_order_cart:hover, html body header div.right div.shopping_cart div.cart_block p.cart-buttons button#button_order_cart:hover {
                background-color: #69a948;
                color: #fff; }
      html body header div.right div#layer_cart {
        display: none;
        background-color: #ffffff; }
    html body header div.contain-search {
      position: fixed;
      top: 57px;
      background-color: #69a948;
      z-index: 300000;
      width: 100%;
      display: none;
      height: 60px; }
      html body header div.contain-search div#search_block_top {
        width: 100%;
        right: 0px;
        top: 0px; }
      html body header div.contain-search form#searchbox {
        display: -webkit-flex;
        display: flex;
        padding: 10px;
        width: 100%; }
        html body header div.contain-search form#searchbox input {
          width: 87% !important;
          border: none !important;
          border-bottom: 2px solid #fff !important;
          background-color: transparent !important;
          height: 40px !important;
          padding-left: 10px;
          background: none !important;
          font-size: 14px;
          color: #fff !important;
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        html body header div.contain-search form#searchbox ::-webkit-input-placeholder {
          color: #fff; }
        html body header div.contain-search form#searchbox ::-moz-placeholder {
          color: #fff; }
        html body header div.contain-search form#searchbox button {
          width: 13%;
          height: 40px;
          text-indent: -99999px;
          background-color: transparent;
          border: none;
          background-image: url(../img/picto-search.png);
          background-repeat: no-repeat;
          background-position: center;
          border-bottom: 2px solid #fff; }
    html body header div.menu-mobile {
      background-color: #fff;
      width: 100%;
      position: fixed;
      z-index: 30000;
      top: 60px;
      left: -100%;
      bottom: 0;
      overflow-y: scroll;
      display: none;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media (max-width: 1024px) {
        html body header div.menu-mobile {
          display: block; } }
      html body header div.menu-mobile div#layer_cart {
        display: none !important; }
      html body header div.menu-mobile a.login, html body header div.menu-mobile button.login {
        display: none !important; }
      html body header div.menu-mobile a.panier, html body header div.menu-mobile button.panier {
        display: none !important; }
      html body header div.menu-mobile div.cart_block, html body header div.menu-mobile button.cart_block {
        display: none !important; }
      html body header div.menu-mobile div.hiboostmenu {
        padding: 20px;
        padding-bottom: 0; }
        html body header div.menu-mobile div.hiboostmenu nav ul li a {
          text-decoration: none;
          color: #000;
          padding: 10px 0;
          display: block;
          border-bottom: 1px solid #ccc;
          font-weight: bold; }
          html body header div.menu-mobile div.hiboostmenu nav ul li a.inspiration {
            line-height: inherit;
            font-weight: bold; }
            html body header div.menu-mobile div.hiboostmenu nav ul li a.inspiration:hover:after {
              height: 0 !important; }
        html body header div.menu-mobile div.hiboostmenu nav ul li div.subMenu div.presentation {
          display: none; }
        html body header div.menu-mobile div.hiboostmenu nav ul li div.subMenu ul.contentSubMenu li a {
          font-weight: normal;
          padding-left: 10px; }
        html body header div.menu-mobile div.hiboostmenu nav ul li div.subMenu div.produit {
          display: none; }
      html body header div.menu-mobile div#search_block_top {
        position: relative;
        right: 0px;
        top: 0px; }
        html body header div.menu-mobile div#search_block_top form {
          display: -webkit-flex;
          display: flex;
          height: 40px;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          padding-left: 20px;
          padding-right: 20px; }
          html body header div.menu-mobile div#search_block_top form input {
            background-color: transparent !important;
            height: 40px !important;
            border: none !important;
            border-right-color: currentcolor;
            border-right-style: none;
            border-right-width: medium;
            background-image: none !important;
            color: #000 !important;
            width: calc(100% - 40px) !important;
            margin-top: 0px;
            order: 1;
            font-size: 16px;
            font-family: "Rokkitt";
            border-left: 1px solid #ccc !important;
            border-top: 1px solid #ccc !important;
            border-bottom: 1px solid #ccc !important; }
          html body header div.menu-mobile div#search_block_top form button {
            background-color: transparent !important;
            width: 40px;
            border: none;
            background-image: url(../img/picto-search-green.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            cursor: pointer;
            order: 2;
            height: 40px;
            text-indent: -99999px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc; }
      html body header div.menu-mobile.open {
        left: 0px; }
      html body header div.menu-mobile div.colD {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 17px;
        border-top: 2px solid #fff;
        position: relative;
        z-index: 300000;
        top: 0px;
        width: 100%;
        margin: 0 auto; }
        @media (max-width: 480px) {
          html body header div.menu-mobile div.colD {
            width: 280px; } }
        html body header div.menu-mobile div.colD a {
          font-size: 16px;
          text-decoration: none;
          width: calc(100%);
          margin: 0px 5px;
          text-align: center;
          color: #000;
          font-weight: bold;
          text-transform: uppercase; }
      html body header div.menu-mobile a.logo {
        display: block;
        width: 150px;
        height: 100%;
        text-align: center;
        padding-top: 70px;
        margin: 0;
        border: solid 10px blue; }
        @media (max-width: 480px) {
          html body header div.menu-mobile a.logo {
            width: 280px; } }
        html body header div.menu-mobile a.logo h1 {
          background-image: url(../img/tanns-logo.jpg);
          background-size: 100% auto;
          display: block;
          text-indent: -5000px;
          overflow: hidden;
          width: 167px;
          height: 60px;
          background-repeat: no-repeat;
          background-size: contain; }
        html body header div.menu-mobile a.logo img {
          width: 150px;
          height: auto; }
      html body header div.menu-mobile ul.menu {
        display: block;
        padding: 0px 20px;
        margin: 0 auto;
        position: relative;
        height: auto;
        margin-bottom: 0px;
        border-bottom: none; }
        @media (max-width: 480px) {
          html body header div.menu-mobile ul.menu {
            width: 100%; } }
        html body header div.menu-mobile ul.menu li {
          border-bottom: 1px solid #ccc;
          height: 40px; }
          html body header div.menu-mobile ul.menu li a {
            color: #000;
            padding: 10px 0;
            text-decoration: none;
            font-size: 16px;
            display: block;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media (max-width: 768px) {
              html body header div.menu-mobile ul.menu li a {
                font-weight: bold; }
                html body header div.menu-mobile ul.menu li a:hover {
                  border-bottom: none !important;
                  color: #000 !important; } }
    html body header div.preaheader {
      background-color: #EAD0B7;
      overflow: hidden; }
      @media (max-width: 1024px) {
        html body header div.preaheader {
          width: 100%;
          position: fixed;
          z-index: 30000000;
          box-shadow: 1px 1px 3px #ccc;
          display: none; } }
      html body header div.preaheader div.container {
        height: 40px;
        line-height: 40px; }
        @media (max-width: 768px) {
          html body header div.preaheader div.container {
            display: -webkit-flex;
            display: flex;
            height: 40px; } }
        html body header div.preaheader div.container div.colG {
          float: left;
          overflow: hidden;
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colG {
              width: 100%;
              -webkit-justify-content: space-between;
              justify-content: space-between; } }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colG {
              display: none;
              -webkit-justify-content: space-between;
              justify-content: space-between; } }
          html body header div.preaheader div.container div.colG a, html body header div.preaheader div.container div.colG button {
            line-height: 40px;
            color: #FFF;
            display: block;
            float: left;
            margin-right: 20px;
            font-size: 16px;
            font-weight: bold;
            background: transparent;
            border: none;
            cursor: pointer;
            font-family: "Rokkitt"; }
            @media (max-width: 480px) {
              html body header div.preaheader div.container div.colG a, html body header div.preaheader div.container div.colG button {
                text-indent: -99999px;
                width: 35px;
                height: 100%;
                background-position: center; } }
            html body header div.preaheader div.container div.colG a.boutiques, html body header div.preaheader div.container div.colG button.boutiques {
              background-position: left;
              background-repeat: no-repeat;
              background-image: url(../img/picto-marker.svg);
              padding-left: 22px;
              background-size: 13px; }
              @media screen and (min-width: 0\0) {
                html body header div.preaheader div.container div.colG a.boutiques, html body header div.preaheader div.container div.colG button.boutiques {
                  background-image: url(../img/picto-marque.png); } }
            html body header div.preaheader div.container div.colG a.marque, html body header div.preaheader div.container div.colG button.marque {
              background-position: left;
              background-repeat: no-repeat;
              background-image: url(../img/picto-marque.svg);
              padding-left: 22px;
              background-size: 13px; }
              @media screen and (min-width: 0\0) {
                html body header div.preaheader div.container div.colG a.marque, html body header div.preaheader div.container div.colG button.marque {
                  background-image: url(../img/picto-marque.png); } }
            html body header div.preaheader div.container div.colG a.faq, html body header div.preaheader div.container div.colG button.faq {
              background-position: left;
              background-repeat: no-repeat;
              background-image: url(../img/picto-faq.svg);
              padding-left: 25px;
              background-size: 15px; }
            html body header div.preaheader div.container div.colG a.contact, html body header div.preaheader div.container div.colG button.contact {
              background-position: left;
              background-repeat: no-repeat;
              background-image: url(../img/picto-contact.svg);
              padding-left: 25px;
              background-size: 15px; }
              @media screen and (min-width: 0\0) {
                html body header div.preaheader div.container div.colG a.contact, html body header div.preaheader div.container div.colG button.contact {
                  background-image: url(../img/picto-contact.png); } }
        html body header div.preaheader div.container div.colD input {
          outline: 0; }
        html body header div.preaheader div.container div.colD button.search-button {
          background-color: transparent;
          border: none;
          background-image: url(../img/picto-search.png);
          background-repeat: no-repeat;
          background-position: center;
          display: none; }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colD button.search-button {
              display: block; } }
        html body header div.preaheader div.container div.colD #search_block_top {
          position: relative;
          top: 0px;
          right: 0px; }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colD #search_block_top {
              width: 60%;
              top: -4px;
              height: 100%; } }
          html body header div.preaheader div.container div.colD #search_block_top form {
            display: -webkit-flex;
            display: flex;
            height: 40px;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            padding-top: 0px; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container div.colD #search_block_top form {
                width: 100%;
                padding-left: 0px;
                padding-top: 8px;
                height: 100%; } }
            @media (max-width: 768px) {
              html body header div.preaheader div.container div.colD #search_block_top form {
                padding-top: 0px; } }
            html body header div.preaheader div.container div.colD #search_block_top form:hover {
              width: 100%; }
              html body header div.preaheader div.container div.colD #search_block_top form:hover input {
                display: block; }
            html body header div.preaheader div.container div.colD #search_block_top form:focus input {
              display: block; }
            html body header div.preaheader div.container div.colD #search_block_top form input {
              background-color: transparent !important;
              height: 40px !important;
              border: none !important;
              background-image: none !important;
              color: #fff !important;
              width: 80% !important;
              margin-top: 0px;
              order: 1;
              font-size: 16px;
              font-family: "Rokkitt"; }
              html body header div.preaheader div.container div.colD #search_block_top form input:focus {
                display: block; }
              @media (max-width: 768px) {
                html body header div.preaheader div.container div.colD #search_block_top form input {
                  border-bottom: none !important; } }
              @media (max-width: 480px) {
                html body header div.preaheader div.container div.colD #search_block_top form input {
                  display: none; } }
            html body header div.preaheader div.container div.colD #search_block_top form ::-webkit-input-placeholder {
              color: #fff; }
            html body header div.preaheader div.container div.colD #search_block_top form ::-moz-placeholder {
              color: #fff; }
            html body header div.preaheader div.container div.colD #search_block_top form .button-search {
              background-color: transparent !important;
              width: 40px;
              border: none;
              background-image: url(../img/picto-search.png);
              background-repeat: no-repeat;
              background-position: 50% 50%;
              cursor: pointer;
              order: 2; }
              @media (max-width: 480px) {
                html body header div.preaheader div.container div.colD #search_block_top form .button-search {
                  width: 100%;
                  background-position: 50% 12px; } }
              html body header div.preaheader div.container div.colD #search_block_top form .button-search span {
                display: none; }
        html body header div.preaheader div.container div.colD {
          float: right;
          position: relative; }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colD {
              display: -webkit-flex;
              display: flex; } }
          @media (max-width: 768px) {
            html body header div.preaheader div.container div.colD {
              width: 100%;
              -webkit-justify-content: space-between;
              justify-content: space-between; } }
          html body header div.preaheader div.container div.colD button.search-button {
            background-color: transparent;
            background-image: url(../img/picto-search.png);
            background-repeat: no-repeat;
            background-position: center;
            border: none;
            display: none; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container div.colD button.search-button {
                display: block;
                width: 30px; } }
          html body header div.preaheader div.container div.colD a.boutiques {
            margin-left: 25px;
            display: none; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container div.colD a.boutiques {
                display: block;
                width: auto;
                margin-left: 0px;
                margin-right: 0px;
                padding-left: 40px;
                background-position: 20px 50%; } }
            @media (max-width: 600px) {
              html body header div.preaheader div.container div.colD a.boutiques {
                display: block;
                width: 30px;
                margin-left: 10px;
                margin-right: 0px;
                text-indent: -99999px;
                background-position: center; } }
          html body header div.preaheader div.container div.colD .haburger-menu {
            margin-left: 0px;
            margin-right: 0px; }
          html body header div.preaheader div.container div.colD a {
            margin-left: 25px;
            font-weight: 600; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container div.colD a {
                height: 100%;
                margin-left: 0px;
                background-position: center;
                width: 30px; } }
            html body header div.preaheader div.container div.colD a.account {
              background-repeat: no-repeat;
              background-image: url(../img/picto-compte.png);
              background-position: left;
              padding-left: 20px; }
              @media (max-width: 768px) {
                html body header div.preaheader div.container div.colD a.account {
                  text-indent: -99999px;
                  background-position: center;
                  padding-left: 0px;
                  width: 30px; } }
        html body header div.preaheader div.container a {
          color: #FFF;
          text-decoration: none;
          font-size: 14px;
          display: inline-block; }
          html body header div.preaheader div.container a.boutiques {
            padding-left: 20px;
            background-image: url(../img/picto-marker.svg);
            background-repeat: no-repeat;
            background-position: 5px center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container a.boutiques {
                margin: 0px;
                padding-left: 0px; } }
          html body header div.preaheader div.container a.login {
            padding-left: 20px;
            background-image: url(../img/picto-account.svg);
            background-repeat: no-repeat;
            background-position: left center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container a.login {
                text-indent: -99999px;
                margin: 0px;
                padding-left: 0px;
                width: 30px !important; } }
          html body header div.preaheader div.container a.panier {
            padding-left: 23px;
            background-image: url(../img/picto-cart.png);
            background-repeat: no-repeat;
            background-position: left center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
            @media (max-width: 768px) {
              html body header div.preaheader div.container a.panier {
                text-indent: -99999px;
                margin: 0px;
                padding-left: 0px; } }
        html body header div.preaheader div.container div.shopping_cart {
          display: inline-block;
          position: relative; }
          html body header div.preaheader div.container div.shopping_cart .unvisible {
            display: none; }
          html body header div.preaheader div.container div.shopping_cart div.cart_block {
            display: none; }
    html body header div.menu {
      position: relative;
      margin-bottom: 40px;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 1024px) {
        html body header div.menu {
          display: block;
          padding: 0px !important; }
          html body header div.menu .link-sommes {
            display: none !important; }
          html body header div.menu .hamburger-menu {
            float: right;
            top: 0;
            margin-right: 10px;
            bottom: 0;
            width: auto;
            height: 60px;
            cursor: pointer;
            display: none;
            padding-top: 10px; } }
    @media (max-width: 1024px) and (max-width: 1024px) {
      html body header div.menu .hamburger-menu {
        display: block;
        margin-right: 30px;
        height: 60px;
        margin-left: 10px;
        order: 2; } }
    @media (max-width: 1024px) and (max-width: 1000px) {
      html body header div.menu .hamburger-menu {
        margin-right: 15px;
        padding-top: 4px; } }
      @media (max-width: 1024px) {
          html body header div.menu .bar,
          html body header div.menu .bar:after,
          html body header div.menu .bar:before {
            width: 35px;
            height: 3px; }
          html body header div.menu .bar {
            position: relative;
            transform: translateY(25px);
            background: #69a948;
            transition: all 0ms 300ms; }
            html body header div.menu .bar.animate {
              background: transparent; }
          html body header div.menu .bar:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 8px;
            background: #69a948;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          html body header div.menu .bar:after {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            background: #69a948;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          html body header div.menu .bar.animate:after {
            top: 0;
            transform: rotate(45deg);
            transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          html body header div.menu .bar.animate:before {
            bottom: 0;
            transform: rotate(-45deg);
            transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); } }
      html body header div.menu div.container {
        display: -webkit-flex;
        display: flex; }
        @media (max-width: 1280px) {
          html body header div.menu div.container {
            padding: 0px !important; } }
        @media (max-width: 1024px) {
          html body header div.menu div.container {
            display: block; } }
      html body header div.menu a.logo {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto;
        height: 73px; }
        @media (max-width: 1024px) {
          html body header div.menu a.logo {
            height: 60px;
            padding-top: 0px;
            margin: 0px;
            float: left; } }
        html body header div.menu a.logo h1 {
          background-image: url(../img/tanns-logo.jpg);
          background-size: 100% auto;
          display: block;
          text-indent: -5000px;
          overflow: hidden;
          width: 167px;
          height: 100%;
          background-repeat: no-repeat;
          background-size: contain; }
        html body header div.menu a.logo img {
          display: block;
          width: auto;
          height: 73px;
          margin: 0 auto; }
          @media (max-width: 1024px) {
            html body header div.menu a.logo img {
              height: 60px; } }
          @media (max-width: 768px) {
            html body header div.menu a.logo img {
              margin: 0 auto; } }
          @media (max-width: 480px) {
            html body header div.menu a.logo img {
              margin: inherit;
              float: left; } }
      html body header div.menu span.accroche {
        display: block;
        text-align: center;
        position: relative;
        font-weight: 900;
        height: 40px;
        line-height: 20px; }
        html body header div.menu span.accroche:after {
          position: absolute;
          bottom: 0;
          left: calc(50% - 50px);
          height: 6px;
          width: 100px;
          background-color: #69a948;
          content: '';
          display: block; }
  html body div.header-fixed {
    background-color: #fff;
    position: fixed;
    z-index: 100000;
    width: 100%;
    box-shadow: 1px 1px 5px #222;
    top: 0px;
    display: none; }
    @media (max-width: 768px) {
      html body div.header-fixed {
        display: none !important; } }
    html body div.header-fixed div.preaheader {
      background-color: #EAD0B7; }
      @media (max-width: 768px) {
        html body div.header-fixed div.preaheader {
          position: fixed;
          z-index: 30000;
          width: 100%;
          display: none; } }
      html body div.header-fixed div.preaheader div.container {
        height: 57px;
        line-height: 57px; }
        html body div.header-fixed div.preaheader div.container div.colG {
          float: left;
          overflow: hidden;
          display: -webkit-flex;
          display: flex; }
          @media (max-width: 768px) {
            html body div.header-fixed div.preaheader div.container div.colG {
              width: 100%;
              -webkit-justify-content: space-between;
              justify-content: space-between; } }
          html body div.header-fixed div.preaheader div.container div.colG a {
            display: block;
            float: left;
            font-weight: 600; }
            @media (max-width: 480px) {
              html body div.header-fixed div.preaheader div.container div.colG a {
                text-indent: -99999px;
                width: 35px;
                height: 100%;
                background-position: center; } }
          html body div.header-fixed div.preaheader div.container div.colG #search_block_top {
            position: relative;
            top: 5px;
            right: 0px; }
            @media (max-width: 768px) {
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top {
                width: 60%; } }
            @media (max-width: 480px) {
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top {
                width: 75%; } }
            html body div.header-fixed div.preaheader div.container div.colG #search_block_top form {
              display: -webkit-flex;
              display: flex; }
              @media (max-width: 768px) {
                html body div.header-fixed div.preaheader div.container div.colG #search_block_top form {
                  width: 100%;
                  padding-left: 0px; } }
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top form input {
                background-color: transparent !important;
                height: 23px !important;
                border: none !important;
                border-bottom: 2px solid #fff !important;
                background-image: none !important;
                color: #fff !important;
                width: 80% !important;
                margin-top: 4px;
                order: 2; }
                @media (max-width: 768px) {
                  html body div.header-fixed div.preaheader div.container div.colG #search_block_top form input {
                    border-bottom: none !important; } }
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top form ::-webkit-input-placeholder {
                color: #fff; }
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top form ::-moz-placeholder {
                color: #fff; }
              html body div.header-fixed div.preaheader div.container div.colG #search_block_top form .button-search {
                background-color: transparent !important;
                width: 40px;
                border: none;
                background-image: url(../img/picto-search.png);
                background-repeat: no-repeat;
                background-position: 50% 6px;
                cursor: pointer;
                order: 1; }
                html body div.header-fixed div.preaheader div.container div.colG #search_block_top form .button-search span {
                  display: none; }
          html body div.header-fixed div.preaheader div.container div.colG form {
            float: left;
            padding-left: 20px;
            overflow: hidden;
            padding-top: 16px; }
            @media (max-width: 480px) {
              html body div.header-fixed div.preaheader div.container div.colG form {
                width: 94%;
                padding-top: 0px; } }
            html body div.header-fixed div.preaheader div.container div.colG form input[type=text] {
              float: left;
              width: 150px;
              height: 24px;
              border: none;
              background-color: transparent;
              border-bottom: solid 1px #FFF;
              color: #FFF; }
            html body div.header-fixed div.preaheader div.container div.colG form input[type=image] {
              width: 24px;
              height: 24px;
              display: block;
              float: left; }
        @media (max-width: 768px) {
          html body div.header-fixed div.preaheader div.container div.colD {
            display: none !important; } }
        html body div.header-fixed div.preaheader div.container div.colD {
          float: right;
          position: relative; }
          html body div.header-fixed div.preaheader div.container div.colD a {
            margin-left: 25px;
            font-weight: 600; }
            html body div.header-fixed div.preaheader div.container div.colD a.account {
              background-repeat: no-repeat;
              background-image: url(../img/picto-compte.png);
              background-position: left;
              padding-left: 20px; }
            @media (max-width: 768px) {
              html body div.header-fixed div.preaheader div.container div.colD a {
                margin-left: 0px;
                width: 30px; } }
        html body div.header-fixed div.preaheader div.container a {
          color: #FFF;
          text-decoration: none;
          font-size: 14px;
          display: inline-block; }
          html body div.header-fixed div.preaheader div.container a.boutiques {
            padding-left: 20px;
            background-image: url(../img/picto-marker.svg);
            background-repeat: no-repeat;
            background-position: left center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
          html body div.header-fixed div.preaheader div.container a.login {
            padding-left: 20px;
            background-image: url(../img/picto-account.svg);
            background-repeat: no-repeat;
            background-position: left center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
          html body div.header-fixed div.preaheader div.container a.panier {
            padding-left: 23px;
            background-image: url(../img/picto-cart.png);
            background-repeat: no-repeat;
            background-position: left center;
            margin: 0 5px;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s; }
        html body div.header-fixed div.preaheader div.container div.shopping_cart {
          display: inline-block;
          position: relative; }
          html body div.header-fixed div.preaheader div.container div.shopping_cart .unvisible {
            display: none; }
          html body div.header-fixed div.preaheader div.container div.shopping_cart div.cart_block {
            display: none; }
    html body div.header-fixed div.container div.menu {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 100%; }
      html body div.header-fixed div.container div.menu a.logo {
        width: 20%;
        height: 60px;
        border: solid 1px red; }
        html body div.header-fixed div.container div.menu a.logo img {
          width: 150px;
          height: auto;
          margin-top: 10px;
          padding-top: 0px; }
          @media (max-width: 768px) {
            html body div.header-fixed div.container div.menu a.logo img {
              padding-top: 70px; } }
        html body div.header-fixed div.container div.menu a.logo h1 {
          background-image: url(../img/tanns-logo.jpg);
          background-size: 100% auto;
          display: block;
          text-indent: -5000px;
          overflow: hidden;
          width: 150px;
          height: 60px;
          background-repeat: no-repeat;
          background-size: contain; }
      html body div.header-fixed div.container div.menu ul.menu {
        margin-top: 0px;
        margin-bottom: 0px;
        border-bottom: none;
        -webkit-justify-content: inherit;
        justify-content: inherit;
        width: 80%;
        float: right; }
        @media (max-width: 1024px) {
          html body div.header-fixed div.container div.menu ul.menu {
            display: none !important; } }
        html body div.header-fixed div.container div.menu ul.menu li a {
          padding: 0px; }
        html body div.header-fixed div.container div.menu ul.menu li:last-of-type {
          overflow: hidden; }
          html body div.header-fixed div.container div.menu ul.menu li:last-of-type a {
            background-color: white;
            text-indent: -99999px;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: right;
            background-image: url(../img/picto-perso.png);
            color: transparent; }
  html body section#services {
    margin-bottom: 60px;
    padding-top: 60px; }
    @media (max-width: 1280px) {
      html body section#services {
        padding-top: 60px;
        margin-bottom: 30px; } }
    @media (max-width: 480px) {
      html body section#services {
        padding-top: 50px;
        margin-bottom: 30px; } }
    html body section#services h3 {
      text-align: center;
      font-size: 30px;
      font-weight: 900;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        html body section#services h3 {
          font-size: 24px; } }
    html body section#services ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 768px) {
        html body section#services ul {
          -webkit-flex-grow: 2;
          flex-grow: 2; } }
      @media (max-width: 480px) {
        html body section#services ul {
          font-size: 20px; } }
      html body section#services ul li {
        list-style: none;
        width: calc((100% - 200px) / 4);
        padding: 20px 40px;
        padding-top: 80px;
        background-repeat: no-repeat;
        text-align: center;
        color: #076283;
        font-family: "Rokkitt"; }
        @media (max-width: 768px) {
          html body section#services ul li {
            width: calc(50% - 20px);
            margin: 10px; } }
        @media (max-width: 480px) {
          html body section#services ul li {
            width: calc(50% - 5px);
            margin: 0px;
            margin-bottom: 10px;
            font-size: 15px;
            background-size: 55px;
            padding-left: 55px;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 85px !important; } }
        html body section#services ul li:nth-child(1) {
          background-image: url(../img/picto-livraison.svg);
          background-position: 50% 0%;
          background-size: 62px; }
          @media screen and (min-width: 0\0) {
            html body section#services ul li:nth-child(1) {
              background-image: url(../img/picto-colissimo.jpg); } }
          @media (max-width: 480px) {
            html body section#services ul li:nth-child(1) {
              background-position: top;
              padding-top: 50px;
              text-align: center; } }
        html body section#services ul li:nth-child(2) {
          background-image: url(../img/picto-paiement.svg);
          background-position: 50% 0%;
          background-size: 72px; }
          @media screen and (min-width: 0\0) {
            html body section#services ul li:nth-child(2) {
              background-image: url(../img/picto-securise.jpg); } }
          @media (max-width: 480px) {
            html body section#services ul li:nth-child(2) {
              background-position: top;
              padding-top: 50px;
              text-align: center; } }
        html body section#services ul li:nth-child(3) {
          background-image: url(../img/picto-echange.svg);
          background-position: 50% 0%;
          background-size: 60px; }
          @media screen and (min-width: 0\0) {
            html body section#services ul li:nth-child(3) {
              background-image: url(../img/picto-echange.jpg); } }
          @media (max-width: 480px) {
            html body section#services ul li:nth-child(3) {
              background-position: top;
              padding-top: 50px;
              text-align: center; } }
        html body section#services ul li:nth-child(4) {
          background-image: url(../img/picto-qualite.svg);
          background-position: 50% 0%;
          background-size: 42px; }
          @media screen and (min-width: 0\0) {
            html body section#services ul li:nth-child(4) {
              background-image: url(../img/picto-qualite.jpg); } }
          @media (max-width: 480px) {
            html body section#services ul li:nth-child(4) {
              background-position: top;
              padding-top: 50px;
              text-align: center; } }
  html body footer {
    background-color: #E9D0B7;
    margin-top: 40px;
    padding-top: 40px;
    text-align: left; }
    html body footer div.end-footer {
      width: 100%;
      text-align: center;
      background-color: #076283;
      padding: 25px;
      padding-top: 32px;
      padding-bottom: 10px;
      margin-top: 40px;
      height: 80px; }
      @media (max-width: 768px) {
        html body footer div.end-footer {
          padding: 15px;
          height: auto; } }
      html body footer div.end-footer div.container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        @media (max-width: 1280px) {
          html body footer div.end-footer div.container {
            padding: 0px 20px; } }
      html body footer div.end-footer ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center; }
        @media (max-width: 1140px) {
          html body footer div.end-footer ul {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-grow: 4;
            flex-grow: 4; } }
        @media (max-width: 480px) {
          html body footer div.end-footer ul {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-grow: 2;
            flex-grow: 2;
            -webkit-justify-content: center;
            justify-content: center; } }
        html body footer div.end-footer ul li {
          list-style: none;
          color: #fff;
          margin-right: 30px; }
          @media (max-width: 768px) {
            html body footer div.end-footer ul li {
              margin-right: 40px; } }
          @media (max-width: 480px) {
            html body footer div.end-footer ul li {
              list-style: none;
              margin-bottom: 15px;
              margin: 7px 10px; } }
          html body footer div.end-footer ul li a, html body footer div.end-footer ul li button {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            padding-left: 20px;
            background: transparent;
            border: none;
            font-family: "Rokkitt";
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            html body footer div.end-footer ul li a:hover, html body footer div.end-footer ul li button:hover {
              color: #e9d0b7; }
            @media (max-width: 768px) {
              html body footer div.end-footer ul li a, html body footer div.end-footer ul li button {
                font-size: 14px; } }
            @media (max-width: 480px) {
              html body footer div.end-footer ul li a, html body footer div.end-footer ul li button {
                padding-left: 0px;
                display: block;
                text-align: center; } }
        html body footer div.end-footer ul li:nth-child(1) {
          list-style: none; }
    html body footer div.container {
      overflow: hidden;
      text-align: left !important;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 1280px) {
        html body footer div.container {
          padding: 0px 20px; } }
      @media (max-width: 768px) {
        html body footer div.container {
          -webkit-flex-direction: column;
          flex-direction: column;
          display: -webkit-flex;
          display: flex; } }
      html body footer div.container div.colonne {
        width: calc(100% / 3 - 50px);
        color: #fff; }
        @media (max-width: 768px) {
          html body footer div.container div.colonne {
            width: 100%; } }
        html body footer div.container div.colonne:first-of-type {
          text-align: center; }
        html body footer div.container div.colonne h3 {
          font-size: 24px;
          font-weight: 900;
          margin-bottom: 20px;
          font-family: "Rokkitt";
          color: #076283;
          text-align: center; }
          @media (max-width: 768px) {
            html body footer div.container div.colonne h3 {
              text-align: center !important;
              font-size: 24px; } }
        html body footer div.container div.colonne p {
          text-align: center;
          font-size: 18px;
          font-weight: 600; }
        html body footer div.container div.colonne a {
          text-align: center;
          color: #fff;
          text-decoration: none;
          display: block;
          padding-bottom: 7px;
          font-size: 18px;
          font-weight: 600; }
        html body footer div.container div.colonne a.button, html body footer div.container div.colonne button.button {
          border: none;
          background: transparent;
          height: 47px;
          text-align: center;
          display: inline-block;
          margin: 0 auto;
          padding: 15px 20px;
          color: #e9d0b7;
          margin-bottom: 30px;
          background-color: #fff;
          margin-top: 15px;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media (max-width: 480px) {
            html body footer div.container div.colonne a.button, html body footer div.container div.colonne button.button {
              width: 100%; } }
        html body footer div.container div.colonne div.bloc {
          display: -webkit-flex;
          display: flex;
          padding: 20px 0px;
          -webkit-justify-content: center;
          justify-content: center; }
          html body footer div.container div.colonne div.bloc form {
            display: -webkit-flex;
            display: flex; }
            @media (max-width: 1024px) {
              html body footer div.container div.colonne div.bloc form {
                -webkit-justify-content: center;
                justify-content: center; } }
            @media (max-width: 650px) {
              html body footer div.container div.colonne div.bloc form {
                -webkit-flex-direction: column;
                flex-direction: column; } }
          html body footer div.container div.colonne div.bloc div#hiboostSendinblueBloc {
            width: 100%; }
            html body footer div.container div.colonne div.bloc div#hiboostSendinblueBloc div.hiboostSendinblueBloc {
              width: 100%;
              text-align: center;
              color: #076283;
              font-size: 18px;
              font-weight: bold; }
          html body footer div.container div.colonne div.bloc input {
            height: 48px;
            padding-left: 20px;
            border: none;
            font-size: 18px;
            font-family: "Rokkitt";
            color: #076283; }
          html body footer div.container div.colonne div.bloc input[type="submit"] {
            height: 48px;
            background-color: #076283;
            color: #fff;
            padding: 0px 20px;
            margin-left: -4px;
            font-family: "Rokkitt";
            font-size: 18px;
            cursor: pointer;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media (max-width: 650px) {
              html body footer div.container div.colonne div.bloc input[type="submit"] {
                margin-left: 0px; } }
          html body footer div.container div.colonne div.bloc a, html body footer div.container div.colonne div.bloc button {
            background: transparent;
            border: none;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            html body footer div.container div.colonne div.bloc a:hover, html body footer div.container div.colonne div.bloc button:hover {
              background-color: #EAD0B7; }
            html body footer div.container div.colonne div.bloc a.facebook, html body footer div.container div.colonne div.bloc button.facebook {
              width: 29px;
              height: 29px;
              display: inline-block;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url(../img/logo-fb.svg);
              background-size: 29px;
              text-indent: -99999px;
              margin: 0px 10px; }
              @media screen and (min-width: 0\0) {
                html body footer div.container div.colonne div.bloc a.facebook, html body footer div.container div.colonne div.bloc button.facebook {
                  background-image: url(../img/logo-fb.png); } }
            html body footer div.container div.colonne div.bloc a.instagram, html body footer div.container div.colonne div.bloc button.instagram {
              width: 29px;
              height: 29px;
              display: inline-block;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url(../img/instagram-footer.svg);
              text-indent: -99999px;
              margin: 0px 10px; }
              @media screen and (min-width: 0\0) {
                html body footer div.container div.colonne div.bloc a.instagram, html body footer div.container div.colonne div.bloc button.instagram {
                  background-image: url(../img/instagram-footer.png); } }
            html body footer div.container div.colonne div.bloc a.pinterest, html body footer div.container div.colonne div.bloc button.pinterest {
              width: 29px;
              height: 29px;
              display: inline-block;
              background-repeat: no-repeat;
              background-position: center;
              background-image: url(../img/pinterest-footer.svg);
              text-indent: -99999px;
              margin: 0px 10px; }
              @media screen and (min-width: 0\0) {
                html body footer div.container div.colonne div.bloc a.pinterest, html body footer div.container div.colonne div.bloc button.pinterest {
                  background-image: url(../img/pinterest-footer.png); } }
  html body .order_carrier_content {
    background-image: url(../img/fond-secondline.png);
    padding: 40px 100px;
    margin-top: 60px;
    background-size: 18px 23px; }
    @media (max-width: 1280px) {
      html body .order_carrier_content {
        padding: 20px 10px !important; } }
    html body .order_carrier_content div.delivery_options_address {
      background-color: #fff; }
      html body .order_carrier_content div.delivery_options_address p.carrier_title {
        text-align: center;
        padding: 30px 0;
        font-size: 20px;
        font-weight: 900;
        font-family: "Rokkitt";
        text-align: center;
        padding: 30px 30px; }
      html body .order_carrier_content div.delivery_options_address div.delivery_options {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-grow: 3;
        flex-grow: 3;
        -webkit-justify-content: space-around;
        justify-content: space-around; }
        @media (max-width: 768px) {
          html body .order_carrier_content div.delivery_options_address div.delivery_options {
            -webkit-flex-direction: column;
            flex-direction: column; } }
        html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option {
          width: calc(100% / 3); }
          @media (max-width: 768px) {
            html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option {
              width: 100%; } }
          html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option div.resume {
            overflow: hidden;
            padding: 30px; }
            html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option div.resume div.delivery_option_radio {
              float: left;
              width: 30px; }
            html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option div.resume div.contenu {
              float: left;
              width: calc(100% - 30px); }
              html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option div.resume div.contenu strong {
                color: #eb6a0a;
                margin-bottom: 10px;
                display: block; }
                html body .order_carrier_content div.delivery_options_address div.delivery_options div.delivery_option div.resume div.contenu strong span {
                  color: #000; }
    html body .order_carrier_content div#chronorelais_container h3 {
      color: #fff;
      text-align: center;
      font-size: 20px;
      padding: 30px;
      font-weight: 900;
      font-family: "Quicksand", sans-serif; }
    html body .order_carrier_content div#chronorelais_container div.row div.input-group {
      display: -webkit-flex;
      display: flex; }
      html body .order_carrier_content div#chronorelais_container div.row div.input-group #relais_codePostal {
        width: 75%;
        height: 42px;
        padding-left: 20px;
        border: none;
        font-size: 16px; }
      html body .order_carrier_content div#chronorelais_container div.row div.input-group .input-group-btn {
        width: 25%;
        height: 42px;
        display: inline-block; }
        html body .order_carrier_content div#chronorelais_container div.row div.input-group .input-group-btn button#changeCustCP {
          background-color: #69a948;
          border: 2px solid #fff;
          color: #fff;
          height: 100%;
          width: 100%;
          cursor: pointer;
          font-size: 16px;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          @media (max-width: 600px) {
            html body .order_carrier_content div#chronorelais_container div.row div.input-group .input-group-btn button#changeCustCP {
              background-image: url(../img/picto-search.png);
              font-size: 0px;
              background-repeat: no-repeat;
              background-position: center; } }
  html body div.boxordercarrier {
    margin-top: 30px; }
    html body div.boxordercarrier p.checkbox {
      overflow: hidden;
      padding: 5px 20px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      html body div.boxordercarrier p.checkbox div#uniform-cgv {
        padding-top: 3px; }
      html body div.boxordercarrier p.checkbox label {
        display: block;
        padding-left: 10px;
        color: #69a948;
        font-weight: bold;
        width: calc(100% - 15px); }
        html body div.boxordercarrier p.checkbox label a {
          color: #69a948; }
  html body div.paiement_block {
    background-color: #fff;
    padding: 40px 100px; }
    @media (max-width: 1280px) {
      html body div.paiement_block {
        padding: 20px 50px !important; } }
    @media (max-width: 768px) {
      html body div.paiement_block {
        padding: 20px !important; } }
    html body div.paiement_block table.table-paiement {
      margin: 40px 0px;
      float: right;
      background-color: #E4EEF1;
      color: #076283;
      padding: 20px; }
      @media (max-width: 768px) {
        html body div.paiement_block table.table-paiement {
          margin: 30px 0px;
          padding: 30px; } }
      @media (max-width: 480px) {
        html body div.paiement_block table.table-paiement {
          float: none;
          margin: 0 auto;
          margin-top: 30px; } }
      html body div.paiement_block table.table-paiement tr {
        border-bottom: 2px solid #fff; }
        html body div.paiement_block table.table-paiement tr:last-child td {
          background-color: #076283;
          color: #fff; }
        html body div.paiement_block table.table-paiement tr td.text-right {
          font-weight: bold; }
        html body div.paiement_block table.table-paiement tr td#total_product {
          text-align: right; }
        html body div.paiement_block table.table-paiement tr td {
          font-weight: bold;
          padding-top: 15px;
          padding-bottom: 15px; }
          html body div.paiement_block table.table-paiement tr td#total_price_container {
            font-size: 24px;
            font-weight: bold;
            text-align: right; }
          html body div.paiement_block table.table-paiement tr td#total_shipping {
            text-align: right; }
        html body div.paiement_block table.table-paiement tr.cart_total_price:last-child td {
          background-color: #076283;
          color: #fff; }
    html body div.paiement_block h2.paymentTitle {
      display: block;
      text-align: center;
      clear: both;
      font-size: 20px; }
    html body div.paiement_block div#HOOK_PAYMENT {
      background-image: url(../img/fond-secondline.png);
      text-align: center;
      background-size: 18px 23px;
      padding: 40px;
      line-height: 40px;
      width: 100%;
      margin-top: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-grow: 2;
      flex-grow: 2;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 600px) {
        html body div.paiement_block div#HOOK_PAYMENT {
          -webkit-flex-direction: column;
          flex-direction: column;
          padding: 20px; } }
      html body div.paiement_block div#HOOK_PAYMENT div.row {
        width: calc(50% - 20px);
        background-color: #fff; }
        @media (max-width: 600px) {
          html body div.paiement_block div#HOOK_PAYMENT div.row {
            margin-bottom: 30px;
            width: 100%; } }
        html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module {
          width: 100%;
          margin-bottom: 0px; }
          html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            justify-content: center;
            padding: 60px 80px; }
            @media (max-width: 768px) {
              html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a {
                padding: 40px 0px; } }
            html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a span {
              line-height: normal;
              border: 2px solid #69a948;
              color: #69a948;
              font-size: 18px;
              height: 50px;
              padding: 13px 35px;
              width: 220px;
              display: block;
              margin: 0 auto;
              margin-top: 10px;
              -moz-transition: 0.5s;
              -o-transition: 0.5s;
              -webkit-transition: 0.5s;
              transition: 0.5s; }
              @media (max-width: 480px) {
                html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a span {
                  width: 100%;
                  padding: 13px 20px; } }
              html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a span:hover {
                background-color: #69a948;
                color: #fff; }
            html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a img {
              display: inline-block;
              width: auto; }
              @media (max-width: 480px) {
                html body div.paiement_block div#HOOK_PAYMENT div.row p.payment_module a img {
                  width: 100%; } }
      html body div.paiement_block div#HOOK_PAYMENT p.payment_module {
        width: calc(50% - 20px);
        background-color: #fff; }
        @media (max-width: 600px) {
          html body div.paiement_block div#HOOK_PAYMENT p.payment_module {
            margin-bottom: 30px;
            padding: 20px;
            width: 100%; } }
        html body div.paiement_block div#HOOK_PAYMENT p.payment_module a {
          -webkit-justify-content: center;
          justify-content: center;
          padding: 20px;
          display: block;
          width: 100%; }
          @media (max-width: 768px) {
            html body div.paiement_block div#HOOK_PAYMENT p.payment_module a {
              padding: 40px 0px; } }
          html body div.paiement_block div#HOOK_PAYMENT p.payment_module a img {
            margin: 0 auto;
            display: inline-block;
            width: auto;
            height: 135px !important; }
            @media (max-width: 768px) {
              html body div.paiement_block div#HOOK_PAYMENT p.payment_module a img {
                width: auto;
                margin: 3px;
                height: 135px !important; } }
            @media (max-width: 480px) {
              html body div.paiement_block div#HOOK_PAYMENT p.payment_module a img {
                width: auto;
                margin: 3px;
                height: 100px !important; } }
          html body div.paiement_block div#HOOK_PAYMENT p.payment_module a span {
            display: block;
            width: 100%; }
        html body div.paiement_block div#HOOK_PAYMENT p.payment_module.paypal {
          overflow: hidden;
          text-indent: -5000px;
          background-image: url(../img/logo-paypal.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 67px 61px; }
      html body div.paiement_block div#HOOK_PAYMENT div.atos span.logo {
        display: block;
        height: 160px;
        overflow: hidden;
        text-indent: -5000px;
        background-image: url(../img/logo-cb.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 158px 31px;
        cursor: pointer; }
      @media (max-width: 768px) {
        html body div.paiement_block div#HOOK_PAYMENT p {
          line-height: 1; } }
      html body div.paiement_block div#HOOK_PAYMENT a {
        text-decoration: none;
        color: #000; }
        html body div.paiement_block div#HOOK_PAYMENT a:hover {
          color: #69a948; }

/**************************************************/
/*                                                */
/*                   SHOPPING CART                */
/*                                                */
/**************************************************/
#password div.password {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 1280px) {
    #password div.password {
      padding: 0px 10px; } }
  #password div.password div.box {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 36px; }
    @media (max-width: 480px) {
      #password div.password div.box {
        width: 100%;
        padding: 36px 10px; } }
    #password div.password div.box p.alert-success {
      padding: 50px; }
    #password div.password div.box h1 {
      font-size: 90px;
      margin-bottom: 40px;
      text-align: center; }
    #password div.password div.box form div.form-group {
      text-align: center; }
      #password div.password div.box form div.form-group input {
        width: 100%;
        height: 42px;
        width: 100%;
        padding: 0 15px;
        margin: 10px 0;
        font-size: 16px;
        font-family: "Rokkitt"; }
    #password div.password div.box form p.submit {
      text-align: center;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 650px) {
        #password div.password div.box form p.submit {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      #password div.password div.box form p.submit .btn {
        background-color: #fff;
        border: solid 2px #69a948;
        color: #69a948;
        height: 50px;
        line-height: 40px;
        text-align: center;
        padding: 0 20px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
        font-size: 18px;
        font-family: "Rokkitt";
        margin: 0px 10px;
        margin-top: 40px; }
        #password div.password div.box form p.submit .btn:hover {
          background-color: #69a948;
          color: #fff; }
      #password div.password div.box form p.submit a.button-small {
        background-color: #EAD0B7;
        color: #fff;
        border: none;
        display: inline-block;
        padding-top: 4px;
        margin-top: 40px !important;
        font-size: 18px; }
        #password div.password div.box form p.submit a.button-small:hover {
          background-color: #EAD0B7; }

#order div.container div.contain-choice {
  border: 1px solid #076283;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-top: 50px; }
  @media (max-width: 768px) {
    #order div.container div.contain-choice {
      width: calc(100% - 40px);
      margin: 0 auto;
      margin-top: 40px; } }
  #order div.container div.contain-choice div.address_delivery {
    margin: 0 auto;
    display: block;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 36px; }
    #order div.container div.contain-choice div.address_delivery label {
      font-weight: 900;
      float: left;
      margin-right: 20px;
      padding-top: 10px; }
      @media (max-width: 600px) {
        #order div.container div.contain-choice div.address_delivery label {
          margin-bottom: 10px; } }
    @media (max-width: 480px) {
      #order div.container div.contain-choice div.address_delivery {
        width: 100%; } }
    #order div.container div.contain-choice div.address_delivery div#uniform-id_address_delivery {
      width: 30% !important;
      margin-left: 0px;
      height: 40px;
      padding-left: 0px; }
      @media (max-width: 600px) {
        #order div.container div.contain-choice div.address_delivery div#uniform-id_address_delivery {
          width: 100% !important; } }
      #order div.container div.contain-choice div.address_delivery div#uniform-id_address_delivery span {
        width: 100% !important;
        display: block;
        width: 100%;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-weight: bold;
        padding-top: 5px; }
  #order div.container div.contain-choice p.addressesAreEquals {
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    padding-bottom: 36px;
    padding-left: 36px;
    padding-left: 36px;
    padding-top: 20px; }
    @media (max-width: 480px) {
      #order div.container div.contain-choice p.addressesAreEquals {
        width: 100%; } }
    #order div.container div.contain-choice p.addressesAreEquals div#uniform-addressesAreEquals {
      float: left; }
  #order div.container div.contain-choice div#address_invoice_form {
    text-align: center;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding-left: 40px; }
    @media (max-width: 768px) {
      #order div.container div.contain-choice div#address_invoice_form {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-left: 36px;
        padding-right: 36px; } }
    #order div.container div.contain-choice div#address_invoice_form label.strong {
      font-weight: bold;
      padding-top: 10px; }
      @media (max-width: 768px) {
        #order div.container div.contain-choice div#address_invoice_form label.strong {
          text-align: left;
          padding-left: 0px;
          margin-bottom: 10px; } }
    #order div.container div.contain-choice div#address_invoice_form div#uniform-id_address_invoice {
      width: 30% !important;
      margin-left: 0px;
      height: 40px;
      margin-left: 20px;
      padding-left: 0px; }
      #order div.container div.contain-choice div#address_invoice_form div#uniform-id_address_invoice select {
        margin-left: 20px; }
        @media (max-width: 768px) {
          #order div.container div.contain-choice div#address_invoice_form div#uniform-id_address_invoice select {
            margin-left: 0px;
            height: 40px; } }
      @media (max-width: 600px) {
        #order div.container div.contain-choice div#address_invoice_form div#uniform-id_address_invoice {
          width: 100% !important;
          margin-left: 0px; } }
      #order div.container div.contain-choice div#address_invoice_form div#uniform-id_address_invoice span {
        width: 100% !important;
        display: block;
        width: 100%;
        background-color: #fff;
        height: 40px;
        border: 1px solid #ccc;
        padding-left: 20px;
        text-align: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/picto-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-weight: bold;
        padding-top: 5px; }
#order div.container div.addresses div.row {
  background-image: url(../img/fond-secondline.png);
  background-size: 18px 23px;
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 60px; }
  @media (max-width: 480px) {
    #order div.container div.addresses div.row {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 30px 20px; } }
  #order div.container div.addresses div.row div.address {
    width: calc(50% - 15px);
    background-color: #076283;
    padding: 40px;
    background-color: #fff;
    color: #076283; }
    @media (max-width: 480px) {
      #order div.container div.addresses div.row div.address {
        width: 100%;
        margin-bottom: 30px; } }
    #order div.container div.addresses div.row div.address h3 {
      font-size: 25px;
      font-weight: 900;
      text-align: center;
      margin-bottom: 20px;
      color: #076283;
      font-family: "Rokkitt"; }
    #order div.container div.addresses div.row div.address ul li.address_update a {
      display: block;
      width: 170px;
      text-align: center;
      margin: 0 auto;
      color: #69a948;
      background-color: #fff;
      border: none;
      border: 2px solid #69a948;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      #order div.container div.addresses div.row div.address ul li.address_update a:hover {
        background-color: #69a948;
        color: #fff; }
#order div.container div.addresses p.address_add {
  text-align: center; }
  #order div.container div.addresses p.address_add a {
    border: 2px solid #69a948;
    color: #69a948;
    background-color: transparent; }
    #order div.container div.addresses p.address_add a:hover {
      background-color: #69a948;
      color: #fff; }
#order div.container div.addresses div#ordermsg {
  text-align: center;
  margin-top: 30px; }
  #order div.container div.addresses div#ordermsg textarea {
    margin-top: 10px; }
    @media (max-width: 480px) {
      #order div.container div.addresses div#ordermsg textarea {
        width: 100%; } }

#order_step {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 80px;
  background-color: #076283; }
  @media (max-width: 768px) {
    #order_step {
      margin-top: 0px; } }
  #order_step li {
    display: block;
    width: 25%;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px; }
    @media (max-width: 768px) {
      #order_step li {
        line-height: 10px;
        height: 40px;
        padding-top: 16px; } }
    #order_step li.step_current, #order_step li.step_done {
      color: #EAD0B7; }
      #order_step li.step_current span, #order_step li.step_done span {
        color: #EAD0B7 !important; }
      #order_step li.step_current a, #order_step li.step_done a {
        color: #EAD0B7;
        text-decoration: none; }
        @media (max-width: 768px) {
          #order_step li.step_current a .step_text, #order_step li.step_done a .step_text {
            display: none; } }
    #order_step li span {
      color: #fff; }
      #order_step li span span.step_text {
        color: #fff; }
        @media (max-width: 768px) {
          #order_step li span span.step_text {
            display: none; } }

p.paniervide {
  text-align: center; }

#order-detail-content table.second-table {
  margin-top: 65px; }
#order-detail-content table.first-table {
  margin-top: 20px; }
#order-detail-content #cart_summary {
  width: 100%; }
  @media (max-width: 480px) {
    #order-detail-content #cart_summary {
      width: calc(100% - 40px);
      margin: 0 auto;
      padding: 0px 20px; } }
  @media (max-width: 480px) {
    #order-detail-content #cart_summary thead {
      display: none; } }
  #order-detail-content #cart_summary thead tr {
    background-color: #fff;
    border-bottom: solid 2px #076283; }
    #order-detail-content #cart_summary thead tr th {
      height: 50px;
      line-height: 50px; }
      @media (max-width: 768px) {
        #order-detail-content #cart_summary thead tr th {
          line-height: normal;
          height: auto; } }
  @media (max-width: 768px) {
    #order-detail-content #cart_summary tfoot {
      padding: 0px 20px; } }
  #order-detail-content #cart_summary tfoot tr:last-child td {
    background-color: #076283; }
  @media (max-width: 480px) {
    #order-detail-content #cart_summary tfoot tr td {
      width: 49%;
      display: inline-block;
      font-size: 15px; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher {
    padding-left: 55px;
    background-image: url(../img/picto-discount.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 38px; }
    @media (max-width: 768px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher {
        padding-left: 10px;
        background-image: none; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher {
        width: 100%;
        display: block;
        background-image: none; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form {
        padding-bottom: 20px; } }
    #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset {
      overflow: hidden; }
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset h4 {
        float: left;
        height: 42px;
        line-height: 42px;
        margin-right: 10px;
        font-weight: bold; }
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset input {
        float: left;
        height: 42px;
        border: solid 1px #69a948;
        width: 230px;
        padding: 0 10px;
        font-size: 18px;
        color: #CCC;
        font-family: "Rokkitt"; }
        @media (max-width: 480px) {
          #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset input {
            width: 80%; } }
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset button {
        float: left;
        height: 42px;
        width: 42px;
        border: none;
        margin-left: 10px;
        border: solid 1px #69a948;
        background-color: transparent;
        color: #69a948;
        font-size: 18px;
        font-family: "Rokkitt";
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset button:hover {
          background-color: #69a948;
          color: #FFF; }
        @media (max-width: 480px) {
          #order-detail-content #cart_summary tfoot tr.cart_total_price td.cart_voucher form fieldset button {
            margin-left: 0px;
            height: 42px;
            width: 20%; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price:last-child td#total_product_title {
    text-align: left;
    background-color: #076283;
    color: #fff; }
    @media (max-width: 768px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price:last-child td#total_product_title {
        text-align: center; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price:last-child td.total_price_container {
    background-color: #076283 !important;
    color: #fff !important; }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product_title {
    text-align: left;
    background-color: #E4EEF1;
    color: #076283; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product_title {
        text-align: center;
        padding-top: 10px; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product {
    text-align: right;
    background-color: #E4EEF1;
    color: #076283; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product {
        text-align: center; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product_title, #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product {
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 768px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product_title, #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product {
        padding-right: 80px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product_title, #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_product {
        width: 100%;
        display: block;
        padding-right: 0px;
        font-size: 15px; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td.total_price_container, #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_price_container {
    border-top: solid 2px #fff;
    font-size: 16px;
    font-weight: bold; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td.total_price_container, #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_price_container {
        width: 49%;
        display: inline-block;
        border: none;
        height: auto;
        font-size: 15px; } }
  #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_price_container {
    font-weight: 900;
    font-size: 24px;
    text-align: right;
    border-right: 0px; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tfoot tr.cart_total_price td#total_price_container {
        font-size: 16px;
        text-align: left; } }
  #order-detail-content #cart_summary tfoot tr td#total_shipping {
    text-align: right; }
  #order-detail-content #cart_summary tfoot tr.cart_total_voucher td#total_discount {
    text-align: right; }
  #order-detail-content #cart_summary tfoot tr.cart_total_voucher td.text-right, #order-detail-content #cart_summary tfoot tr.cart_total_voucher td#total_discount {
    font-weight: bold; }
  #order-detail-content #cart_summary tfoot tr.cart_total_voucher.unvisible td {
    display: none; }
  #order-detail-content #cart_summary tbody:first-of-type tr {
    background-color: #fff;
    height: 100px; }
    @media (max-width: 768px) {
      #order-detail-content #cart_summary tbody:first-of-type tr {
        height: auto; } }
    #order-detail-content #cart_summary tbody:first-of-type tr:nth-child(even) {
      background-color: #fff9f2; }
      @media (max-width: 480px) {
        #order-detail-content #cart_summary tbody:first-of-type tr:nth-child(even) td.cart_discount_price, #order-detail-content #cart_summary tbody:first-of-type tr:nth-child(even) td.cart_discount_delete, #order-detail-content #cart_summary tbody:first-of-type tr:nth-child(even) td.cart_discount_price {
          width: 32%;
          display: inline-block;
          text-align: center;
          padding: 0px 0px 40px 0px; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td {
        width: 100%;
        display: block;
        text-align: center; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_delete, #order-detail-content #cart_summary tbody:first-of-type tr td.price_discount_del {
        text-align: center; } }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_delete div, #order-detail-content #cart_summary tbody:first-of-type tr td.price_discount_del div {
      text-align: center; }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_delete a, #order-detail-content #cart_summary tbody:first-of-type tr td.price_discount_del a {
      display: block;
      overflow: hidden;
      width: 30px;
      height: 30px;
      background-image: url(../img/picto-trash.png);
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -5000px; }
      @media (max-width: 768px) {
        #order-detail-content #cart_summary tbody:first-of-type tr td.cart_delete a, #order-detail-content #cart_summary tbody:first-of-type tr td.price_discount_del a {
          text-align: center;
          width: 100%; } }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_product a {
      display: block;
      margin: 0;
      padding: 0;
      background-color: #fff;
      height: 82px;
      width: 82px; }
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_product a img {
        display: block;
        margin: 0 auto;
        padding: 0;
        height: 80px;
        width: 80px; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_product {
        width: 35%;
        display: inline-block; } }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_description a {
      color: #000;
      text-decoration: none;
      font-weight: 900; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_description {
        width: 50%;
        display: inline-block;
        text-align: left; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_unit {
        width: 32%;
        display: inline-block;
        padding: 0px 5px;
        text-align: right; } }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_unit ul {
      display: -webkit-flex;
      display: flex; }
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_unit ul li {
        padding: 10px; }
        #order-detail-content #cart_summary tbody:first-of-type tr td.cart_unit ul li.price-percent-reduction {
          background-color: #69a948;
          color: #FFF;
          text-align: center;
          margin: 0 10px; }
        #order-detail-content #cart_summary tbody:first-of-type tr td.cart_unit ul li.old-price {
          text-decoration: line-through; }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_total {
        width: 26%;
        display: inline-block;
        padding: 0px 5px; } }
    @media (max-width: 480px) {
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity {
        width: 28%;
        display: inline-block;
        padding: 10px 5px; } }
    #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit {
      overflow: hidden;
      float: left; }
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit input {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 38px;
        text-align: center;
        border: solid 1px #c4c4c4;
        background-color: #FFF;
        float: left;
        display: block; }
        @media (max-width: 768px) {
          #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit input {
            width: 32px; } }
      #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit div.cart_quantity_button {
        width: 20px;
        height: 40px;
        padding: 0;
        margin-left: 10px;
        text-align: center;
        background-color: transparent;
        float: left;
        display: block; }
        #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit div.cart_quantity_button a {
          display: block;
          width: 20px;
          height: 20px;
          line-height: 16px;
          border: solid 1px #c4c4c4;
          margin-top: 0 !important;
          padding: 0 !important;
          background-color: #fff;
          text-decoration: none;
          color: #EAD0B7; }
          #order-detail-content #cart_summary tbody:first-of-type tr td.cart_quantity div.quantiteProduit div.cart_quantity_button a:first-child {
            line-height: 16px;
            border-bottom: none; }
  #order-detail-content #cart_summary tbody:nth-child(2n+1) {
    background-color: #F7F4ED;
    height: 100px; }
    #order-detail-content #cart_summary tbody:nth-child(2n+1) td.cart_discount_name {
      font-weight: bold; }

p.cart_navigation {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 768px) {
    p.cart_navigation {
      padding: 0px 20px;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    p.cart_navigation {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 600px) {
    p.cart_navigation a {
      margin-bottom: 20px; } }
  p.cart_navigation a.standard-checkout {
    background-color: transparent;
    border: solid 2px #69a948;
    color: #69a948; }
    p.cart_navigation a.standard-checkout:hover {
      background-color: #69a948;
      color: #fff; }
  p.cart_navigation a.btn {
    margin-top: 0px !important;
    margin-right: 20px; }
    @media (max-width: 768px) {
      p.cart_navigation a.btn {
        margin-right: 0px; } }
    @media (max-width: 480px) {
      p.cart_navigation a.btn {
        width: 100%; } }
  p.cart_navigation button {
    padding: 10px 20px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal !important;
    font-family: "Rokkitt";
    border: none;
    color: #69a948;
    height: 50px;
    border: 2px solid #69a948; }
    p.cart_navigation button:hover {
      background-color: #69a948;
      color: #fff; }

ul.footer_links {
  text-align: center; }
  @media (max-width: 1280px) {
    ul.footer_links {
      margin-bottom: 40px; } }
  ul.footer_links li {
    display: inline-block; }

/**************************************************/
/*                                                */
/*                       ADDRESS                  */
/*                                                */
/**************************************************/
html body.address .box h1.page-subheading {
  font-family: "Josefin Slab", serif;
  text-align: center; }
html body.address p.info-title {
  text-align: center; }
html body.address div.alert {
  color: red; }
  html body.address div.alert p {
    margin: 10px 0px;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 900; }
  html body.address div.alert ol {
    padding: 0px 20px; }
  html body.address div.alert p.lnk {
    display: none; }
html body.address form#add_address {
  display: block;
  clear: both;
  padding: 40px;
  margin-top: 10px; }
  @media (max-width: 768px) {
    html body.address form#add_address {
      padding: 20px; } }
  html body.address form#add_address div.box {
    background-color: #fff;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden; }
    @media (max-width: 768px) {
      html body.address form#add_address div.box {
        width: 100%; } }
    @media (max-width: 650px) {
      html body.address form#add_address div.box {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px; } }
    html body.address form#add_address div.box .form-group {
      width: 50%;
      margin-bottom: 30px;
      float: left; }
      @media (max-width: 650px) {
        html body.address form#add_address div.box .form-group {
          width: 100%; } }
      html body.address form#add_address div.box .form-group.full {
        width: 100%;
        clear: both; }
      html body.address form#add_address div.box .form-group.left {
        padding-right: 10px;
        clear: both; }
        @media (max-width: 650px) {
          html body.address form#add_address div.box .form-group.left {
            padding: 0px; } }
      html body.address form#add_address div.box .form-group.right {
        padding-left: 10px; }
        @media (max-width: 650px) {
          html body.address form#add_address div.box .form-group.right {
            padding: 0px; } }
      html body.address form#add_address div.box .form-group input[type=text], html body.address form#add_address div.box .form-group input[type=tel], html body.address form#add_address div.box .form-group input[type=email], html body.address form#add_address div.box .form-group input[type=password] {
        width: 100%;
        height: 42px;
        padding: 0 10px;
        font-size: 16px;
        border: solid 1px #CCC;
        font-family: "Rokkitt"; }
      html body.address form#add_address div.box .form-group textarea {
        width: 100%;
        height: 150px;
        border: solid 1px #CCC;
        font-family: inherit;
        padding: 10px;
        margin-top: 10px;
        font-family: "Rokkitt"; }
      html body.address form#add_address div.box .form-group #uniform-id_country {
        border: solid 1px #CCC;
        height: 42px !important;
        padding: 0;
        font-size: 16px;
        width: 100% !important;
        background-image: none;
        background-image: url(../img/select-arrow.png);
        background-position: center right 15px; }
        html body.address form#add_address div.box .form-group #uniform-id_country span {
          display: block;
          background-image: none;
          font-size: 16px;
          width: 100% !important;
          height: 40px !important;
          padding: 0 10px;
          line-height: 40px; }
        html body.address form#add_address div.box .form-group #uniform-id_country select {
          width: 100%;
          height: 40px; }
    html body.address form#add_address div.box p.required {
      text-align: right;
      color: #e74c3c;
      font-size: 14px; }
    html body.address form#add_address div.box div.bottom {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 480px) {
        html body.address form#add_address div.box div.bottom {
          -webkit-flex-direction: column;
          flex-direction: column; } }
      html body.address form#add_address div.box div.bottom a.btn {
        margin-right: 10px; }
        @media (max-width: 480px) {
          html body.address form#add_address div.box div.bottom a.btn {
            margin-right: 0px; } }
      html body.address form#add_address div.box div.bottom p.submit2 {
        clear: both;
        text-align: center;
        padding-top: 30px;
        margin-left: 10px; }
        @media (max-width: 480px) {
          html body.address form#add_address div.box div.bottom p.submit2 {
            margin-left: 0px; } }
        html body.address form#add_address div.box div.bottom p.submit2 button {
          background-color: #fff;
          color: #69a948;
          border: solid 2px #69a948;
          font-size: 18px;
          padding: 14px 25px;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          font-family: "Rokkitt";
          cursor: pointer; }
          @media (max-width: 480px) {
            html body.address form#add_address div.box div.bottom p.submit2 button {
              width: 100%;
              text-align: center; } }
          html body.address form#add_address div.box div.bottom p.submit2 button:hover {
            color: #fff;
            background-color: #69a948; }
