@charset "UTF-8";
/* ====================================================================== */
/* ********************************************************************** */
/*  RESPONSIVE BP
/*  Tous les fichiers de style qui concerne le framework
/*  responsivebp -> http://responsivebp.com/
/* ====================================================================== */
/* ********************************************************************** */
/* ---------------------------------------------------------------------- */
/*  Strip Unit
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  PX to EM
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  PX to REM + Fallback for IE8
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  TRANSFORM PHOTOSHOP LETTER-SPACING VALUE TO EM VALUE
/* ---------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.375rem;
}

sub {
  bottom: -0.1875rem;
}

img {
  border: 0;
}

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

figure {
  margin: 1rem 2.5rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

html {
  -webkit-overflow-scrolling: touch;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
}

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

:focus {
  outline: #2DABE2;
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: -1px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

_::-ms-reveal,
div:not([tabindex]):focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  page-break-after: avoid;
}

h1 {
  font-size: 2rem;
  margin: 1.34rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 1.245rem 0;
}

h3 {
  font-size: 1.17rem;
  margin: 1.17rem 0;
}

h4 {
  font-size: 1rem;
  margin: 1.33rem 0;
}

h5 {
  font-size: 0.83rem;
  margin: 1.386rem 0;
}

h6 {
  font-size: 0.67rem;
  margin: 1.561rem 0;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin: 1rem 0;
  padding: 0;
}

abbr {
  cursor: help;
}

.container, .modal-ajax.container,
.modal-iframe,
.container-full {
  margin: 0 auto;
}
.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe,
.container-full.fixed, .fixed
.container-full {
  width: 100%;
}

.container-full {
  overflow-x: hidden;
}

.container, .modal-ajax.container,
.modal-iframe {
  max-width: 1140px;
  width: calc(100% - 16px);
}
.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe {
  width: 1140px;
}

.row,
[class*="block-row-"] {
  margin: 0 -8px;
}

.no-gutter {
  margin: 0;
}

[class*="block-row-"] {
  display: block;
  padding: 0;
  list-style: none;
}

[class*=col-],
[class*="block-row-"] > * {
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-clip: padding-box;
}
[dir="rtl"] [class*=col-], [dir="rtl"]
[class*="block-row-"] > * {
  float: right;
}

[class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
  position: relative;
}

[class*="block-row-"].no-gutter > *,
.no-gutter > [class*=col-] {
  border: none;
  background-clip: border-box;
}

.equal-height {
  display: table;
  table-layout: fixed;
  height: 1px;
  width: calc(100% + 16px);
}
.equal-height.no-gutter {
  width: 100%;
}
.equal-height:before {
  display: none !important;
}

.equal-height > [class*=col-] {
  float: none;
  vertical-align: top;
}

.col-xxs-1 {
  width: 8.33333%;
}

.offset-xxs-1,
.push-xxs-1 {
  left: 8.33333%;
}
[dir="rtl"] .offset-xxs-1, [dir="rtl"]
.push-xxs-1 {
  left: auto;
  right: 8.33333%;
}

.pull-xxs-1 {
  right: 8.33333%;
}
[dir="rtl"] .pull-xxs-1 {
  right: auto;
  left: 8.33333%;
}

.col-xxs-2 {
  width: 16.66667%;
}

.offset-xxs-2,
.push-xxs-2 {
  left: 16.66667%;
}
[dir="rtl"] .offset-xxs-2, [dir="rtl"]
.push-xxs-2 {
  left: auto;
  right: 16.66667%;
}

.pull-xxs-2 {
  right: 16.66667%;
}
[dir="rtl"] .pull-xxs-2 {
  right: auto;
  left: 16.66667%;
}

.col-xxs-3 {
  width: 25%;
}

.offset-xxs-3,
.push-xxs-3 {
  left: 25%;
}
[dir="rtl"] .offset-xxs-3, [dir="rtl"]
.push-xxs-3 {
  left: auto;
  right: 25%;
}

.pull-xxs-3 {
  right: 25%;
}
[dir="rtl"] .pull-xxs-3 {
  right: auto;
  left: 25%;
}

.col-xxs-4 {
  width: 33.33333%;
}

.offset-xxs-4,
.push-xxs-4 {
  left: 33.33333%;
}
[dir="rtl"] .offset-xxs-4, [dir="rtl"]
.push-xxs-4 {
  left: auto;
  right: 33.33333%;
}

.pull-xxs-4 {
  right: 33.33333%;
}
[dir="rtl"] .pull-xxs-4 {
  right: auto;
  left: 33.33333%;
}

.col-xxs-5 {
  width: 41.66667%;
}

.offset-xxs-5,
.push-xxs-5 {
  left: 41.66667%;
}
[dir="rtl"] .offset-xxs-5, [dir="rtl"]
.push-xxs-5 {
  left: auto;
  right: 41.66667%;
}

.pull-xxs-5 {
  right: 41.66667%;
}
[dir="rtl"] .pull-xxs-5 {
  right: auto;
  left: 41.66667%;
}

.col-xxs-6 {
  width: 50%;
}

.offset-xxs-6,
.push-xxs-6 {
  left: 50%;
}
[dir="rtl"] .offset-xxs-6, [dir="rtl"]
.push-xxs-6 {
  left: auto;
  right: 50%;
}

.pull-xxs-6 {
  right: 50%;
}
[dir="rtl"] .pull-xxs-6 {
  right: auto;
  left: 50%;
}

.col-xxs-7 {
  width: 58.33333%;
}

.offset-xxs-7,
.push-xxs-7 {
  left: 58.33333%;
}
[dir="rtl"] .offset-xxs-7, [dir="rtl"]
.push-xxs-7 {
  left: auto;
  right: 58.33333%;
}

.pull-xxs-7 {
  right: 58.33333%;
}
[dir="rtl"] .pull-xxs-7 {
  right: auto;
  left: 58.33333%;
}

.col-xxs-8 {
  width: 66.66667%;
}

.offset-xxs-8,
.push-xxs-8 {
  left: 66.66667%;
}
[dir="rtl"] .offset-xxs-8, [dir="rtl"]
.push-xxs-8 {
  left: auto;
  right: 66.66667%;
}

.pull-xxs-8 {
  right: 66.66667%;
}
[dir="rtl"] .pull-xxs-8 {
  right: auto;
  left: 66.66667%;
}

.col-xxs-9 {
  width: 75%;
}

.offset-xxs-9,
.push-xxs-9 {
  left: 75%;
}
[dir="rtl"] .offset-xxs-9, [dir="rtl"]
.push-xxs-9 {
  left: auto;
  right: 75%;
}

.pull-xxs-9 {
  right: 75%;
}
[dir="rtl"] .pull-xxs-9 {
  right: auto;
  left: 75%;
}

.col-xxs-10 {
  width: 83.33333%;
}

.offset-xxs-10,
.push-xxs-10 {
  left: 83.33333%;
}
[dir="rtl"] .offset-xxs-10, [dir="rtl"]
.push-xxs-10 {
  left: auto;
  right: 83.33333%;
}

.pull-xxs-10 {
  right: 83.33333%;
}
[dir="rtl"] .pull-xxs-10 {
  right: auto;
  left: 83.33333%;
}

.col-xxs-11 {
  width: 91.66667%;
}

.offset-xxs-11,
.push-xxs-11 {
  left: 91.66667%;
}
[dir="rtl"] .offset-xxs-11, [dir="rtl"]
.push-xxs-11 {
  left: auto;
  right: 91.66667%;
}

.pull-xxs-11 {
  right: 91.66667%;
}
[dir="rtl"] .pull-xxs-11 {
  right: auto;
  left: 91.66667%;
}

.col-xxs-12 {
  width: 100%;
}

.offset-xxs-12,
.push-xxs-12 {
  left: 100%;
}
[dir="rtl"] .offset-xxs-12, [dir="rtl"]
.push-xxs-12 {
  left: auto;
  right: 100%;
}

.pull-xxs-12 {
  right: 100%;
}
[dir="rtl"] .pull-xxs-12 {
  right: auto;
  left: 100%;
}

.equal-height > [class*=col-xxs] {
  display: table-cell;
  height: 100%;
}

.equal-height > .col-xxs-13 {
  display: table-caption;
}

.block-row-xxs-1 > * {
  width: 100%;
}
.block-row-xxs-1 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-1 > :nth-of-type(1n+1) {
  clear: both;
}

.block-row-xxs-2 > * {
  width: 50%;
}
.block-row-xxs-2 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-2 > :nth-of-type(2n+1) {
  clear: both;
}

.block-row-xxs-3 > * {
  width: 33.33333%;
}
.block-row-xxs-3 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-3 > :nth-of-type(3n+1) {
  clear: both;
}

.block-row-xxs-4 > * {
  width: 25%;
}
.block-row-xxs-4 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-4 > :nth-of-type(4n+1) {
  clear: both;
}

.block-row-xxs-5 > * {
  width: 20%;
}
.block-row-xxs-5 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-5 > :nth-of-type(5n+1) {
  clear: both;
}

.block-row-xxs-6 > * {
  width: 16.66667%;
}
.block-row-xxs-6 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-6 > :nth-of-type(6n+1) {
  clear: both;
}

.block-row-xxs-7 > * {
  width: 14.28571%;
}
.block-row-xxs-7 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-7 > :nth-of-type(7n+1) {
  clear: both;
}

.block-row-xxs-8 > * {
  width: 12.5%;
}
.block-row-xxs-8 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-8 > :nth-of-type(8n+1) {
  clear: both;
}

.block-row-xxs-9 > * {
  width: 11.11111%;
}
.block-row-xxs-9 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-9 > :nth-of-type(9n+1) {
  clear: both;
}

.block-row-xxs-10 > * {
  width: 10%;
}
.block-row-xxs-10 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-10 > :nth-of-type(10n+1) {
  clear: both;
}

.block-row-xxs-11 > * {
  width: 9.09091%;
}
.block-row-xxs-11 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-11 > :nth-of-type(11n+1) {
  clear: both;
}

.block-row-xxs-12 > * {
  width: 8.33333%;
}
.block-row-xxs-12 > :nth-of-type(n+1) {
  clear: none;
}
.block-row-xxs-12 > :nth-of-type(12n+1) {
  clear: both;
}

@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .col-xs-1 {
    width: 8.33333%;
  }

  .offset-xs-1,
  .push-xs-1 {
    left: 8.33333%;
  }
  [dir="rtl"] .offset-xs-1, [dir="rtl"]
  .push-xs-1 {
    left: auto;
    right: 8.33333%;
  }

  .pull-xs-1 {
    right: 8.33333%;
  }
  [dir="rtl"] .pull-xs-1 {
    right: auto;
    left: 8.33333%;
  }

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

  .offset-xs-2,
  .push-xs-2 {
    left: 16.66667%;
  }
  [dir="rtl"] .offset-xs-2, [dir="rtl"]
  .push-xs-2 {
    left: auto;
    right: 16.66667%;
  }

  .pull-xs-2 {
    right: 16.66667%;
  }
  [dir="rtl"] .pull-xs-2 {
    right: auto;
    left: 16.66667%;
  }

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

  .offset-xs-3,
  .push-xs-3 {
    left: 25%;
  }
  [dir="rtl"] .offset-xs-3, [dir="rtl"]
  .push-xs-3 {
    left: auto;
    right: 25%;
  }

  .pull-xs-3 {
    right: 25%;
  }
  [dir="rtl"] .pull-xs-3 {
    right: auto;
    left: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .offset-xs-4,
  .push-xs-4 {
    left: 33.33333%;
  }
  [dir="rtl"] .offset-xs-4, [dir="rtl"]
  .push-xs-4 {
    left: auto;
    right: 33.33333%;
  }

  .pull-xs-4 {
    right: 33.33333%;
  }
  [dir="rtl"] .pull-xs-4 {
    right: auto;
    left: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .offset-xs-5,
  .push-xs-5 {
    left: 41.66667%;
  }
  [dir="rtl"] .offset-xs-5, [dir="rtl"]
  .push-xs-5 {
    left: auto;
    right: 41.66667%;
  }

  .pull-xs-5 {
    right: 41.66667%;
  }
  [dir="rtl"] .pull-xs-5 {
    right: auto;
    left: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .offset-xs-6,
  .push-xs-6 {
    left: 50%;
  }
  [dir="rtl"] .offset-xs-6, [dir="rtl"]
  .push-xs-6 {
    left: auto;
    right: 50%;
  }

  .pull-xs-6 {
    right: 50%;
  }
  [dir="rtl"] .pull-xs-6 {
    right: auto;
    left: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .offset-xs-7,
  .push-xs-7 {
    left: 58.33333%;
  }
  [dir="rtl"] .offset-xs-7, [dir="rtl"]
  .push-xs-7 {
    left: auto;
    right: 58.33333%;
  }

  .pull-xs-7 {
    right: 58.33333%;
  }
  [dir="rtl"] .pull-xs-7 {
    right: auto;
    left: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .offset-xs-8,
  .push-xs-8 {
    left: 66.66667%;
  }
  [dir="rtl"] .offset-xs-8, [dir="rtl"]
  .push-xs-8 {
    left: auto;
    right: 66.66667%;
  }

  .pull-xs-8 {
    right: 66.66667%;
  }
  [dir="rtl"] .pull-xs-8 {
    right: auto;
    left: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .offset-xs-9,
  .push-xs-9 {
    left: 75%;
  }
  [dir="rtl"] .offset-xs-9, [dir="rtl"]
  .push-xs-9 {
    left: auto;
    right: 75%;
  }

  .pull-xs-9 {
    right: 75%;
  }
  [dir="rtl"] .pull-xs-9 {
    right: auto;
    left: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .offset-xs-10,
  .push-xs-10 {
    left: 83.33333%;
  }
  [dir="rtl"] .offset-xs-10, [dir="rtl"]
  .push-xs-10 {
    left: auto;
    right: 83.33333%;
  }

  .pull-xs-10 {
    right: 83.33333%;
  }
  [dir="rtl"] .pull-xs-10 {
    right: auto;
    left: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .offset-xs-11,
  .push-xs-11 {
    left: 91.66667%;
  }
  [dir="rtl"] .offset-xs-11, [dir="rtl"]
  .push-xs-11 {
    left: auto;
    right: 91.66667%;
  }

  .pull-xs-11 {
    right: 91.66667%;
  }
  [dir="rtl"] .pull-xs-11 {
    right: auto;
    left: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .offset-xs-12,
  .push-xs-12 {
    left: 100%;
  }
  [dir="rtl"] .offset-xs-12, [dir="rtl"]
  .push-xs-12 {
    left: auto;
    right: 100%;
  }

  .pull-xs-12 {
    right: 100%;
  }
  [dir="rtl"] .pull-xs-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-xs] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-xs-13 {
    display: table-caption;
  }

  .block-row-xs-1 > * {
    width: 100%;
  }
  .block-row-xs-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-xs-2 > * {
    width: 50%;
  }
  .block-row-xs-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-xs-3 > * {
    width: 33.33333%;
  }
  .block-row-xs-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-xs-4 > * {
    width: 25%;
  }
  .block-row-xs-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-xs-5 > * {
    width: 20%;
  }
  .block-row-xs-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-xs-6 > * {
    width: 16.66667%;
  }
  .block-row-xs-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-xs-7 > * {
    width: 14.28571%;
  }
  .block-row-xs-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-xs-8 > * {
    width: 12.5%;
  }
  .block-row-xs-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-xs-9 > * {
    width: 11.11111%;
  }
  .block-row-xs-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-xs-10 > * {
    width: 10%;
  }
  .block-row-xs-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-xs-11 > * {
    width: 9.09091%;
  }
  .block-row-xs-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-xs-12 > * {
    width: 8.33333%;
  }
  .block-row-xs-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .col-s-1 {
    width: 8.33333%;
  }

  .offset-s-1,
  .push-s-1 {
    left: 8.33333%;
  }
  [dir="rtl"] .offset-s-1, [dir="rtl"]
  .push-s-1 {
    left: auto;
    right: 8.33333%;
  }

  .pull-s-1 {
    right: 8.33333%;
  }
  [dir="rtl"] .pull-s-1 {
    right: auto;
    left: 8.33333%;
  }

  .col-s-2 {
    width: 16.66667%;
  }

  .offset-s-2,
  .push-s-2 {
    left: 16.66667%;
  }
  [dir="rtl"] .offset-s-2, [dir="rtl"]
  .push-s-2 {
    left: auto;
    right: 16.66667%;
  }

  .pull-s-2 {
    right: 16.66667%;
  }
  [dir="rtl"] .pull-s-2 {
    right: auto;
    left: 16.66667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .offset-s-3,
  .push-s-3 {
    left: 25%;
  }
  [dir="rtl"] .offset-s-3, [dir="rtl"]
  .push-s-3 {
    left: auto;
    right: 25%;
  }

  .pull-s-3 {
    right: 25%;
  }
  [dir="rtl"] .pull-s-3 {
    right: auto;
    left: 25%;
  }

  .col-s-4 {
    width: 33.33333%;
  }

  .offset-s-4,
  .push-s-4 {
    left: 33.33333%;
  }
  [dir="rtl"] .offset-s-4, [dir="rtl"]
  .push-s-4 {
    left: auto;
    right: 33.33333%;
  }

  .pull-s-4 {
    right: 33.33333%;
  }
  [dir="rtl"] .pull-s-4 {
    right: auto;
    left: 33.33333%;
  }

  .col-s-5 {
    width: 41.66667%;
  }

  .offset-s-5,
  .push-s-5 {
    left: 41.66667%;
  }
  [dir="rtl"] .offset-s-5, [dir="rtl"]
  .push-s-5 {
    left: auto;
    right: 41.66667%;
  }

  .pull-s-5 {
    right: 41.66667%;
  }
  [dir="rtl"] .pull-s-5 {
    right: auto;
    left: 41.66667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .offset-s-6,
  .push-s-6 {
    left: 50%;
  }
  [dir="rtl"] .offset-s-6, [dir="rtl"]
  .push-s-6 {
    left: auto;
    right: 50%;
  }

  .pull-s-6 {
    right: 50%;
  }
  [dir="rtl"] .pull-s-6 {
    right: auto;
    left: 50%;
  }

  .col-s-7 {
    width: 58.33333%;
  }

  .offset-s-7,
  .push-s-7 {
    left: 58.33333%;
  }
  [dir="rtl"] .offset-s-7, [dir="rtl"]
  .push-s-7 {
    left: auto;
    right: 58.33333%;
  }

  .pull-s-7 {
    right: 58.33333%;
  }
  [dir="rtl"] .pull-s-7 {
    right: auto;
    left: 58.33333%;
  }

  .col-s-8 {
    width: 66.66667%;
  }

  .offset-s-8,
  .push-s-8 {
    left: 66.66667%;
  }
  [dir="rtl"] .offset-s-8, [dir="rtl"]
  .push-s-8 {
    left: auto;
    right: 66.66667%;
  }

  .pull-s-8 {
    right: 66.66667%;
  }
  [dir="rtl"] .pull-s-8 {
    right: auto;
    left: 66.66667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .offset-s-9,
  .push-s-9 {
    left: 75%;
  }
  [dir="rtl"] .offset-s-9, [dir="rtl"]
  .push-s-9 {
    left: auto;
    right: 75%;
  }

  .pull-s-9 {
    right: 75%;
  }
  [dir="rtl"] .pull-s-9 {
    right: auto;
    left: 75%;
  }

  .col-s-10 {
    width: 83.33333%;
  }

  .offset-s-10,
  .push-s-10 {
    left: 83.33333%;
  }
  [dir="rtl"] .offset-s-10, [dir="rtl"]
  .push-s-10 {
    left: auto;
    right: 83.33333%;
  }

  .pull-s-10 {
    right: 83.33333%;
  }
  [dir="rtl"] .pull-s-10 {
    right: auto;
    left: 83.33333%;
  }

  .col-s-11 {
    width: 91.66667%;
  }

  .offset-s-11,
  .push-s-11 {
    left: 91.66667%;
  }
  [dir="rtl"] .offset-s-11, [dir="rtl"]
  .push-s-11 {
    left: auto;
    right: 91.66667%;
  }

  .pull-s-11 {
    right: 91.66667%;
  }
  [dir="rtl"] .pull-s-11 {
    right: auto;
    left: 91.66667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .offset-s-12,
  .push-s-12 {
    left: 100%;
  }
  [dir="rtl"] .offset-s-12, [dir="rtl"]
  .push-s-12 {
    left: auto;
    right: 100%;
  }

  .pull-s-12 {
    right: 100%;
  }
  [dir="rtl"] .pull-s-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-s] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-s-13 {
    display: table-caption;
  }

  .block-row-s-1 > * {
    width: 100%;
  }
  .block-row-s-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-s-2 > * {
    width: 50%;
  }
  .block-row-s-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-s-3 > * {
    width: 33.33333%;
  }
  .block-row-s-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-s-4 > * {
    width: 25%;
  }
  .block-row-s-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-s-5 > * {
    width: 20%;
  }
  .block-row-s-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-s-6 > * {
    width: 16.66667%;
  }
  .block-row-s-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-s-7 > * {
    width: 14.28571%;
  }
  .block-row-s-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-s-8 > * {
    width: 12.5%;
  }
  .block-row-s-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-s-9 > * {
    width: 11.11111%;
  }
  .block-row-s-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-s-10 > * {
    width: 10%;
  }
  .block-row-s-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-s-11 > * {
    width: 9.09091%;
  }
  .block-row-s-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-s-12 > * {
    width: 8.33333%;
  }
  .block-row-s-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .col-m-1 {
    width: 8.33333%;
  }

  .offset-m-1,
  .push-m-1 {
    left: 8.33333%;
  }
  [dir="rtl"] .offset-m-1, [dir="rtl"]
  .push-m-1 {
    left: auto;
    right: 8.33333%;
  }

  .pull-m-1 {
    right: 8.33333%;
  }
  [dir="rtl"] .pull-m-1 {
    right: auto;
    left: 8.33333%;
  }

  .col-m-2 {
    width: 16.66667%;
  }

  .offset-m-2,
  .push-m-2 {
    left: 16.66667%;
  }
  [dir="rtl"] .offset-m-2, [dir="rtl"]
  .push-m-2 {
    left: auto;
    right: 16.66667%;
  }

  .pull-m-2 {
    right: 16.66667%;
  }
  [dir="rtl"] .pull-m-2 {
    right: auto;
    left: 16.66667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .offset-m-3,
  .push-m-3 {
    left: 25%;
  }
  [dir="rtl"] .offset-m-3, [dir="rtl"]
  .push-m-3 {
    left: auto;
    right: 25%;
  }

  .pull-m-3 {
    right: 25%;
  }
  [dir="rtl"] .pull-m-3 {
    right: auto;
    left: 25%;
  }

  .col-m-4 {
    width: 33.33333%;
  }

  .offset-m-4,
  .push-m-4 {
    left: 33.33333%;
  }
  [dir="rtl"] .offset-m-4, [dir="rtl"]
  .push-m-4 {
    left: auto;
    right: 33.33333%;
  }

  .pull-m-4 {
    right: 33.33333%;
  }
  [dir="rtl"] .pull-m-4 {
    right: auto;
    left: 33.33333%;
  }

  .col-m-5 {
    width: 41.66667%;
  }

  .offset-m-5,
  .push-m-5 {
    left: 41.66667%;
  }
  [dir="rtl"] .offset-m-5, [dir="rtl"]
  .push-m-5 {
    left: auto;
    right: 41.66667%;
  }

  .pull-m-5 {
    right: 41.66667%;
  }
  [dir="rtl"] .pull-m-5 {
    right: auto;
    left: 41.66667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .offset-m-6,
  .push-m-6 {
    left: 50%;
  }
  [dir="rtl"] .offset-m-6, [dir="rtl"]
  .push-m-6 {
    left: auto;
    right: 50%;
  }

  .pull-m-6 {
    right: 50%;
  }
  [dir="rtl"] .pull-m-6 {
    right: auto;
    left: 50%;
  }

  .col-m-7 {
    width: 58.33333%;
  }

  .offset-m-7,
  .push-m-7 {
    left: 58.33333%;
  }
  [dir="rtl"] .offset-m-7, [dir="rtl"]
  .push-m-7 {
    left: auto;
    right: 58.33333%;
  }

  .pull-m-7 {
    right: 58.33333%;
  }
  [dir="rtl"] .pull-m-7 {
    right: auto;
    left: 58.33333%;
  }

  .col-m-8 {
    width: 66.66667%;
  }

  .offset-m-8,
  .push-m-8 {
    left: 66.66667%;
  }
  [dir="rtl"] .offset-m-8, [dir="rtl"]
  .push-m-8 {
    left: auto;
    right: 66.66667%;
  }

  .pull-m-8 {
    right: 66.66667%;
  }
  [dir="rtl"] .pull-m-8 {
    right: auto;
    left: 66.66667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .offset-m-9,
  .push-m-9 {
    left: 75%;
  }
  [dir="rtl"] .offset-m-9, [dir="rtl"]
  .push-m-9 {
    left: auto;
    right: 75%;
  }

  .pull-m-9 {
    right: 75%;
  }
  [dir="rtl"] .pull-m-9 {
    right: auto;
    left: 75%;
  }

  .col-m-10 {
    width: 83.33333%;
  }

  .offset-m-10,
  .push-m-10 {
    left: 83.33333%;
  }
  [dir="rtl"] .offset-m-10, [dir="rtl"]
  .push-m-10 {
    left: auto;
    right: 83.33333%;
  }

  .pull-m-10 {
    right: 83.33333%;
  }
  [dir="rtl"] .pull-m-10 {
    right: auto;
    left: 83.33333%;
  }

  .col-m-11 {
    width: 91.66667%;
  }

  .offset-m-11,
  .push-m-11 {
    left: 91.66667%;
  }
  [dir="rtl"] .offset-m-11, [dir="rtl"]
  .push-m-11 {
    left: auto;
    right: 91.66667%;
  }

  .pull-m-11 {
    right: 91.66667%;
  }
  [dir="rtl"] .pull-m-11 {
    right: auto;
    left: 91.66667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .offset-m-12,
  .push-m-12 {
    left: 100%;
  }
  [dir="rtl"] .offset-m-12, [dir="rtl"]
  .push-m-12 {
    left: auto;
    right: 100%;
  }

  .pull-m-12 {
    right: 100%;
  }
  [dir="rtl"] .pull-m-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-m] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-m-13 {
    display: table-caption;
  }

  .block-row-m-1 > * {
    width: 100%;
  }
  .block-row-m-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-m-2 > * {
    width: 50%;
  }
  .block-row-m-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-m-3 > * {
    width: 33.33333%;
  }
  .block-row-m-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-m-4 > * {
    width: 25%;
  }
  .block-row-m-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-m-5 > * {
    width: 20%;
  }
  .block-row-m-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-m-6 > * {
    width: 16.66667%;
  }
  .block-row-m-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-m-7 > * {
    width: 14.28571%;
  }
  .block-row-m-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-m-8 > * {
    width: 12.5%;
  }
  .block-row-m-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-m-9 > * {
    width: 11.11111%;
  }
  .block-row-m-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-m-10 > * {
    width: 10%;
  }
  .block-row-m-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-m-11 > * {
    width: 9.09091%;
  }
  .block-row-m-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-m-12 > * {
    width: 8.33333%;
  }
  .block-row-m-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 75em) {
  .col-l-1 {
    width: 8.33333%;
  }

  .offset-l-1,
  .push-l-1 {
    left: 8.33333%;
  }
  [dir="rtl"] .offset-l-1, [dir="rtl"]
  .push-l-1 {
    left: auto;
    right: 8.33333%;
  }

  .pull-l-1 {
    right: 8.33333%;
  }
  [dir="rtl"] .pull-l-1 {
    right: auto;
    left: 8.33333%;
  }

  .col-l-2 {
    width: 16.66667%;
  }

  .offset-l-2,
  .push-l-2 {
    left: 16.66667%;
  }
  [dir="rtl"] .offset-l-2, [dir="rtl"]
  .push-l-2 {
    left: auto;
    right: 16.66667%;
  }

  .pull-l-2 {
    right: 16.66667%;
  }
  [dir="rtl"] .pull-l-2 {
    right: auto;
    left: 16.66667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .offset-l-3,
  .push-l-3 {
    left: 25%;
  }
  [dir="rtl"] .offset-l-3, [dir="rtl"]
  .push-l-3 {
    left: auto;
    right: 25%;
  }

  .pull-l-3 {
    right: 25%;
  }
  [dir="rtl"] .pull-l-3 {
    right: auto;
    left: 25%;
  }

  .col-l-4 {
    width: 33.33333%;
  }

  .offset-l-4,
  .push-l-4 {
    left: 33.33333%;
  }
  [dir="rtl"] .offset-l-4, [dir="rtl"]
  .push-l-4 {
    left: auto;
    right: 33.33333%;
  }

  .pull-l-4 {
    right: 33.33333%;
  }
  [dir="rtl"] .pull-l-4 {
    right: auto;
    left: 33.33333%;
  }

  .col-l-5 {
    width: 41.66667%;
  }

  .offset-l-5,
  .push-l-5 {
    left: 41.66667%;
  }
  [dir="rtl"] .offset-l-5, [dir="rtl"]
  .push-l-5 {
    left: auto;
    right: 41.66667%;
  }

  .pull-l-5 {
    right: 41.66667%;
  }
  [dir="rtl"] .pull-l-5 {
    right: auto;
    left: 41.66667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .offset-l-6,
  .push-l-6 {
    left: 50%;
  }
  [dir="rtl"] .offset-l-6, [dir="rtl"]
  .push-l-6 {
    left: auto;
    right: 50%;
  }

  .pull-l-6 {
    right: 50%;
  }
  [dir="rtl"] .pull-l-6 {
    right: auto;
    left: 50%;
  }

  .col-l-7 {
    width: 58.33333%;
  }

  .offset-l-7,
  .push-l-7 {
    left: 58.33333%;
  }
  [dir="rtl"] .offset-l-7, [dir="rtl"]
  .push-l-7 {
    left: auto;
    right: 58.33333%;
  }

  .pull-l-7 {
    right: 58.33333%;
  }
  [dir="rtl"] .pull-l-7 {
    right: auto;
    left: 58.33333%;
  }

  .col-l-8 {
    width: 66.66667%;
  }

  .offset-l-8,
  .push-l-8 {
    left: 66.66667%;
  }
  [dir="rtl"] .offset-l-8, [dir="rtl"]
  .push-l-8 {
    left: auto;
    right: 66.66667%;
  }

  .pull-l-8 {
    right: 66.66667%;
  }
  [dir="rtl"] .pull-l-8 {
    right: auto;
    left: 66.66667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .offset-l-9,
  .push-l-9 {
    left: 75%;
  }
  [dir="rtl"] .offset-l-9, [dir="rtl"]
  .push-l-9 {
    left: auto;
    right: 75%;
  }

  .pull-l-9 {
    right: 75%;
  }
  [dir="rtl"] .pull-l-9 {
    right: auto;
    left: 75%;
  }

  .col-l-10 {
    width: 83.33333%;
  }

  .offset-l-10,
  .push-l-10 {
    left: 83.33333%;
  }
  [dir="rtl"] .offset-l-10, [dir="rtl"]
  .push-l-10 {
    left: auto;
    right: 83.33333%;
  }

  .pull-l-10 {
    right: 83.33333%;
  }
  [dir="rtl"] .pull-l-10 {
    right: auto;
    left: 83.33333%;
  }

  .col-l-11 {
    width: 91.66667%;
  }

  .offset-l-11,
  .push-l-11 {
    left: 91.66667%;
  }
  [dir="rtl"] .offset-l-11, [dir="rtl"]
  .push-l-11 {
    left: auto;
    right: 91.66667%;
  }

  .pull-l-11 {
    right: 91.66667%;
  }
  [dir="rtl"] .pull-l-11 {
    right: auto;
    left: 91.66667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-12,
  .push-l-12 {
    left: 100%;
  }
  [dir="rtl"] .offset-l-12, [dir="rtl"]
  .push-l-12 {
    left: auto;
    right: 100%;
  }

  .pull-l-12 {
    right: 100%;
  }
  [dir="rtl"] .pull-l-12 {
    right: auto;
    left: 100%;
  }

  .equal-height > [class*=col-l] {
    display: table-cell;
    height: 100%;
  }

  .equal-height > .col-l-13 {
    display: table-caption;
  }

  .block-row-l-1 > * {
    width: 100%;
  }
  .block-row-l-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-1 > :nth-of-type(1n+1) {
    clear: both;
  }

  .block-row-l-2 > * {
    width: 50%;
  }
  .block-row-l-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-2 > :nth-of-type(2n+1) {
    clear: both;
  }

  .block-row-l-3 > * {
    width: 33.33333%;
  }
  .block-row-l-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-3 > :nth-of-type(3n+1) {
    clear: both;
  }

  .block-row-l-4 > * {
    width: 25%;
  }
  .block-row-l-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-4 > :nth-of-type(4n+1) {
    clear: both;
  }

  .block-row-l-5 > * {
    width: 20%;
  }
  .block-row-l-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-5 > :nth-of-type(5n+1) {
    clear: both;
  }

  .block-row-l-6 > * {
    width: 16.66667%;
  }
  .block-row-l-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-6 > :nth-of-type(6n+1) {
    clear: both;
  }

  .block-row-l-7 > * {
    width: 14.28571%;
  }
  .block-row-l-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-7 > :nth-of-type(7n+1) {
    clear: both;
  }

  .block-row-l-8 > * {
    width: 12.5%;
  }
  .block-row-l-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-8 > :nth-of-type(8n+1) {
    clear: both;
  }

  .block-row-l-9 > * {
    width: 11.11111%;
  }
  .block-row-l-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-9 > :nth-of-type(9n+1) {
    clear: both;
  }

  .block-row-l-10 > * {
    width: 10%;
  }
  .block-row-l-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-10 > :nth-of-type(10n+1) {
    clear: both;
  }

  .block-row-l-11 > * {
    width: 9.09091%;
  }
  .block-row-l-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-11 > :nth-of-type(11n+1) {
    clear: both;
  }

  .block-row-l-12 > * {
    width: 8.33333%;
  }
  .block-row-l-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
.alert {
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  background-color: #ffd54f;
  border-left: 5px solid #ff6f00;
  color: #4f3c00;
}
.alert .close {
  position: relative;
  right: -2.73rem;
  top: .13rem;
  float: right;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 1.17rem;
  font-weight: bold;
}
[dir="rtl"] .alert .close {
  float: left;
  right: auto;
  left: -2.73rem;
}
.alert .close:hover {
  text-decoration: underline;
}

.alert-dismissable {
  padding-right: 2.87rem;
}
[dir="rtl"] .alert-dismissable {
  padding-right: 1rem;
  padding-left: 2.87rem;
}

.alert-heading {
  color: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  min-height: 2rem;
  padding: 0.5rem 2rem 2rem 2rem;
  margin-bottom: 0 !important;
  background: #dadada;
  border: solid 1px #c0c0c0;
  touch-action: manipulation;
  text-decoration: none;
  margin-top: 1%;
  margin-right: 1%;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #cdcdcd;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background-color: #e7e7e7;
  outline: none;
}
button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  background-color: #e7e7e7;
  color: #5d5d5d;
  cursor: not-allowed;
  opacity: 1;
}
.input-group button, .input-group
input[type="submit"], .input-group
input[type="button"], .input-group
input[type="reset"] {
  min-width: 100%;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  max-width: none;
  width: auto;
}

.btn-group > * {
  float: left;
}
[dir="rtl"] .btn-group > * {
  float: right;
}

pre,
code,
samp,
kbd {
  padding: .5rem;
  font-size: 1rem;
  background-color: #f7f7f9;
  border: 1px solid #c0c0c0;
  font-family: monospace, monospace;
  color: #950b2f;
}

code > kbd {
  background-color: #e8e8ee;
}

code,
samp,
kbd {
  padding: .0667rem .25rem;
}

kbd {
  white-space: nowrap;
}

pre {
  overflow-x: auto;
}
pre code,
pre samp {
  padding: 0;
  border: none;
}
pre code {
  word-wrap: normal;
  white-space: pre;
}

.pre-scrollable {
  max-height: 20rem;
  overflow-y: scroll;
}

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

legend {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
}
label[for] {
  cursor: pointer;
}
label > input,
label > input[type='checkbox'],
label > input[type='radio'],
label > select {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: text-top;
}
[dir=rtl] label > input, [dir=rtl]
label > input[type='checkbox'], [dir=rtl]
label > input[type='radio'], [dir=rtl]
label > select {
  margin: 0 0 0 1rem;
}

select,
textarea,
input,
.readonly {
  display: block;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  color: #222;
  font-family: inherit;
}
fieldset[disabled] select, select[disabled], fieldset[disabled]
textarea,
textarea[disabled], fieldset[disabled]
input,
input[disabled], fieldset[disabled]
.readonly,
.readonly[disabled] {
  background: #ebebeb;
  border-color: #c0c0c0;
  color: #c0c0c0;
  cursor: not-allowed;
  opacity: 1;
}

input[type='file']::-ms-value {
  background: #fff;
  border: none;
}

input[type='file']::-ms-browse {
  -webkit-appearance: none;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type='file']::-ms-browse:active {
  background-color: #e7e7e7;
}

input[type='file']::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222;
}
input[type='file']::-webkit-file-upload-button:active {
  background-color: #e7e7e7;
}

input[type='color'] {
  max-width: 6.563rem;
}

input[type='radio'],
input[type='checkbox'] {
  height: 1.334rem;
  min-width: 1.334rem;
  margin-bottom: 1.1rem;
  padding: 0;
  width: auto;
}

input[type='radio'] {
  border-radius: 100%;
  border: none \9;
}

input[type='range'] {
  border: 1px solid transparent;
  border: 1px solid #c0c0c0 \9;
  background-color: transparent;
  background-color: #fff \9;
  padding: 0.25rem 0;
  padding: 0.25rem \9;
}

_::-ms-reveal,
input[type='range'] {
  border: 1px solid transparent;
}

select,
textarea,
input[type='text'],
input[type='search'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='week'],
input[type='month'],
input[type='time'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='url'],
input[type='color'] {
  -webkit-appearance: none;
}

select option {
  height: 100%;
}

[multiple] {
  height: auto;
}

[multiple] option {
  height: auto;
}

textarea {
  height: auto;
  min-height: 5.25rem;
  resize: both;
}
textarea.horizontal {
  resize: horizontal;
}
textarea.vertical {
  resize: vertical;
}
textarea.no-resize {
  resize: none;
}

.readonly,
[readonly] {
  border-color: #ebebeb;
  cursor: not-allowed;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

@-moz-document url-prefix() {
  input[type='color'] {
    padding: 0;
  }

  input[type='file'] {
    height: auto;
    min-height: 2rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  input[type='color'] {
    padding: 0;
  }
  input[type='color']::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  input[type='color']::-webkit-color-swatch {
    border: none;
  }

  select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMC41Ij48cG9seWdvbiBmaWxsPSIjMjIyIiBwb2ludHM9IjExLDAgNS41LDkgMCwwIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    padding-right: 1.67rem;
  }
  [dir=rtl] select {
    background-position: .6rem center;
    padding-right: 0;
    padding-left: 1.67rem;
  }
  select[multiple] {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
input.inline-block,
select.inline-block {
  width: auto;
}

.form-actions {
  margin: 1rem 0;
  padding: 1rem 0;
}

.input-group,
.btn-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-group {
  width: auto;
}

.input-group > *,
.btn-group > * {
  display: table-cell;
  margin-bottom: 0;
}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon > * {
  margin-bottom: 0 !important;
}

.supplement {
  padding: 0 1rem;
  line-height: 1.4;
  background: #dadada;
  border: solid 1px #c0c0c0;
}
html:not([dir=rtl]) .supplement:first-child {
  border-right: none;
}
html:not([dir=rtl]) .supplement:last-child {
  border-left: none;
}
[dir=rtl] .supplement:first-child {
  border-left: none;
}
[dir=rtl] .supplement:last-child {
  border-right: none;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 2.5rem;
}
[dir="rtl"] ul, [dir="rtl"]
ol {
  padding-left: 0;
  padding-right: 2.5rem;
}

ul ul,
ol ol {
  margin: 0;
}

ul.no-bullets,
ol.no-bullets {
  padding-left: 0;
}
[dir="rtl"] ul.no-bullets, [dir="rtl"]
ol.no-bullets {
  padding-right: 0;
}
ul.no-bullets > li,
ol.no-bullets > li {
  list-style: none;
}

ul.colored,
ol.colored {
  padding-left: 2.5rem;
}
ul.colored > li,
ol.colored > li {
  list-style-type: none;
  position: relative;
}
ul.colored > li:before,
ol.colored > li:before {
  position: absolute;
  top: .1rem;
  left: -1rem;
  -webkit-margin-start: -.25rem;
  content: "\25cf";
  color: #00a9ec;
  font-size: .8rem;
  text-align: right;
  text-decoration: none;
}
[dir="rtl"] ul.colored > li:before, [dir="rtl"]
ol.colored > li:before {
  left: auto;
  right: -1rem;
  text-align: left;
}

ol.colored {
  counter-reset: foo;
}
ol.colored > li {
  counter-increment: foo;
}
ol.colored > li:before {
  content: counter(foo) ".";
  top: 0;
  left: -3.125rem;
  width: 2.5rem;
  -webkit-margin-start: 0;
  font-size: 1rem;
}
[dir="rtl"] ol.colored > li:before {
  right: -3.125rem;
}

dt, dd {
  min-height: 1.4rem;
}

@media print and (min-width: 537px), screen and (min-width: 48em) {
  .dl-horizontal > dt {
    clear: left;
    float: left;
    width: 9.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
  }
  [dir="rtl"] .dl-horizontal > dt {
    clear: right;
    float: right;
    text-align: left;
  }
  .dl-horizontal > dd {
    margin-left: 10.375rem;
  }
  [dir="rtl"] .dl-horizontal > dd {
    margin-left: auto;
    margin-right: 10.375rem;
  }
}
audio,
canvas,
iframe,
img,
video,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: 100% \9;
}

a img {
  border: none;
}

.media {
  height: 0;
  height: auto;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.media.four-by-three {
  padding-bottom: 75%;
}
.media.instagram {
  height: auto;
  max-width: none;
  padding-bottom: 120%;
}
.media.vine {
  height: auto;
  max-width: none;
  padding-bottom: 100%;
}
.media.getty {
  height: auto;
  padding-bottom: 79.9663%;
}
.media iframe,
.media object,
.media embed,
.media video {
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.media img {
  bottom: -1000000%;
  left: -1000000%;
  margin: auto;
  position: absolute;
  right: -1000000%;
  top: -1000000%;
  width: 100%;
}
.media.media-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  margin: 1rem 0;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}
[dir="rtl"] table th, [dir="rtl"]
table td {
  text-align: right;
}

.table-bordered {
  border: 1px solid #c0c0c0;
  border-left-width: 0;
  border-collapse: separate;
}
.table-bordered th,
.table-bordered td {
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top-width: 0;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb;
}

.table-scrollable {
  margin: 1rem 0;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.table-scrollable table {
  margin: 0;
}

[data-navigation],
.navigation {
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 2147483647;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  background-color: #222;
  color: #fff;
  transition: .3s linear width;
}
[data-navigation].open,
.navigation.open {
  width: 260px;
}
[data-navigation].visible,
.navigation.visible {
  visibility: visible;
}
[data-navigation] > button:first-child,
.navigation > button:first-child {
  visibility: visible;
  background-color: #222;
  color: #fff;
  width: 55px;
  height: 48px;
  padding: 0;
  position: absolute;
  left: 1px;
  transform: translate3d(-100%, 0, 0);
  border: none;
}
[dir="rtl"] [data-navigation], [data-navigation].pull, [dir="rtl"]
.navigation,
.navigation.pull {
  float: none;
  right: auto;
  left: 0;
}
[dir="rtl"] [data-navigation] > button:first-child, [data-navigation].pull > button:first-child, [dir="rtl"]
.navigation > button:first-child,
.navigation.pull > button:first-child {
  left: auto;
  right: 1px;
  transform: translate3d(100%, 0, 0);
}
[dir="rtl"] [data-navigation].pull, [dir="rtl"]
.navigation.pull {
  left: auto;
  right: 0;
}
[dir="rtl"] [data-navigation].pull > button:first-child, [dir="rtl"]
.navigation.pull > button:first-child {
  right: auto;
  left: 1px;
  transform: translate3d(-100%, 0, 0);
}
[data-navigation] > ul,
.navigation > ul {
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  width: 260px;
  height: 100%;
  overflow-y: auto;
}
[data-navigation] a,
.navigation a {
  color: inherit;
  display: block;
  padding: .5rem 1rem;
}

.autosize,
[data-autosize] {
  overflow: hidden;
  transition: height .2s linear;
}

.carousel {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.carousel.no-transition > figure {
  transition-duration: 0s !important;
}
.carousel > figure {
  margin: 0;
  display: none;
  position: relative;
  transition: .7s ease-in-out left;
  transform: translate3d(0, 0, 0);
}
[dir="rtl"] .carousel > figure {
  transition: .7s ease-in-out right;
}
.carousel > figure > img {
  display: block;
  width: 100%;
}
.carousel > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 50%;
  overflow-y: auto;
  padding: 1px 3rem;
  background-color: rgba(34, 34, 34, 0.4);
  color: #fff;
}
.carousel > ol {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1rem;
  z-index: 3;
}
.carousel > ol li {
  background-color: transparent;
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin: 1px;
  text-indent: -9999px;
  width: 1rem;
}
.carousel > ol li:hover {
  background-color: #c0c0c0;
}
.carousel > ol .active {
  background-color: #fff;
}
.carousel > ol .active:hover {
  background-color: #fff;
}
.carousel .carousel-active,
.carousel .next,
.carousel .prev,
.carousel .swipe {
  display: block;
}
.carousel .carousel-active,
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
[dir="rtl"] .carousel .carousel-active, [dir="rtl"]
.carousel .next.left, [dir="rtl"]
.carousel .prev.right {
  left: auto;
  right: 0;
}
.carousel .carousel-active {
  position: relative !important;
  z-index: 1;
}
.carousel .next,
.carousel .prev,
.carousel .swipe {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel .next,
.carousel .carousel-active.right {
  left: 100%;
}
[dir="rtl"] .carousel .next, [dir="rtl"]
.carousel .carousel-active.right {
  left: auto;
  right: 100%;
}
[dir="rtl"] .carousel .next.swiping, [dir="rtl"]
.carousel .carousel-active.right.swiping {
  right: -100%;
}
.carousel .prev,
.carousel .carousel-active.left {
  left: -100%;
}
[dir="rtl"] .carousel .prev, [dir="rtl"]
.carousel .carousel-active.left {
  left: auto;
  right: -100%;
}
[dir="rtl"] .carousel .prev.swiping, [dir="rtl"]
.carousel .carousel-active.left.swiping {
  right: 100%;
}
.carousel > button {
  position: absolute;
  left: 1px;
  top: 40%;
  z-index: 3;
  display: block;
  width: 3rem;
  margin-top: -1rem;
  padding: 1rem;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
[dir="rtl"] .carousel > button {
  left: auto;
  right: 1px;
}
.carousel > button.forward {
  left: auto;
  right: 1px;
}
[dir="rtl"] .carousel > button.forward {
  right: auto;
  left: 1px;
}
.carousel > button:hover {
  text-decoration: underline;
}

.carousel-fade > figure {
  position: absolute;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.carousel-fade > figure, [dir="rtl"] .carousel-fade > figure {
  transition: opacity .7s ease-in-out;
}
.carousel-fade > figure.swipe,
.carousel-fade > figure.next,
.carousel-fade > figure.prev {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .carousel-active.swipe {
  z-index: 2;
}
.carousel-fade .carousel-active {
  opacity: 1;
}
.carousel-fade .carousel-active.left, .carousel-fade .carousel-active.right {
  z-index: 2;
  opacity: 0;
}
.carousel-fade .carousel-control, .carousel-fade .carousel-control:visited {
  z-index: 3;
}

.accordion {
  border: solid 1px #c0c0c0;
  margin-bottom: .125rem;
}

.accordion-head {
  display: block;
}
.accordion-head a {
  display: block;
  padding: .5rem;
}

.accordion-body {
  padding: 0 .5rem;
  border-top: solid 1px #c0c0c0;
}

.trans,
.collapse {
  transition: height .5s ease, width .5s ease;
}

.expand,
.collapse {
  display: block;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: auto;
}

.collapse {
  height: 0;
}
.collapse.width {
  height: auto;
  width: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.modal-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-right: -1px;
  vertical-align: middle;
}
[dir="rtl"] .modal-overlay:before {
  margin-right: 0;
  margin-left: -1px;
}

.modal-loader:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 4px;
  margin: auto;
  content: "";
  background-image: url(data:image/gif;base64,R0lGODlhDAAEAPABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAADAAEAAACCoQRqXm42h48MhUAIfkECTIAAQAsBAAAAAQABAAAAgSEjwkFACH5BAUyAAEALAgAAAAEAAQAAAIEhI8JBQA7);
  image-rendering: optimizeSpeed;
}

.modal {
  display: inline-block;
  max-height: 95%;
  max-width: 95%;
  vertical-align: middle;
  margin: 0 auto;
  overflow: auto;
}

.modal-iframe,
.modal-image {
  overflow: hidden;
}

.modal-iframe .media,
.modal-iframe iframe {
  max-height: 100%;
  max-width: 100%;
}

.modal-iframe .media {
  background-color: #fff;
  margin-bottom: 0;
}

.modal-iframe.iframe-full {
  height: 95%;
}

.iframe-full .media {
  height: 100%;
  padding: 0;
}

.modal-image > img {
  max-height: 100%;
}

.modal-content {
  max-height: 100%;
  overflow: auto;
  padding: 1rem;
  background-color: #fff;
  text-align: left;
}
[dir="rtl"] .modal-content {
  text-align: right;
}

.modal-header,
.modal-footer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.modal-header {
  padding: 0 4.555rem;
}

.modal-footer {
  top: auto;
  bottom: 0;
}

.modal-close {
  position: fixed;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: inline-block;
  padding: 1.245rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
[dir="rtl"] .modal-close {
  right: auto;
  left: 1px;
}

.modal-direction {
  position: fixed;
  top: 49%;
  left: 0;
  z-index: 2;
  display: block;
  width: 3rem;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
[dir="rtl"] .modal-direction {
  right: 0;
}
.modal-direction.next {
  left: auto;
  right: 0;
}
[dir="rtl"] .modal-direction.next {
  right: auto;
  left: 0;
}

button.modal-close,
button.modal-direction {
  background-color: transparent;
  border: none;
}
button.modal-close:hover,
button.modal-direction:hover {
  text-decoration: underline;
}

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
    /*
	 * Force the columns to display as rows on small viewports.
     * Headers are applied with data attributes.
	 */
  [data-table-list] {
    opacity: 0;
  }

  .table-list {
    display: block;
  }
  .table-list thead,
  .table-list tfoot,
  .table-list th {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    visibility: hidden;
  }
  .table-list tbody,
  .table-list tr,
  .table-list td,
  .table-list th[scope=row] {
    position: static;
    display: block;
    overflow: visible;
    visibility: visible;
  }
  .table-list tr:before, .table-list tr:after {
    content: "";
    display: table;
  }
  .table-list tr:after {
    clear: both;
  }
  .table-list td,
  .table-list th[scope=row] {
    float: left;
    width: 100%;
  }
  [dir="rtl"] .table-list td, [dir="rtl"]
  .table-list th[scope=row] {
    float: right;
  }
  .table-list td:before, .table-list td:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list td:before {
    content: attr(data-thead);
  }
  .table-list th[scope=row]:before, .table-list th[scope=row]:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list th[scope=row]:before {
    content: attr(data-thead);
  }
  .table-list td:after,
  .table-list th[scope=row]:after {
    content: attr(data-tfoot);
  }
  .table-list.table-bordered {
    border-top-style: none;
  }
}
.tabsRbp {
  position: relative;
}
.tabsRbp > ul {
  list-style: none;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 0;
  padding: 0;
}
.tabsRbp > ul > li {
  float: left;
  margin-bottom: -1px;
}
[dir="rtl"] .tabsRbp > ul > li {
  float: right;
}
.tabsRbp > ul > li a {
  display: block;
  line-height: 2;
  margin-right: .2rem;
  padding: 0 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}
