@charset "UTF-8";
/******** Customization of the Materialize framework colors *******/
/******** Customization of the Materialize framework variables *******/
/************ IMPORTATION DES STYLES DU FRAMEWORK MATERIALIZE CSS ************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #00988B;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, nav, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3, .popin-aide {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.z-depth-4, .modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.hoverable {
  transition: box-shadow .25s; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #00988B; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #00988B; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 960px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 562px) {
  .hide-on-small-only, .compte .topbar .logo-blanc, .ma-boutique .topbar .logo-blanc, .aide .topbar .logo-blanc, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 960px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 563px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 562px) and (max-width: 960px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 961px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 961px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 562px) and (max-width: 960px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 562px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 563px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 960px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 562px) {
  .center-on-small-only {
    text-align: center; } }

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #00988B; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 960px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; } }

.collection {
  margin: 8px 0 16px 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar:not(.circle-clipper) > .circle,
      .collection .collection-item.avatar :not(.circle-clipper) > .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #00988B;
      color: #b2fff8; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #00988B; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #00988B; }

.collapsible .collection {
  margin: 0;
  border: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #65fff2;
  border-radius: 2px;
  margin: 8px 0 16px 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #00988B;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #00988B; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

nav {
  color: #fff;
  background-color: #00988B;
  width: 100%;
  height: 56px;
  line-height: 56px; }
  nav.nav-extended {
    height: auto; }
    nav.nav-extended .nav-wrapper {
      min-height: 56px;
      height: auto; }
    nav.nav-extended .nav-content {
      position: relative;
      line-height: normal; }
  nav a {
    color: #fff; }
  nav i,
  nav [class^="mdi-"], nav [class*="mdi-"],
  nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px; }
  nav .nav-wrapper {
    position: relative;
    height: 100%; }
  @media only screen and (min-width: 961px) {
    nav a.button-collapse {
      display: none; } }
  nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px; }
    nav .button-collapse i {
      height: 56px;
      line-height: 56px; }
  nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0; }
    nav .brand-logo.center {
      left: 50%;
      transform: translateX(-50%); }
    @media only screen and (max-width: 960px) {
      nav .brand-logo {
        left: 50%;
        transform: translateX(-50%); }
        nav .brand-logo.left, nav .brand-logo.right {
          padding: 0;
          transform: none; }
        nav .brand-logo.left {
          left: 0.5rem; }
        nav .brand-logo.right {
          right: 0.5rem;
          left: auto; } }
    nav .brand-logo.right {
      right: 0.5rem;
      padding: 0; }
    nav .brand-logo i,
    nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
    nav .brand-logo i.material-icons {
      float: left;
      margin-right: 15px; }
  nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0; }
  nav ul {
    margin: 0; }
    nav ul li {
      transition: background-color .3s;
      float: left;
      padding: 0; }
      nav ul li.active {
        background-color: rgba(0, 0, 0, 0.1); }
    nav ul a {
      transition: background-color .3s;
      font-size: 1rem;
      color: #fff;
      display: block;
      padding: 0 15px;
      cursor: pointer; }
      nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
        margin-top: -2px;
        margin-left: 15px;
        margin-right: 15px; }
        nav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
          height: inherit;
          line-height: inherit; }
      nav ul a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    nav ul.left {
      float: left; }
  nav form {
    height: 100%; }
  nav .input-field {
    margin: 0;
    height: 100%; }
    nav .input-field input {
      height: 100%;
      font-size: 1.2rem;
      border: none;
      padding-left: 2rem; }
      nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
        border: none;
        box-shadow: none; }
    nav .input-field label {
      top: 0;
      left: 0; }
      nav .input-field label i {
        color: rgba(255, 255, 255, 0.7);
        transition: color .3s; }
      nav .input-field label.active i {
        color: #fff; }

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997; }
  .navbar-fixed nav {
    position: fixed; }

@media only screen and (min-width: 563px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px; }
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px; }
  .navbar-fixed {
    height: 64px; } }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 960px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1280px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0; }

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, .page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 395.9px) {
    .flow-text {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 431.8px) {
    .flow-text {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 467.7px) {
    .flow-text {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 503.6px) {
    .flow-text {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 539.5px) {
    .flow-text {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 575.4px) {
    .flow-text {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 611.3px) {
    .flow-text {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 647.2px) {
    .flow-text {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 683.1px) {
    .flow-text {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 719px) {
    .flow-text {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 754.9px) {
    .flow-text {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 790.8px) {
    .flow-text {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 826.7px) {
    .flow-text {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 862.6px) {
    .flow-text {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 898.5px) {
    .flow-text {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 934.4px) {
    .flow-text {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 970.3px) {
    .flow-text {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 1006.2px) {
    .flow-text {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 1042.1px) {
    .flow-text {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 1078px) {
    .flow-text {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .flow-text {
      font-size: 1.2rem; } }

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }
  .scale-transition.scale-out {
    transform: scale(0);
    transition: transform .2s !important; }
  .scale-transition.scale-in {
    transform: scale(1); }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }
  @media only screen and (max-width: 562px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 563px) and (max-width: 960px) {
    #toast-container {
      left: 5%;
      bottom: 7%;
      max-width: 90%; } }
  @media only screen and (min-width: 961px) {
    #toast-container {
      top: 10%;
      right: 7%;
      max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default; }
  .toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: -25px;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 562px) {
    .toast {
      width: 100%;
      border-radius: 0; } }

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }
  .tabs.tabs-transparent {
    background-color: transparent; }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  .tabs.tabs-fixed-width {
    display: flex; }
    .tabs.tabs-fixed-width .tab {
      flex-grow: 1; }
  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .tabs .tab a {
      color: rgba(0, 152, 139, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease; }
      .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #00988B; }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
      color: rgba(0, 152, 139, 0.7);
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #6ACFC2;
    will-change: left, right; }

@media only screen and (max-width: 960px) {
  .tabs {
    display: flex; }
    .tabs .tab {
      flex-grow: 1; }
      .tabs .tab a {
        padding: 0 12px; } }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden; }

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden; }

.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 3px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #929292 !important;
  box-shadow: none;
  color: #202020 !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #929292 !important;
    color: #202020 !important; }

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  font-size: 14px;
  outline: 0; }
  .btn i, .btn-large i,
  .btn-floating i,
  .btn-large i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn-truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.btn:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #cccccc; }

.btn, .btn-large {
  text-decoration: none;
  color: #202020;
  background-color: #E5E5E5;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover {
    background-color: #D7D7D7; }

.btn-floating {
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #202020;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #202020; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px; }
    .btn-floating.btn-large.halfway-fab {
      bottom: -28px; }
    .btn-floating.btn-large i {
      line-height: 56px; }
  .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px; }
    .btn-floating.halfway-fab.left {
      right: auto;
      left: 24px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.horizontal {
    padding: 0 0 0 15px; }
    .fixed-action-btn.horizontal ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      width: 500px;
      /*width 100% only goes to width of button container */ }
      .fixed-action-btn.horizontal ul li {
        display: inline-block;
        margin: 15px 15px 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0;
      z-index: 1; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #202020;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #00988B;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:hover {
    box-shadow: none; }
  .btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #929292 !important;
    cursor: default; }

.btn-large {
  height: 44px;
  line-height: 44px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-block {
  display: block; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
      background-color: #eee; }
    .dropdown-content li.active.selected {
      background-color: #e1e1e1; }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 16px;
      color: #00988B;
      display: block;
      line-height: 22px;
      padding: 14px 16px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit;
      float: left;
      margin: 0 24px 0 0;
      width: 24px; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity; }
  @media only screen and (max-width: 960px) {
    .modal {
      width: 80%; } }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-content {
    padding: 24px; }
  .modal .modal-close {
    cursor: pointer; }
  .modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: auto;
    width: 100%;
    text-align: right; }
    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
      margin: 6px 0; }

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto; }
  .modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 8px 0 16px 0; }

.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem; }

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  .side-nav .collapsible li,
  .side-nav.fixed .collapsible li {
    padding: 0; }

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px; }
  .side-nav .collapsible-header:hover,
  .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .side-nav .collapsible-header i,
  .side-nav.fixed .collapsible-header i {
    line-height: inherit; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }
  .side-nav .collapsible-body li a,
  .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

select:focus {
  outline: 1px solid #89fff5; }

button:focus {
  outline: none;
  background-color: #D7D7D7; }

label {
  font-size: 0.8rem;
  color: #D7D7D7; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #D7D7D7; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D7D7D7;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 6px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=url]:not(.browser-default):focus:not([readonly]),
  input[type=time]:not(.browser-default):focus:not([readonly]),
  input[type=date]:not(.browser-default):focus:not([readonly]),
  input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  input[type=tel]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00988B;
    box-shadow: 0 1px 0 0 #00988B; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:not(.browser-default):focus:not([readonly]) + label,
  input[type=password]:not(.browser-default):focus:not([readonly]) + label,
  input[type=email]:not(.browser-default):focus:not([readonly]) + label,
  input[type=url]:not(.browser-default):focus:not([readonly]) + label,
  input[type=time]:not(.browser-default):focus:not([readonly]) + label,
  input[type=date]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
  input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
  input[type=number]:not(.browser-default):focus:not([readonly]) + label,
  input[type=search]:not(.browser-default):focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #00988B; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%; }
  input:not([type]).invalid + label:after,
  input:not([type]).valid + label:after,
  input[type=text]:not(.browser-default).invalid + label:after,
  input[type=text]:not(.browser-default).valid + label:after,
  input[type=password]:not(.browser-default).invalid + label:after,
  input[type=password]:not(.browser-default).valid + label:after,
  input[type=email]:not(.browser-default).invalid + label:after,
  input[type=email]:not(.browser-default).valid + label:after,
  input[type=url]:not(.browser-default).invalid + label:after,
  input[type=url]:not(.browser-default).valid + label:after,
  input[type=time]:not(.browser-default).invalid + label:after,
  input[type=time]:not(.browser-default).valid + label:after,
  input[type=date]:not(.browser-default).invalid + label:after,
  input[type=date]:not(.browser-default).valid + label:after,
  input[type=datetime]:not(.browser-default).invalid + label:after,
  input[type=datetime]:not(.browser-default).valid + label:after,
  input[type=datetime-local]:not(.browser-default).invalid + label:after,
  input[type=datetime-local]:not(.browser-default).valid + label:after,
  input[type=tel]:not(.browser-default).invalid + label:after,
  input[type=tel]:not(.browser-default).valid + label:after,
  input[type=number]:not(.browser-default).invalid + label:after,
  input[type=number]:not(.browser-default).valid + label:after,
  input[type=search]:not(.browser-default).invalid + label:after,
  input[type=search]:not(.browser-default).valid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea.valid + label:after {
    display: none; }
  input:not([type]).invalid + label.active:after,
  input:not([type]).valid + label.active:after,
  input[type=text]:not(.browser-default).invalid + label.active:after,
  input[type=text]:not(.browser-default).valid + label.active:after,
  input[type=password]:not(.browser-default).invalid + label.active:after,
  input[type=password]:not(.browser-default).valid + label.active:after,
  input[type=email]:not(.browser-default).invalid + label.active:after,
  input[type=email]:not(.browser-default).valid + label.active:after,
  input[type=url]:not(.browser-default).invalid + label.active:after,
  input[type=url]:not(.browser-default).valid + label.active:after,
  input[type=time]:not(.browser-default).invalid + label.active:after,
  input[type=time]:not(.browser-default).valid + label.active:after,
  input[type=date]:not(.browser-default).invalid + label.active:after,
  input[type=date]:not(.browser-default).valid + label.active:after,
  input[type=datetime]:not(.browser-default).invalid + label.active:after,
  input[type=datetime]:not(.browser-default).valid + label.active:after,
  input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
  input[type=datetime-local]:not(.browser-default).valid + label.active:after,
  input[type=tel]:not(.browser-default).invalid + label.active:after,
  input[type=tel]:not(.browser-default).valid + label.active:after,
  input[type=number]:not(.browser-default).invalid + label.active:after,
  input[type=number]:not(.browser-default).valid + label.active:after,
  input[type=search]:not(.browser-default).invalid + label.active:after,
  input[type=search]:not(.browser-default).valid + label.active:after,
  textarea.materialize-textarea.invalid + label.active:after,
  textarea.materialize-textarea.valid + label.active:after {
    display: block; }

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #3D964A;
  box-shadow: 0 1px 0 0 #3D964A; }

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {
  border-bottom: 1px solid #fd2f47;
  box-shadow: 0 1px 0 0 #fd2f47; }

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=text]:not(.browser-default):focus.valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default):focus.valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default):focus.valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default):focus.valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default):focus.valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default):focus.valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default):focus.valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default):focus.valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default):focus.valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after, .select-wrapper.valid + label:after {
  content: attr(data-success);
  color: #3D964A;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default):focus.invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default):focus.invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default):focus.invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default):focus.invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default):focus.invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default):focus.invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default):focus.invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default):focus.invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default):focus.invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after, .select-wrapper.invalid + label:after {
  content: attr(data-error);
  color: #fd2f47;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after, .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 2rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 12px; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 24px); }
  .input-field label {
    color: #D7D7D7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    transition: transform .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px);
    pointer-events: none; }
    .input-field label:not(.label-icon).active {
      transform: translateY(-14px) scale(0.8);
      transform-origin: 0 0; }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #00988B; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 960px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 562px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit; }
  .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none; }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }
    textarea.materialize-textarea.validate + label {
      height: 100%; }
      textarea.materialize-textarea.validate + label::after {
        top: calc(100% - 12px); }
      textarea.materialize-textarea.validate + label:not(.label-icon).active {
        transform: translateY(-25px); }

.commentshiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0; }

/* Autocomplete */
.autocomplete-content {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #00988B; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #00988B; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    user-select: none; }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #00988B;
  border-bottom: 2px solid #00988B;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #00988B;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #00988B;
  background-color: #00988B;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #00988B;
  border-color: #00988B; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #35e2d3; }
    .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
      left: 18px; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #00988B; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; }
  .switch label .lever:before {
    background-color: rgba(0, 152, 139, 0.15); }
  .switch label .lever:after {
    background-color: #F1F1F1;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 152, 139, 0.15); }

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12); }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.input-field > select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper.valid + label,
  .select-wrapper.invalid + label {
    width: 100%;
    pointer-events: none; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    user-select: none; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px; }
  .select-wrapper + label {
    position: absolute;
    top: -26px;
    font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.42); }