[dir="rtl"] .tabsRbp > ul > li a {
  margin-right: 0;
  margin-left: .2rem;
}
.tabsRbp > ul > li a:hover {
  background-color: #ebebeb;
  border-color: #c0c0c0;
}
.tabsRbp > ul > li > [aria-selected="true"], .tabsRbp > ul > li > [aria-selected="true"]:hover {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  border-bottom-color: transparent;
  color: #454545;
  cursor: default;
}
.tabsRbp > * {
  display: none !important;
}
.tabsRbp > ul,
.tabsRbp [tabIndex="0"] {
  display: block !important;
}

.clearfix:before, .container:before, .modal-ajax.container:before,
.modal-iframe:before,
.container-full:before, .row:before,
[class*="block-row-"]:before, .alert:before, .tabsRbp > ul:before, .clearfix:after, .container:after, .modal-ajax.container:after,
.modal-iframe:after,
.container-full:after, .row:after,
[class*="block-row-"]:after, .alert:after, .tabsRbp > ul:after {
  content: "";
  display: table;
}
.clearfix:after, .container:after, .modal-ajax.container:after,
.modal-iframe:after,
.container-full:after, .row:after,
[class*="block-row-"]:after, .alert:after, .tabsRbp > ul:after {
  clear: both;
}

.push {
  float: right;
}
[dir="rtl"] .push {
  float: left;
}

.pull {
  float: left;
}
[dir="rtl"] .pull {
  float: right;
}

.push-xxs {
  float: right;
}
[dir="rtl"] .push-xxs {
  float: left;
}

.pull-xxs {
  float: left;
}
[dir="rtl"] .pull-xxs {
  float: right;
}

@media (max-width: 37.49em) {
  .push-xxs-only {
    float: right;
  }
  [dir="rtl"] .push-xxs-only {
    float: left;
  }

  .pull-xxs-only {
    float: left;
  }
  [dir="rtl"] .pull-xxs-only {
    float: right;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .push-xs {
    float: right;
  }
  [dir="rtl"] .push-xs {
    float: left;
  }

  .pull-xs {
    float: left;
  }
  [dir="rtl"] .pull-xs {
    float: right;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .push-xs-only {
    float: right;
  }
  [dir="rtl"] .push-xs-only {
    float: left;
  }

  .pull-xs-only {
    float: left;
  }
  [dir="rtl"] .pull-xs-only {
    float: right;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .push-s {
    float: right;
  }
  [dir="rtl"] .push-s {
    float: left;
  }

  .pull-s {
    float: left;
  }
  [dir="rtl"] .pull-s {
    float: right;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .push-s-only {
    float: right;
  }
  [dir="rtl"] .push-s-only {
    float: left;
  }

  .pull-s-only {
    float: left;
  }
  [dir="rtl"] .pull-s-only {
    float: right;
  }
}
@media (min-width: 62em) {
  .push-m {
    float: right;
  }
  [dir="rtl"] .push-m {
    float: left;
  }

  .pull-m {
    float: left;
  }
  [dir="rtl"] .pull-m {
    float: right;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .push-m-only {
    float: right;
  }
  [dir="rtl"] .push-m-only {
    float: left;
  }

  .pull-m-only {
    float: left;
  }
  [dir="rtl"] .pull-m-only {
    float: right;
  }
}
@media (min-width: 75em) {
  .push-l {
    float: right;
  }
  [dir="rtl"] .push-l {
    float: left;
  }

  .pull-l {
    float: left;
  }
  [dir="rtl"] .pull-l {
    float: right;
  }
}
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.block-xxs {
  display: block;
}

.inline-block-xxs {
  display: inline-block;
}

.inline-xxs {
  display: inline;
}

@media (max-width: 37.49em) {
  .block-xxs-only {
    display: block;
  }

  .inline-block-xxs-only {
    display: inline-block;
  }

  .inline-xxs-only {
    display: inline;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .block-xs {
    display: block;
  }

  .inline-block-xs {
    display: inline-block;
  }

  .inline-xs {
    display: inline;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .block-xs-only {
    display: block;
  }

  .inline-block-xs-only {
    display: inline-block;
  }

  .inline-xs-only {
    display: inline;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .block-s {
    display: block;
  }

  .inline-block-s {
    display: inline-block;
  }

  .inline-s {
    display: inline;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .block-s-only {
    display: block;
  }

  .inline-block-s-only {
    display: inline-block;
  }

  .inline-s-only {
    display: inline;
  }
}
@media (min-width: 62em) {
  .block-m {
    display: block;
  }

  .inline-block-m {
    display: inline-block;
  }

  .inline-m {
    display: inline;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .block-m-only {
    display: block;
  }

  .inline-block-m-only {
    display: inline-block;
  }

  .inline-m-only {
    display: inline;
  }
}
@media (min-width: 75em) {
  .block-l {
    display: block;
  }

  .inline-block-l {
    display: inline-block;
  }

  .inline-l {
    display: inline;
  }
}
.text-pull {
  text-align: left;
}
[dir="rtl"] .text-pull {
  text-align: right;
}

.text-push {
  text-align: right;
}
[dir="rtl"] .text-push {
  text-align: left;
}

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

.text-xxs-pull {
  text-align: left;
}
[dir="rtl"] .text-xxs-pull {
  text-align: right;
}

.text-xxs-push {
  text-align: right;
}
[dir="rtl"] .text-xxs-push {
  text-align: left;
}

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

@media (max-width: 37.49em) {
  .text-xxs-pull-only {
    text-align: left;
  }
  [dir="rtl"] .text-xxs-pull-only {
    text-align: right;
  }

  .text-xxs-push-only {
    text-align: right;
  }
  [dir="rtl"] .text-xxs-push-only {
    text-align: left;
  }

  .text-xxs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir="rtl"] .text-xs-pull {
    text-align: right;
  }

  .text-xs-push {
    text-align: right;
  }
  [dir="rtl"] .text-xs-push {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir="rtl"] .text-xs-pull {
    text-align: right;
  }

  .text-xs-push {
    text-align: right;
  }
  [dir="rtl"] .text-xs-push {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .text-s-pull {
    text-align: left;
  }
  [dir="rtl"] .text-s-pull {
    text-align: right;
  }

  .text-s-push {
    text-align: right;
  }
  [dir="rtl"] .text-s-push {
    text-align: left;
  }

  .text-s-center {
    text-align: center;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .text-s-pull {
    text-align: left;
  }
  [dir="rtl"] .text-s-pull {
    text-align: right;
  }

  .text-s-push {
    text-align: right;
  }
  [dir="rtl"] .text-s-push {
    text-align: left;
  }

  .text-s-center {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .text-m-pull {
    text-align: left;
  }
  [dir="rtl"] .text-m-pull {
    text-align: right;
  }

  .text-m-push {
    text-align: right;
  }
  [dir="rtl"] .text-m-push {
    text-align: left;
  }

  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .text-m-pull {
    text-align: left;
  }
  [dir="rtl"] .text-m-pull {
    text-align: right;
  }

  .text-m-push {
    text-align: right;
  }
  [dir="rtl"] .text-m-push {
    text-align: left;
  }

  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-l-pull {
    text-align: left;
  }
  [dir="rtl"] .text-l-pull {
    text-align: right;
  }

  .text-l-push {
    text-align: right;
  }
  [dir="rtl"] .text-l-push {
    text-align: left;
  }

  .text-l-center {
    text-align: center;
  }
}
.grid-state-indicator {
  position: absolute;
  top: -9999px;
  height: 1px;
  width: 0;
}

@media (max-width: 37.49em) {
  .grid-state-indicator {
    width: 0;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .grid-state-indicator {
    width: 1px;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .grid-state-indicator {
    width: 2px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .grid-state-indicator {
    width: 3px;
  }
}
@media (min-width: 75em) {
  .grid-state-indicator {
    width: 4px;
  }
}
.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

[data-lock], [data-lock] body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.fade-out,
.fade-in {
  transition: opacity .3s;
}

.fade-out {
  opacity: 0 !important;
}

.fade-in {
  opacity: 1 !important;
}

.visible-xxs,
.visible-xs,
.visible-s,
.visible-m,
.visible-l {
  display: none !important;
}

@media (max-width: 37.49em) {
  .hidden-xxs {
    display: none !important;
  }

  .visible-xxs {
    display: block !important;
  }

  .visible-xxs.inline {
    display: inline !important;
  }

  .visible-xxs.inline-block {
    display: inline-block !important;
  }

  table.visible-xxs {
    display: table;
  }

  thead.visible-xxs {
    display: table-header-group !important;
  }

  tfoot.visible-xxs {
    display: table-footer-group !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }

  col.visible-xxs {
    display: table-column !important;
  }

  caption.visible-xxs {
    display: table-caption !important;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .visible-xs.inline {
    display: inline !important;
  }

  .visible-xs.inline-block {
    display: inline-block !important;
  }

  table.visible-xs {
    display: table;
  }

  thead.visible-xs {
    display: table-header-group !important;
  }

  tfoot.visible-xs {
    display: table-footer-group !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  col.visible-xs {
    display: table-column !important;
  }

  caption.visible-xs {
    display: table-caption !important;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .hidden-s {
    display: none !important;
  }

  .visible-s {
    display: block !important;
  }

  .visible-s.inline {
    display: inline !important;
  }

  .visible-s.inline-block {
    display: inline-block !important;
  }

  table.visible-s {
    display: table;
  }

  thead.visible-s {
    display: table-header-group !important;
  }

  tfoot.visible-s {
    display: table-footer-group !important;
  }

  tr.visible-s {
    display: table-row !important;
  }

  th.visible-s,
  td.visible-s {
    display: table-cell !important;
  }

  col.visible-s {
    display: table-column !important;
  }

  caption.visible-s {
    display: table-caption !important;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .hidden-m {
    display: none !important;
  }

  .visible-m {
    display: block !important;
  }

  .visible-m.inline {
    display: inline !important;
  }

  .visible-m.inline-block {
    display: inline-block !important;
  }

  table.visible-m {
    display: table;
  }

  thead.visible-m {
    display: table-header-group !important;
  }

  tfoot.visible-m {
    display: table-footer-group !important;
  }

  tr.visible-m {
    display: table-row !important;
  }

  th.visible-m,
  td.visible-m {
    display: table-cell !important;
  }

  col.visible-m {
    display: table-column !important;
  }

  caption.visible-m {
    display: table-caption !important;
  }
}
@media (min-width: 75em) {
  .hidden-l {
    display: none !important;
  }

  .visible-l {
    display: block !important;
  }

  .visible-l.inline {
    display: inline !important;
  }

  .visible-l.inline-block {
    display: inline-block !important;
  }

  table.visible-l {
    display: table;
  }

  thead.visible-l {
    display: table-header-group !important;
  }

  tfoot.visible-l {
    display: table-footer-group !important;
  }

  tr.visible-l {
    display: table-row !important;
  }

  th.visible-l,
  td.visible-l {
    display: table-cell !important;
  }

  col.visible-l {
    display: table-column !important;
  }

  caption.visible-l {
    display: table-caption !important;
  }
}
@media print {
  *, :before, :after {
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #c0c0c0;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .container, .modal-ajax.container,
  .modal-iframe {
    max-width: 100%;
    width: 100%;
  }
  .container.fixed,
  .fixed.modal-iframe, .fixed .container,
  .fixed .modal-iframe {
    width: 100%;
  }
}
/* ====================================================================== */
/* ********************************************************************** */
/*  CSS STRUCTURE
/*  Tous les fichiers de style qui concerne le comportement
/*  de la structure général du site
/* ====================================================================== */
/* ********************************************************************** */
/* base */
/* === GENERAL ===============================
============================================== */
/* --- GENERAL ----------------------- */
body {
  font-family: "monserrat-regular", sans-serif;
}

.container, .modal-ajax.container,
.modal-iframe {
  width: 100%;
  max-width: 1140px;
  min-width: 320px;
  margin: 0 auto;
}
@media (max-width: 74.99em) {
  .container, .modal-ajax.container,
  .modal-iframe {
    padding: 0 20px;
  }
}

/* --- LIENS ----------------------- */
a:link,
a:visited {
  color: #2DABE2;
  text-decoration: none;
}

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

/* --- LISTES ----------------------- */
nav ul, nav ol {
  padding: 0;
}

/* --- TITRES ----------------------- */
h1 {
  font-family: "din-bold", serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "din-bold", serif;
  font-weight: normal;
}

/* --- PARAGRAPHES ----------------------- */
p {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
p > a[rel="external"],
p > a.lien-externe {
  background-image: url("../images/external.gif");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1rem;
  line-height: 100%;
}
p a.lien-externe-img:hover {
  position: relative;
  display: block;
}
p a.lien-externe-img:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../images/external.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

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

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

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

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

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

.text-important {
  color: #31AD69;
}

/* --- BLOCKS ----------------------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.fixed,
.sticky {
  position: fixed;
}

article,
.block-inner,
.content-main {
  position: relative;
}

.content-main,
.content-sidebar {
  margin-bottom: 2rem;
}

/* --- CITATIONS ----------------------- */
blockquote {
  padding: 24px;
  quotes: "“" "”" "‘" "’";
  font-weight: 300;
  font-size: 24px;
}

blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/* structure */
/* === # MAIN ================================
============================================== */
.page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.view article {
  position: relative;
}

.not-front .main-article {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #2DABE2;
  margin-top: 1rem;
}

/* === # CONTENT ================================*/
/* === CONTENT_MAIN === */
.article-main {
  position: relative;
}
.article-main article {
  position: relative;
}
.article-main .view .views-row {
  padding: 1rem;
  border: 1px solid #d6d9d9;
  overflow: hidden;
  margin: 0;
  margin-bottom: 1rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.article-main .view .views-row:hover {
  background-color: white;
  border: 1px solid #a1a8a7;
}

.views-row > .links li {
  padding: 0;
}

/* Block  : Alertes Infos */
.titre-alerte a {
  color: #040e09;
}

/* === # SIDEBAR ================================*/
/* === # LES PAGES ===========================
============================================== */
.page-content {
  position: relative;
}
.page-content:before {
  background-image: url("../images/lac-nuages-depuis-chambotte.jpg");
  background-repeat: no-repeat;
  background-position: bottom 100%;
  background-size: cover;
  height: 500px;
  content: "";
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

/* === # TOP =================================
============================================== */
.page-top {
  width: 100%;
  height: 18px;
  height: 1.125rem;
  z-index: 500;
}
.page-top.fixed {
  position: fixed;
  top: 0;
}

.top-tools {
  text-align: right;
}
.top-tools a {
  font-size: 11px;
  text-decoration: none;
  height: 18px;
  height: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #1D1D1B;
}
.top-tools a:hover {
  text-decoration: underline;
}
.top-tools > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-tools ul > li {
  list-style: none;
}
.top-tools .social > li,
.top-tools .resizer > li,
.top-tools .contrast > li,
.top-tools .connexion > li,
.top-tools .menu-filiale > li {
  float: left;
}
.top-tools .social > li > a,
.top-tools .resizer > li > a,
.top-tools .contrast > li > a,
.top-tools .connexion > li > a,
.top-tools .menu-filiale > li > a {
  padding: 0 .5rem;
  display: block;
}
.top-tools .social > li > a:hover,
.top-tools .resizer > li > a:hover,
.top-tools .contrast > li > a:hover,
.top-tools .connexion > li > a:hover,
.top-tools .menu-filiale > li > a:hover {
  background-color: #FFF;
  color: #2DABE2;
}
.top-tools .social > li a {
  text-decoration: none;
}
.top-tools .social > li a.facebook {
  background-color: #3b5998;
  color: #FFF;
}
.top-tools .social > li a.facebook:hover {
  color: #3b5998;
  background-color: #FFF;
}
.top-tools .social > li a.google {
  background-color: #dd4b39;
  color: #FFF;
}
.top-tools .social > li a.google:hover {
  color: #dd4b39;
  background-color: #FFF;
}
.top-tools .resizer {
  padding: 0 .25rem;
}
.top-tools .resizer > li > a {
  padding: 0 .25rem;
}
.top-tools .resizer .small a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.top-tools .resizer .medium a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.top-tools .resizer .large a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.top-tools .contrast {
  padding: 0 4px;
  padding: 0 0.25rem;
}
.top-tools .contrast > li > a {
  padding: 0 4px;
  padding: 0 0.25rem;
}
.top-tools .contrast > li > a:hover {
  background-color: #3b5998;
  color: #FFF;
  text-decoration: none;
}
.top-tools .contrast .moins a, .top-tools .contrast .plus a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
}
.top-tools .social,
.top-tools .resizer,
.top-tools .contrast,
.top-tools .connexion,
.top-tools .cart {
  float: right;
}
.top-tools .menu-filiale {
  float: left;
}
@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .top-tools .menu-filiale {
    display: none;
  }
}

.dropdown-menu {
  background-color: #FFF;
  -moz-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: linear 0.1s opacity;
  -o-transition: linear 0.1s opacity;
  -webkit-transition: linear 0.1s opacity;
  transition: linear 0.1s opacity;
  float: right;
  position: absolute;
  z-index: 500;
}
.dropdown-menu #block-system-user-menu {
  margin: 1px;
}
.dropdown-menu #block-system-user-menu .menu-links {
  min-width: 150px;
  margin: 0;
  padding: 0;
}
.dropdown-menu #block-system-user-menu .menu-links li {
  margin-top: 1px;
  list-style: circle;
  display: block;
  padding: .5rem .75rem;
  background-color: rgba(45, 171, 226, 0.2);
  text-align: left;
}
.dropdown-menu #block-system-user-menu .menu-links li.last {
  background-color: rgba(73, 73, 73, 0.3);
}
.dropdown-menu #block-system-user-menu .menu-links li:hover {
  background-color: rgba(45, 171, 226, 0.7);
}
.dropdown-menu #block-system-user-menu .menu-links li:first-child {
  margin-top: 0px;
}

/* === HEADER ================================
============================================== */
.page-header {
  z-index: 400;
  position: relative;
}
.page-header:after {
  background: url("../images/bg-header.png") no-repeat bottom center transparent;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
}

.logo > a {
  display: inline-block;
  float: left;
}
.logo > a:first-child {
  margin-right: 12px;
}

/* LOGO  */
.logo {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 50;
  position: relative;
}
.logo a {
  display: block;
  margin: 0;
  padding: 0;
}
.logo a img {
  height: auto;
}

/* PUB */
.pub img {
  width: 100%;
  height: 100%;
}

.pub p {
  margin: 0;
  padding: 0;
}

/* === # HEADER ==============================
============================================== */
.bg-header {
  position: relative;
}

.bg-header > .container,
.bg-header > .modal-iframe {
  position: relative;
}

/* LOGO  */
.logo {
  display: block;
  margin: 0.8rem 0;
  padding: 0;
  position: relative;
  float: left;
}

.logo a {
  display: block;
  margin: 0;
  padding: 0;
}

/* PUB */
.pub {
  position: relative;
  top: 11px;
  height: 108px;
  min-width: 320px;
  display: block;
  padding: 0;
  z-index: 1;
  top: 0;
  overflow: hidden;
}

.pub img {
  width: 100%;
  height: 100%;
}

.pub p {
  margin: 0;
  padding: 0;
}

/* TOOLS  */
/* RESIZER  */
.resizer {
  text-align: center;
  margin: 0;
  padding: 0;
}

.resizer li {
  display: inline-block;
}

/* USER MENU  */
.connexion .menu {
  margin: 0;
  position: relative;
}

/* === # BREADCRUMB ==========================
============================================== */
.breadcrumb {
  padding: 0;
}

.breadcrumb ol {
  margin: 0;
  padding: 1rem 0;
}

.breadcrumb li {
  list-style: none;
  margin: 0;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
}

.breadcrumb li span {
  margin: 0px 10px;
}

.breadcrumb li {
  background: none;
}

/* === MENU PRINCIPAL ========================
============================================== */
/* Main menu settings */
.page-navigation {
  padding: 0;
  width: 100%;
  z-index: 300;
  /* This makes the dropdown menus appear above the page content below */
  position: relative;
  top: 0px;
  /* Top menu items */
}
.page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-direction: row;
}
.page-navigation ul li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  margin: 0 0 0 0px;
  padding: 0px;
  float: left;
  position: relative;
  list-style: none;
}
.page-navigation ul li a {
  display: block;
  margin: 0;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  font-size: 0.9375em;
  text-transform: uppercase;
}
.page-navigation ul li > a:hover {
  text-decoration: none;
  position: relative;
}

/* ARROW ***************************************/
ul#main-nav > .expanded.active-trail:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid green;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -8px;
  left: 46%;
}
ul#main-nav > .expanded.active-trail:after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 47%;
}
ul#main-nav > .expanded:hover:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -8px;
  left: 46%;
}
ul#main-nav > .expanded:hover:after {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 47%;
}

.page-navigation ul li.active-trail ul li.active-trail a {
  text-decoration: underline;
}

/* Submenu items - PERMET D'ÊTRE ACCESSIBLE */
.page-navigation ul li:hover ul,
.page-navigation ul li:focus ul,
.page-navigation ul.show-menu {
  left: 0;
  opacity: 0.99;
  min-width: 240px;
}

/* Submenu items - PERMET D'ÊTRE ACCESSIBLE */
.page-navigation ul ul li:hover > ul,
.page-navigation ul ul li:focus > ul,
.page-navigation ul.show-menu ul.show-menu {
  left: 100%;
  top: 0;
  opacity: 0.99;
  min-width: 240px;
}

/* PERMET D'ÊTRE ACCESSIBLE */
.page-navigation ul ul,
.page-navigation ul ul ul {
  position: absolute;
  top: 100%;
  left: -9999px;
  right: auto;
  /*resets the right:50% on the parent ul */
  text-align: left;
  min-width: 100%;
  /*width of the drop-down menus */
  -moz-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #2DABE2;
  background: rgba(45, 171, 226, 0.9);
  opacity: 0;
  -moz-transition: linear 0.1s opacity;
  -o-transition: linear 0.1s opacity;
  -webkit-transition: linear 0.1s opacity;
  transition: linear 0.1s opacity;
  z-index: 0;
}

/* Top level hover state, preserve hover state when hovering dropdown  */
/* --- */
.page-navigation ul ul li {
  left: auto;
  /*resets the left:50% on the parent li */
  margin: 0;
  /* Reset the 1px margin from the top menu */
  clear: left;
  float: left;
  width: 100%;
}

.page-navigation ul ul li:last-child {
  border-bottom: 0px solid transparent;
}

.page-navigation ul ul li a,
.page-navigation ul li.active li a,
.page-navigation ul li:hover ul li a,
.page-navigation ul li.hover ul li a {
  /* This line is required for IE 6 and below */
  /*font-weight:normal; /* resets the bold set for the top level menu items */
  /*background:transparent;  Couleur de fond du sous menu */
  line-height: 1em;
  /* overwrite line-height value from top menu */
  /*  border-bottom:1px solid $white; sub menu item horizontal lines */
  float: left;
  width: 100%;
  letter-spacing: 0;
  text-transform: inherit;
}

.page-navigation ul ul li a:hover,
.page-navigation ul li.active ul li a:hover,
.page-navigation ul li:hover ul li a:hover,
.page-navigation ul li.hover ul li a:hover {
  /* This line is required for IE 6 and below */
  /*background:transparent;  Couleur de fond des li au survole du sous menu */
  float: left;
}

/* Flip the last submenu so it stays within the page */
.page-navigation ul ul.last {
  left: auto;
  /* reset left:0; value */
  right: 0;
  /* Set right value instead */
}

.page-navigation ul ul.last li {
  float: right;
  position: relative;
  right: .8em;
}

/* Make the sub menus appear on hover */
.page-navigation ul li:hover ul,
.page-navigation ul li.hover ul {
  /* This line is required for IE 6 and below */
  display: block;
  /* Show the sub menus */
}

/* === SELECT NAV ============================
============================================== */
.selectnav {
  display: none;
}
@media (max-width: 37.49em) {
  .selectnav {
    display: block;
    margin: 8px auto;
    margin: 0.5rem auto;
    width: 100%;
  }
}

@media (max-width: 37.49em) {
  #main-nav {
    display: none;
  }
}

/* === MENU RUBRIQUE =========================
============================================== */
.menu-rubrique .menu-links {
  padding: 0;
  margin: 0;
}
.menu-rubrique .menu-links li {
  list-style: none;
}
.menu-rubrique .menu-links li a {
  border: 1px solid #FFF;
  background-color: #FFF;
  display: block;
  padding: .8rem;
  margin-bottom: .5rem;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
}
.menu-rubrique .menu-links li a:hover {
  background-color: rgba(45, 171, 226, 0.9);
  color: #FFF;
}

/* === MENU FOOTER ===========================
============================================== */
#main-menu a {
  font-size: 11px;
  letter-spacing: 0.2px;
}

#main-menu ul {
  padding: 0;
}

/* reset */
#main-menu ul.menu-links {
  width: 100%;
  margin: 0;
}

#main-menu ul.menu-links li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#main-menu ul:first-child > li > a {
  text-transform: uppercase;
}

#main-menu ul ul.menu-links {
  margin-top: 12px;
  max-width: 170px;
}

#main-menu ul ul > li > a {
  text-transform: initial;
}

#main-menu ul ul ul {
  display: none;
}

#main-menu ul.menu-links:first-child > li.first {
  margin-left: 0;
}