.select-wrapper.disabled span.caret,
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none; }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.select-dropdown.dropdown-content li.active {
  background-color: transparent; }

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06); }

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03); }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
    .file-field input[type=file]::-webkit-file-upload-button {
      display: none; }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #00988B;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #00988B;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #00988B;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #00988B;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #00988B; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%); }
  .side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
  .side-nav li {
    float: none;
    line-height: 48px; }
    .side-nav li.active {
      background-color: rgba(0, 0, 0, 0.05); }
  .side-nav li > a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px; }
    .side-nav li > a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-flat, .side-nav li > a.btn-floating {
      margin: 10px 15px; }
    .side-nav li > a.btn, .side-nav li > a.btn-large, .side-nav li > a.btn-large, .side-nav li > a.btn-floating {
      color: #202020; }
    .side-nav li > a.btn-flat {
      color: #00988B; }
    .side-nav li > a.btn:hover, .side-nav li > a.btn-large:hover, .side-nav li > a.btn-large:hover {
      background-color: #f2f2f2; }
    .side-nav li > a.btn-floating:hover {
      background-color: #E5E5E5; }
    .side-nav li > a > i,
    .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"],
    .side-nav li > a > i.material-icons {
      float: left;
      height: 48px;
      line-height: 48px;
      margin: 0 32px 0 0;
      width: 24px;
      color: rgba(0, 0, 0, 0.54); }
  .side-nav .divider {
    margin: 8px 0 0 0; }
  .side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px; }
    .side-nav .subheader:hover {
      background-color: transparent; }
  .side-nav .user-view,
  .side-nav .userView {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px; }
    .side-nav .user-view > a,
    .side-nav .userView > a {
      height: auto;
      padding: 0; }
      .side-nav .user-view > a:hover,
      .side-nav .userView > a:hover {
        background-color: transparent; }
    .side-nav .user-view .background,
    .side-nav .userView .background {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .side-nav .user-view .circle, .side-nav .user-view .name, .side-nav .user-view .email,
    .side-nav .userView .circle,
    .side-nav .userView .name,
    .side-nav .userView .email {
      display: block; }
    .side-nav .user-view .circle,
    .side-nav .userView .circle {
      height: 64px;
      width: 64px; }
    .side-nav .user-view .name,
    .side-nav .user-view .email,
    .side-nav .userView .name,
    .side-nav .userView .email {
      font-size: 14px;
      line-height: 24px; }
    .side-nav .user-view .name,
    .side-nav .userView .name {
      margin-top: 16px;
      font-weight: 500; }
    .side-nav .user-view .email,
    .side-nav .userView .email {
      padding-bottom: 16px;
      font-weight: 400; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

@media only screen and (max-width: 960px) {
  .side-nav.fixed {
    transform: translateX(-105%); }
    .side-nav.fixed.right-aligned {
      transform: translateX(105%); }
  .side-nav a {
    padding: 0 16px; }
  .side-nav .user-view,
  .side-nav .userView {
    padding: 16px 16px 0; } }

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #00988B; }
  .side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
  .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff; }

.side-nav .collapsible-body {
  padding: 0; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px; }
  .preloader-wrapper.small {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #00988B; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/********** 3 TYPES OF COLUMNS - SMALL, MEDIUM & LARGE ***********/
.col-small {
  max-width: 324px; }

.col-medium {
  max-width: 516px; }

.col-large {
  max-width: 1050px; }

@media only screen and (min-width: 563px) {
  .row .column.column-sm {
    max-width: 324px;
    flex: 0 0 50%; } }

@media only screen and (min-width: 961px) {
  .row .column.column-sm {
    flex: 0 0 33.3333%;
    padding-left: 24px; } }

@media only screen and (min-width: 1281px) {
  .row .column.column-sm {
    flex: 0 0 25%; } }

@media only screen and (min-width: 1601px) {
  .row .column.column-sm {
    flex: 0 0 20%; } }

.row .column.column-md {
  max-width: 516px; }
  @media only screen and (min-width: 563px) {
    .row .column.column-md {
      flex: 0 0 50%; } }
  @media only screen and (min-width: 961px) {
    .row .column.column-md {
      padding-left: 24px; } }

.row .column.column-lg {
  max-width: 1050px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 961px) {
    .row .column.column-lg {
      padding-left: 24px; } }
  @media only screen and (min-width: 1601px) {
    .row .column.column-lg {
      flex: 0 0 80%; } }

.row .column.column-double {
  flex: 2; }

.row .column.column-triple {
  flex: 3; }

/*************** FLEXBOX GRID ****************/
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row.row-wrap {
    flex-wrap: wrap; }
  .row.row-horizontal {
    flex-direction: row;
    margin-left: -18px;
    width: calc(100% + 18px); }
    .row.row-horizontal .column {
      padding: 0 0 0 18px; }
      @media only screen and (max-width: 562px) {
        .row.row-horizontal .column {
          margin-bottom: 18px; } }
      .row.row-horizontal .column.column-0 {
        flex: 0; }
      .row.row-horizontal .column.column-10 {
        flex: 0 0 10%;
        max-width: 10%; }
      .row.row-horizontal .column.column-20 {
        flex: 0 0 20%;
        max-width: 20%; }
      .row.row-horizontal .column.column-25 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row.row-horizontal .column.column-33, .row.row-horizontal .column.column-34 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; }
      .row.row-horizontal .column.column-40 {
        flex: 0 0 40%;
        max-width: 40%; }
      .row.row-horizontal .column.column-50 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row.row-horizontal .column.column-60 {
        flex: 0 0 60%;
        max-width: 60%; }
      .row.row-horizontal .column.column-66, .row.row-horizontal .column.column-67 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%; }
      .row.row-horizontal .column.column-75 {
        flex: 0 0 75%;
        max-width: 75%; }
      .row.row-horizontal .column.column-80 {
        flex: 0 0 80%;
        max-width: 80%; }
      .row.row-horizontal .column.column-90 {
        flex: 0 0 90%;
        max-width: 90%; }
  .row.row-vertical, main {
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 56px); }
    @media only screen and (min-width: 563px) {
      .row.row-vertical, main {
        min-height: calc(100vh - 64px); } }
  .row.row-no-padding {
    padding: 0;
    margin: 0;
    width: 100%; }
    .row.row-no-padding > .column {
      padding: 0; }
  .row.row-margin > .column {
    margin-bottom: 18px; }
  .row.row-top {
    align-items: flex-start; }
  .row.row-bottom {
    align-items: flex-end; }
  .row.row-center {
    align-items: center;
    height: 100%; }
  .row.row-stretch {
    align-items: stretch; }
  .row.row-baseline {
    align-items: baseline; }
  .row.row-left {
    justify-content: flex-start; }
  .row.row-right {
    justify-content: flex-end; }
  .row.row-horiz-center {
    justify-content: center;
    align-items: center; }
  .row.row-space-around {
    justify-content: space-around; }
  .row.row-space-btw {
    justify-content: space-between; }
  .row.row-space-evenly {
    justify-content: space-evenly; }
  .row .column {
    display: block;
    flex: 1;
    margin-left: 0;
    max-width: 100%;
    width: 100%; }
    .row .column.col-top {
      flex: none;
      align-self: flex-start; }
    .row .column.col-bottom {
      align-self: flex-end; }
    .row .column.col-center {
      align-self: center; }
    @media only screen and (min-width: 563px) {
      .row .column.column-offset-10 {
        margin-left: 10%;
        max-width: 90%; }
      .row .column.column-offset-20 {
        margin-left: 20%;
        max-width: 80%; }
      .row .column.column-offset-25 {
        margin-left: 25%;
        max-width: 75%; }
      .row .column.column-offset-33, .row .column.column-offset-34 {
        margin-left: 33.3333%;
        max-width: 66.6666%; }
      .row .column.column-offset-50 {
        margin-left: 50%;
        max-width: 50%; }
      .row .column.column-offset-66, .row .column.column-offset-67 {
        margin-left: 66.6666%;
        max-width: 33.3333%; }
      .row .column.column-offset-75 {
        margin-left: 75%;
        max-width: 25%; }
      .row .column.column-offset-80 {
        margin-left: 80%;
        max-width: 20%; }
      .row .column.column-offset-90 {
        margin-left: 90%;
        max-width: 10%; }
      .row .column.column-0 {
        flex: 0; }
      .row .column.column-10 {
        flex: 0 0 10%;
        max-width: 10%; }
      .row .column.column-15 {
        flex: 0 0 15%;
        max-width: 15%; }
      .row .column.column-20 {
        flex: 0 0 20%;
        max-width: 20%; }
      .row .column.column-25 {
        flex: 0 0 25%;
        max-width: 25%; }
      .row .column.column-33, .row .column.column-34 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; }
      .row .column.column-40 {
        flex: 0 0 40%;
        max-width: 40%; }
      .row .column.column-50 {
        flex: 0 0 50%;
        max-width: 50%; }
      .row .column.column-60 {
        flex: 0 0 60%;
        max-width: 60%; }
      .row .column.column-66, .row .column.column-67 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%; }
      .row .column.column-75 {
        flex: 0 0 75%;
        max-width: 75%; }
      .row .column.column-80 {
        flex: 0 0 80%;
        max-width: 80%; }
      .row .column.column-90 {
        flex: 0 0 90%;
        max-width: 90%; } }

/*************** CONTAINER & CONTAINER-FLEX ***************/
.container {
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  width: 100%;
  padding-top: 48px; }
  @media only screen and (max-width: 960px) {
    .container {
      padding: 48px 24px 0px; } }

.container-flex {
  margin: 48px 24px; }
  @media only screen and (min-width: 961px) {
    .container-flex {
      margin: 54px 80px; } }
  .container-flex > .row {
    flex-wrap: wrap; }
    @media only screen and (max-width: 562px) {
      .container-flex > .row {
        align-items: center; } }

/*************** RESPONSIVE LAYOUT FOR GRID ***************/
@media only screen and (min-width: 563px) {
  .row, .container {
    flex-direction: row;
    margin-left: -18px;
    width: calc(100% + 18px); }
    .row .column, .container .column {
      padding: 0 0 0 18px; } }