#main-menu ul.menu-links:first-child > li.last {
  margin-right: 0;
}

#main-menu ul.menu-links li {
  font-weight: 700;
}

#main-menu ul.menu-links ul li {
  font-weight: 300;
  width: 100%;
}

#main-menu ul.menu-links:first-child {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

#main-menu ul.menu-links:first-child > li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: left;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main-menu ul.menu-links:first-child {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#main-menu ul.menu-links:first-child > li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

/* === USER MENU =============================
============================================== */
.header-nav .menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-nav .menu-links > li {
  display: inline;
  margin: 0;
  padding: .5em .8em;
  border: 1px solid #1e9fd8;
}
.header-nav .menu-links > li.leaf {
  list-style-type: none;
  list-style-image: none;
}
.header-nav .menu-links > li.fb {
  background-color: #3B579D;
}
.header-nav .menu-links > li.fb span {
  color: #FFF;
}
.header-nav .menu-links > li.fb:hover {
  background-color: #4261b0;
  border: 1px solid #4261b0;
}
.header-nav .menu-links > li a {
  color: #FFF;
}
.header-nav .menu-links > li:hover {
  color: white;
  background-color: #43b4e5;
  border: 1px solid #2dabe2;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
}

.header-nav .menu-links li.leaf a {
  text-decoration: none;
}

.header-nav .menu li.fb a:hover {
  text-decoration: none;
}

.header-nav .menu-links li.last.leaf {
  background-color: #2DABE2;
}
.header-nav .menu-links li.last.leaf a {
  color: #FFF;
}
.header-nav .menu-links li.last.leaf:hover {
  background-color: #43b4e5;
  border: 1px solid #43b4e5;
}

/* === # SIDEBAR ===============================
============================================== */
.content-sidebar .block {
  padding: 1rem;
  border: 1px solid #2DABE2;
  margin: 0 0 2rem;
}
.content-sidebar .block:last-child {
  margin: 0;
}
.content-sidebar h2 {
  color: #2DABE2;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: bold;
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  text-transform: uppercase;
}

/* === # VIEWS ===============================
============================================== */
/* .view-filters *******************************/
.views-exposed-form label {
  font-size: .875em;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 2.7em;
}

/* --- views-actualites ---------------------- */
.view-actualites .views-row .image-actualite {
  margin-right: 1rem;
}
.view-actualites .views-row .title-actualite {
  margin-top: 0;
}
.view-actualites .views-row .title-actualite a {
  color: #1D1D1B;
}
.view-actualites .views-row .lien-actualite {
  text-align: right;
}

.lignes-alerte,
.node-alerte-infos {
  overflow: hidden;
  *zoom: 1;
}
.lignes-alerte .field-relation-ligne,
.lignes-alerte .field-relation-ligne-partenaire,
.node-alerte-infos .field-relation-ligne,
.node-alerte-infos .field-relation-ligne-partenaire {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.field-content {
  overflow: hidden;
  *zoom: 1;
}
.field-content .field-relation-ligne {
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.field-relation-ligne-partenaire {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}

/* --- block- vue actualités --------------------- */
#block-views-actualites-block .views-row {
  min-height: 125px;
}

/* --- views- des pages ---------------------- */
/* --- views- FAQ ---------------------- */
.view-FAQ .item-list > ul > li {
  margin: 0;
  padding: 1rem;
}
.view-FAQ article h2 {
  margin-top: 0;
}

/* --- view-lignes ---------------------- */
.view-lignes.view-display-id-page_lignes_horaires .view-content .views-row {
  padding: .250rem;
  margin: 0;
}
.view-lignes.view-display-id-page_lignes_horaires .view-content .all-fields {
  text-align: center;
}
.view-lignes.view-display-id-page_lignes_horaires .view-content .field-link-img > a {
  display: block;
}
.view-lignes.view-display-id-page_lignes_horaires .view-content .field-link-img > a > img {
  margin: 0 auto;
}
.view-lignes.view-display-id-page_lignes_horaires .view-content .field-link-txt {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: .5rem 1rem;
}

.prix {
  font-size: 120%;
  font-weight: bolder;
}

/* === LIGNES ================================
============================================== */
.view-lignes .view-content .views-row h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-lignes {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.node-ligne-proximite .field-relation-ligne-proximite {
  float: left;
  display: inline-block;
  margin-right: .5rem;
}

.liste-de-lignes {
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.liste-de-lignes li {
  float: left;
  display: inline-block;
  margin-right: .5rem;
}

.view-ligne-de-proximite .view-content .views-row h3 {
  margin-top: 0;
}

.view-ligne-de-proximite .item-list ul {
  margin-bottom: 1.17rem;
}
.view-ligne-de-proximite .item-list ul li {
  overflow: hidden;
  *zoom: 1;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: .5rem;
}
.view-ligne-de-proximite .item-list ul li .field-image-ligne a {
  display: block;
}

.table-list tbody {
  border-top: 0px;
}
.table-list h2 {
  margin-top: 0;
}

/* --- views- liste des produits ---------------------- */
/* Vue liste des produits */
.item-list .views-row {
  border: 1px solid #DDD;
  padding: 0;
}
.item-list .views-row:hover {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-box-shadow: 0 0 3px #BBB;
  -webkit-box-shadow: 0 0 3px #BBB;
  box-shadow: 0 0 3px #BBB;
}
.item-list .form-submit {
  margin: 1em 0;
}

/* options/select wrapper with switch anchors */
.change-view {
  position: absolute;
  top: 0;
  right: 0;
}
.change-view button {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  margin: 2px;
  font-size: 24px;
  line-height: 24px;
  padding: 8px;
  border: none;
}
.change-view .selected {
  color: #2DABE2;
}
.change-view :focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* General style of switch items' list */
.view ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view ul #liste_de_produits .view .view-content ul li {
  border: 1px solid #d6d9d9;
}

/* Clear eventual floats */
.view ul:before, .view ul:after {
  content: " ";
  display: table;
}

.view ul:after, .view ul:after {
  clear: both;
}

.view ul li {
  position: relative;
}
.view ul li .commerce-product-field.commerce-product-field-field-image-product.field-field-image-product {
  overflow: hidden;
}
.view ul li .commerce-product-field.commerce-product-field-field-image-product.field-field-image-product .field-field-image-product {
  max-height: 148px;
  -moz-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
.view ul li .commerce-product-field.commerce-product-field-field-image-product.field-field-image-product .field-field-image-product:hover {
  -moz-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  max-height: 350px;
  height: auto;
  overflow: visible;
}
.view ul li .field.field-field-produits.field-type-commerce-product-reference {
  background-color: #FFF;
}
.view ul li .field-product {
  display: block;
  margin: 0 auto;
}
.view ul li .field-product img {
  display: inline-block;
  max-width: 100%;
  border: none;
}
.view ul li .field-title {
  margin: 0;
  padding: 0;
}
.view ul li .field-body {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Individual view mode styles */
/* Large grid view */
.grid > li {
  text-align: center;
  padding: 16px;
  margin: 0px 0 0;
  display: inline-block;
  vertical-align: top;
}
.grid > li .titre-produit {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
}
.grid > li .field-title {
  line-height: 1;
}
.grid > li .field-title h3 {
  padding: 0;
}
.grid > li .field-title a:hover {
  text-decoration: none;
}
.grid > li .field-commerce-price {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #5e5e5e;
}
.grid > li .field-name-body {
  max-width: 300px;
  min-height: 70px;
  margin: 0 auto;
}
.grid > li .field-name-body p {
  font-size: 14px;
  font-size: 0.875rem;
}
.grid > li .field-field-produits {
  padding: 1em 0.5em;
  border-top: 1px solid #878F8E;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media (max-width: 74.99em) {
  .grid > li .field-field-produits {
    position: relative;
    top: 145px;
    left: 0px;
  }
}
.grid > li .field-field-produits .form-item-quantity {
  padding-bottom: 1em;
}
.grid > li .field-field-produits .form-item-quantity label {
  display: none;
}
.grid > li .field-field-produits .form-item-quantity input.form-text {
  padding: 4px 7px;
}
.grid .field-produits form div {
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 0px;
}
.grid .le-produit {
  height: 30.2em;
}
.grid .le-produit .form-items {
  bottom: 0px;
  position: absolute;
}
.grid .field-name-field-produits {
  padding: 1em 0.5em;
  border-top: 1px solid #d6d9d9;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.grid .field-name-field-produits .form-submit {
  margin: 0;
}

.node .field-commerce-price {
  font-size: 36px;
  font-size: 2.25rem;
  color: #0b0c0c;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.view .field-commerce-price {
  font-size: 22px;
  font-size: 1.375rem;
  color: #0b0c0c;
  font-weight: 700;
}

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

/* List view */
.list li .commerce-product-field-field-image-product,
.list li .titre-produit,
.list li .commerce-product-field-commerce-price,
.list li .field-name-body,
.list li .field-name-field-produits {
  display: inline-block;
  vertical-align: middle;
}
.list li .commerce-product-field-field-image-product {
  width: 10%;
}
@media (max-width: 61.99em) {
  .list li .commerce-product-field-field-image-product {
    width: 30%;
  }
}
.list li .titre-produit {
  padding: 0 10px;
  white-space: normal;
  width: 25%;
  margin: 0;
}
@media (max-width: 61.99em) {
  .list li .titre-produit {
    width: 40%;
  }
}
.list li .commerce-product-field-commerce-price {
  width: 15%;
}
@media (max-width: 61.99em) {
  .list li .commerce-product-field-commerce-price {
    width: 30%;
  }
}
.list li .field-name-body {
  width: 30%;
  padding: 0 15px;
  overflow: hidden;
  white-space: normal;
}
@media (max-width: 61.99em) {
  .list li .field-name-body {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0px;
  }
}
.list li .field-name-field-produits {
  margin: 0;
  width: 20%;
}
@media (max-width: 61.99em) {
  .list li .field-name-field-produits {
    width: 100%;
  }
}

@media screen and (max-width: 57em) {
  .grid ul li {
    width: 49%;
  }
}
@media screen and (max-width: 40.125em) {
  .grid ul li {
    width: 100%;
  }
}
.list .le-produit {
  width: 100% !important;
}

/* === # BLOCK ===============================
============================================== */
.content-sidebar .block, .block-actualites {
  border: 1px solid #2DABE2;
  background-color: #E5E7E6;
  padding: 1rem;
  position: relative;
  border-radius: 6px;
}

.article-bottom .block-views .block-inner > h2 {
  font-family: "din-bold", serif;
  font-size: 1.35em;
  text-transform: uppercase;
  position: relative;
  background-color: #878F8E;
  color: #FFF;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 8px;
}

.block-alerte-info {
  margin-top: 5rem;
}
.block-alerte-info .title-alerte a {
  color: #878F8E;
}
.block-alerte-info .title-alerte:before {
  color: #0865AE;
  font-family: "base-icons" !important;
  content: "\e000";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-actualites h2 {
  font-size: 1.35em;
  text-transform: uppercase;
  position: relative;
  top: -28px;
  background-color: #2DABE2;
  color: #FFF;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 8px;
}
.block-actualites .image-actualite {
  margin-right: 1em;
}
.block-actualites .title-actualite {
  font-family: "monserrat-bold";
  margin: 0;
}
.block-actualites .body-actualite {
  font-size: 1em;
  font-weight: normal;
}
.block-actualites .lien-actualite {
  text-align: right;
}
.block-actualites .lien-actualite:after {
  color: #0865AE;
  font-family: "ratpdev-icon" !important;
  content: "\e013";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 3px;
  left: 3px;
}
.block-actualites .views-row {
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.block-actualites .views-row-even {
  border-top: 1px dotted #FFF;
}

.block-search .RATPdev-form input.form-text.form-search,
.block-search .RATPdev-form .form-submit {
  display: inline-block;
}
.block-search .RATPdev-form input.form-text.form-search {
  margin-bottom: 0;
}

.block-btn .block-inner {
  background-repeat: no-repeat;
  background-position: right 0;
  border-radius: 4px;
}
.block-btn .block-inner p {
  margin: 0;
}
.block-btn .block-inner div:not(.contextual-links-wrapper) a {
  padding: 1rem;
  display: block;
}
.block-btn .block-inner:hover {
  background-color: #0865AE;
  color: #FFF !important;
}
.block-btn .block-inner:hover a {
  color: #FFF;
}

.block-btn.block-achete .block-inner {
  background-image: url("../images/icon1.svg");
}
.block-btn.block-achete .block-inner:hover {
  background-image: url("../images/icon1-white.svg");
}

.block-btn.block-offre .block-inner {
  background-image: url("../images/icon2.svg");
}
.block-btn.block-offre .block-inner:hover {
  background-image: url("../images/icon2-white.svg");
}

.block-btn.block-ticket .block-inner {
  background-image: url("../images/icon2.svg");
}
.block-btn.block-ticket .block-inner:hover {
  background-image: url("../images/icon2-white.svg");
}

#block-block-6 {
  border: none;
  background-color: #2DABE2;
  color: #FFF;
  padding: 0;
}
#block-block-6 p {
  text-align: right;
  padding: 0px 80px 0px 1rem;
}
#block-block-6 p a {
  color: #FFF !important;
}
#block-block-6 img.icon-mobile {
  position: absolute;
  top: -12px;
  right: -25px;
}
@media (max-width: 61.99em) {
  #block-block-6 img.icon-mobile {
    top: -25px;
  }
}

#block-block-7 p:first-child {
  margin-left: 40%;
  background-color: #2DABE2;
  color: #FFF;
  padding: 10px 80px 10px 10px;
  border-radius: 4px;
  text-align: right;
}
#block-block-7 p:first-child a {
  color: #FFF !important;
}
#block-block-7 p:first-child a img.icon-mobile {
  position: absolute;
  top: 7px;
  right: -25px;
}
@media (max-width: 61.99em) {
  #block-block-7 p:first-child a img.icon-mobile {
    top: -25px;
  }
}