article {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 3px;
  margin-bottom: 18px; }
  article h6 {
    text-transform: uppercase; }
  article h3 {
    margin-top: 0; }
  article .crop {
    overflow: hidden;
    margin: 18px 0; }
    article .crop img {
      margin: -30% 0; }
  article.no-bg {
    background: transparent; }
  article.creer {
    background-size: 500px !important;
    text-align: center;
    padding: 36px; }
  article.social {
    background: #F6F6F6;
    padding-bottom: 25px;
  }
    article.social a img {
      transition: filter ease 200ms; }
    article.social a:hover img {
      filter: grayscale(100%); }
  article.concours {
    background: #1EB56A; }
  article.adresse, article.total {
    background: #e5f6f4; }
  article.motif .crop {
    margin: -24px -24px 18px;
    position: relative;
    border-radius: 3px 3px 0 0; }
    article.motif .crop img {
      margin: -20% 0; }
    article.motif .crop .social-icons {
      background: rgba(246, 246, 246, 0.6); /* rgba(255, 255, 255, 0.4); */
      position: absolute;
      bottom: 0;
      right: 0;
      padding-right: 18px; }
    article.motif .crop .badge {
      position: absolute;
      top: 24px;
      right: 24px; }
    article.motif .crop .more {
      position: absolute;
      top: 18px;
      right: 18px;
      border-radius: 50%;
      padding: 3px;
      background: rgba(32, 32, 32, 0.54); }
      article.motif .crop .more .dropdown-button .svg path, article.motif .crop .more .dropdown-button .svg polygon {
        fill: #f6f6f6; }
      article.motif .crop .more .dropdown-button .svg polyline {
        stroke: #f6f6f6; }
      article.motif .crop .more .dropdown-content .svg path, article.motif .crop .more .dropdown-content .svg polygon {
        stroke: #737373; }
      article.motif .crop .more .dropdown-content .svg polyline {
        stroke: #737373; }
      article.motif .crop .more .love.deja .svg path, article.motif .crop .more .love.deja .svg polygon {
        stroke: #fd2f47; }
        fill: #fd2f47; }
      article.motif .crop .more .love.deja .svg polyline {
        stroke: #fd2f47; }
  article.motif .row .column {
    margin: 0; }
  article.motif.carre .crop img {
    margin: 0; }
  article.cat-turquoise {
    border-top: 3px solid #00988B; }
  article.cat-violet {
    border-top: 3px solid #A54CBF; }
  article.cat-vert {
    border-top: 3px solid #1EB56A; }
    article.cat-vert h6 {
      color: #1EB56A; }
    article.cat-vert .btn-flat {
      color: #1EB56A; }
  article.cat-transparent {
    background: transparent; }
    article.essential-to-know img {
        margin-bottom: 15px;
    }

@media only screen and (max-width: 562px) {
  .recherche article {
    padding-bottom: 6px;
    margin-bottom: 12px; } }

.no-top-radius, article.cat-turquoise, article.cat-violet, article.cat-vert {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.img-list {
  margin-top: 18px;
  margin-bottom: 12px; }
  .img-list li {
    position: relative; }
  .img-list a.hover-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 18px;
    height: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: opacity ease 200ms; }
    .img-list a.hover-link:hover {
      opacity: 1; }
    .img-list a.hover-link .svg {
      margin: 0; }
      .img-list a.hover-link .svg path, .img-list a.hover-link .svg polygon {
        fill: #737373; }
      .img-list a.hover-link .svg polyline {
        stroke: #737373; }
  .img-list .column {
    margin-bottom: 18px; }

.status-icons {
  color: #737373; }
  .status-icons a {
    color: #737373; }
  .status-icons .svg path, .status-icons .svg polygon {
    fill: #929292; }
  .status-icons .svg polyline {
    stroke: #929292; }
  .status-icons > * {
    padding-left: 24px; }

.column-avatar {
  width: 54px;
  padding-left: 18px; }

.masonry .tags a {
  color: #202020; }
  .masonry .tags a:hover {
    color: #00988B; }

.masonry .social-icons a {
  color: #737373;
  line-height: 42px; }
  .masonry .social-icons a.column {
    margin: 0; }
  .masonry .social-icons a .svg {
    min-width: 24px; }
    .masonry .social-icons a .svg path, .masonry .social-icons a .svg polygon {
      fill: #737373; }
    .masonry .social-icons a .svg polyline {
      stroke: #737373; }
    .masonry .social-icons a .svg:hover path, .masonry .social-icons a .svg:hover polygon {
      fill: #202020; }
    .masonry .social-icons a .svg:hover polyline {
      stroke: #202020; }

.masonry img.circle {
  margin-bottom: .82rem; }

.masonry .comment-input {
  background: #f6f6f6;
  border-radius: 3px; }
  .masonry .comment-input textarea.materialize-textarea {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 8px; }
  .masonry .comment-input ::placeholder {
    color: #202020; }

.masonry .comments ul li {
  max-height: 500px; }

.masonry .comments.hidden ul li:not(:nth-last-child(-n+2)) {
  max-height: 0;
  overflow: hidden; }

.masonry .comments.hidden.all ul li {
  max-height: 0;
  overflow: hidden; }

.masonry .column-image {
  margin-bottom: 10px; }
@media only screen and (max-width: 562px) {
    body.achat .column.image {
        display: none;
    }
}

.recherche .masonry .tags b {
  font-size: 15px;
  text-transform: uppercase;
  color: #737373; }

.recherche .masonry article.motif .crop {
  overflow: inherit; }
  @media only screen and (min-width: 563px) {
    .recherche .masonry article.motif .crop {
      overflow: hidden; } }
  .recherche .masonry article.motif .crop img {
    margin: 0; }

.recherche .masonry .dropdown-wrapper {
  margin: 0; }

/********** FONTS & ICONS **********/
.roboto, html, nav .title h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

.open-sans {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.quicksand, h1, h2, h3, h4, .order .produit_mobile .produit-encart {
  font-family: 'Quicksand', Arial, Helvetica, sans-serif; }

/********* PARAGRAPHS ***********/
html {
  color: #202020;
  line-height: 1.5;
  font-size: 14px; }

p {
  color: #202020;
  margin-top: 0; }

a {
  color: #00988B; }

/**************** TITRES *******************/
h1 {
  font-size: 45px;
  line-height: 48px; }

h2 {
  font-size: 35px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 17px;
  line-height: 24px; }
  @media only screen and (min-width: 563px) {
    h4 {
      font-size: 20px;
      line-height: 29px; } }

h5 {
  font-size: 16px;
  line-height: 26px; }

/******** buttons ********/
.btn, .btn-large, .btn-floating, .btn-large, .btn-floating, nav, .modal.bottom-sheet {
  box-shadow: none; }

.btn:hover, .btn-large:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.btn-flat:hover {
  background: #E5E5E5; }

.btn-flat.fonce:hover {
  background: #737373; }

.btn-flat.clair:hover {
  background: #E5E5E5; }

.btn-floating {
  background-color: #D7D7D7; }
  .btn-floating:hover {
    background-color: #737373; }
  .btn-floating .svg path, .btn-floating .svg polygon {
    fill: #3B3B3B; }
  .btn-floating .svg polyline {
    stroke: #3B3B3B; }

.btn.orange, .orange.btn-large, .btn-large.orange {
  background: #FB6A3B;
  color: #FFFFFF; }
  .btn.orange .svg path, .orange.btn-large .svg path, .btn.orange .svg polygon, .orange.btn-large .svg polygon, .btn-large.orange .svg path, .btn-large.orange .svg polygon {
    fill: #FFFFFF; }
  .btn.orange .svg polyline, .orange.btn-large .svg polyline, .btn-large.orange .svg polyline {
    stroke: #FFFFFF; }

.btn.turquoise, .turquoise.btn-large, .btn-large.turquoise {
  background: #00988B;
  color: #FFFFFF; }
  .btn.turquoise .svg path, .turquoise.btn-large .svg path, .btn.turquoise .svg polygon, .turquoise.btn-large .svg polygon, .btn-large.turquoise .svg path, .btn-large.turquoise .svg polygon {
    fill: #FFFFFF; }
  .btn.turquoise .svg polyline, .turquoise.btn-large .svg polyline, .btn-large.turquoise .svg polyline {
    stroke: #FFFFFF; }

.btn.violet, .violet.btn-large, .btn-large.violet {
  background: #A54CBF;
  color: #FFFFFF; }
  .btn.violet .svg path, .violet.btn-large .svg path, .btn.violet .svg polygon, .violet.btn-large .svg polygon, .btn-large.violet .svg path, .btn-large.violet .svg polygon {
    fill: #FFFFFF; }
  .btn.violet .svg polyline, .violet.btn-large .svg polyline, .btn-large.violet .svg polyline {
    stroke: #FFFFFF; }

.btn.vert, .vert.btn-large, .btn-large.vert {
  background: #1EB56A;
  color: #FFFFFF; }
  .btn.vert .svg path, .vert.btn-large .svg path, .btn.vert .svg polygon, .vert.btn-large .svg polygon, .btn-large.vert .svg path, .btn-large.vert .svg polygon {
    fill: #FFFFFF; }
  .btn.vert .svg polyline, .vert.btn-large .svg polyline, .btn-large.vert .svg polyline {
    stroke: #FFFFFF; }

.btn.gris, .gris.btn-large, .btn-large.gris {
  background: #737373; }
  .btn.gris .svg path, .gris.btn-large .svg path, .btn.gris .svg polygon, .gris.btn-large .svg polygon, .btn-large.gris .svg path, .btn-large.gris .svg polygon {
    fill: #FFFFFF; }
  .btn.gris .svg polyline, .gris.btn-large .svg polyline, .btn-large.gris .svg polyline {
    stroke: #FFFFFF; }

.btn.jaune, .jaune.btn-large, .btn-large.jaune {
  background: #FFF72F;
  color: #FFFFFF; }
  .btn.jaune .svg path, .jaune.btn-large .svg path, .btn.jaune .svg polygon, .jaune.btn-large .svg polygon, .btn-large.jaune .svg path, .btn-large.jaune .svg polygon {
    fill: #FFFFFF; }
  .btn.jaune .svg polyline, .jaune.btn-large .svg polyline, .btn-large.jaune .svg polyline {
    stroke: #FFFFFF; }

.btn-flat.blanc {
  color: #FFFFFF; }

.btn-flat.contour {
  border: 1px solid #FFFFFF; }

.btn-large {
  font-size: 16px; }

.btn-group .btn, .btn-group .btn-large {
  margin: 0 12px; }

/*********** COLORS CLASSES ***************/
div.orange, h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange, a:not(.btn):not(.btn-large).orange, p.orange, span.orange, small.orange, .btn-flat.orange {
  color: #FB6A3B; }

div.turquoise, h1.turquoise, h2.turquoise, h3.turquoise, h4.turquoise, h5.turquoise, h6.turquoise, a:not(.btn):not(.btn-large).turquoise, p.turquoise, span.turquoise, small.turquoise, .btn-flat.turquoise {
  color: #00988B; }

div.violet, h1.violet, h2.violet, h3.violet, h4.violet, h5.violet, h6.violet, a:not(.btn):not(.btn-large).violet, p.violet, span.violet, small.violet, .btn-flat.violet {
  color: #A54CBF; }

div.vert, h1.vert, h2.vert, h3.vert, h4.vert, h5.vert, h6.vert, a:not(.btn):not(.btn-large).vert, p.vert, span.vert, small.vert, .btn-flat.vert {
  color: #1EB56A; }

div.gris, h1.gris, h2.gris, h3.gris, h4.gris, h5.gris, h6.gris, a:not(.btn):not(.btn-large).gris, p.gris, span.gris, small.gris, .btn-flat.gris {
  color: #737373; }

div.jaune, h1.jaune, h2.jaune, h3.jaune, h4.jaune, h5.jaune, h6.jaune, a:not(.btn):not(.btn-large).jaune, p.jaune, span.jaune, small.jaune, .btn-flat.jaune {
  color: #FFF72F; }

div.noir, h1.noir, h2.noir, h3.noir, h4.noir, h5.noir, h6.noir, a:not(.btn):not(.btn-large).noir, p.noir, span.noir, small.noir, .btn-flat.noir {
  color: #202020; }

div.rouge, h1.rouge, h2.rouge, h3.rouge, h4.rouge, h5.rouge, h6.rouge, a:not(.btn):not(.btn-large).rouge, p.rouge, span.rouge, small.rouge, .btn-flat.rouge {
  color: #fd2f47; }

div.blanc, h1.blanc, h2.blanc, h3.blanc, h4.blanc, h5.blanc, h6.blanc, a:not(.btn):not(.btn-large).blanc, p.blanc, span.blanc, small.blanc, .btn-flat.blanc {
  color: #FFFFFF; }

.svg.orange path, .svg.orange polygon {
  fill: #FB6A3B; }

.svg.orange polyline {
  stroke: #FB6A3B; }

.svg.turquoise path, .svg.turquoise polygon {
  fill: #00988B; }

.svg.turquoise polyline {
  stroke: #00988B; }

.svg.violet path, .svg.violet polygon {
  fill: #A54CBF; }

.svg.violet polyline {
  stroke: #A54CBF; }

.svg.vert path, .svg.vert polygon {
  fill: #1EB56A; }

.svg.vert polyline {
  stroke: #1EB56A; }

.svg.gris path, .svg.gris polygon {
  fill: #737373; }

.svg.gris polyline {
  stroke: #737373; }

.svg.jaune path, .svg.jaune polygon {
  fill: #FFF72F; }

.svg.jaune polyline {
  stroke: #FFF72F; }

.svg.noir path, .svg.noir polygon {
  fill: #202020; }

.svg.noir polyline {
  stroke: #202020; }

.svg.rouge path, .svg.rouge polygon {
  fill: #fd2f47; }

.svg.rouge polyline {
  stroke: #fd2f47; }

.svg.blanc path, .svg.blanc polygon {
  fill: #FFFFFF; }

.svg.blanc polyline {
  stroke: #FFFFFF; }

.orange .svg path, .orange .svg polygon {
  fill: #FB6A3B; }

.orange .svg polyline {
  stroke: #FB6A3B; }

.turquoise .svg path, .turquoise .svg polygon {
  fill: #00988B; }

.turquoise .svg polyline {
  stroke: #00988B; }

.violet .svg path, .violet .svg polygon {
  fill: #A54CBF; }

.violet .svg polyline {
  stroke: #A54CBF; }

.vert .svg path, .vert .svg polygon {
  fill: #1EB56A; }

.vert .svg polyline {
  stroke: #1EB56A; }

.gris .svg path, .gris .svg polygon {
  fill: #737373; }

.gris .svg polyline {
  stroke: #737373; }

.jaune .svg path, .jaune .svg polygon {
  fill: #FFF72F; }

.jaune .svg polyline {
  stroke: #FFF72F; }

.noir .svg path, .noir .svg polygon {
  fill: #202020; }

.noir .svg polyline {
  stroke: #202020; }

.rouge .svg path, .rouge .svg polygon {
  fill: #fd2f47; }

.rouge .svg polyline {
  stroke: #fd2f47; }

.blanc .svg path, .blanc .svg polygon {
  fill: #FFFFFF; }

.blanc .svg polyline {
  stroke: #FFFFFF; }

/**********  dark BG **************/
.dark-bg h1, article.concours h1, .dark-bg h2, article.concours h2, .dark-bg h3, article.concours h3, .dark-bg h4, article.concours h4, .dark-bg h5, article.concours h5, .dark-bg h6, article.concours h6, .dark-bg a:not(.btn):not(.btn-large), article.concours a:not(.btn):not(.btn-large), .dark-bg p, article.concours p {
  color: #FFFFFF; }

.dark-bg .dropdown-content a, article.concours .dropdown-content a {
  color: #00988B; }

.dark-bg h1.orange, article.concours h1.orange, .dark-bg h2.orange, article.concours h2.orange, .dark-bg h3.orange, article.concours h3.orange, .dark-bg h4.orange, article.concours h4.orange, .dark-bg h5.orange, article.concours h5.orange, .dark-bg h6.orange, article.concours h6.orange, .dark-bg a:not(.btn):not(.btn-large).orange, article.concours a:not(.btn):not(.btn-large).orange, .dark-bg p.orange, article.concours p.orange, .dark-bg span.orange, article.concours span.orange {
  color: #FB6A3B; }

.dark-bg h1.turquoise, article.concours h1.turquoise, .dark-bg h2.turquoise, article.concours h2.turquoise, .dark-bg h3.turquoise, article.concours h3.turquoise, .dark-bg h4.turquoise, article.concours h4.turquoise, .dark-bg h5.turquoise, article.concours h5.turquoise, .dark-bg h6.turquoise, article.concours h6.turquoise, .dark-bg a:not(.btn):not(.btn-large).turquoise, article.concours a:not(.btn):not(.btn-large).turquoise, .dark-bg p.turquoise, article.concours p.turquoise, .dark-bg span.turquoise, article.concours span.turquoise {
  color: #6ACFC2; }

.dark-bg h1.violet, article.concours h1.violet, .dark-bg h2.violet, article.concours h2.violet, .dark-bg h3.violet, article.concours h3.violet, .dark-bg h4.violet, article.concours h4.violet, .dark-bg h5.violet, article.concours h5.violet, .dark-bg h6.violet, article.concours h6.violet, .dark-bg a:not(.btn):not(.btn-large).violet, article.concours a:not(.btn):not(.btn-large).violet, .dark-bg p.violet, article.concours p.violet, .dark-bg span.violet, article.concours span.violet {
  color: #CF9FDD; }

.dark-bg h1.vert, article.concours h1.vert, .dark-bg h2.vert, article.concours h2.vert, .dark-bg h3.vert, article.concours h3.vert, .dark-bg h4.vert, article.concours h4.vert, .dark-bg h5.vert, article.concours h5.vert, .dark-bg h6.vert, article.concours h6.vert, .dark-bg a:not(.btn):not(.btn-large).vert, article.concours a:not(.btn):not(.btn-large).vert, .dark-bg p.vert, article.concours p.vert, .dark-bg span.vert, article.concours span.vert {
  color: #9CEDA8; }

.dark-bg h1.gris, article.concours h1.gris, .dark-bg h2.gris, article.concours h2.gris, .dark-bg h3.gris, article.concours h3.gris, .dark-bg h4.gris, article.concours h4.gris, .dark-bg h5.gris, article.concours h5.gris, .dark-bg h6.gris, article.concours h6.gris, .dark-bg a:not(.btn):not(.btn-large).gris, article.concours a:not(.btn):not(.btn-large).gris, .dark-bg p.gris, article.concours p.gris, .dark-bg span.gris, article.concours span.gris {
  color: #E5E5E5; }

.dark-bg h1.jaune, article.concours h1.jaune, .dark-bg h2.jaune, article.concours h2.jaune, .dark-bg h3.jaune, article.concours h3.jaune, .dark-bg h4.jaune, article.concours h4.jaune, .dark-bg h5.jaune, article.concours h5.jaune, .dark-bg h6.jaune, article.concours h6.jaune, .dark-bg a:not(.btn):not(.btn-large).jaune, article.concours a:not(.btn):not(.btn-large).jaune, .dark-bg p.jaune, article.concours p.jaune, .dark-bg span.jaune, article.concours span.jaune {
  color: #FFF72F; }

.dark-bg .btn, article.concours .btn, .dark-bg .btn-large, article.concours .btn-large, .dark-bg .btn-large, article.concours .btn-large {
  background: rgba(146, 146, 146, 0.7); }
  .dark-bg .btn.orange, article.concours .btn.orange, .dark-bg .orange.btn-large, article.concours .orange.btn-large, .dark-bg .btn-large.orange, article.concours .btn-large.orange {
    background: #FB6A3B;
    color: #FFFFFF; }
  .dark-bg .btn.turquoise, article.concours .btn.turquoise, .dark-bg .turquoise.btn-large, article.concours .turquoise.btn-large, .dark-bg .btn-large.turquoise, article.concours .btn-large.turquoise {
    background: #00988B;
    color: #FFFFFF; }
  .dark-bg .btn.turquoise-clair, article.concours .btn.turquoise-clair, .dark-bg .turquoise-clair.btn-large, article.concours .turquoise-clair.btn-large, .dark-bg .btn-large.turquoise-clair, article.concours .btn-large.turquoise-clair {
    background: #6ACFC2;
    color: #FFFFFF; }
  .dark-bg .btn.violet, article.concours .btn.violet, .dark-bg .violet.btn-large, article.concours .violet.btn-large, .dark-bg .btn-large.violet, article.concours .btn-large.violet {
    background: #CF9FDD;
    color: #FFFFFF; }
  .dark-bg .btn.vert, article.concours .btn.vert, .dark-bg .vert.btn-large, article.concours .vert.btn-large, .dark-bg .btn-large.vert, article.concours .btn-large.vert {
    background: #9CEDA8;
    color: #FFFFFF; }
  .dark-bg .btn.gris, article.concours .btn.gris, .dark-bg .gris.btn-large, article.concours .gris.btn-large, .dark-bg .btn-large.gris, article.concours .btn-large.gris {
    background: #E5E5E5; }
  .dark-bg .btn.jaune, article.concours .btn.jaune, .dark-bg .jaune.btn-large, article.concours .jaune.btn-large, .dark-bg .btn-large.jaune, article.concours .btn-large.jaune {
    background: #FFF72F; }

/***************** FORMULAIRES & ICONES ******************/
.svg {
  vertical-align: middle; }

.svg-right {
  position: relative;
  padding-right: 36px; }
  .svg-right .svg {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.btn.svg-right, .svg-right.btn-large {
  padding-right: 48px; }
  .btn.svg-right .svg, .svg-right.btn-large .svg {
    right: 12px; }

.svg-left {
  position: relative;
  padding-left: 36px; }
  .svg-left .svg {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.btn.svg-left, .svg-left.btn-large {
  padding-left: 48px; }
  .btn.svg-left .svg, .svg-left.btn-large .svg {
    left: 12px; }

label, .input-field label {
  color: #737373; }

.input-field {
  margin-bottom: 1rem; }
  .input-field label {
    font-size: 0.8rem; }

.color-icon {
  position: relative;
  padding-right: 25px;
  display: inline; }
  .color-icon div {
    position: absolute;
    border-bottom: 2px solid #00988B;
    width: 10px;
    left: 4px;
    top: 7px; }
    .color-icon div:first-child {
      width: 18px;
      left: 0;
      top: 2px;
      border-color: #FB6A3B; }
    .color-icon div:last-child {
      width: 4px;
      left: 7px;
      top: 12px;
      border-color: #A54CBF; }

/************* RESPONSIVE UTILITIES *************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

body {
  scroll-behavior: smooth; }

.iframe-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .iframe-responsive .iframe-responsive-item, .iframe-responsive embed, .iframe-responsive iframe, .iframe-responsive object, .iframe-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.iframe-responsive-16by9 {
  padding-bottom: 56.25%; }

img.circle.small {
  width: 40px; }

img.circle.prefix {
  height: 48px;
  width: 48px;
  margin: 0;
  padding: 8px; }

img.small {
  width: 40px; }

.rounded {
  border-radius: 3px; }

body {
  background-size: 600px !important; }

main {
  display: flex;
  flex: 1 1 auto; }

.fill {
  flex: 1 1 auto; }

.sticky {
  flex: none; }

/**************** BACKGROUND COLORS ******************/
@media only screen and (min-width: 563px) {
  .wrapper {
    background: rgba(0, 0, 0, 0.15); } }

.landing.vitrine .wrapper {
  background: #b3e6e0; }

.boutique .wrapper, .compte:not(.ma-boutique) .wrapper, .achat .wrapper {
  background: #FFFFFF; }
  @media only screen and (min-width: 563px) {
    .boutique .wrapper, .compte:not(.ma-boutique) .wrapper, .achat .wrapper {
      background: #f6f6f6; } }

.order .wrapper {
  background: #f6f6f6; }

@media only screen and (max-width: 562px) {
  .landing.base .wrapper {
    background: linear-gradient(to right, #1EB56A 0%, #6ACFC2 50%, #058879 100%); } }

.ma-boutique main {
  background: #FFFFFF;
  margin-top: 200px; }
  @media only screen and (min-width: 563px) {
    .ma-boutique main {
      background: #f6f6f6; } }

/********* RECURRENTS ELEMENTS ***********/
hr {
  border-top: 1px solid #D7D7D7;
  border-bottom: 0; }

.message-bas, .message-haut {
  position: relative; }
  .message-bas h4, .message-haut h4 {
    margin-top: 0; }
  .message-bas .close-link, .message-haut .close-link {
    position: absolute;
    top: 24px;
    right: 24px; }

.message-haut {
  display: flex; }
  @media only screen and (min-width: 563px) {
    .message-haut {
      height: 250px; } }
  .message-haut .message-wrapper {
    width: 100%;
    background-color: #e5f6f4;
    z-index: 999; }
    @media only screen and (min-width: 563px) {
      .message-haut .message-wrapper {
        position: fixed;
        height: 250px; }
        .home .message-haut .message-wrapper {
          position: fixed;
          height: 250px; }
      }
  .message-haut .close-link {
    color: #202020; }
  .message-haut .inscription {
    max-width: 516px; }
  .message-haut .svg.big {
    height: 60px;
    width: 60px; }
    .message-haut .svg.big path, .message-haut .svg.big polygon {
      fill: #00988B; }
    .message-haut .svg.big polyline {
      stroke: #00988B; }

@media only screen and (min-width: 563px) {
  .message-newsletter {
    height: 450px; } }

@media only screen and (min-width: 563px) {
  .message-newsletter .message-wrapper {
    height: 450px; } }

.message-bas {
  background-color: #A54CBF;
  color: #FFFFFF;
  min-height: 72px; }
  .message-bas p {
    color: #FFFFFF; }
  .message-bas .close-link {
    color: #FFFFFF; }
  .message-bas .btn-flat {
    color: #FFFFFF; }
    .message-bas .btn-flat:hover {
      color: #737373;
      background: #FFFFFF; }

.message-samoz {
  background-color: #00988B;
  color: #FFFFFF;
  text-align: center;
  min-height: 72px; }
  .message-samoz.message-bas-clair {
    background: #e5f6f4;
    min-height: 144px; }

.search-box .input-field {
  border: 2px solid #D7D7D7;
  border-radius: 3px; }
  .search-box .input-field input, .search-box .input-field input[type="search"]:not(.browser-default):focus:not([readonly]) {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
  .search-box .input-field .svg {
    height: 30px;
    width: 30px;
    margin-left: 10px;
    margin-top: 10px; }
    .search-box .input-field .svg path, .search-box .input-field .svg polygon {
      fill: #737373; }
    .search-box .input-field .svg polyline {
      stroke: #737373; }

.field-box .input-field {
  border: 2px solid #D7D7D7;
  border-radius: 3px;
  background: #FFFFFF; }
  .field-box .input-field input {
    border: none;
    box-shadow: none;
    margin-bottom: 0; }
  .field-box .input-field input:not([type]):focus:not([readonly]), .field-box .input-field input[type="text"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="password"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="email"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="url"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="time"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="date"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="datetime"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="tel"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="number"]:not(.browser-default):focus:not([readonly]), .field-box .input-field input[type="search"]:not(.browser-default):focus:not([readonly]), .field-box .input-field textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none; }

.autocomplete-content  {
  position: absolute;
  margin-top: 2px; }

.badge {
  color: #FFFFFF;
  font-size: 0.9rem;
  background-color: #00988B;
  border-radius: 3px;
  padding: 0 12px; }
  .badge.orange {
    background-color: #FB6A3B;
    color: #FFFFFF; }
  .badge.vert {
    background-color: #3D964A;
    color: #FFFFFF; }
  .badge.violet {
    background-color: #A54CBF;
    color: #FFFFFF; }
  .badge.big {
    font-size: 1rem; }

.bg-credits {
  padding-right: 24px; }
  .bg-credits img.circle.small {
    width: 40px; }
  .bg-credits .column-image {
    padding-left: 18px; }

.radio_btn {
  margin: 18px; }
  .radio_btn p {
    color: #929292; }
  .radio_btn label {
    color: #202020; }
    .radio_btn label span {
      color: #929292; }

.text_box {
  background: #FFFFFF;
  padding: 8px 18px 0; }

.adresse-box {
  background: #FFFFFF;
  padding: 18px; }
  .adresse-box + .adresse-box {
    margin-top: 24px; }

.add_address_box {
  background: #FFFFFF;
  margin-bottom: 18px;
  padding: 8px 18px 0; }

.newsletter_box, .boutique_box {
  background: #FFFFFF;
  padding: 1px 18px 0; }

.newsletter {
  padding: 24px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 3px solid #00988B;
  background-size: 500px !important; }

.total-box {
  margin: 18px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #D7D7D7; }
  .total-box h4, .total-box p, .total-box a {
    text-align: center; }
  .total-box h4 {
    margin-bottom: 8px;
    margin-top: 0; }
  .total-box p {
    margin-top: 0;
    margin-bottom: 8px;
    color: #929292;
    font-size: 0.9rem; }
  .total-box.no-border {
    border: none; }

.plus-minus-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px; }
  .plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 6px;
    padding: 0 12px;
    max-width: 80px;
    border: none;
    font-size: 16px;
    -moz-appearance: textfield; }
    .plus-minus-input .input-group-field::-webkit-inner-spin-button,
    .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
      appearance: none; }
  .plus-minus-input .input-group-button .circle {
    line-height: 18px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #202020;
    opacity: 0.7;
    background: transparent; }
    .plus-minus-input .input-group-button .circle:hover {
      opacity: 1; }
    .plus-minus-input .input-group-button .circle .svg {
      width: 18px;
      height: 18px; }
  .plus-minus-input span {
    padding-right: 18px; }

.preview_img {
  width: 100%;
  padding-top: 100%;
  border-radius: 3px; }

.manipulation-image .preview_img {
  background-size: 500px !important; }

.manipulation-image .svg {
  opacity: 0.6;
  height: 36px;
  width: 36px; }
  .manipulation-image .svg:hover {
    opacity: 1; }

.manipulation-image .file-field .file-path-wrapper {
  float: left;
  padding-left: 0; }

.file-field .file-path-wrapper {
  padding-left: 24px; }

.social-icons a.love .svg path {
  fill: transparent;
  stroke-width: 4px;
  stroke: #737373; }

.social-icons a.love .svg:hover path {
  fill: transparent;
  stroke: #202020; }

.social-icons a.love.deja .svg:hover path, .social-icons a.love.deja .svg:hover polygon {
  fill: #fd2f47; }

.social-icons a.love.deja .svg:hover polyline {
  stroke: #fd2f47; }

.social-icons a.love.deja .svg:hover path {
  stroke: #fd2f47; }

a.love {
  display: block; }
  a.love .svg {
    vertical-align: middle; }
    a.love .svg path {
      fill: transparent;
      stroke-width: 4px;
      stroke: #737373; }
    a.love .svg:hover path {
      stroke: #202020; }
  a.love.deja .svg path, a.love.deja .svg polygon {
    fill: #fd2f47; }
  a.love.deja .svg polyline {
    stroke: #fd2f47; }
  a.love.deja .svg path {
    stroke: #fd2f47; }

a.star .svg {
  vertical-align: middle; }

a.star.deja .svg path, a.star.deja .svg polygon {
  fill: #FFF72F; }

a.star.deja .svg polyline {
  stroke: #FFF72F; }

.preloader-wrapper {
  float: left; }

.spinner-orange-only {
  border-color: #FB6A3B; }
  .spinner-orange-only .circle-clipper .circle {
    border-width: 5px; }

.btn.with-spinner, .with-spinner.btn-large {
  margin-right: 24px; }

.collapsible-header.active > .svg {
  transform: rotate(180deg); }

.modal .modal-content {
  padding-bottom: 0; }

.modal .modal-footer {
  padding: 0 24px 24px 24px; }

.modal.modal-fixed-footer .modal-content {
  overflow-x: hidden; }

.dropdown-button.repetition-button {
  text-transform: uppercase;
  font-weight: bold; }
  .dropdown-button.repetition-button .svg:not(.small) {
    width: 36px;
    height: 36px; }
    .dropdown-button.repetition-button .svg:not(.small) path, .dropdown-button.repetition-button .svg:not(.small) polygon {
      fill: #00988B; }
    .dropdown-button.repetition-button .svg:not(.small) polyline {
      stroke: #00988B; }
  .dropdown-button.repetition-button .svg.rep-center, .dropdown-button.repetition-button .svg.rep-basic, .dropdown-button.repetition-button .svg.rep-halfbrick, .dropdown-button.repetition-button .svg.rep-halfdrop, .dropdown-button.repetition-button .svg.rep-mirror {
    display: none; }
  .dropdown-button.repetition-button.rep-center .svg.rep-center,
  .dropdown-button.repetition-button.rep-basic .svg.rep-basic,
  .dropdown-button.repetition-button.rep-halfbrick .svg.rep-halfbrick,
  .dropdown-button.repetition-button.rep-halfdrop .svg.rep-halfdrop,
  .dropdown-button.repetition-button.rep-mirror .svg.rep-mirror {
    display: inline-block; }

.dropdown-content.repetition {
  width: 280px;
  margin-top: 18px; }
  .dropdown-content.repetition li > a {
    display: flex;
    color: #202020; }
  .dropdown-content.repetition .column {
    margin-bottom: 0; }
  .dropdown-content.repetition .svg {
    width: 36px;
    height: 36px; }
  .dropdown-content.repetition.rep-center .svg.rep-center,
  .dropdown-content.repetition.rep-basic .svg.rep-basic,
  .dropdown-content.repetition.rep-halfbrick .svg.rep-halfbrick,
  .dropdown-content.repetition.rep-halfdrop .svg.rep-halfdrop,
  .dropdown-content.repetition.rep-mirror .svg.rep-mirror {
    opacity: 1; }
    .dropdown-content.repetition.rep-center .svg.rep-center path, .dropdown-content.repetition.rep-center .svg.rep-center polygon,
    .dropdown-content.repetition.rep-basic .svg.rep-basic path,
    .dropdown-content.repetition.rep-basic .svg.rep-basic polygon,
    .dropdown-content.repetition.rep-halfbrick .svg.rep-halfbrick path,
    .dropdown-content.repetition.rep-halfbrick .svg.rep-halfbrick polygon,
    .dropdown-content.repetition.rep-halfdrop .svg.rep-halfdrop path,
    .dropdown-content.repetition.rep-halfdrop .svg.rep-halfdrop polygon,
    .dropdown-content.repetition.rep-mirror .svg.rep-mirror path,
    .dropdown-content.repetition.rep-mirror .svg.rep-mirror polygon {
      fill: #00988B; }
    .dropdown-content.repetition.rep-center .svg.rep-center polyline,
    .dropdown-content.repetition.rep-basic .svg.rep-basic polyline,
    .dropdown-content.repetition.rep-halfbrick .svg.rep-halfbrick polyline,
    .dropdown-content.repetition.rep-halfdrop .svg.rep-halfdrop polyline,
    .dropdown-content.repetition.rep-mirror .svg.rep-mirror polyline {
      stroke: #00988B; }

@media only screen and (max-width: 562px) {
  #toast-container {
    min-width: 96%;
    left: 2%;
    bottom: 120px; } }

@media only screen and (min-width: 563px) and (max-width: 960px) {
  #toast-container {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    max-width: 90%; } }

@media only screen and (min-width: 961px) {
  #toast-container {
    top: auto;
    bottom: 2%;
    right: 50%;
    transform: translateX(50%);
    max-width: 86%; } }

@media only screen and (max-width: 562px) {
  .toast {
    width: 100%;
    border-radius: 3px; } }

nav ul a, nav .avatar {
  padding: 0 12px; }
  nav ul a:hover, nav .avatar:hover {
    background-color: transparent; }

nav ul a.btn, nav ul a.btn-large {
  margin-left: 12px;
  margin-right: 12px; }

nav .left:not(.svg) {
  padding: 0 18px 0 18px; }

nav .left .button-sidenav, nav .left .query.icone a {
  padding-left: 24px;
  padding-right: 0; }

nav .right {
  padding-right: 12px; }

@media only screen and (min-width: 1281px) {
  nav .left {
    padding: 0 18px 0 36px; }
  nav .right {
    padding: 0 12px 0 18px; } }

nav .title {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 24px; }
  @media only screen and (min-width: 563px) {
    nav .title {
      height: 64px; } }
  nav .title h4 {
    font-size: 20px;
    color: #737373;
    margin: 0; }

nav .brand-logo {
  left: 122px;
  margin: 0 18px;
  height: 100%; }
  @media only screen and (min-width: 563px) {
    nav .brand-logo {
      left: 142px; } }
  @media only screen and (min-width: 961px) {
    nav .brand-logo {
      left: 82px; } }
  nav .brand-logo img {
    width: 120px; }

nav .avatar {
  width: 56px; }
  nav .avatar > a {
    height: 64px;
    padding: 0; }

nav .svg {
  height: 26px;
  width: 26px; }

.compte .topbar .title h4 {
  color: inherit; }

.boutique:not(.home):not(.sans-titre) .brand-logo, .compte:not(.sans-titre) .brand-logo, .achat:not(.sans-titre) .brand-logo, .ma-boutique:not(.sans-titre) .brand-logo {
  left: 50%;
  transform: translateX(-50%);
  margin: 0; }

.dropdown-content {
  border-radius: 3px; }

/*************** ELEMENTS VARIATIONS OF TOPBAR ************/
.topbar .query {
  display: none; }

.sans-titre .topbar .title {
  display: none; }

@media only screen and (max-width: 960px) {
  body:not(.sans-titre) .topbar .brand-logo {
    display: none; } }

 .query-page .topbar .query {
  display: none; }

.query-page .topbar .normal {
  display: flex; }

.landing .topbar .logo-orange, .aide .topbar .logo-orange {
  display: none; }

.compte .topbar .logo-orange, .ma-boutique .topbar .logo-orange, .aide .topbar .logo-orange {
  display: none; }

.boutique .topbar .logo-blanc, .achat .topbar .logo-blanc {
  display: none; }

.boutique .shortcut-menu, .achat .shortcut-menu, .compte .shortcut-menu, .ma-boutique .shortcut-menu {
  display: none; }

/*************** COLORS VARIATIONS OF TOPBAR ************/
.landing .topbar, .ma-boutique .topbar {
  background: rgba(32, 32, 32, 0.3); }

.boutique:not(.recherche) .topbar {
  background: #f6f6f6;
  border-bottom: 1px solid #D7D7D7; }
  @media only screen and (min-width: 563px) {
    .boutique:not(.recherche) .topbar {
      background: #FFFFFF; } }

.recherche .topbar, .designers .topbar, .achat .topbar, .aide .topbar {
  background: #f6f6f6; }

.achat .topbar a:not(.btn):not(.btn-large):not(.number-circle), .boutique .topbar a:not(.btn):not(.btn-large):not(.number-circle) {
  color: #737373; }

.achat .topbar .svg path, .achat .topbar .svg polygon, .boutique .topbar .svg path, .boutique .topbar .svg polygon {
  fill: #737373; }

.achat .topbar .svg polyline, .boutique .topbar .svg polyline {
  stroke: #737373; }

.compte .topbar .svg path, .compte .topbar .svg polygon, .compte .topbar .toggle-popin-aide .svg path, .compte .topbar .toggle-popin-aide .svg polygon {
  fill: #FFFFFF; }

.compte .topbar .svg polyline, .compte .topbar .toggle-popin-aide .svg polyline {
  stroke: #FFFFFF; }

.landing .topbar .svg path, .landing .topbar .svg polygon, .ma-boutique .topbar .svg path, .ma-boutique .topbar .svg polygon {
  fill: #FFFFFF; }

.landing .topbar .svg polyline, .ma-boutique .topbar .svg polyline {
  stroke: #FFFFFF; }

.ma-boutique .nav-content .tabs .active {
  border-bottom: 1px solid #FB6A3B;
  background-color: rgba(0, 152, 139, 0.4); }
  .ma-boutique .nav-content .tabs .active a:hover {
    color: #FFFFFF; }

.ma-boutique .nav-content .tabs .indicator {
  display: none; }

.compte .nav-content .tabs .indicator {
  background-color: #FB6A3B; }

.recherche .nav-content, .designers .nav-content {
  max-height: 46px; }
  .recherche .nav-content .tabs, .designers .nav-content .tabs {
    transform: translateY(-2px); }
    .recherche .nav-content .tabs .indicator, .designers .nav-content .tabs .indicator {
      background-color: #00988B; }
    .recherche .nav-content .tabs a.active, .recherche .nav-content .tabs a:hover, .designers .nav-content .tabs a.active, .designers .nav-content .tabs a:hover {
      color: #00988B; }

.achat .nav-wrapper {
  border-bottom: 1px solid #D7D7D7; }

.achat .nav-content {
  background: #FFFFFF; }

/*************** TAILLE TOPBAR & MAIN ************/
@media only screen and (max-width: 562px) {
  .navbar-fixed nav {
    position: relative; } }

.recherche .navbar-fixed nav, .designers .navbar-fixed nav, .order .navbar-fixed nav {
  position: relative; }

.recherche .navbar-fixed {
  height: 160px; }
  @media only screen and (min-width: 563px) {
    .recherche .navbar-fixed {
      height: 174px; } }

.recherche main {
  min-height: calc(100vh - 160px); }
  @media only screen and (min-width: 563px) {
    .recherche main {
      min-height: calc(100vh - 174px); } }

.compte .navbar-fixed {
  height: 120px; }
  @media only screen and (min-width: 563px) {
    .compte .navbar-fixed {
      height: 120px; } }

.compte main {
  min-height: calc(100vh - 120px); }
  @media only screen and (min-width: 563px) {
    .compte main {
      min-height: calc(100vh - 120px); } }

.achat .navbar-fixed, .designers .navbar-fixed {
  height: 112px; }
  @media only screen and (min-width: 563px) {
    .achat .navbar-fixed, .designers .navbar-fixed {
      height: 128px; } }

.achat main, .designers main {
  min-height: calc(100vh - 112px); }
  @media only screen and (min-width: 563px) {
    .achat main, .designers main {
      min-height: calc(100vh - 128px); } }

@media only screen and (min-width: 961px) {
  .aide main {
    padding-left: 344px; } }

@media only screen and (min-width: 1281px) {
  .aide main {
    padding-left: 320px; } }

/*************** ELEMENTS OF TOPBAR ************/
.topbar .toggle-popin-aide .svg path, .topbar .toggle-popin-aide .svg polygon {
  fill: #00988B; }

.topbar .toggle-popin-aide .svg polyline {
  stroke: #00988B; }

.toggle-popin-aide span {
  padding-right: 6px; }
  @media only screen and (max-width: 1280px) {
    .toggle-popin-aide span {
      display: none; } }

.shortcut-menu {
  position: fixed;
  width: 50px;
  padding-left: 24px; }
  .shortcut-menu li {
    padding-top: 18px; }
  .shortcut-menu .svg path, .shortcut-menu .svg polygon {
    fill: #FFFFFF; }
  .shortcut-menu .svg polyline {
    stroke: #FFFFFF; }
  .shortcut-menu .svg:hover path, .shortcut-menu .svg:hover polygon {
    fill: #6ACFC2; }
  .shortcut-menu .svg:hover polyline {
    stroke: #6ACFC2; }

.search-field {
  position: relative; }
  .search-field .input-holder {
    height: 44px;
    width: 44px;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    transition: all 0.3s ease-in-out; }
    .search-field .input-holder .search-input {
      width: 100%;
      height: 100%;
      padding: 0px 40px 0 70px;
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      background: transparent;
      box-sizing: border-box;
      border: none;
      outline: none;
      color: black;
      transition: all .3s ease-in-out;
      transition-delay: 0.3s; }
    .search-field .input-holder .search-icon {
      border: none;
      padding: 0px;
      outline: none;
      position: relative;
      z-index: 2;
      float: left;
      line-height: 44px;
      cursor: pointer;
      background: transparent; }
      .search-field .input-holder .search-icon .svg {
        margin: 0 10px; }
  .search-field .close {
    position: absolute;
    top: 0px;
    right: 10px;
    line-height: 44px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .search-field.active .input-holder {
    width: 450px;
    background: white;
    transition: all .5s ease-in-out; }
    @media only screen and (min-width: 961px) {
      .search-field.active .input-holder {
        width: 25vw; } }
    @media only screen and (min-width: 1281px) {
      .search-field.active .input-holder {
        width: 450px; } }
    .search-field.active .input-holder .search-input {
      opacity: 1; }
  .search-field.active .close {
    opacity: 1; }
  .search-field .svg path, .search-field .svg polygon {
    fill: #737373; }
  .search-field .svg polyline {
    stroke: #737373; }

.compte .search-field .svg path, .compte .search-field .svg polygon, .ma-boutique .search-field .svg path, .ma-boutique .search-field .svg polygon, .landing .search-field .svg path, .landing .search-field .svg polygon {
  fill: #FFFFFF; }

.compte .search-field .svg polyline, .ma-boutique .search-field .svg polyline, .landing .search-field .svg polyline {
  stroke: #FFFFFF; }

.compte .search-field.active .svg path, .compte .search-field.active .svg polygon, .ma-boutique .search-field.active .svg path, .ma-boutique .search-field.active .svg polygon, .landing .search-field.active .svg path, .landing .search-field.active .svg polygon {
  fill: #737373; }

.compte .search-field.active .svg polyline, .ma-boutique .search-field.active .svg polyline, .landing .search-field.active .svg polyline {
  stroke: #737373; }

.compte .search-field.active .svg:hover path, .compte .search-field.active .svg:hover polygon, .ma-boutique .search-field.active .svg:hover path, .ma-boutique .search-field.active .svg:hover polygon, .landing .search-field.active .svg:hover path, .landing .search-field.active .svg:hover polygon {
  fill: #00988B; }

.compte .search-field.active .svg:hover polyline, .ma-boutique .search-field.active .svg:hover polyline, .landing .search-field.active .svg:hover polyline {
  stroke: #00988B; }

.dropdown-content-search {
  width: 90%;
  overflow-y: auto !important; }
  @media only screen and (min-width: 563px) {
    .dropdown-content-search {
      width: 362px; } }
  .dropdown-content-search li:not(.divider) {
    padding: 9px 18px; }
  .dropdown-content-search li.titre-section {
    padding: 0;
    background-color: white;
    cursor: default; }
  .dropdown-content-search .column-image {
    width: 48px;
    padding-left: 18px; }
  .dropdown-content-search p {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    padding: 0 18px; }
  .dropdown-content-search li > a {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 100%;
    color: #202020; }
    .dropdown-content-search li > a.row-horizontal .column {
      margin-bottom: 0; }
  .dropdown-content-search .svg {
    height: 18px;
    width: 18px; }
    .dropdown-content-search .svg.love path, .dropdown-content-search .svg.love polygon {
      fill: #fd2f47; }
    .dropdown-content-search .svg.love polyline {
      stroke: #fd2f47; }
    .dropdown-content-search .svg.star path, .dropdown-content-search .svg.star polygon {
      fill: #FFF72F; }
    .dropdown-content-search .svg.star polyline {
      stroke: #FFF72F; }

.dropdown-connexion {
  padding: 9px 24px;
  line-height: 30px;
  text-align: right;
  background: #f6f6f6; }
  .dropdown-connexion .inscription {
    margin-top: 0;
    width: 240px; }
    .dropdown-connexion .inscription .input-field input[type="email"]:valid, .dropdown-connexion .inscription .input-field input[type="password"]:valid {
      border-bottom: 1px solid #D7D7D7; }
  .dropdown-connexion input {
    color: #202020; }

.landing .dropdown-connexion a:not(.btn):not(.btn-large) {
  color: #737373; }

.searchbar {
  background: #FFFFFF;
  border-top: 1px solid #D7D7D7; }
  .searchbar.pinned {
    border-top: 0px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7; }
  .searchbar .svg, .searchbar .color-icon {
    display: inline; }
  .searchbar label {
    color: #737373; }
  @media only screen and (max-width: 960px) {
    .searchbar .search_box_wrapper {
      flex: 1; } }
  .searchbar .search-box {
    padding: 7px;
    max-width: 346px; }
    @media only screen and (min-width: 1281px) {
      .searchbar .search-box {
        width: 346px; } }
    .searchbar .search-box input[type="search"] {
      padding: 0;
      width: calc(100% - 3rem);
      height: 36px;
      line-height: 36px; }
      @media only screen and (min-width: 563px) {
        .searchbar .search-box input[type="search"] {
          height: 45px;
          line-height: 45px; } }
    .searchbar .search-box .svg {
      margin-left: 5px;
      margin-top: 5px; }
      @media only screen and (min-width: 563px) {
        .searchbar .search-box .svg {
          margin-left: 10px;
          margin-top: 10px; } }
  .searchbar .autocomplete-content {
    position: absolute;
    width: 100%;
    margin-left: 0;
    margin-top: 0; }
  .searchbar .row-search {
    justify-content: space-evenly;
    flex-direction: row;
    padding-right: 24px; }
  .searchbar ul.row > li:not(.search_box_wrapper) {
    padding-left: 18px; }
  .searchbar .search_box_wrapper {
    padding-left: 24px; }
    @media only screen and (min-width: 563px) {
      .searchbar .search_box_wrapper {
        padding-left: 42px; } }
  .searchbar .filtres-button .btn.active, .searchbar .filtres-button .active.btn-large {
    background: #00988B;
    color: #FFFFFF; }

.searchbar .dropdown-content li.color-select:hover, #modal-filtres .dropdown-content li.color-select:hover {
  background-color: transparent; }

.searchbar .color-select, #modal-filtres .color-select {
  max-width: 300px;
  min-width: 200px;
  padding: 18px 18px 9px 9px; }
  .searchbar .color-select .color-item, #modal-filtres .color-select .color-item {
    max-width: 20%;
    min-width: 40px;
    display: inline-block;
    float: left;
    padding: 0 0 9px 9px; }
    .searchbar .color-select .color-item img, #modal-filtres .color-select .color-item img {
      border: 6px solid #FFFFFF;
      transition: border ease-in-out 100ms; }
    .searchbar .color-select .color-item:hover img, #modal-filtres .color-select .color-item:hover img {
      border: 0px solid #FFFFFF; }
    .searchbar .color-select .color-item.selected img, #modal-filtres .color-select .color-item.selected img {
      border: 6px solid #D7D7D7; }

.designers .row-search, .favoris .row-search {
  justify-content: flex-start; }

#modal-filtres {
  height: 100%;
  max-height: 100%;
  background-color: #FFFFFF; }
  #modal-filtres .modal-wrapper {
    min-height: calc(100% - 56px); }
  #modal-filtres .column {
    padding: 12px 24px; }
  #modal-filtres .modal-title {
    background: #f6f6f6; }

.menu-etapes {
  position: relative;
  overflow: hidden;
  padding: 0 48px; }
  @media only screen and (min-width: 961px) {
    .menu-etapes {
      padding: 0; } }
  .menu-etapes .etapes-wrapper {
    text-align: center;
    flex-direction: row;
    margin-left: 0;
    width: 100%;
    align-items: center;
    height: 76px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -20px;
    transform: translateY(-4px); }
    @media only screen and (min-width: 563px) {
      .menu-etapes .etapes-wrapper {
        height: 84px; } }
    @media only screen and (min-width: 961px) {
      .menu-etapes .etapes-wrapper {
        overflow: hidden;
        height: 76px;
        margin-bottom: 0;
        transform: none;
        height: 64px; } }
    .menu-etapes .etapes-wrapper:before {
      content: '';
      right: 14%;
      left: 14%;
      position: absolute; }
      @media only screen and (min-width: 961px) {
        .menu-etapes .etapes-wrapper:before {
          border-bottom: 1px solid #D7D7D7; } }
    .menu-etapes .etapes-wrapper > .column:first-child {
      padding: 0; }
  .menu-etapes .scrollindicator {
    position: absolute;
    top: 0;
    line-height: 56px;
    cursor: pointer; }
    @media only screen and (min-width: 961px) {
      .menu-etapes .scrollindicator {
        display: none; } }
    @media only screen and (min-width: 563px) {
      .menu-etapes .scrollindicator {
        line-height: 64px; } }
    .menu-etapes .scrollindicator.left-side {
      left: 5px; }
    .menu-etapes .scrollindicator.right-side {
      right: 5px; }
  .menu-etapes .column {
    padding: 0 0 0 18px;
    z-index: 1; }
    .menu-etapes .column p {
      margin: 0; }
    .menu-etapes .column span {
      background: #FFFFFF;
      padding-left: 18px; }
    .menu-etapes .column span + span {
      padding-right: 18px; }
  .menu-etapes .row {
    flex-direction: row; }
  .menu-etapes .number-circle {
    background: #929292;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 25px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    display: block;
    font-size: 14px; }
    .menu-etapes .number-circle.active {
      background: #00988B; }

.menu-tabs {
  position: relative;
  overflow: hidden;
  padding: 0 48px; }
  .menu-tabs .tabs {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -20px;
    height: 68px; }
  .menu-tabs .indicator {
    transform: translateY(-20px); }
  .menu-tabs .scrollindicator {
    display: none;
    position: absolute;
    top: 0;
    line-height: 43px;
    cursor: pointer; }
    .menu-tabs .scrollindicator.left-side {
      left: 5px; }
    .menu-tabs .scrollindicator.right-side {
      right: 5px; }
  .menu-tabs.scroll {
    margin-bottom: 0px; }
    .menu-tabs.scroll .tabs {
      overflow: hidden;
      margin-bottom: 0px;
      height: 48px; }
      .menu-tabs.scroll .tabs a.active {
        border-bottom: 2px solid #00988B; }
      .menu-tabs.scroll .tabs .indicator {
        display: none; }
    .menu-tabs.scroll .scrollindicator {
      display: block; }

.compte .menu-tabs.scroll .tabs a.active {
  border-bottom: 2px solid #FB6A3B; }

/******************* SIDENAV *********************/
#sidenav-overlay, .modal-overlay {
  background-color: rgba(59, 59, 59, 0.5); }

.side-nav {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  flex-direction: column;
  margin-left: 0px; }
  @media only screen and (min-width: 563px) {
    .side-nav {
      width: 256px; } }
  .side-nav li.active {
    background-color: #f6f6f6; }
  .side-nav li > a, .side-nav .collapsible-header {
    padding: 0 24px; }
    .side-nav li > a:hover, .side-nav .collapsible-header:hover {
      background-color: #FFFFFF; }
    .side-nav li > a .svg, .side-nav .collapsible-header .svg {
      margin: 0 18px 0 0; }
  .side-nav .collapsible-header.active > .svg {
    transform: rotate(180deg) translateY(50%); }
  .side-nav li > a {
    font-size: 15px;
    overflow: hidden; }
  .side-nav li.current {
    border-left: 5px solid #00988B; }
    .side-nav li.current > a {
      padding-left: 19px; }
      .side-nav li.current > a .svg path, .side-nav li.current > a .svg polygon {
        fill: #00988B; }
      .side-nav li.current > a .svg polyline {
        stroke: #00988B; }
  .side-nav .fill {
    margin: 0; }
  .side-nav .logo {
    text-align: center;
    line-height: 56px; }
    .side-nav .logo img {
      max-height: 40px; }
    .side-nav .logo h4 {
      margin: 10px 0 0;
      font-weight: normal; }
  .side-nav .close-link, .side-nav .cart-link {
    position: absolute;
    top: 0; }
    .side-nav .close-link .svg, .side-nav .cart-link .svg {
      margin: 0; }
    .side-nav .close-link:hover, .side-nav .cart-link:hover {
      background-color: transparent; }
  .side-nav .close-link {
    left: 0;
    padding: 0 0 0 24px; }
  .side-nav .cart-link {
    right: 0;
    padding: 0 18px 0 0; }
  .side-nav .cart-items:after {
    top: 12px;
    left: 16px; }
  .side-nav .encart-connexion {
    color: #FFFFFF;
    background: #00988B;
    min-height: 100px;
    padding: 8px 24px 18px; }
  .side-nav .encart-connected {
    background: #00988B;
    padding: 24px 32px; }
  .side-nav .encart-aide {
    background: #00988B; }
  .side-nav .mon-compte {
    background: #00988B; }
    .side-nav .mon-compte a {
      color: #FFFFFF; }
    .side-nav .mon-compte .svg path, .side-nav .mon-compte .svg polygon {
      fill: #FFFFFF; }
    .side-nav .mon-compte .svg polyline {
      stroke: #FFFFFF; }
    .side-nav .mon-compte > a:hover {
      color: #737373; }
      .side-nav .mon-compte > a:hover .svg path, .side-nav .mon-compte > a:hover .svg polygon {
        fill: #737373; }
      .side-nav .mon-compte > a:hover .svg polyline {
        stroke: #737373; }
  .side-nav .collapsible-header.active {
    background-color: #FFFFFF; }
  .side-nav .collapsible-body {
    background-color: transparent; }
    .side-nav .collapsible-body li a {
      padding-left: 71px; }
  .side-nav .sidenav-footer {
    padding: 32px 18px 36px;
    line-height: inherit; }
    .side-nav .sidenav-footer p {
      color: #737373;
      font-size: 0.9rem; }
    .side-nav .sidenav-footer a {
      display: inline;
      padding: 0;
      color: #737373;
      line-height: inherit; }
      .side-nav .sidenav-footer a:hover {
        background-color: transparent;
        color: #202020; }
  .side-nav .sidebar-social a {
    display: inline-block; }
    .side-nav .sidebar-social a img {
      max-height: 24px;
      padding-right: 12px;
      filter: grayscale(100%);
      opacity: 0.8; }
      .side-nav .sidebar-social a img:hover {
        opacity: 1;
        filter: grayscale(0%); }
  .side-nav .svg {
    vertical-align: middle; }
  .side-nav.not-connected .encart-connected, .side-nav.not-connected .mon-compte, .side-nav.not-connected .mes-images {
    display: none; }
  .side-nav.connected .encart-connexion {
    display: none; }
  .side-nav.compte {
    color: #FFFFFF;
    background-color: #00988B; }
    .side-nav.compte li > a {
      color: #FFFFFF; }
      .side-nav.compte li > a .svg path, .side-nav.compte li > a .svg polygon {
        fill: #FFFFFF; }
      .side-nav.compte li > a .svg polyline {
        stroke: #FFFFFF; }
      .side-nav.compte li > a:not(.close-link):not(.cart-link):hover {
        color: #FFFFFF;
        background-color: #058879; }
        .side-nav.compte li > a:not(.close-link):not(.cart-link):hover .svg path, .side-nav.compte li > a:not(.close-link):not(.cart-link):hover .svg polygon {
          fill: #FFFFFF; }
        .side-nav.compte li > a:not(.close-link):not(.cart-link):hover .svg polyline {
          stroke: #FFFFFF; }
    .side-nav.compte li.mes-images > a {
      color: #737373;
      background-color: #f6f6f6; }
      .side-nav.compte li.mes-images > a .svg path, .side-nav.compte li.mes-images > a .svg polygon {
        fill: #737373; }
      .side-nav.compte li.mes-images > a .svg polyline {
        stroke: #737373; }
      .side-nav.compte li.mes-images > a:hover {
        background-color: #FFFFFF; }
    .side-nav.compte .sidenav-footer p, .side-nav.compte .sidenav-footer a {
      color: #FFFFFF; }
    .side-nav.compte .sidenav-footer a:hover {
      color: #202020; }
    .side-nav.compte li.active {
      background-color: #00988B; }
    .side-nav.compte .collapsible-header.active {
      background-color: #00988B; }
      .side-nav.compte .collapsible-header.active:hover {
        background-color: #058879; }
  .side-nav.help {
    background-color: #FFFFFF; }
    @media only screen and (min-width: 563px) {
      .side-nav.help {
        width: 320px; } }
    .side-nav.help li.active {
      background: none; }
    .side-nav.help .close-link {
      color: #FFFFFF; }
      .side-nav.help .close-link:hover {
        color: #D7D7D7; }
      .side-nav.help .close-link .svg path, .side-nav.help .close-link .svg polygon {
        fill: #FFFFFF; }
      .side-nav.help .close-link .svg polyline {
        stroke: #FFFFFF; }
    .side-nav.help .logo {
      padding-left: 71px;
      text-align: left;
      color: #FFFFFF; }
    .side-nav.help .search-box {
      padding: 1px 32px; }
      .side-nav.help .search-box .input-field {
        background: #FFFFFF; }
    .side-nav.help .collapsible li > a {
      height: auto;
      display: inline-block;
      line-height: normal; }
    .side-nav.help .collapsible-header {
      padding-left: 24px;
      font-weight: 600; }
      .side-nav.help .collapsible-header:hover, .side-nav.help .collapsible-header.active {
        background: none; }
    .side-nav.help .collapsible-body li > a {
      padding-left: 48px;
      font-weight: 400; }
    .side-nav.help a:hover {
      color: #00988B; }
    .side-nav.help .sidenav-footer {
      padding-top: 56px;
      padding-bottom: 64px; }
  .side-nav#slide-order {
    background-color: #FFFFFF; }
    .side-nav#slide-order .total-box p, .side-nav#slide-order .total-box h4 {
      margin-bottom: 0; }
    .side-nav#slide-order .grand {
      font-size: 16px; }

/******************* POPIN AIDE *******************/
.popin-aide {
  display: none;
  position: fixed;
  z-index: 998;
  right: 10px;
  top: 120px;
  width: 324px;
  max-height: 75vh;
  background: #FFFFFF;
  overflow-y: auto; }
  .popin-aide .encart-titre {
    padding: 60px 24px 1px;
    background: #737373;
    color: #FFFFFF; }
    .popin-aide .encart-titre a {
      color: #FFFFFF; }
      .popin-aide .encart-titre a .svg path, .popin-aide .encart-titre a .svg polygon {
        fill: #FFFFFF; }
      .popin-aide .encart-titre a .svg polyline {
        stroke: #FFFFFF; }
    .popin-aide .encart-titre .fixed-title {
      position: fixed;
      right: 10px;
      top: 120px;
      z-index: 999;
      width: 324px;
      padding: 1px 24px;
      background: #737373; }
  .popin-aide .encart-questions {
    padding: 12px 24px; }
  .popin-aide .encart-footer {
    padding: 12px 24px 24px 24px;
    background: #00988B;
    text-align: right;
    color: #FFFFFF; }
  .popin-aide .search-box .input-field {
    background: #FFFFFF; }
  .popin-aide .collapsible .collapsible-header {
    border-color: #D7D7D7; }
  .popin-aide .divider {
    margin: 0 -24px 5px; }
  .popin-aide .svg {
    vertical-align: middle; }
  .popin-aide a.noir .svg {
    margin-right: 18px; }
    .popin-aide .row {
      flex-direction: row;
    }

/******************* FOOTER *********************/
footer {
  padding: 96px 18px 56px; }
  footer .inspiration {
    display: none; }

.inspiration footer .inspiration {
  display: block; }

.inspiration footer .normal {
  display: none; }

.pagination {
  margin-bottom: 56px; }
  .pagination .btn-floating {
    margin-left: 18px; }
  .pagination.row .column.column-md {
    max-width: 100%; }
    @media only screen and (max-width: 960px) {
      .pagination.row .column.column-md {
        flex: 0 0 100%; } }

.cart-items {
  position: relative; }
  .cart-items:after {
    content: '';
    position: absolute;
    display: block;
    top: 18px;
    left: 17px;
    height: 10px;
    width: 10px;
    background-color: tomato;
    border-radius: 50%; }

.page .preview img {
  padding: 8px 0 24px; }

.page .text_box {
  margin: 18px;
  padding-top: 8px;
  padding-bottom: 1px; }
  .page .text_box .input-field {
    margin-bottom: 0; }

.page .file-field {
  margin: 18px; }

.page .commande {
  margin-top: 24px;
  padding: 18px;
  background: #e5f6f4; }
  .page .commande .column .input-box {
    max-width: 300px;
    background: #FFFFFF;
    padding: 6px 18px 1px; }
    .page .commande .column .input-box input {
      margin-bottom: 6px; }

.page .titre .btn, .page .titre .btn-large {
  margin-bottom: 18px; }
  @media only screen and (min-width: 563px) {
    .page .titre .btn, .page .titre .btn-large {
      margin-bottom: 0; } }

.page .commentaire {
  background: #FFFFFF;
  padding: 12px 18px 0 18px; }
  .page .commentaire textarea.materialize-textarea {
    border: none;
    box-shadow: none; }

.tarifs .collection {
  font-size: 12px;
  margin: 24px 0 0 0;
  border-bottom: 0; }
  .tarifs .collection .svg path, .tarifs .collection .svg polygon {
    fill: #FFFFFF; }
  .tarifs .collection .svg polyline {
    stroke: #FFFFFF; }

.tarifs .collection-item {
  display: flex;
  padding: 18px 36px; }

.tarifs .collapsible {
  box-shadow: none;
  margin: 0;
  font-size: 15px; }

.tarifs .collapsible-header {
  padding: 18px 36px; }

.tarifs .collapsible-body {
  background: #FFFFFF;
  padding: 36px; }

.tarifs .collection .column, .tarifs .collapsible .column {
  margin: 0;
  padding: 6px 0 6px 18px; }

.tarifs .collection .svg, .tarifs .collapsible .svg {
  height: 33px;
  width: 30px; }

.tarifs .tissu {
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (min-width: 563px) {
    .tarifs .tissu {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media only screen and (min-width: 1281px) {
    .tarifs .tissu {
      flex: 0 0 28%;
      max-width: 28%; } }
  @media only screen and (min-width: 1601px) {
    .tarifs .tissu {
      flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (max-width: 562px) {
  .tarifs .poids {
    display: none; } }

@media only screen and (min-width: 563px) {
  .tarifs .poids {
    flex: 0 0 30%;
    max-width: 30%; } }

@media only screen and (min-width: 961px) {
  .tarifs .poids {
    flex: 0 0 15%;
    max-width: 15%; } }

@media only screen and (min-width: 1281px) {
  .tarifs .poids {
    flex: 0 0 12%;
    max-width: 12%; } }

@media only screen and (min-width: 1601px) {
  .tarifs .poids {
    flex: 0 0 10%;
    max-width: 10%; } }

@media only screen and (max-width: 960px) {
  .tarifs .compo {
    display: none; } }

@media only screen and (min-width: 961px) {
  .tarifs .compo {
    flex: 0 0 15%;
    max-width: 15%; } }

@media only screen and (min-width: 1281px) {
  .tarifs .compo {
    flex: 0 0 12%;
    max-width: 12%; } }

@media only screen and (min-width: 1601px) {
  .tarifs .compo {
    flex: 0 0 10%;
    max-width: 10%; } }

@media only screen and (max-width: 960px) {
  .tarifs .largeur {
    display: none; } }

@media only screen and (min-width: 961px) {
  .tarifs .largeur {
    flex: 0 0 15%;
    max-width: 15%; } }

@media only screen and (min-width: 1281px) {
  .tarifs .largeur {
    flex: 0 0 12%;
    max-width: 12%; } }

@media only screen and (min-width: 1601px) {
  .tarifs .largeur {
    flex: 0 0 10%;
    max-width: 10%; } }

.tarifs .prix {
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (min-width: 563px) {
    .tarifs .prix {
      flex: 0 0 30%;
      max-width: 30%; } }
  @media only screen and (min-width: 961px) {
    .tarifs .prix {
      flex: 0 0 15%;
      max-width: 15%; } }
  @media only screen and (min-width: 1281px) {
    .tarifs .prix {
      flex: 0 0 12%;
      max-width: 12%; } }
  @media only screen and (min-width: 1601px) {
    .tarifs .prix {
      flex: 0 0 10%;
      max-width: 10%; } }

@media only screen and (max-width: 1280px) {
  .tarifs .statut, .tarifs .extra-prix {
    display: none; } }

@media only screen and (min-width: 1281px) {
  .tarifs .statut, .tarifs .extra-prix {
    flex: 0 0 12%;
    max-width: 12%; } }

@media only screen and (min-width: 1601px) {
  .tarifs .statut, .tarifs .extra-prix {
    flex: 0 0 10%;
    max-width: 10%; } }

@media only screen and (max-width: 1600px) {
  .tarifs .extra {
    display: none; } }

@media only screen and (min-width: 1601px) {
  .tarifs .extra {
    flex: 0 0 10%;
    max-width: 10%; } }

.concours .resultats > .column {
  margin-bottom: 24px; }

.concours .resultats .crop {
  position: relative;
  overflow: hidden; }
  .concours .resultats .crop .social-icons {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 18px;
    line-height: 48px; }
    .concours .resultats .crop .social-icons .svg {
      min-width: 24px; }
      .concours .resultats .crop .social-icons .svg path, .concours .resultats .crop .social-icons .svg polygon {
        fill: #737373; }
      .concours .resultats .crop .social-icons .svg polyline {
        stroke: #737373; }
      .concours .resultats .crop .social-icons .svg:hover path, .concours .resultats .crop .social-icons .svg:hover polygon {
        fill: #202020; }
      .concours .resultats .crop .social-icons .svg:hover polyline {
        stroke: #202020; }

.concours .resultats .infos {
  padding: 18px; }

.concours .vote img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.concours .love {
  color: #202020;
  background: #FFFFFF;
  max-height: 24px; }

@media only screen and (min-width: 563px) {
  .mes-images .container .column-gauche {
    padding-left: 42px;
    padding-right: 36px; } }

@media only screen and (min-width: 563px) {
  .mes-images .container .column-droite {
    padding-left: 36px;
    padding-right: 24px; } }

.mes-images .container h6 {
  color: #737373;
  font-size: 15px;
  font-weight: bold; }

.mes-images .container .collapsible {
  border: none;
  box-shadow: none; }

.mes-images .container .collapsible-header {
  background: transparent;
  border: none;
  padding: 0 12px;
  border-top: 2px solid #A54CBF; }
  .mes-images .container .collapsible-header h5 {
    width: 100%;
    text-align: right;
    color: #A54CBF; }
  .mes-images .container .collapsible-header .svg {
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 6px;
    height: 24px; }
    .mes-images .container .collapsible-header .svg path, .mes-images .container .collapsible-header .svg polygon {
      fill: #737373; }
    .mes-images .container .collapsible-header .svg polyline {
      stroke: #737373; }
  .mes-images .container .collapsible-header label {
    color: #202020; }

.mes-images .container .collapsible-body {
  padding: 0;
  border-bottom: 2px solid #A54CBF;
  margin-bottom: 48px; }

.mes-images .container .validation-buttons {
  text-align: right;
  padding: 24px;
  background: #fbfbfb; }

.mes-images .container .outils-zoom {
  background: #FFFFFF;
  padding: 8px; }
  .mes-images .container .outils-zoom > li {
    display: inline-block;
    padding: 0 12px; }
  .mes-images .container .outils-zoom .svg {
    max-width: 40px;
    opacity: 0.7; }
    .mes-images .container .outils-zoom .svg:hover {
      opacity: 1; }
  .mes-images .container .outils-zoom .select-dropdown li:hover img {
    opacity: 1; }
  .mes-images .container .outils-zoom .separator {
    border-left: 1px solid #D7D7D7; }

.mes-images .container .image-zoom {
  padding: 24px; }

.mes-images .container .vignette {
  max-width: 100px;
  margin: 24px; }

.mes-images .container .field-box.inline span {
  padding: 0 12px; }

.aide main .row .column.column-md, .popin-aide .row .column.column-md {
  flex: 0 0 auto; }
  @media only screen and (min-width: 961px) {
    .aide main .row .column.column-md, .popin-aide .row .column.column-md {
      max-width: 716px;
      padding-right: 200px; } }
  @media only screen and (max-width: 562px) {
    .aide main .row .column.column-md, .popin-aide .row .column.column-md {
      padding: 24px 24px 24px 42px; } }

.aide main .collapsible, .popin-aide .collapsible {
  border: none;
  box-shadow: none; }

.aide main .collapsible-header, .popin-aide .collapsible-header {
  padding: 0;
  background: transparent;
  border: none;
  border-top: 1px solid #737373; }
  .aide main .collapsible-header h4, .popin-aide .collapsible-header h4 {
    width: 100%;
    margin: 0;
    line-height: 48px; }
  .aide main .collapsible-header .svg, .popin-aide .collapsible-header .svg {
    height: 30px;
    width: 30px;
    margin-top: 7px; }
    .aide main .collapsible-header .svg path, .aide main .collapsible-header .svg polygon, .popin-aide .collapsible-header .svg path, .popin-aide .collapsible-header .svg polygon {
      fill: #737373; }
    .aide main .collapsible-header .svg polyline, .popin-aide .collapsible-header .svg polyline {
      stroke: #737373; }

.aide main .collapsible-body, .popin-aide .collapsible-body {
  border: none;
  padding: 0; }
  .aide main .collapsible-body img, .popin-aide .collapsible-body img {
    margin-bottom: 24px; }

@media only screen and (min-width: 1281px) {
  .compte .row .column.column-md {
    flex: 0 0 33.3333%; } }

.compte .email_form span, .compte .name_form span {
  color: #737373;
  text-transform: uppercase; }

.compte .email_form label, .compte .name_form label {
  color: #202020; }

.compte .avatar_form, .compte .bandeau_form {
  background: #f6f6f6;
  border-radius: 3px;
  padding: 18px; }
  .compte .avatar_form .svg, .compte .bandeau_form .svg {
    height: 96px;
    width: 96px; }
  .compte .avatar_form .file-path::placeholder, .compte .bandeau_form .file-path::placeholder {
    color: #202020; }

.compte article + article {
  margin-top: 18px; }

.compte #notifications label {
  color: #202020; }

.ma-boutique main .fill {
  margin-top: -105px; }
  @media only screen and (min-width: 563px) {
    .ma-boutique main .fill {
      margin-top: -115px; } }

.ma-boutique .circle.big {
  width: 100px;
  margin-bottom: 24px;
  margin-top: .82rem; }

.ma-boutique h2.turquoise {
  color: #058879; }

@media only screen and (max-width: 960px) {
  .ma-boutique .row-vert-md {
    flex-direction: column; } }

.commandes .count_en_cours, .side-nav .count_en_cours {
  color: #FB6A3B; }

.factures .collection {
  font-size: 12px;
  margin: 24px 0 0 0; }
  .factures .collection .svg.turquoise path, .factures .collection .svg.turquoise polygon {
    fill: #00988B; }
  .factures .collection .svg.turquoise polyline {
    stroke: #00988B; }
  .factures .collection .secondary-content {
    padding-left: 18px; }

.factures .collection-item {
  display: flex;
  padding: 0 18px;
  line-height: 64px; }
  @media only screen and (min-width: 563px) {
    .factures .collection-item {
      padding: 0 36px; } }

.factures .collection-item:first-child {
  background: #e5f6f4; }

.factures .collapsible {
  font-size: 15px;
  box-shadow: none;
  margin: 0;
  border: none; }
  .factures .collapsible li {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    transition: margin ease-in-out 200ms; }
    .factures .collapsible li.active {
      margin: 24px 0;
      border-top: 1px solid #D7D7D7; }
    .factures .collapsible li.active + li {
      border-top: 1px solid #D7D7D7; }

.factures .collapsible-header {
  padding: 0 18px;
  line-height: 48px; }

.collapsible-header i {
  width: 14px;
  margin-right: 0;
}
  @media only screen and (max-width: 562px) {
    .factures .collapsible-header .modif_buttons {
      display: block;
      padding: 0;
    }
    .factures .collapsible-header .modif_buttons a {
      padding: 0 12px;
      color: white;
    }
  }
  @media only screen and (min-width: 563px) {
    .factures .collapsible-header .modif_buttons {
      display: none;
    }
    .factures .collapsible-header {
      padding: 0 36px; } }

.factures .collapsible-header > .svg {
  height: 30px;
  width: 30px;
  margin-top: 7px;
  display: none; }
  .factures .collapsible-header > .svg path, .factures .collapsible-header > .svg polygon {
    fill: #737373; }
  .factures .collapsible-header > .svg polyline {
    stroke: #737373; }
  @media only screen and (min-width: 563px) {
    .factures .collapsible-header > .svg {
      display: inline; } }

.factures .collapsible-body {
  background: #FFFFFF;
  padding: 0; }
  .factures .collapsible-body .facture-detail {
    color: #929292;
    padding: 12px 18px; }
    @media only screen and (min-width: 563px) {
      .factures .collapsible-body .facture-detail {
        padding: 12px 36px; } }
    .factures .collapsible-body .facture-detail:not(:last-child) {
      border-bottom: 1px solid #D7D7D7; }
  .factures .collapsible-body .numero {
    flex: 0 0 19.4%;
    max-width: 19.4%; }

.factures .collection .column, .factures .collapsible .column {
  margin: 0; }

.factures label {
  vertical-align: middle; }

.factures .toggle {
  flex: 0 0 10%;
  max-width: 10%; }
  @media only screen and (min-width: 961px) {
    .factures .toggle {
      flex: 0 0 5%;
      max-width: 5%; } }

.factures .numero {
  flex: 0 0 40%;
  max-width: 40%; }
  @media only screen and (min-width: 563px) {
    .factures .numero {
      flex: 0 0 23%;
      max-width: 23%; } }
  @media only screen and (min-width: 961px) {
    .factures .numero {
      flex: 0 0 20%;
      max-width: 20%; } }

@media only screen and (max-width: 960px) {
  .factures .date {
    display: none; } }

@media only screen and (min-width: 961px) {
  .factures .date {
    flex: 0 0 25%;
    max-width: 25%; } }

@media only screen and (max-width: 562px) {
  .factures .total {
    display: none; } }

@media only screen and (min-width: 563px) {
  .factures .total {
    flex: 0 0 33%;
    max-width: 33%; } }

@media only screen and (min-width: 961px) {
  .factures .total {
    flex: 0 0 25%;
    max-width: 25%; } }

.factures .pdf {
  flex: 0 0 50%;
  max-width: 50%; }
  @media only screen and (min-width: 563px) {
    .factures .pdf {
      flex: 0 0 33%;
      max-width: 33%; } }
  @media only screen and (min-width: 961px) {
    .factures .pdf {
      flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (max-width: 960px) {
  .factures .column.column-50 {
    flex: 0 0 40%;
    max-width: 40%; } }

.commandes-table .collection {
  margin: 48px 0 0 0;
  font-size: 12px; }

.commandes-table .collection-item {
  display: flex;
  padding: 0 18px;
  line-height: 64px; }
  @media only screen and (min-width: 563px) {
    .commandes-table .collection-item {
      padding: 0 36px; } }
  .commandes-table .collection-item:first-child {
    border-bottom: none; }

.commandes-table .collapsible {
  box-shadow: none;
  margin: 0;
  border: none;
  font-size: 15px; }
  .commandes-table .collapsible > li {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    transition: margin ease-in-out 200ms; }
    .commandes-table .collapsible > li.active {
      margin: 24px 0;
      border-top: 1px solid #D7D7D7; }
    .commandes-table .collapsible > li.active + li {
      border-top: 1px solid #D7D7D7; }

.commandes-table .collapsible-header {
  padding: 9px 18px; }
  @media only screen and (min-width: 563px) {
    .commandes-table .collapsible-header {
      padding: 9px 36px; } }
  .commandes-table .collapsible-header img {
    max-width: 40px;
    float: left;
    margin-right: 18px; }
  .commandes-table .collapsible-header.active {
    border-bottom: none; }

.commandes-table .collapsible-header > .svg {
  height: 30px;
  width: 30px;
  margin-top: 7px; }
  .commandes-table .collapsible-header > .svg path, .commandes-table .collapsible-header > .svg polygon {
    fill: #737373; }
  .commandes-table .collapsible-header > .svg polyline {
    stroke: #737373; }

.commandes-table .collapsible-body {
  background: #FFFFFF;
  padding: 0; }
  .commandes-table .collapsible-body label {
    color: #202020; }

.commandes-table .collection .column, .commandes-table .collapsible .column {
  margin: 0; }

.commandes-table .production .svg path, .commandes-table .production .svg polygon {
  fill: #FFFFFF; }

.commandes-table .production .svg polyline {
  stroke: #FFFFFF; }

.commandes-table .production .gris .svg path, .commandes-table .production .gris .svg polygon {
  fill: #737373; }

.commandes-table .production .gris .svg polyline {
  stroke: #737373; }

.commandes-table .modif_radios {
  padding: 9px 36px; }
  .commandes-table .modif_radios .info {
    display: none;
    font-size: 0.9rem; }
    .commandes-table .modif_radios .info .btn  {
      font-size: 0.9rem; }
    @media only screen and (min-width: 563px) {
      .commandes-table .modif_radios .info .column-0 {
        flex: 0 0 200px; } }
    .commandes-table .modif_radios .info label {
      font-size: inherit; }

.commandes-table .modif_buttons {
  border-top: 1px solid #D7D7D7;
  text-align: right;
  padding: 12px 36px; }

.factures .modif_buttons {
  text-align: right;
  padding: 12px 36px; }

.commandes-table .numero {
  flex: 0 0 40%;
  max-width: 40%; }
  @media only screen and (max-width: 562px) {
    .commandes-table .numero .gris {
      display: none; } }
  @media only screen and (min-width: 563px) {
    .commandes-table .numero {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 961px) {
    .commandes-table .numero {
      flex: 0 0 25%;
      max-width: 25%; } }

@media only screen and (max-width: 960px) {
  .commandes-table .description {
    display: none; } }

@media only screen and (min-width: 961px) {
  .commandes-table .description {
    flex: 0 0 50%;
    max-width: 50%; } }

.commandes-table .statut {
  flex: 0 0 60%;
  max-width: 60%; }
  @media only screen and (min-width: 563px) {
    .commandes-table .statut {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 961px) {
    .commandes-table .statut {
      flex: 0 0 25%;
      max-width: 25%; } }

.commandes-table .modal {
  background: #FFFFFF; }
  .commandes-table .modal .modifier_fichier {
    display: none; }
  .commandes-table .modal .modal-validation {
    display: none; }
  .commandes-table .modal.suivant .nouveau_fichier {
    display: none; }
  .commandes-table .modal.suivant .modifier_fichier {
    display: block; }
  .commandes-table .modal.suivant .modal-next {
    display: none; }
  .commandes-table .modal.suivant .modal-validation {
    display: inline-block; }

.commandes-table .modal-footer {
  background: #FFFFFF; }

.commandes-table .modal-content {
  padding: 0; }

.commandes-table .modal-titre, .commandes-table .modal-tabs, .commandes-table .modal-form {
  padding: 6px 24px; }

.commandes-table .modal-tabs {
  background: #f6f6f6; }
  .commandes-table .modal-tabs span {
    background: #f6f6f6; }

.achat .container-flex.wrap > .row {
  flex-direction: column; }
  @media only screen and (min-width: 961px) {
    .achat .container-flex.wrap > .row {
      flex-direction: row; } }

@media only screen and (max-width: 960px) {
  .achat .column.column-sm.column-sm-wrap {
    flex: 0 0 100%;
    max-width: none; } }

.achat .panier .image {
  flex: 0 0 15%;
  max-width: 15%; }
  @media only screen and (min-width: 563px) {
    .achat .panier .image {
      flex: 0 0 10%;
      max-width: 10%; } }

.achat .panier .produit {
  flex: 0 0 55%;
  max-width: 55%; }
  @media only screen and (max-width: 562px) {
    .achat .panier .produit {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media only screen and (min-width: 563px) {
    .achat .panier .produit {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 1281px) {
    .achat .panier .produit {
      flex: 0 0 60%;
      max-width: 60%; } }

.achat .panier .prix {
  flex: 0 0 30%;
  max-width: 30%; }
  @media only screen and (min-width: 563px) {
    .achat .panier .prix {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media only screen and (min-width: 1281px) {
    .achat .panier .prix {
      flex: 0 0 15%;
      max-width: 15%; } }

@media only screen and (max-width: 562px) {
  .achat .panier .quantite {
    display: none; } }

@media only screen and (min-width: 563px) {
  .achat .panier .quantite {
    flex: 0 0 20%;
    max-width: 20%; } }

@media only screen and (min-width: 1281px) {
  .achat .panier .quantite {
    flex: 0 0 15%;
    max-width: 15%; } }

.achat .panier .plus-minus-input .input-group-field {
  width: 40px;
  padding: 0; }

.achat .collection {
  overflow: visible;
  box-shadow: none;
  margin: 0;
  border: none; }
  .achat .collection > .collection-item {
    padding: 18px 20px;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7;
    border-bottom: none;
    transition: margin ease-in-out 200ms; }
    .achat .collection > .collection-item:last-child {
      border-bottom: 1px solid #D7D7D7; }
    .achat .collection > .collection-item.turquoise {
      background: #e5f6f4;
      border-color: #00988B; }
    .achat .collection > .collection-item.full-turquoise {
      background: #00988B; }
      .achat .collection > .collection-item.full-turquoise .column {
        color: #FFFFFF; }

.achat .collection-teal {
  font-size: 15px; }
  .achat .collection-teal .collection-item {
    border-color: #00988B; }
    .achat .collection-teal .collection-item:first-child, .achat .collection-teal .collection-item:last-child {
      border-color: #00988B; }
  .achat .collection-teal .column:first-child {
    font-weight: 500; }
  .achat .collection-teal .column:last-child {
    color: #737373; }

.achat .select-wrapper .caret {
  right: 10px; }

.achat .select-wrapper input.select-dropdown {
  padding-left: 15%;
  width: 85%; }

.achat .regle {
  font-size: 12px; }

.achat h5.inline {
  display: inline; }

.achat .promo {
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  margin: 0 18px; }

.achat .promo-cadeau .column {
  padding-left: 26px; }

@media only screen and (max-width: 960px) {
  .achat .total {
    text-align: center; } }

.achat .macy-container article.livraison {
  border: 2px solid #FFFFFF; }
  .achat .macy-container article.livraison.selected {
    border-color: #00988B; }
  @media only screen and (max-width: 562px) {
    .achat .macy-container article.livraison {
      border: 1px solid #D7D7D7; } }

.achat article.facturation {
  border: 2px solid #FFFFFF; }
  .achat article.facturation.selected {
    border-color: #00988B; }

.achat article.adresse hr {
  border-color: #00988B; }

.achat article.adresse .second, .achat article.adresse .third {
  display: none; }

.achat article.adresse.select_facturation .first {
  display: none; }

.achat article.adresse.select_facturation .second {
  display: inline-block; }

.achat article.adresse.select_fact_adresse .third {
  display: inline-block; }

.achat .moyen-de-payement .column-double {
  flex: 1.6; }

.achat .moyen-de-payement label {
  font-size: 0.9rem;
  color: #202020; }

.achat .moyen-de-payement [type="radio"]:not(:checked) + label,
.achat .moyen-de-payement [type="radio"]:checked + label {
  padding-left: 0px;
  padding-bottom: 20px;
  height: auto; }

.achat .moyen-de-payement [type="radio"] + label::before,
.achat .moyen-de-payement [type="radio"] + label::after {
  left: 39%;
  top: inherit;
  bottom: 0; }

.achat article label {
  color: #202020; }

.inscription {
  background: #FFFFFF;
  padding: 12px 18px 0;
  margin: 24px 0; }

.notes {
  font-size: 12px; }

.order main {
  min-height: calc(100vh - 128px); }

@media only screen and (min-width: 563px) {
  .order main, .order .topbar {
    padding-right: 288px; } }

@media only screen and (min-width: 961px) {
  .order main, .order .topbar {
    padding-right: 360px; } }

.order .side-nav {
  width: 100%; }
  @media only screen and (min-width: 563px) {
    .order .side-nav {
      width: 288px;
      transform: translateX(0px) !important; } }
  @media only screen and (min-width: 961px) {
    .order .side-nav {
      width: 360px; } }
  .order .side-nav.show {
    transform: translateX(0px) !important; }
  .order .side-nav .sticky {
    height: 64px; }
  .order .side-nav .side-wrapper {
    padding: 12px 24px 64px;
    margin: 0; }
  .order .side-nav .close-link {
    padding: 12px 0 0 32px; }
  .order .side-nav .order-titre {
    padding-left: 46px; }
  .order .side-nav li > a:hover {
    background: rgba(255, 255, 255, 0.4); }
  .order .side-nav .social-icons a {
    color: #737373; }
  .order .side-nav ul.sticky {
    margin: 0; }

.order #order_produit, .order #order_commentaires, .order #order_designer {
  display: none; }
  .order #order_produit.active, .order #order_commentaires.active, .order #order_designer.active {
    display: block; }

.order #order_commentaires img.circle.small {
  width: 50px; }

  .motif-modal .input-field.boxed {
  margin-left: 18px;
  border-radius: 3px;
  background: #FFFFFF;
  width: 100%; }
  .motif-modal .input-field.boxed textarea {
    margin-bottom: -3px;
    width: calc(100% - 36px);
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 12.8px; }
    .motif-modal .input-field.boxed label {
    padding-left: 18px; }

    .motif-modal .commentaires-content {
  margin-left: 18px; }

.order #order_produit .menu-tabs {
  margin: 0 -24px;
  border-bottom: 1px solid #D7D7D7; }

.order #order_produit .tabs {
  background-color: transparent; }

.order .longeur_autre {
  display: none; }

.order #order_commentaires hr {
  margin: 8px -24px; }

.order #sidenav-overlay {
  display: none !important; }

.order .sidenav-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #00988B;
  padding: 0; }
  .order .sidenav-footer.right-aligned {
    left: auto;
    right: 0;
  }
  @media only screen and (min-width: 563px) {
    .order .sidenav-footer {
      width: 288px; } }
  @media only screen and (min-width: 961px) {
    .order .sidenav-footer {
      width: 360px; } }
  .order .sidenav-footer .column {
    line-height: 32px;
    text-align: center;
    margin: 0; }
  .order .sidenav-footer span, .order .sidenav-footer .svg {
    height: 22px;
    line-height: 42px;
    color: #FFFFFF;
    opacity: 0.7; }
  .order .sidenav-footer .svg {
    display: block;
    text-align: center;
    margin: 5px 50% -15px;
    transform: translateX(-50%);
    height: 32px; }
    .order .sidenav-footer .svg path, .order .sidenav-footer .svg polygon {
      fill: #FFFFFF; }
    .order .sidenav-footer .svg polyline {
      stroke: #FFFFFF; }
  .order .sidenav-footer a:hover span, .order .sidenav-footer a:hover .svg, .order .sidenav-footer a.active span, .order .sidenav-footer a.active .svg {
    opacity: 1; }

.order .produit_mobile {
  background: #FFFFFF;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 44px;
  z-index: 30;
  border-top: 1px solid #3B3B3B; }
  .order .produit_mobile.normal {
    bottom: 64px; }
  .order .produit_mobile.open {
    height: 45vh;
    overflow-x: auto; }
    .order .produit_mobile.open .produit-encart .fixed-icone {
      position: fixed;
      background: rgba(32, 32, 32, 0.54); }
    .order .produit_mobile.open .produit-encart .fantome {
      display: inherit; }
    .order .produit_mobile.open .produit-encart .svg {
      transform: rotate(-180deg); }
  .order .produit_mobile .produit-encart {
    height: 44px;
    background: #3B3B3B;
    color: #FFFFFF;
    display: flex;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .order .produit_mobile .produit-encart p {
      margin: 0;
      color: #FFFFFF;
      text-transform: uppercase; }
    .order .produit_mobile .produit-encart .fixed-icone {
      padding: 6px;
      border-radius: 50%;
      z-index: 3; }
    .order .produit_mobile .produit-encart .fantome {
      display: none;
      width: 36px; }
    .order .produit_mobile .produit-encart .svg path, .order .produit_mobile .produit-encart .svg polygon {
      fill: #FFFFFF; }
    .order .produit_mobile .produit-encart .svg polyline {
      stroke: #FFFFFF; }
  .order .produit_mobile .produit-wrapper {
    padding: 12px 24px 64px; }

.order .topbar {
  height: 128px;
  color: #202020;
  background-color: #f6f6f6; }

.order .navbar-fixed {
  height: 128px; }

.order .top-options {
  overflow: hidden; }
  .order .top-options p {
    line-height: 20px;
    text-align: right;
    margin: 0;
    padding-top: 12px;
    padding-left: 12px; }
    .order .top-options p a:not(.btn):not(.btn-large) {
      display: inline;
      padding: 0;
      color: inherit;
      font-size: inherit; }
      .order .top-options p a:not(.btn):not(.btn-large):hover {
        color: #00988B; }
  .order .top-options p.text-left {
    text-align: left; }
  @media only screen and (max-width: 960px) {
    .order .top-options ul.right {
      padding-right: 24px; } }
  .order .top-options ul.left {
    max-width: calc(100% - 400px);
    display: flex; }
    .order .top-options ul.left .trunc {
      white-space: nowrap; }
  .order .top-options ul.right {
    background-color: #f6f6f6; }
  .order .top-options small {
    font-size: 85%; }
  .order .top-options .column-image {
    line-height: 36px;
    transform: translateY(-5px); }
    .order .top-options .column-image img {
      max-width: 36px; }
    .order .top-options .column-image .hover-link {
      left: 0; }
    .order .top-options .column-image.no-link {
      padding-top: 12px; }

.order .details-options {
  background: #FFFFFF;
  height: 64px;
  padding: 0 18px; }
  .order .details-options a:not(.btn):not(.btn-large) {
    color: #737373; }
  .order .details-options .gris-fonce {
    color: #929292;
    font-size: 85%; }
  .order .details-options .item {
    padding: 0 0 0 9px; }
    @media only screen and (min-width: 961px) {
      .order .details-options .item {
        padding: 0 0 0 18px; } }
  .order .details-options .item-small {
    padding: 0 0 0 12px; }
  .order .details-options .item-icone {
    padding: 0 0 0 18px; }
    @media only screen and (min-width: 961px) {
      .order .details-options .item-icone {
        padding: 0 0 0 24px; } }
  .order .details-options > .row > .column {
    padding: 0; }
  .order .details-options .separator {
    border-left: 1px solid #D7D7D7;
    height: 32px;
    display: inline-block; }
  .order .details-options .field-box .input-field {
    border-width: 1px;
    padding: 0 6px; }
    .order .details-options .field-box .input-field input {
      height: 2rem;
      width: 45px; }
  .order .details-options .svg {
    opacity: 0.7; }
    .order .details-options .svg:hover {
      opacity: 1; }
  .order .details-options.pinned {
    width: 100%; }
    @media only screen and (min-width: 563px) {
      .order .details-options.pinned {
        width: calc(100% - 288px); } }
    @media only screen and (min-width: 961px) {
      .order .details-options.pinned {
        width: calc(100% - 360px); } }

@media only screen and (max-width: 1280px) {
  .order .tools-list-lg {
    display: none; } }

@media only screen and (min-width: 1281px) {
  .order .tools-list-sm {
    display: none; } }

    .modal, .boutique .modal {
  background-color: #FFFFFF; }
  .modal .social-icons div, 
  .modal .social-icons a {
    padding: 0 12px; }
  .modal .social-icons div,
  .modal .social-icons a:not(.deja):not(.love) {
    color: #929292; }
    .modal .social-icons div .svg path,
    .modal .social-icons div .svg polygon,
    .modal .social-icons a:not(.deja):not(.love) .svg path,
    .modal .social-icons a:not(.deja):not(.love) .svg polygon {
      fill: #929292; }
    .modal .social-icons div .svg polyline
    .modal .social-icons a:not(.deja):not(.love) .svg polyline {
      stroke: #929292; }
  .modal hr.no-margin {
    margin: 8px -24px; }
  .modal .modal-footer {
    background-color: #FFFFFF; }
  .modal h5 {
    margin-top: 8px; }
  .modal small {
    font-size: 85%; }
  .modal hr.courte {
    width: 96px; }
  .modal .gris2 {
    color: #929292; }

.order .column-image.img-list {
  position: relative; }
  .order .column-image.img-list .svg path, .order .column-image.img-list .svg polygon {
    fill: #00988B; }
  .order .column-image.img-list .svg polyline {
    stroke: #00988B; }

.order .toast .btn-flat {
  margin: 0 1px 0 12px; }

.order #snackbar {
  width: 400px;
  left: 50%;
  transform: translateX(-50%);
  background: #3B3B3B;
  color: #FFFFFF; }
  .order #snackbar .btn-flat {
    margin: 12px 24px;
    float: right; }
  .order #snackbar span {
    line-height: 36px;
    vertical-align: middle;
    margin: 12px 24px;
    float: left; }

.order .container-flex {
  margin: 34px 20px;
  padding-bottom: 74px; }
  @media only screen and (min-width: 961px) {
    .order .container-flex {
      margin: 54px 50px;
      padding-bottom: 0; } }

.order .zoom-options {
  position: fixed;
  width: 50px;
  top: 50%;
  z-index: 3; }
  .order .zoom-options li {
    padding-bottom: 24px; }
  .order .zoom-options .svg {
    opacity: 0.7; }
    .order .zoom-options .svg:hover {
      opacity: 1; }

.order .preview {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  /* height: 700px; */
  /* max-height: 500px; */
  max-width: 500px; }
  @media only screen and (min-width: 563px) {
    .order .preview {
      /* max-height: 450px; */
      max-width: 450px; } }
  @media only screen and (min-width: 961px) {
    .order .preview {
      /* max-height: 600px; */
      max-width: 600px; } }
  @media only screen and (min-width: 1281px) {
    .order .preview {
      /* max-height: 700px; */
      max-width: 700px; } }
  @media only screen and (min-width: 1601px) {
    .order .preview {
      /* max-height: 800px; */
      max-width: 800px; } }
  .order .preview .zone {
    /* background-color: #FFFFFF; */
    background-color: transparent;
    height: 100%;
    /* max-height: 800px; */
    max-width: 800px;
    overflow: hidden;
    transition: background-size linear 200ms; }
    .order .preview .zone.rotated-left, .boutique .preview .zone.rotated-left  {
      transform: rotate(-90deg); }
    .order .preview .zone.rotated-right, .boutique .preview .zone.rotated-right {
      transform: rotate(90deg); }
    .order .preview .zone.rotated-180, .boutique .preview .zone.rotated-180 {
      transform: rotate(180deg); }
    .order .preview .zone img {
      transform-origin: top left;
      transition: transform linear 200ms; }
  .order .preview .regle-horiz {
    position: relative;
    margin-top: -50px;
    margin-bottom: 41px;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    padding: 4px 0; }
    .order .preview .regle-horiz .border {
      border-top: 1px solid #737373; }
    .order .preview .regle-horiz .text {
      color: #737373;
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%); }
  .order .preview .regle-vertic {
    position: absolute;
    top: 50px;
    right: 0;
    width: 9px;
    height: calc(100% - 100px);
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373; }
    .order .preview .regle-vertic .border {
      border-right: 1px solid #737373;
      height: 100%;
      margin: 0 4px; }
    .order .preview .regle-vertic .text {
      color: #737373;
      position: absolute;
      transform: rotate(-90deg) translateY(-50%);
      top: 50%;
      right: -15px; }

@media only screen and (max-width: 562px) {
  .order.side-open {
    overflow: hidden; } }

.order.perso .side-nav .sticky, .order.designer .side-nav .sticky {
  display: none; }

.order.perso .side-wrapper, .order.designer .side-wrapper {
  padding-bottom: 12px; }

.order.perso .top-options .left, .order.designer .top-options .left {
  padding-left: 12px; }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .order.perso .top-options .right, .order.designer .top-options .right {
    padding-right: 18px; } }

.zoom-page main {
  min-height: 100vh; }

.zoom-page .fill {
  background-size: 500px !important;
  display: flex; }

.zoom-page .items.open .svg path {
  fill: #FFFFFF; }

.zoom-page .bar .svg path {
  fill: #FFFFFF; }

.zoom-page .tools {
  position: absolute;
  height: 100%;
  width: 80px; }
  .zoom-page .tools .bar {
    text-align: center;
    width: 80px;
    height: 100%;
    padding: 24px 0;
    background: rgba(32, 32, 32, 0.4); }
  .zoom-page .tools .items {
    /* position: absolute;
    top: 80px;
    left: 0;
    margin-left: 28px; */
    width: 24px;
    height: 24px;
    overflow: hidden;
    transition: all ease-in-out 200ms; }
    .zoom-page .tools .items .measure {
      padding: 0 18px; }
    .zoom-page .tools .items .close {
      float: right; }
    .zoom-page .tools .items .close, .zoom-page .tools .items .measure {
      display: none; }
    .zoom-page .tools .items.open {
      border: 2px solid #1EB56A;
      background: rgba(32, 32, 32, 0.8);
      width: 300px;
      height: 64px;
      padding: 18px; }
      .zoom-page .tools .items.open .close, .zoom-page .tools .items.open .measure {
        display: inline-block; }
  .zoom-page .tools .ruler {
    position: absolute;
    top: 200px;
    left: 280px;
    border: 2px solid #202020; }

.zoom-page #canvas {
  flex: 1;
  height: 100%;
  width: 100%; }

.modal-commandes .details-options {
  background: #FFFFFF;
  height: 64px;
  padding: 0 18px; }
  .modal-commandes .details-options a:not(.btn):not(.btn-large) {
    color: #737373; }
  .modal-commandes .details-options .column-image img {
    max-width: 40px; }
  .modal-commandes .details-options .item {
    padding: 0 0 0 9px; }
    @media only screen and (min-width: 961px) {
      .modal-commandes .details-options .item {
        padding: 0 0 0 18px; } }
  .modal-commandes .details-options .item-icone {
    padding: 0 0 0 9px; }
    @media only screen and (min-width: 961px) {
      .modal-commandes .details-options .item-icone {
        padding: 0 0 0 24px; } }
  .modal-commandes .details-options > .row > .column {
    padding: 0; }
  .modal-commandes .details-options .separator {
    border-left: 1px solid #D7D7D7; }
  .modal-commandes .details-options .field-box .input-field {
    border-width: 1px;
    padding: 0 6px; }
    .modal-commandes .details-options .field-box .input-field input {
      height: 2rem;
      width: 45px; }
  .modal-commandes .details-options .svg {
    opacity: 0.7; }
    .modal-commandes .details-options .svg:hover {
      opacity: 1; }

.modal-commandes .zoom-options {
  position: absolute;
  width: 50px;
  z-index: 3;
  padding-top: 24px; }
  .modal-commandes .zoom-options li {
    padding-bottom: 24px; }
  .modal-commandes .zoom-options .svg {
    opacity: 0.7; }
    .modal-commandes .zoom-options .svg:hover {
      opacity: 1; }

.modal-commandes .preview .zone {
  background-size: 500px !important;
  height: 240px;
  width: 200px;
  margin: 0 auto; }

.modal-commandes .preview .regle-horiz {
  position: relative;
  height: 40px; }
  .modal-commandes .preview .regle-horiz .text {
    color: #737373;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.modal-commandes .preview .regle-vertic {
  position: relative;
  float: right;
  margin-top: -120px; }
  .modal-commandes .preview .regle-vertic .text {
    color: #737373;
    position: absolute;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
    right: 0; }

.info-tissu {
  transform: translateY(18px);
  display: inline-block;
  padding: 0px !important; }
  .info-tissu .svg {
    height: 18px; }

.info-tissu + .input-field label {
  margin-left: 30px; }

.modal.tarifs .tissu {
  flex: 0 0 50%;
  max-width: 50%; }

.modal.tarifs .prix {
  flex: 0 0 50%;
  max-width: 50%; }

/************ ONLY IE10 *************/
/************ IE10 & IE11 *************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .order .side-nav .side-wrapper {
    height: 100%; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 563px) {
    .order .side-nav .side-wrapper {
      width: 273px; } }
  @media only screen and (-ms-high-contrast: active) and (min-width: 961px) {
    .order .side-nav .side-wrapper {
      width: 345px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .order .side-nav .commentaires-content img {
    width: 100%; }
  .order #order_commentaires img.small.circle {
    min-width: 50px; }
  .row-horizontal.row .column.column-0 {
    flex: 0 0 30px; }
  .container {
    height: inherit; }
    .container .column.column-lg {
      max-width: 100%; }
  .achat .moyen-de-payement label {
    width: 100%; }
  .input-field {
    text-align: left; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

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

  .input-field .message-erreur, .message-erreur {
  color: #fd2f47; }

@media only screen and (min-width: 1601px) {
  .hide-on-extra-large-only {
    display: none !important; } }

@media only screen and (max-width: 1280px) {
  .hide-on-large-and-down {
    display: none !important; } }

@media only screen and (max-width: 1600px) {
  .hide-on-extra-large-and-down {
    display: none !important; } }

.text-uppercase {
  text-transform: uppercase;
}

ol ul, ul ol, ul ul, ol ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

body.boutique .crop img {
  width: 100%;
}

.top-message {
  background: white;
  padding: 4px 12px;
  text-align: center;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
}

.top-message p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}

.top-message.warning {
  background: #fbf47c;
}

.top-message.error {
  background: #fb7c7c;
}

.top-message.success {
  background: #8dfb7c;
}

.input-field .error {
  position:relative;
  min-height:18px;
  display:block;
  font-size:12px;
  color:rgba(0,0,0,0.54);
  color: #fd2f47;
}

.input-field .error::after {
  opacity:1;
  position:absolute;
  top:0;
  left:0
}