.content-sidebar .block-btn {
  padding: .250rem;
  margin-left: 15%;
}
.content-sidebar .block-btn.block-offre, .content-sidebar .block-btn.block-achete {
  margin-bottom: 1rem;
}

.tabsBase ul {
  margin-bottom: 0;
}
.tabsBase ul li > [aria-selected="true"] {
  background-color: #2DABE2;
  color: #FFF;
}
.tabsBase ul li a {
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  -moz-border-radius: 3px !important 3px !important 0 0;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important 3px !important 0 0;
}
.tabsBase .block-atix-route,
.tabsBase .block-atix-instant-system {
  margin-top: 0;
}

.bloc-appli, .bloc-boutique {
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  margin-top: 3rem !important;
}
.bloc-appli div, .bloc-boutique div {
  text-align: center;
}
.bloc-appli div h3, .bloc-boutique div h3 {
  position: absolute;
  top: -30px;
  left: 0;
  margin: auto;
  pointer-events: none;
}

.newsletter {
  padding: 0.5rem;
  font-size: 16px !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.newsletter span {
  margin-top: -10px;
}

/* === SEARCH ================================
============================================== */
.content-sidebar .block-search {
  background-color: transparent;
  border: none;
  padding: 1rem 0px;
}
.content-sidebar .block-search form {
  border: 1px solid #2DABE2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.block-search .form-item input[type="search"] {
  width: 100%;
  padding: 8px 64px 8px 16px;
  margin: 0;
  border: none;
  background: #FFF;
  display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 35px;
  width: 100%;
}
.block-search .form-item input[type="search"]:-moz-placeholder {
  color: #878F8E;
}
.block-search .form-item input[type="search"]::-moz-placeholder {
  color: #878F8E;
}
.block-search .form-item input[type="search"]:-ms-input-placeholder {
  color: #878F8E;
}
.block-search .form-item input[type="search"]::-webkit-input-placeholder {
  color: #878F8E;
}
.block-search .form-item input:hover, .block-search .form-actions input:hover {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.block-search .form-actions input[type="submit"] {
  margin: 0;
  border: none;
  background: none;
  display: inline;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: -6px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #FFF;
  background-color: #1e9fd8;
  border: 1px solid #878F8E;
}
.block-search .form-actions input[type="submit"]:hover {
  background-color: #187eab;
}
.block-search .form-actions input[type="submit"]:hover, .block-search .form-actions input[type="submit"]:focus {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.block-search .form-item {
  width: 70%;
}
.block-search .form-actions {
  width: 30%;
  text-align: right;
}
.block-search .form-actions input {
  position: absolute;
  right: 0;
}

/* === SEARCH FORM ===========================
============================================== */
.search-form .custom-search-box {
  width: 70%;
  float: left;
  padding: .5em;
}
.search-form .form-actions {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}

/* === # BOTTOM ==============================
============================================== */
/* === # FOOTER ==============================
============================================== */
.page-footer {
  position: relative;
  z-index: 100;
  font-size: 12px;
  font-size: 0.75rem;
}
.page-footer:after {
  background: url("../images/bg-footer.png") no-repeat bottom center transparent;
  background-size: cover;
  background-position: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
.page-footer .row {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (max-width: 61.99em) {
  #block-block-1 .block-inner {
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 62em) {
  #block-block-1 .block-inner {
    border-right: 1px solid #FFF;
    padding-right: 1rem;
    margin-right: 1rem;
    border-bottom: none;
  }
}
@media (max-width: 37.49em) {
  #block-block-1 .block-inner {
    border: none;
    padding: 0;
    margin: 0;
  }
}

/* === # FORMS ==============================
============================================== */
#edit-newsletters .form-item.form-type-checkbox,
#edit-submitted-interets .form-item.form-type-checkbox {
  display: block;
  float: none;
}

fieldset {
  border: 1px solid #878F8E;
  margin: 0 0 2rem 0;
  padding: 1rem;
}

.fieldset-legend {
  font-weight: bolder;
  padding: .5rem 1rem;
  text-transform: uppercase;
  color: #878F8E;
  font-size: 12px;
  letter-spacing: 1px;
}

.form-item.form-type-radio {
  margin-right: .5rem;
}

.form-radios,
.form-checkboxes {
  display: block;
  overflow: hidden;
  *zoom: 1;
}

.form-item.form-type-checkbox.form-item-picture-delete {
  display: block;
  float: none;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 1rem;
}

.form-item .description {
  font-style: italic;
}

.form-type-radio,
.form-type-checkbox {
  float: left;
  display: inline-block;
  margin-right: 1rem;
}
.form-type-radio input,
.form-type-checkbox input {
  float: left;
  clear: both;
  margin-right: .5rem;
}

.form-item, .form-actions {
  margin: .5rem 0rem;
}
.form-item label, .form-item input, .form-item select, .form-actions label, .form-actions input, .form-actions select {
  margin-bottom: .5rem;
}
.form-item label:-moz-placeholder, .form-item input:-moz-placeholder, .form-actions label:-moz-placeholder, .form-actions input:-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
}
.form-item label::-moz-placeholder, .form-item input::-moz-placeholder, .form-actions label::-moz-placeholder, .form-actions input::-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
}
.form-item label:-ms-input-placeholder, .form-item input:-ms-input-placeholder, .form-actions label:-ms-input-placeholder, .form-actions input:-ms-input-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
}
.form-item label::-webkit-input-placeholder, .form-item input::-webkit-input-placeholder, .form-actions label::-webkit-input-placeholder, .form-actions input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
}

/* === # COPYRIGHT ===========================
============================================== */
.page-mention {
  background-color: #0865AE;
}

.copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  text-align: center;
  padding: 3px 0px;
}

.copyright a {
  color: #000;
  text-decoration: underline;
}

.copyright a:hover {
  color: #DDD;
}

/* ---------------------------------------------------------------------- */
/*  CSS Components
/* ---------------------------------------------------------------------- */
.gldp-default {
  position: absolute;
  font-family: "monserrat-regular", sans-serif;
}

/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #ffffff;
}

/* Cell border */
.gldp-default .border {
  border-style: solid;
  border-width: 0;
  border-color: #888;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 16px !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: #222;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #222;
  opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
  color: #fff;
  font-weight: bold;
  background: #31AD69;
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #3858a8;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #666 !important;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: #2DABE2;
}

/* Non-Selectable days */
.gldp-default .noday {
  color: #444;
  font-weight: normal;
  cursor: not-allowed !important;
  background: #aaaaaa;
}

/* Currently selected day */
.gldp-default .selected {
  color: #fff;
  font-weight: bold;
  border-color: #268551;
  background: #31AD69;
}

/* Today */
.gldp-default .today {
  color: #fff;
  font-weight: bold;
  border-color: #06497d;
  background: #0865AE;
}

/* Special */
.gldp-default .special {
  color: #fff;
  font-weight: bold;
  border-color: #0c0;
  background: #88e888;
}

/* === # TABS ================================
============================================== */
div.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0px;
  width: 100%;
  font-weight: 200;
  z-index: 199;
}

/* Nav */
div.tabs {
  text-align: center;
}

div.tabs ul.tabs.primary,
div.tabs ul.tabs.secondary {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

div.tabs ul.tabs.primary li,
div.tabs ul.tabs.secondary li {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.tabs a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

div.tabs a span {
  vertical-align: middle;
  font-size: 0.75em;
}

div.tabs li.active a {
  color: #000;
}

div.tabs a:focus {
  outline: none;
}

/* Fallback */
.no-flexbox ul.tabs.primary,
.no-flexbox ul.tabs.secondary {
  display: block;
}

.no-flexbox ul.tabs.primary li,
.no-flexbox ul.tabs.secondary li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  div.tabs a:before {
    margin-right: 0;
  }
}
/*****************************/
/* Top Line */
/*****************************/
div.tabs {
  max-width: 1200px;
}

.tabs li {
  border: 1px solid rgba(45, 171, 226, 0.3);
}

.tabs li:not(:last-child) {
  border-right: none;
}

.tabs li.active {
  border-top-color: #2DABE2;
  border-bottom: none;
}

.tabs a {
  padding: 3px 0 3px;
  background: rgba(45, 171, 226, 0.1);
  color: #000;
  line-height: 1;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.tabs a:hover,
.tabs a:focus {
  color: #2DABE2;
  background: rgba(45, 171, 226, 0.2);
}

.tabs li.active a {
  background: none;
  box-shadow: inset 0 3px 0 #2DABE2;
  color: #2DABE2;
}

.icon::before {
  display: block;
  margin: 0;
}

.tabs a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5rem;
}

/*  ATIX INSTANT SYSTEM
/* ---------------------------------------------------------------------- */
.block-atix-instant-system {
  border: 1px solid #2DABE2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 6px;
}

a.refresh {
  display: inline-block;
  text-decoration: none;
  color: #2DABE2;
}

.mfp_is_next_departures .mfp-inline-holder .mfp-content,
.mfp_is_next_departures .mfp-ajax-holder .mfp-content {
  width: 100%;
  max-width: 62em;
  overflow: auto;
  cursor: auto;
}
.mfp_is_next_departures .mfp-inline-holder .mfp-content > *:first-child,
.mfp_is_next_departures .mfp-ajax-holder .mfp-content > *:first-child {
  padding: 1em;
}

.dropdown-input {
  margin-bottom: 0;
}

.dropdown-btn {
  background: #FFF;
  border-left: none;
}

.instant-system--input {
  position: relative;
}
.instant-system--input button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.instant-system--input button:hover {
  background-color: #FFF;
}
.instant-system--input button > i {
  font-size: 1rem;
}

.instant-system--field label {
  margin-bottom: .5rem;
}
.instant-system--field input:-moz-placeholder {
  font-size: small;
  color: #878F8E;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}
.instant-system--field input::-moz-placeholder {
  font-size: small;
  color: #878F8E;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}
.instant-system--field input:-ms-input-placeholder {
  font-size: small;
  color: #878F8E;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}
.instant-system--field input::-webkit-input-placeholder {
  font-size: small;
  color: #878F8E;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}

.instant-system--input {
  margin-bottom: 1rem;
}

.instant-system--lignes > table {
  font-size: 1rem;
}
@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .instant-system--lignes > table {
    font-size: .875rem;
  }
}
.instant-system--lignes > table th, .instant-system--lignes > table td {
  vertical-align: middle;
}
@media (min-width: 75em) {
  .instant-system--lignes > table > tbody > tr > td:last-child {
    padding: 0;
  }
}
.instant-system--lignes > table > tbody > tr > td:last-child > a {
  padding: .5em;
  display: block;
  text-decoration: none;
  text-align: center;
}

th {
  border-bottom: 1px solid #ccc;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgba(235, 235, 235, 0.5);
}

.ligne-icon {
  height: 32px;
  width: 32px;
  border-radius: 6px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #FFF;
}

.ligne-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.ligne-iconTime {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 32px;
  padding: 0.5rem;
}

.instant-system--timesheet-filter {
  width: 100%;
  padding: 1rem;
}
.instant-system--timesheet-filter .instant-system--timesheet-filter-row {
  width: 66.6%;
  margin: 0 auto;
  position: relative;
}
.instant-system--timesheet-filter select {
  position: relative;
}
.instant-system--timesheet-filter img {
  position: absolute;
  top: 12px;
  right: -48px;
}

table.instant-system--table-timesheet {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 61.99em) {
  table.instant-system--table-timesheet {
    width: 100%;
  }
}
table.instant-system--table-timesheet th, table.instant-system--table-timesheet td {
  padding: 0.25em;
  font-size: 13px;
}

/*  AUTOCOMPLETE
/* https://leaverou.github.io/awesomplete/
/* ---------------------------------------------------------------------- */
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  position: relative;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, #ffffff, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

.awesomplete > ul[hidden],
.awesomplete > ul:empty {
  display: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em;
  }

  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white;
}

.awesomplete mark {
  background: #eaff00;
}

.awesomplete li:hover mark {
  background: #b5d100;
}

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit;
}

/* === # ATIX ROUTE ==========================
============================================== */
.block-atix-route {
  border: 1px solid #2DABE2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 6px;
}
.block-atix-route h2 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  top: -28px;
  background-color: #0865AE;
  color: #FFF;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 8px;
}

.input-group-addon > img {
  width: 16px;
  height: 16px;
  display: block;
  max-width: inherit;
  cursor: pointer;
}

/* Le formulaire ***************************************/
.int-pave-itini {
  font-family: "din-bold", serif;
}
.int-pave-itini label, .int-pave-itini input {
  margin-bottom: .5rem;
}
.int-pave-itini label[type="text"] {
  font-size: 17px;
  margin-bottom: .5rem;
}
.int-pave-itini input {
  border: 1px solid #0865AE;
  border-radius: 6px;
  float: right;
  left: 0% !important;
  right: 5%;
}

.search-type label {
  margin-bottom: .250rem;
}
.search-type input[type="radio"] {
  margin: 0 .5rem 0 0;
}

.date-itin input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.date-itin .input-group .input-group-addon.supplement {
  padding: 2px;
  top: -4px;
  position: relative;
  line-height: 1;
  background: #0865AE;
  border: none;
  border-radius: 6px;
  width: 40px;
  height: 40px;
}
.date-itin .input-group .input-group-addon > img {
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.horraire-itin select {
  border: 1px solid #0865AE;
  border-radius: 6px;
  float: left;
  width: 20%;
  margin-right: 1rem;
  color: #1D1D1B;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 8px;
}

.sous-horraire-itin {
  overflow: hidden;
  *zoom: 1;
}
.sous-horraire-itin label {
  line-height: 32px;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  float: left;
  margin: 0 1rem 0 0rem;
}

#routeMap {
  margin: 16px;
  margin: 1rem;
}

.block-atix-pth {
  border: 1px solid #2DABE2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 6px;
}

/*  ATIX APTH
/* ---------------------------------------------------------------------- */
#block-atix-pth-atix-pth-map-block {
  margin: 0;
  padding: 0;
}

.table.table-horaires th,
.table.table-horaires tr,
.table.table-horaires td {
  vertical-align: middle;
}
.table.table-horaires th {
  font-weight: bold;
  vertical-align: middle;
}
.table.table-horaires tbody > tr:hover {
  color: #0079aa;
  cursor: pointer;
}
.table.table-horaires tbody > tr:hover td {
  background-color: rgba(0, 157, 221, 0.1);
}

.page-node-498 .page-breadcrumb {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  z-index: 200;
}

.bloc-instant-system__map {
  z-index: 200;
}
.bloc-instant-system__map .bloc-instant-system__map-block {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
  position: relative;
}
.bloc-instant-system__map .bloc-instant-system__map-block:hover {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.bloc-instant-system__map .bloc-instant-system__search-block {
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 4rem;
  z-index: 1001;
  right: 0;
  left: 0;
  width: 40vw;
}
@media (max-width: 74.99em) {
  .bloc-instant-system__map .bloc-instant-system__search-block {
    width: 50vw;
  }
}
@media (max-width: 61.99em) {
  .bloc-instant-system__map .bloc-instant-system__search-block {
    width: 60vw;
  }
}
@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .bloc-instant-system__map .bloc-instant-system__search-block {
    width: 80vw;
  }
}
@media (max-width: 37.49em) {
  .bloc-instant-system__map .bloc-instant-system__search-block {
    width: 90vw;
  }
}

.apthMap-search {
  position: absolute;
}

.apthSearch-search,
.apthMap-search {
  background-color: #FFF;
  padding: 0;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  border: 1px solid #878F8E;
  margin-bottom: 10px;
  display: block;
}
.apthSearch-search input[type="text"],
.apthMap-search input[type="text"] {
  border: none;
  width: 100%;
  height: 3.5rem;
  margin-bottom: inherit;
  padding: 1rem;
}
.apthSearch-search input[type="text"].apthMap-search__input:-moz-placeholder,
.apthSearch-search input[type="text"].apthMap-map__input:-moz-placeholder,
.apthMap-search input[type="text"].apthMap-search__input:-moz-placeholder,
.apthMap-search input[type="text"].apthMap-map__input:-moz-placeholder {
  color: #BBB;
}
.apthSearch-search input[type="text"].apthMap-search__input::-moz-placeholder,
.apthSearch-search input[type="text"].apthMap-map__input::-moz-placeholder,
.apthMap-search input[type="text"].apthMap-search__input::-moz-placeholder,
.apthMap-search input[type="text"].apthMap-map__input::-moz-placeholder {
  color: #BBB;
}
.apthSearch-search input[type="text"].apthMap-search__input:-ms-input-placeholder,
.apthSearch-search input[type="text"].apthMap-map__input:-ms-input-placeholder,
.apthMap-search input[type="text"].apthMap-search__input:-ms-input-placeholder,
.apthMap-search input[type="text"].apthMap-map__input:-ms-input-placeholder {
  color: #BBB;
}
.apthSearch-search input[type="text"].apthMap-search__input::-webkit-input-placeholder,
.apthSearch-search input[type="text"].apthMap-map__input::-webkit-input-placeholder,
.apthMap-search input[type="text"].apthMap-search__input::-webkit-input-placeholder,
.apthMap-search input[type="text"].apthMap-map__input::-webkit-input-placeholder {
  color: #BBB;
}
.apthSearch-search button.apthSearch-search__btn,
.apthSearch-search button.apthMap-search__btn,
.apthMap-search button.apthSearch-search__btn,
.apthMap-search button.apthMap-search__btn {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  text-shadow: none;
}
.apthSearch-search button.apthSearch-search__btn:focus,
.apthSearch-search button.apthMap-search__btn:focus,
.apthMap-search button.apthSearch-search__btn:focus,
.apthMap-search button.apthMap-search__btn:focus {
  box-shadow: none !important;
}
.apthSearch-search button.apthSearch-search__btn .icon-geolocate,
.apthSearch-search button.apthMap-search__btn .icon-geolocate,
.apthMap-search button.apthSearch-search__btn .icon-geolocate,
.apthMap-search button.apthMap-search__btn .icon-geolocate {
  width: 24px;
  height: 24px;
  display: block;
  background: url("../images/atix_pth/localisez-moi.svg") no-repeat 0 0 transparent;
}
.apthSearch-search button.apthSearch-search__btn:hover .icon-geolocate, .apthSearch-search button.apthSearch-search__btn:focus .icon-geolocate,
.apthSearch-search button.apthMap-search__btn:hover .icon-geolocate,
.apthSearch-search button.apthMap-search__btn:focus .icon-geolocate,
.apthMap-search button.apthSearch-search__btn:hover .icon-geolocate,
.apthMap-search button.apthSearch-search__btn:focus .icon-geolocate,
.apthMap-search button.apthMap-search__btn:hover .icon-geolocate,
.apthMap-search button.apthMap-search__btn:focus .icon-geolocate {
  background: url("../images/atix_pth/localisez-moi-bleu.svg") no-repeat 0 0 transparent;
}
.apthSearch-search input:focus,
.apthMap-search input:focus {
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}
.apthSearch-search input:focus:-moz-placeholder,
.apthMap-search input:focus:-moz-placeholder {
  color: #c8c8c8;
}
.apthSearch-search input:focus::-moz-placeholder,
.apthMap-search input:focus::-moz-placeholder {
  color: #c8c8c8;
}
.apthSearch-search input:focus:-ms-input-placeholder,
.apthMap-search input:focus:-ms-input-placeholder {
  color: #c8c8c8;
}
.apthSearch-search input:focus::-webkit-input-placeholder,
.apthMap-search input:focus::-webkit-input-placeholder {
  color: #c8c8c8;
}

/* block adresse ***************************************/
.block_adresse {
  text-align: right;
  color: #FFF;
}
.block_adresse a {
  color: #FFF;
  text-decoration: underline;
}
.block_adresse a:hover {
  color: #31AD69;
  text-decoration: underline;
}
.block_adresse p {
  margin: 0rem 0 1rem 0;
}
@media (max-width: 61.99em) {
  .block_adresse {
    text-align: left;
  }
}

.filiale-name {
  font-family: "monserrat-regular", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 0rem 0 .5rem 0;
  padding: 0rem 0 0rem 0;
  color: #31AD69;
}

.filiale-adresse,
.filiale-infos {
  line-height: 1.25;
  font-size: .8125rem;
}

.filiale-number {
  font-weight: bold;
  font-size: 1rem;
}

.reseted {
  margin: 0;
  padding: 0;
  list-style: none;
}

/************************************************/
/* BOUTONS
/************************************************/
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  padding: 0 1rem;
}

button, input, select {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 0.875em;
}

a.btn.btn-default, a.btn[class*="btn-color"] {
  text-align: center;
  text-decoration: none;
}
a.btn.btn-block {
  text-align: center;
  text-decoration: none;
}

button.btn:hover {
  background-color: inherit;
}
button.btn.btn-block {
  display: block;
  margin: 0 auto;
  width: 100%;
}
button.btn.btn-block-half {
  display: block;
  margin: 0 auto;
  width: 50%;
}

input[type="submit"].btn {
  text-transform: uppercase;
  font-family: "din-bold", serif;
  font-size: .875em;
  font-weight: normal;
  letter-spacing: 0.025em;
  border-width: 0px;
  border-style: solid;
  display: inline-block;
  padding: 8px 12px 9px 12px;
  -moz-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  min-height: inherit;
  height: inherit;
}
input[type="submit"].btn.btn-small {
  font-size: .6875em;
  padding: 6px 12px 6px 12px;
}
input[type="submit"].btn.btn-medium {
  font-size: 1em;
  padding: 10px 20px 10px 20px;
}
input[type="submit"].btn.btn-large {
  font-size: 1.125em;
  padding: 12px 24px 12px 24px;
}
input[type="submit"].btn.btn-huge {
  font-size: 1.25em;
  padding: 18px 26px 18px 26px;
}
input[type="submit"].btn.btn-block {
  display: block;
  margin: 0 auto;
  width: 100%;
}
input[type="submit"].btn.btn-block-half {
  display: block;
  margin: 0 auto;
  width: 50%;
}
input[type="submit"].btn.btn-form-submit {
  max-width: 240px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
input[type="submit"].btn.btn-group {
  margin: 0;
  float: left;
  clear: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="submit"].btn.btn-group:first-child {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}
input[type="submit"].btn.btn-group:last-child {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
}

.btn {
  text-transform: uppercase;
  font-family: "din-bold", serif;
  font-size: .875em;
  font-weight: normal;
  letter-spacing: 0.025em;
  border-width: 0px;
  border-style: solid;
  display: inline-block;
  padding: 8px 12px 9px 12px;
  -moz-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.btn.btn-small {
  font-size: .6875em;
  padding: 6px 12px 6px 12px;
}
.btn.btn-medium {
  font-size: 1em;
  padding: 10px 20px 10px 20px;
}
.btn.btn-large {
  font-size: 1.125em;
  padding: 12px 24px 12px 24px;
}
.btn.btn-huge {
  font-size: 1.25em;
  padding: 18px 26px 18px 26px;
}
.btn.btn-block {
  display: block;
  margin: 0 auto;
}
.btn.btn-block-half {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.btn.btn-group {
  float: left;
  clear: right;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.btn-group:first-child {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}
.btn.btn-group:last-child {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
}
.btn.btn-link {
  background-color: transparent;
  color: #1D1D1B;
  border: none;
  box-shadow: none;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  -moz-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 0px 0px rgba(29, 29, 27, 0.125);
  -webkit-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 0px 0px rgba(29, 29, 27, 0.125);
  box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 0px 0px rgba(29, 29, 27, 0.125);
}
.btn.btn-link:active {
  -moz-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 3px rgba(29, 29, 27, 0.125);
  -webkit-box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 3px rgba(29, 29, 27, 0.125);
  box-shadow: 0 0px 1px rgba(29, 29, 27, 0.35), inset 0 1px 3px rgba(29, 29, 27, 0.125);
  background-color: white;
}
.btn.btn-default {
  background: #878F8E;
  color: #1D1D1B;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background-color: #949b9a;
  color: #FFF;
}
.btn.btn-default:active {
  -moz-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  -webkit-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  background-color: #a1a8a7;
  color: #FFF;
}
.btn.btn-color1 {
  background-color: #2DABE2;
  color: #FFF;
}
.btn.btn-color1:hover, .btn.btn-color1:focus {
  background-color: #43b4e5;
  color: #FFF;
}
.btn.btn-color1:active {
  -moz-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  -webkit-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  background-color: #5abde8;
  color: #FFF;
}
.btn.btn-color1[type="submit"] {
  background-color: #2DABE2;
  color: #FFF;
}
.btn.btn-color1[type="submit"]:hover {
  background-color: #43b4e5;
}
.btn.btn-color2 {
  background-color: #31AD69;
  color: #FFF;
}
.btn.btn-color2:hover, .btn.btn-color2:focus {
  background-color: #37c175;
  color: #FFF;
}
.btn.btn-color2:active {
  -moz-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  -webkit-box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  box-shadow: 0 0px 2px rgba(29, 29, 27, 0.35), inset 0 3px 5px rgba(29, 29, 27, 0.125);
  background-color: #46cb82;
  color: #FFF;
}
.btn.btn-color2[type="submit"] {
  background-color: #31AD69;
  color: #FFF;
}
.btn.btn-color2[type="submit"]:hover, .btn.btn-color2[type="submit"]:focus {
  background-color: #37c175;
}

/* === # FONTS ===============================
============================================== */
/* DIN PRO ***************************************/
@font-face {
  font-family: 'din-black';
  src: url("../fonts/din-pro/dinpro-black.eot");
  src: url("../fonts/din-pro/dinpro-black.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/dinpro-black.woff") format("woff"), url("../fonts/din-pro/dinpro-black.ttf") format("truetype"), url("../fonts/din-pro/dinpro-black.svg#din-black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-bold';
  src: url("../fonts/din-pro/dinpro-bold.eot");
  src: url("../fonts/din-pro/dinpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/dinpro-bold.woff") format("woff"), url("../fonts/din-pro/dinpro-bold.ttf") format("truetype"), url("../fonts/din-pro/dinpro-bold.svg#din-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-light';
  src: url("../fonts/din-pro/dinpro-light.eot");
  src: url("../fonts/din-pro/dinpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/dinpro-light.woff") format("woff"), url("../fonts/din-pro/dinpro-light.ttf") format("truetype"), url("../fonts/din-pro/dinpro-light.svg#din-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-medium';
  src: url("../fonts/din-pro/dinpro-medium.eot");
  src: url("../fonts/din-pro/dinpro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/dinpro-medium.woff") format("woff"), url("../fonts/din-pro/dinpro-medium.ttf") format("truetype"), url("../fonts/din-pro/dinpro-medium.svg#din-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din-regular';
  src: url("../fonts/din-pro/dinpro-regular.eot");
  src: url("../fonts/din-pro/dinpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/din-pro/dinpro-regular.woff") format("woff"), url("../fonts/din-pro/dinpro-regular.ttf") format("truetype"), url("../fonts/din-pro/dinpro-regular.svg#din-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* MONTSERRAT ***************************************/
@font-face {
  font-family: 'monserrat-regular';
  src: url("../fonts/monserrat/montserrat-regular.eot");
  src: url("../fonts/monserrat/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/monserrat/montserrat-regular.woff") format("woff"), url("../fonts/monserrat/montserrat-regular.ttf") format("truetype"), url("../fonts/monserrat/montserrat-regular.svg#monserrat-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'monserrat-bold';
  src: url("../fonts/monserrat/montserrat-bold.eot");
  src: url("../fonts/monserrat/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/monserrat/montserrat-bold.woff") format("woff"), url("../fonts/monserrat/montserrat-bold.ttf") format("truetype"), url("../fonts/monserrat/montserrat-bold.svg#montserrat-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* === PAGINATION ============================
============================================== */
/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center;
  padding: 0;
  margin-top: 1rem;
}
.item-list .pager li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
.item-list .pager li a {
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 0%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #000;
}
.item-list .pager li a:hover, .item-list .pager li a:focus {
  color: #2DABE2;
}
.item-list .pager li a:focus {
  outline: 0;
  outline-offset: 0;
}
.item-list .pager li.pager-current {
  border-radius: 0%;
  color: #878F8E;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-form {
  margin-bottom: 0em;
}

.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}

.search-results {
  list-style: decimal;
  margin: 0;
  padding: 0;
}

.search-results p {
  margin-top: 0;
  margin-bottom: 0;
}

.search-results .title {
  margin-bottom: 0;
}

.search-results li {
  padding: 12px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
  background-color: #fafafa;
  border: 1px solid #cccccc;
}
.search-results li:hover {
  background-color: #f7f7f7;
  border: 1px solid #999999;
}

.search-result h3 {
  margin-bottom: 0.5em;
}

.search-results .search-snippet-info {
  padding-left: 0em;
  /* LTR */
}
.search-results .search-snippet-info strong {
  background-color: #2DABE2;
  padding: 0 0.2em;
}

.search-results .search-info {
  font-size: inherit;
}

.search-advanced .criterion {
  float: left;
  /* LTR */
  margin-right: 1.5rem;
  /* LTR */
}

.search-advanced .action {
  float: left;
  /* LTR */
  clear: left;
  /* LTR */
}

.webform-datepicker select,
.webform-datepicker .webform-calendar,
.webform-component-time select {
  width: auto;
  display: inherit;
}

form input[type="file"],
.webform-component-file input[type="file"] {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  padding: 3px;
  padding: 0.1875rem;
}

.form-item.form-type-radio {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form-radios,
.form-checkboxes {
  display: block;
  overflow: hidden;
  *zoom: 1;
}

.form-item.form-type-checkbox.form-item-picture-delete {
  display: block;
  float: none;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 16px;
  margin-left: 1rem;
}

.form-item .description {
  font-style: italic;
}

.form-type-radio,
.form-type-checkbox {
  float: left;
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
}
.form-type-radio input,
.form-type-checkbox input {
  float: left;
  clear: both;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}

.form-item, .form-actions {
  margin: 8px 0;
  margin: 0.5rem 0;
}
.form-item label, .form-item input, .form-item select, .form-actions label, .form-actions input, .form-actions select {
  margin: 0 8px 0px 0;
  margin: 0 0.5rem 0rem 0;
}
.form-item input:-moz-placeholder, .form-actions input:-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  line-height: 1;
}
.form-item input::-moz-placeholder, .form-actions input::-moz-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  line-height: 1;
}
.form-item input:-ms-input-placeholder, .form-actions input:-ms-input-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  line-height: 1;
}
.form-item input::-webkit-input-placeholder, .form-actions input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2DABE2;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  line-height: 1;
}
.form-item select, .form-actions select {
  color: #1D1D1B;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
}

select,
textarea,
input,
.readonly {
  line-height: 1.2;
}

legend {
  display: inherit;
  width: inherit;
  margin-bottom: 0;
}

/* === # INSCRIPTION NEWSLETTER ==============
============================================== */
.block-simplenews.block-newsletter {
  background: #2DABE2;
  padding: 2rem;
}
.block-simplenews.block-newsletter .block-content > div span + div {
  font-size: 14px;
}

.icon-email {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background: url("../images/icon-newsletter.svg") no-repeat 0 0 transparent;
  margin-right: 16px;
  margin-right: 1rem;
}

.block-simplenews.block-newsletter form {
  position: relative;
}
.block-simplenews.block-newsletter form input[type="email"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.block-simplenews.block-newsletter form input[type="submit"] {
  position: absolute;
  top: 2px;
  right: -2px;
}
.block-simplenews.block-newsletter form input[type="submit"].btn.btn-small {
  padding: 9px 12px 8px 12px;
  box-shadow: none;
  -moz-border-radius: 0 5px 5px 0px;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background-color: #FFF;
  border-radius: 3px;
  padding: 0em;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  overflow: auto;
  cursor: auto;
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 37.5em;
  }
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* === # RESIZER ==============================
============================================== */
.resizer {
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline;
}
.resizer li {
  display: inline;
}

/* TEXT RESIZER  */
.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  /*line-height: 1.6;*/
}

.medium {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  /*line-height: 1.375;*/
}

.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  /*line-height: 1.8;*/
}

/* BODY RESIZER  */
.small .container,
.small .modal-iframe {
  max-width: 1024px;
}

.medium .container,
.medium .modal-iframe {
  max-width: 1140px;
}

.large .container,
.large .modal-iframe {
  max-width: 1280px;
}

.modal.container,
.modal.modal-iframe {
  max-width: 37.49em;
}

.modal-content {
  border: 1px solid #2DABE2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* === # CSS TOOLTIPS ========================
============================================== */
a.tooltips {
  overflow: hidden;
  position: relative;
  display: inline;
}
a.tooltips span:last-child {
  position: absolute;
  width: 200px;
  color: #FFF;
  background: #1D1D1B;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  left: -1000px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px !important;
}
a.tooltips span:last-child:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a.tooltips.haut span:last-child:after {
  top: 100%;
  border-top: 8px solid #1D1D1B;
}
a.tooltips.bas span:last-child:after {
  bottom: 100%;
  border-bottom: 8px solid #1D1D1B;
}
a:hover.tooltips {
  overflow: visible;
}
a:hover.tooltips.haut span:last-child {
  bottom: 27px;
}
a:hover.tooltips.bas span:last-child {
  top: 27px;
}
a:hover.tooltips span:last-child {
  visibility: visible;
  opacity: 0.8;
  left: 50%;
  margin-left: -100px;
  z-index: 500;
  font-size: 1em;
}

/* === # COMMERCE ============================
============================================== */
/*******************************************
* 2.1.2. Region user second
*******************************************/
#commerce-ajax-cart-preview {
  background-color: white !important;
  position: absolute;
  background: white;
  padding: 1em;
  box-sizing: content-box;
  -moz-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.3);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 1000;
  right: 0;
}

/**
* Cart block
*/
.tool.cart .commerce-ajax-cart-processed-processed {
  background-color: #FFF;
  background-image: url("../images/picto_cart.png");
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary ul.links {
  background-color: #2DABE2;
}

/**
* Cart block
*/
.tool.cart .commerce-ajax-cart-processed-processed {
  background-color: #FFF;
  background-image: url("../images/picto_cart.png");
  background-position: 1% 48%;
  background-repeat: no-repeat;
  float: right;
  margin-left: -60px;
  padding-left: 50px;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-content,
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-footer,
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-empty {
  display: inline;
  float: left;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-content ul, .tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-content li {
  margin: 0;
  padding: 0;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-footer {
  display: block;
  float: none;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-empty,
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-quantity {
  margin: 0;
  vertical-align: middle;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .view-empty p {
  float: left;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  padding: 0;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary {
  display: inline;
  float: left;
  /* LTR */
  height: 18px;
  height: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary .line-item-quantity {
  color: #2DABE2;
  text-decoration: none;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary .line-item-total {
  color: #878F8E;
  float: left;
  /* LTR */
  height: 100%;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 0 0px 0 .5rem;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary .line-item-total-label {
  display: none;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary ul.links {
  clear: none;
  color: white;
  display: block;
  float: left;
  height: 100%;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 0 .5rem;
  padding: 0 .5rem;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary ul.links li {
  margin: 0;
  padding: 0 !important;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary ul.links li a {
  color: white;
  font-weight: 700;
}
.tool.cart .commerce-ajax-cart-processed-processed .view-shopping-cart .line-item-summary ul.links li a:hover {
  text-decoration: underline;
}

/* === # INLINE FORM QUANTITY ================
============================================== */
.form-item.form-type-textfield.form-item-quantity label,
.views-field-edit-quantity .form-item.form-type-textfield label {
  margin: 0;
  padding: 0;
}
.form-item.form-type-textfield.form-item-quantity span,
.form-item.form-type-textfield.form-item-quantity input,
.views-field-edit-quantity .form-item.form-type-textfield span,
.views-field-edit-quantity .form-item.form-type-textfield input {
  display: inline-block;
}
.form-item.form-type-textfield.form-item-quantity input,
.views-field-edit-quantity .form-item.form-type-textfield input {
  width: inherit;
  margin: 0;
  height: auto;
  text-align: center;
}

/* === # BLOCK PANIER ========================
============================================== */
.line-item-summary .links {
  display: block !important;
}
.line-item-summary .links li {
  display: inline-block !important;
  padding: 0.5em !important;
}
.line-item-summary .links li.last {
  background-color: #2DABE2;
}
.line-item-summary .links li.last a {
  color: #FFF;
}

/* === # /CART ===============================
============================================== */
.block-commerce-checkout-progress {
  margin-bottom: 2em;
}

.contenu fieldset {
  border: 1px solid #878F8E;
  padding: 2em;
  margin: 0 0 2em 0em;
}
.contenu fieldset legend {
  width: auto;
  margin: 0 2em;
  padding: 0 2em;
}
.contenu fieldset legend span.fieldset-legend {
  color: #878F8E;
  font-size: 1.17em;
  font-weight: 700;
}

/* === # OVERRIDE ECOMMERCE EXTRA ============
============================================== */
.commerce-quantity-plusminus-link a.button {
  font-weight: bold;
  text-align: center;
  border: 1px solid #c0c0c0;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
}

.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-decrease a {
  border-right: none;
  -webkit-border-radius: 10px 0px 0px 10px;
  -khtml-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 15px 0px 0px 15px;
  border-radius: 10px 0px 0px 10px;
}

.commerce-quantity-plusminus-link.commerce-quantity-plusminus-link-increase a {
  border-left: none;
  -webkit-border-radius: 0px 10px 10px 0px;
  -khtml-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 10px 10px 0px;
}

/* === # OVERRIDE ECOMMERCE ==================
============================================== */
.button-operator {
  margin: 3px 10px;
  line-height: 2;
}

/* === # OVERRIDE ECOMMERCE ==================
============================================== */
ol.commerce-checkout-progress {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.commerce-checkout-progress li {
  display: inline-block;
  text-align: center;
  padding-bottom: 1em;
}

ol.commerce-checkout-progress li a {
  display: block;
  position: relative;
}

ol.commerce-checkout-progress[data-checkout-steps="2"] li {
  width: 49%;
}

ol.commerce-checkout-progress[data-checkout-steps="3"] li {
  width: 33%;
}

ol.commerce-checkout-progress[data-checkout-steps="4"] li {
  width: 24%;
}

ol.commerce-checkout-progress[data-checkout-steps="5"] li {
  width: 19%;
}

ol.commerce-checkout-progress[data-checkout-steps="6"] li {
  width: 16%;
}

ol.commerce-checkout-progress[data-checkout-steps="7"] li {
  width: 14%;
}

ol.commerce-checkout-progress[data-checkout-steps="8"] li {
  width: 12%;
}

ol.commerce-checkout-progress[data-checkout-steps="9"] li {
  width: 11%;
}

ol.commerce-checkout-progress li.checkout-done {
  color: black;
  border-bottom: 4px solid #31AD69;
  font-weight: 700;
}

ol.commerce-checkout-progress li.checkout-todo {
  color: silver;
  border-bottom: 4px solid #878F8E;
}

ol.commerce-checkout-progress li.checkout-todo.active {
  color: black;
  border-bottom: 4px solid #878F8E;
  font-weight: 700;
}

ol.commerce-checkout-progress li a:before {
  position: relative;
  bottom: -2em;
  float: left;
  left: 40%;
  height: 2em;
  width: 2em;
  line-height: 2em;
}

ol.commerce-checkout-progress li.checkout-done a:before {
  content: "\2713";
  color: white;
  background-color: #31AD69;
  border: none;
  border-radius: 2em;
  position: absolute;
}

ol.commerce-checkout-progress li.checkout-todo a:before {
  content: "\039F";
  color: #31AD69;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}

/* Tunnel d'achat */
.form-item-commerce-shipping-shipping-service {
  float: left;
  width: 48%;
  margin-right: 0%;
  padding: 2em;
  background-color: #FFF;
  border: 1px solid #878F8E;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.form-item-commerce-shipping-shipping-service:first-child {
  margin-right: 2%;
}
.form-item-commerce-shipping-shipping-service:hover {
  -moz-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #31ad69;
}
.form-item-commerce-shipping-shipping-service .description {
  margin-left: 2.1em;
}

.checkout-help {
  font-size: 1.17em;
  font-weight: 700;
}

.commerce-credit-card-expiration .form-item.form-type-select select.form-select {
  width: auto;
  display: inherit;
}

/* === # OVERRIDE COMMERCE CHECKOUT FORM ===
============================================== */
/* === # OVERRIDE COMMERCE_LINE_ITEM.THEME ===
============================================== */
.block-views .view-lignes .view-content .item-list ul li {
  float: left;
  display: inline-block;
  margin: 0 1rem 1rem 0;
  width: 50px;
  height: 50px;
  box-shadow: none;
  border: none;
}

.ligne a {
  display: block;
  border: 1px solid #FFF;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.ligne a img {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.ligne a:hover {
  border-color: transparent;
}

.ligne-alerte {
  position: relative;
}
.ligne-alerte a:hover {
  border-color: red;
}
.ligne-alerte:after {
  color: #2DABE2;
  font-family: "ratpdev-icon" !important;
  content: "\e007";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: -8px;
  right: -11px;
  text-align: center;
  z-index: 1;
}
.ligne-alerte:before {
  position: absolute;
  background-color: white;
  border-radius: 0px;
  width: 10px;
  height: 18px;
  content: "";
  top: -6px;
  right: -6px;
  z-index: 0;
}

.popup-alerteinfo header {
  text-align: center;
  font-weight: bold;
  padding: 1px;
  border-bottom: 1px solid #a1a8a7;
}
.popup-alerteinfo .alerteinfo-content {
  padding: 16px;
  padding: 1rem;
}
.popup-alerteinfo footer {
  padding: 16px;
  padding: 1rem;
  border-top: 1px solid #a1a8a7;
}
.popup-alerteinfo footer a {
  display: block;
  color: #FFF;
  text-align: center;
}

.entity-profile2 .field-label {
  float: left;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.entity-profile2 div[class*="field-"].inline {
  display: block;
}

.popup-content {
  max-height: 125px;
}

.sliding-popup-bottom {
  background: #FFF;
  box-shadow: 0 -1px 2px 2px rgba(200, 200, 200, 0.2);
  width: 100%;
}
.sliding-popup-bottom #popup-text {
  margin: 18px;
  line-height: normal;
}
.sliding-popup-bottom #popup-text h2 {
  font-size: 1.2rem !important;
}

.eu-cookie-withdraw-tab {
  left: 24px !important;
  background: #31AD69;
  margin-top: inherit;
}
.eu-cookie-withdraw-tab:before {
  content: url("/sites/all/themes/RATPdev/images/information.png");
  position: relative;
  top: 4px;
}

#popup-buttons {
  margin-top: 3%;
}
@media screen and (max-width: 48rem) {
  #popup-buttons {
    margin-top: none;
  }
}
#popup-buttons button {
  background: #31AD69;
  color: #FFF;
}

.page-freshdesk-mobile {
  background: white;
  padding: 2rem;
}
.page-freshdesk-mobile #page-title {
  color: #31AD69;
}
.page-freshdesk-mobile .atix-freshdesk-form {
  width: 95%;
  margin: auto;
}
.page-freshdesk-mobile .atix-freshdesk-form input#edit-submit {
  margin-bottom: 2rem;
}
.page-freshdesk-mobile .atix-freshdesk-form .text-right {
  clear: both;
}

/* RECAP */
.page-freshdesk-infos-mobiles {
  padding: 2rem;
}
.page-freshdesk-infos-mobiles #page-title {
  color: #31AD69;
}
.page-freshdesk-infos-mobiles .atix-freshdesk-recap {
  background: white;
  padding: 2rem;
  width: 95%;
  margin: auto;
  border-radius: 6px;
  border: 1px solid #82c8bd;
}

.form-item-gdpr {
  clear: both;
}

.atix-freshdesk-form .form-optfields {
  border: none;
  margin: 0;
  padding: 0;
}

/* FIELD LABELS

Font: Helvetica Neue
Style: Normal
Weight: 400
Size: 14px
Line Height: 20px
Color: #004990

SUBMIT BUTTON

Font: Helvetica Neue
Style: Normal
Weight: 400
Size: 14px
Line Height: 20px
Color: #ffffff

FIELD SETTINGS

Height: 32px
Border: 1px solid #ccc
Background-color: #fff;
Border Radius: 4px
Font: Helvetica Neue
Style: Normal
Weight: 400
Size: 14px
Line Height: 20px
Color: #general */
/* ---------------------------------------------------------------------- */
/*  CSS templates
/* ---------------------------------------------------------------------- */
.webform-datepicker select,
.webform-datepicker .webform-calendar {
  width: auto;
  display: inherit;
}

input.form-checkbox, input[type=checkbox],
input.form-radio, input[type=radio] {
  vertical-align: middle;
  float: left;
  clear: both;
  margin-bottom: 0;
  margin-right: .5rem;
}

.not-front #page-title {
  text-transform: uppercase;
  position: relative;
  top: -30px;
  background-color: #2DABE2;
  color: #FFF;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 8px;
  font-size: 20px;
  margin: 0;
}

.btn.btn-large.btn-jachete {
  display: block;
  margin: 0 auto;
  background-color: #0865AE;
  color: #FFF !important;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #2DABE2;
  text-align: center;
  width: 40%;
}
@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .btn.btn-large.btn-jachete {
    width: 60%;
  }
}
.btn.btn-large.btn-jachete:hover {
  background-color: #2DABE2;
  color: #0865AE;
  border: 1px solid #2DABE2;
}

.numero-azur {
  background: url("../images/n_azur.svg") no-repeat 0 0;
  display: inline-block;
  width: 230px;
  vertical-align: baseline;
  text-indent: -50000px;
}

/* affichage des puces dans listes sur page FAQ */
.view-faq ul {
  list-style: circle;
}

/* === COULEURS STRUCTURE PRINCIPAL ==========
============================================== */
.page-top {
  /* CF: http://css-tricks.com/rgba-browser-support/; */
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #f2f2f2;
}

.page-header {
  background-color: #FFF;
}

.page-navigation {
  background-color: #2DABE2;
}

.page-breadcrumb {
  background-color: transparent;
}

.page-content {
  background-color: transparent;
}

.page-bottom {
  background-color: #FFF;
}

.page-footer {
  background-color: #0865AE;
}

.page-copy {
  background-color: #0865AE;
  color: #FFF;
}

/* === MENU PRINCIPAL ========================
============================================== */
.page-navigation {
  /* Top menu items */
}
.page-navigation ul.menu-links:first-child > li.first {
  background: none;
}
.page-navigation ul li > a {
  color: #FFF;
}

/* PERMET D'ÊTRE ACCESSIBLE */
.page-navigation ul ul {
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #2DABE2;
  background: rgba(45, 171, 226, 0.9);
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-navigation ul li:hover a,
.page-navigation ul li.hover a {
  /* This line is required for IE 6 and below */
}

/* Submenu items */
.page-navigation ul ul li {
  border-bottom-color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-navigation ul ul li a,
.page-navigation ul li.active li a,
.page-navigation ul li:hover ul li a,
.page-navigation ul li.hover ul li a {
  /* This line is required for IE 6 and below */
}

.page-navigation ul ul li a:hover,
.page-navigation ul li.active ul li a:hover,
.page-navigation ul li:hover ul li a:hover,
.page-navigation ul li.hover ul li a:hover {
  /* This line is required for IE 6 and below */
}

.page-navigation .active-trail > a,
.page-navigation ul > li a:active,
.page-navigation ul > li a:focus,
.page-navigation ul > li a:hover,
.page-navigation ul.show-menu li a:focus {
  background-color: #0865AE;
}

/* COLOR ARROW ***************************************/
ul#main-nav > .expanded.active-trail:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #06497d;
}
ul#main-nav > .expanded.active-trail:after {
  border-top-color: 7px solid #0865AE;
}
ul#main-nav > .expanded:hover:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #06497d;
}
ul#main-nav > .expanded:hover:after {
  border-top-color: #0865AE;
}

/* === MENU FOOTER ===========================
============================================== */
#main-menu ul.menu-links li a {
  color: #FFF;
}

/* === USER MENU =============================
============================================== */
/* === # MAIN ================================
============================================== */
.front .main-article .title {
  color: #FFF;
  background-color: rgba(96, 127, 189, 0.6);
  padding: .5em;
}

.no-front .title {
  text-transform: uppercase;
  position: relative;
  top: -28px;
  background-color: #0865AE;
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 8px;
}

/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
  -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner.no-icon .sb-icon {
  display: none;
}

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}

#smartbanner .sb-info > span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
  padding: 2.5em;
  border-color: #212228;
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  border-top: 5px solid #88B131;
  box-shadow: none;
}

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner.android .sb-close:active {
  color: #eee;
}

#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
  color: #fff;
}

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
}

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
  background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: none;
}

#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span {
  background: #2AC7E1;
}

#smartbanner.windows .sb-icon {
  border-radius: 0px;
}

/*# sourceMappingURL=style.css.map */
