@charset "UTF-8";
/*!
* www.KNACSS.com v7.0.2 (januar, 4 2017) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Misc (hyphens)
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Autogrid object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0; }

html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625); }

body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5; }
  @media (min-width: 576px) {
    body {
      font-size: 1.4rem; } }

/* Links */
a {
  color: #34a0da;
  text-decoration: underline; }
  a:focus, a:hover, a:active {
    color: #1e75a4;
    text-decoration: underline; }

/* Headings */
h1, .h1-like {
  font-size: 2.8rem;
  font-family: sans-serif;
  font-weight: 500; }
  @media (min-width: 576px) {
    h1, .h1-like {
      font-size: 3.2rem; } }

h2, .h2-like {
  font-size: 2.4rem;
  font-family: sans-serif;
  font-weight: 500; }
  @media (min-width: 576px) {
    h2, .h2-like {
      font-size: 2.8rem; } }

h3, .h3-like {
  font-size: 2rem;
  font-weight: 500; }
  @media (min-width: 576px) {
    h3, .h3-like {
      font-size: 2.4rem; } }

h4, .h4-like {
  font-size: 1.8rem;
  font-weight: 500; }
  @media (min-width: 576px) {
    h4, .h4-like {
      font-size: 2rem; } }

h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500; }
  @media (min-width: 576px) {
    h5, .h5-like {
      font-size: 1.8rem; } }

h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 500; }
  @media (min-width: 576px) {
    h6, .h6-like {
      font-size: 1.6rem; } }

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem; }

/* Avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol,
ol ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0; }

/* Max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%; }

img {
  height: auto; }

/* Styling elements */
ul,
ol {
  padding-left: 2em; }

img {
  vertical-align: middle; }

em,
.italic,
address,
cite,
i,
var {
  font-style: italic; }

code,
kbd,
mark {
  border-radius: 2px; }

kbd {
  padding: 0 2px;
  border: 1px solid #999; }

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2; }

code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11; }

pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0; }

mark {
  padding: 2px 4px; }

sup,
sub {
  vertical-align: 0; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em; }

blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: .4em;
  line-height: .9;
  color: #ced4da; }

blockquote > footer {
  margin-top: .75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7); }
  blockquote > footer::before {
    content: "\2014 \0020"; }

q {
  font-style: normal; }

q,
.q {
  quotes: "“" "”" "‘" "’"; }
  q:lang(fr),
  .q:lang(fr) {
    quotes: "«\00a0" "\00a0»" "“" "”"; }

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc; }

blockquote,
figure {
  margin-left: 0;
  margin-right: 0; }

code,
pre,
samp,
kbd {
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal; }

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt; }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  label,
  ul,
  ol {
    color: #000;
    margin: auto; }
  .print {
    display: block; }
  .no-print {
    display: none; }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3; }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; }
  /* page break before main headers
    h1,
    .h1-like {
      page-break-before: always;
    }
    */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid; }
  a {
    color: #000; }
  /* displaying URLs
    a[href]::after {
      content: " (" attr(href) ")";
    }
    */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""; } }

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700; }

.u-italic {
  font-style: italic; }

.u-normal {
  font-weight: normal;
  font-style: normal; }

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

.u-lowercase {
  text-transform: lowercase; }

.u-smaller {
  font-size: 0.6em; }

.u-small {
  font-size: 0.8em; }

.u-big {
  font-size: 1.2em; }

.u-bigger {
  font-size: 1.5em; }

.u-biggest {
  font-size: 2em; }

.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis; }

@media (max-width: 575px) {
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
.js-hidden,
[hidden] {
  display: none; }

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden, .tabs-content-item[aria-hidden="true"] {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; }

.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0; }

.color--inverse {
  color: #fff; }

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%; }

.w95 {
  width: 95%; }

.w90 {
  width: 90%; }

.w85 {
  width: 85%; }

.w80 {
  width: 80%; }

.w75 {
  width: 75%; }

.w70 {
  width: 70%; }

.w65 {
  width: 65%; }

.w60 {
  width: 60%; }

.w55 {
  width: 55%; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w35 {
  width: 35%; }

.w30 {
  width: 30%; }

.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w15 {
  width: 15%; }

.w10 {
  width: 10%; }

.w5 {
  width: 5%; }

.w66 {
  width: calc(100% / 3 * 2); }

.w33 {
  width: calc(100% / 3); }

.wauto {
  width: auto; }

.w960p {
  width: 960px; }

.mw960p {
  max-width: 960px; }

.w1140p {
  width: 1140px; }

.mw1140p {
  max-width: 1140px; }

.w1000p {
  width: 1000px; }

.w950p {
  width: 950px; }

.w900p {
  width: 900px; }

.w850p {
  width: 850px; }

.w800p {
  width: 800px; }

.w750p {
  width: 750px; }

.w700p {
  width: 700px; }

.w650p {
  width: 650px; }

.w600p {
  width: 600px; }

.w550p {
  width: 550px; }

.w500p {
  width: 500px; }

.w450p {
  width: 450px; }

.w400p {
  width: 400px; }

.w350p {
  width: 350px; }

.w300p {
  width: 300px; }

.w250p {
  width: 250px; }

.w200p {
  width: 200px; }

.w150p {
  width: 150px; }

.w100p {
  width: 100px; }

.w50p {
  width: 50px; }

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0; }

.pan,
.pa0 {
  padding: 0; }

.mas {
  margin: 1rem; }

.mam {
  margin: 2rem; }

.mal {
  margin: 4rem; }

.pas {
  padding: 1rem; }

.pam {
  padding: 2rem; }

.pal {
  padding: 4rem; }

.mtn,
.mt0 {
  margin-top: 0; }

.mts {
  margin-top: 1rem; }

.mtm {
  margin-top: 2rem; }

.mtl {
  margin-top: 4rem; }

.mrn,
.mr0 {
  margin-right: 0; }

.mrs {
  margin-right: 1rem; }

.mrm {
  margin-right: 2rem; }

.mrl {
  margin-right: 4rem; }

.mbn,
.mb0 {
  margin-bottom: 0; }

.mbs {
  margin-bottom: 1rem; }

.mbm {
  margin-bottom: 2rem; }

.mbl {
  margin-bottom: 4rem; }

.mln,
.ml0 {
  margin-left: 0; }

.mls {
  margin-left: 1rem; }

.mlm {
  margin-left: 2rem; }

.mll {
  margin-left: 4rem; }

.mauto {
  margin: auto; }

.mtauto {
  margin-top: auto; }

.mrauto {
  margin-right: auto; }

.mbauto {
  margin-bottom: auto; }

.mlauto {
  margin-left: auto; }

.ptn,
.pt0 {
  padding-top: 0; }

.pts {
  padding-top: 1rem; }

.ptm {
  padding-top: 2rem; }

.ptl {
  padding-top: 4rem; }

.prn,
.pr0 {
  padding-right: 0; }

.prs {
  padding-right: 1rem; }

.prm {
  padding-right: 2rem; }

.prl {
  padding-right: 4rem; }

.pbn,
.pb0 {
  padding-bottom: 0; }

.pbs {
  padding-bottom: 1rem; }

.pbm {
  padding-bottom: 2rem; }

.pbl {
  padding-bottom: 4rem; }

.pln,
.pl0 {
  padding-left: 0; }

.pls {
  padding-left: 1rem; }

.plm {
  padding-left: 2rem; }

.pll {
  padding-left: 4rem; }

/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"],
  [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    [class*=" grid-"] > *,
    [class^="grid-"] > * {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; } }

@media (min-width: 576px) {
  .grid,
  .grid--reverse {
    display: flex; }
    .grid > *,
    .grid--reverse > * {
      flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; }
    .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
      margin-left: calc(1rem - 0.01px); }
    .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
      margin-left: calc(2rem - 0.01px); }
    .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
      margin-left: calc(4rem - 0.01px); } }

@media (min-width: 576px) {
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="grid-2"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-2"].has-gutter > * {
      width: calc(100% / 2 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-2"].has-gutter-l > * {
      width: calc(100% / 2 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-2"].has-gutter-xl > * {
      width: calc(100% / 2 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="grid-3"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-3"].has-gutter > * {
      width: calc(100% / 3 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-3"].has-gutter-l > * {
      width: calc(100% / 3 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-3"].has-gutter-xl > * {
      width: calc(100% / 3 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="grid-4"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-4"].has-gutter > * {
      width: calc(100% / 4 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-4"].has-gutter-l > * {
      width: calc(100% / 4 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-4"].has-gutter-xl > * {
      width: calc(100% / 4 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px); }
  [class*="grid-5"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-5"].has-gutter > * {
      width: calc(100% / 5 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-5"].has-gutter-l > * {
      width: calc(100% / 5 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-5"].has-gutter-xl > * {
      width: calc(100% / 5 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px); }
  [class*="grid-6"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-6"].has-gutter > * {
      width: calc(100% / 6 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-6"].has-gutter-l > * {
      width: calc(100% / 6 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-6"].has-gutter-xl > * {
      width: calc(100% / 6 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px); }
  [class*="grid-7"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-7"].has-gutter > * {
      width: calc(100% / 7 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-7"].has-gutter-l > * {
      width: calc(100% / 7 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-7"].has-gutter-xl > * {
      width: calc(100% / 7 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px); }
  [class*="grid-8"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-8"].has-gutter > * {
      width: calc(100% / 8 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-8"].has-gutter-l > * {
      width: calc(100% / 8 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-8"].has-gutter-xl > * {
      width: calc(100% / 8 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px); }
  [class*="grid-9"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-9"].has-gutter > * {
      width: calc(100% / 9 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-9"].has-gutter-l > * {
      width: calc(100% / 9 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-9"].has-gutter-xl > * {
      width: calc(100% / 9 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px); }
  [class*="grid-10"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-10"].has-gutter > * {
      width: calc(100% / 10 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-10"].has-gutter-l > * {
      width: calc(100% / 10 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-10"].has-gutter-xl > * {
      width: calc(100% / 10 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px); }
  [class*="grid-11"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-11"].has-gutter > * {
      width: calc(100% / 11 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-11"].has-gutter-l > * {
      width: calc(100% / 11 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-11"].has-gutter-xl > * {
      width: calc(100% / 11 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }
  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px); }
  [class*="grid-12"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem; }
    [class*="grid-12"].has-gutter > * {
      width: calc(100% / 12 - 1rem - 0.01px);
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-12"].has-gutter-l > * {
      width: calc(100% / 12 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-12"].has-gutter-xl > * {
      width: calc(100% / 12 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; } }

.push {
  margin-left: auto !important; }

.pull {
  margin-right: auto !important; }

.item-first {
  order: -1; }

.item-last {
  order: 1; }

[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse; }

@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px); }
  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px); }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px); }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px); }
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px); }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px); }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px); }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px); }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px); }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px); }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px); }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px); }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px); }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px); }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px); }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px); }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px); }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px); }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px); }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px); }
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px); }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px); }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px); }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px); }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px); }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px); }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px); }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px); }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px); }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px); }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px); }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px); }
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px); }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px); }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px); }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px); } }

/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px); }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px); }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px); }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px); }
  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px); }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px); }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px); }
  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px); }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px); }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px); }
  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px); }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px); }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px); } }

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none; }

fieldset {
  padding: 2rem; }
  fieldset legend {
    padding: 0 0.5rem;
    border: 0;
    white-space: normal; }

label {
  display: inline-block; }

[type="color"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="submit"],
[type="reset"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  border: 0;
  box-shadow: 0 0 0 1px #333 inset;
  color: #212529;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  margin: 0;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="submit"] {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  box-shadow: unset; }
  [type="submit"]:hover {
    background-color: #737373; }
  [type="submit"][name="validcarsubmit"] {
    background-color: #34a0da; }
    [type="submit"][name="validcarsubmit"]:hover {
      background-color: #1e75a4; }

[type="reset"] {
  cursor: pointer; }

input[readonly] {
  background-color: #e7e9ed; }

select {
  padding-right: 2rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E");
  background-position: right .6rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem; }

/* hiding IE11 arrow */
select::-ms-expand {
  display: none; }

textarea {
  min-height: 5em;
  vertical-align: top;
  resize: vertical;
  white-space: normal; }

/* 'x' appears on right of search input when text is entered. This removes it */
[type="search"]::-webkit-search-decoration, [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-results-button, [type="search"]::-webkit-search-results-decoration {
  display: none; }

::-webkit-input-placeholder {
  color: #777; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777; }

progress {
  width: 100%;
  vertical-align: middle; }

/* ----------------------------- */
/* ==Buttons                     */
/* ----------------------------- */
/* preferably use <button> for buttons !*/
/* use .btn-- or .button-- classes for variants */
.btn,
.button,
[type="button"],
button, .btn--primary,
a--primary,
.button--primary, .btn--success,
a--success,
.button--success, .btn--info,
a--info,
.button--info, .btn--warning,
a--warning,
.button--warning, .btn--danger,
a--danger,
.button--danger, .btn--inverse,
a--inverse,
.button--inverse, .btn--ghost,
a--ghost,
.button--ghost, .imagePreviewCropLayer > span, #payment_actions a:not([name='paymentmethod']) {
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.25s;
  transition-property: box-shadow, background-color, color, border;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #212529;
  border: none;
  border-radius: 0;
  background-color: #e7e9ed;
  font-family: inherit;
  font-size: inherit;
  line-height: 1; }

.btn:focus,
.button:focus,
[type="button"]:focus,
button:focus {
  -webkit-tap-highlight-color: transparent; }

.btn--primary,
a--primary,
.button--primary {
  background-color: #1e75a4;
  color: #fff;
  box-shadow: none; }
  .btn--primary:active, .btn--primary:focus, .btn--primary:hover,
  a--primary:active,
  a--primary:focus,
  a--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .button--primary:hover {
    background-color: #165679;
    text-decoration: none;
    color: #fff; }

.btn--success,
a--success,
.button--success {
  background-color: #5CB85C;
  color: #fff;
  box-shadow: none; }
  .btn--success:active, .btn--success:focus, .btn--success:hover,
  a--success:active,
  a--success:focus,
  a--success:hover,
  .button--success:active,
  .button--success:focus,
  .button--success:hover {
    background-color: #449d44;
    text-decoration: none;
    color: #fff; }

.btn--info,
a--info,
.button--info {
  background-color: #34a0da;
  color: #fff;
  box-shadow: none; }
  .btn--info:active, .btn--info:focus, .btn--info:hover,
  a--info:active,
  a--info:focus,
  a--info:hover,
  .button--info:active,
  .button--info:focus,
  .button--info:hover {
    background-color: #2284b9;
    text-decoration: none;
    color: #fff; }

.btn--warning,
a--warning,
.button--warning {
  background-color: #F0AD4E;
  color: #000;
  box-shadow: none; }
  .btn--warning:active, .btn--warning:focus, .btn--warning:hover,
  a--warning:active,
  a--warning:focus,
  a--warning:hover,
  .button--warning:active,
  .button--warning:focus,
  .button--warning:hover {
    background-color: #ec971f;
    text-decoration: none;
    color: #000; }

.btn--danger,
a--danger,
.button--danger {
  background-color: #D9534F;
  color: #fff;
  box-shadow: none; }
  .btn--danger:active, .btn--danger:focus, .btn--danger:hover,
  a--danger:active,
  a--danger:focus,
  a--danger:hover,
  .button--danger:active,
  .button--danger:focus,
  .button--danger:hover {
    background-color: #c9302c;
    text-decoration: none;
    color: #fff; }

.btn--inverse,
a--inverse,
.button--inverse {
  background-color: #333;
  color: #fff;
  box-shadow: none; }
  .btn--inverse:active, .btn--inverse:focus, .btn--inverse:hover,
  a--inverse:active,
  a--inverse:focus,
  a--inverse:hover,
  .button--inverse:active,
  .button--inverse:focus,
  .button--inverse:hover {
    background-color: #1a1a1a;
    text-decoration: none;
    color: #fff; }

.btn--ghost,
a--ghost,
.button--ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff inset; }
  .btn--ghost:active, .btn--ghost:focus, .btn--ghost:hover,
  a--ghost:active,
  a--ghost:focus,
  a--ghost:hover,
  .button--ghost:active,
  .button--ghost:focus,
  .button--ghost:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #fff; }

.btn--small,
.button--small {
  padding: 0.7rem 1rem;
  font-size: .8em; }

.btn--big,
.button--big {
  padding: 1.5rem 2rem;
  font-size: 1.4em; }

.btn--block,
.button--block {
  width: 100% !important;
  display: block; }

.btn--unstyled,
.button--unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn--unstyled:focus,
  .button--unstyled:focus {
    box-shadow: none;
    outline: none; }

.nav-button {
  padding: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .nav-button > * {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 2.6rem;
    width: 2.6rem;
    padding: 0;
    background-color: transparent;
    background-image: linear-gradient(#333, #333);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% 5px;
    transition: .25s;
    transition-property: transform, background;
    will-change: transform, background; }
    .nav-button > *::before, .nav-button > *::after {
      content: "";
      height: 5px;
      background: #333;
      transition: .25s;
      transition-property: transform, top;
      will-change: transform, top; }
  .nav-button:hover > * {
    background-color: transparent; }
  .nav-button:focus {
    outline: 0; }
  .nav-button.is-active > * {
    background-image: none;
    justify-content: center; }
    .nav-button.is-active > *::before {
      transform: translateY(50%) rotate3d(0, 0, 1, 45deg); }
    .nav-button.is-active > *::after {
      transform: translateY(-50%) rotate3d(0, 0, 1, -45deg); }

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #e7e9ed; }
  .tabs-menu-link {
    display: block;
    margin-bottom: -2px;
    padding: 0.5rem 2.5rem;
    border-bottom: 4px solid transparent;
    color: #212529;
    background: transparent;
    text-decoration: none;
    border-radius: 0 0 0 0;
    transition: .25s;
    transition-property: color, border, background-color; }
    .tabs-menu-link.is-active {
      border-bottom-color: #333;
      color: #333;
      background: transparent;
      outline: 0; }
    .tabs-menu-link:focus {
      border-bottom-color: #333;
      color: #333;
      outline: 0; }
    @media (min-width: 576px) {
      .tabs-menu-link {
        display: inline-block; } }

.tabs-content-item {
  padding-top: 1rem; }
  .tabs-content-item[aria-hidden="true"] {
    visibility: hidden; }
  .tabs-content-item[aria-hidden="false"] {
    visibility: visible; }

/* ----------------------------- */
/* Site (template design)        */
/* ----------------------------- */
#main_page {
  display: flex;
  flex-flow: column;
  max-width: 1100px;
  width: 100%;
  margin: auto; }

#view_more {
  clear: both; }

header,
section.breadcrumb,
section.contents,
footer {
  padding: 0 10px; }

h1, .h1-like {
  color: #34a0da; }

.errorForm,
.loginError,
#errorStatus,
.errorMessage {
  background: #D9534F;
  color: #fff;
  padding: 6px 12px;
  display: block !important;
  margin: 5px 10px; }

label.error {
  color: #D9534F; }

.error input {
  box-shadow: 0 0 0 1px #D9534F inset; }

.obligatory {
  color: #D9534F; }

.acceptedrequest {
  color: #5CB85C; }

.wiNotification {
  background: #5CB85C;
  color: #fff;
  padding: 6px 12px; }

input:not([type="range"]),
textarea {
  width: 100%; }

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin: 5px; }

*:focus {
  outline: none;
  outline-offset: 0; }

table {
  width: 100%; }
  table thead tr {
    background: #727e96;
    color: #fff; }
    table thead tr th {
      border-right: 1px solid #dee2e6;
      padding: 0 4px; }
    table thead tr a {
      color: #fff; }
      table thead tr a:hover {
        color: #fff; }
  table tbody tr:nth-child(odd) {
    background: #f8f9fa; }

ul.articleAction, ul.contentAction {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.articleAction li, ul.contentAction li {
    margin-right: 10px; }

.postNavigation {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 15px; }
  .postNavigation a {
    margin: auto;
    text-decoration: none; }
    .postNavigation a:before, .postNavigation a:after {
      font-size: 2em;
      position: relative;
      top: 8px; }
    .postNavigation a.postPrevious {
      margin-left: 0; }
      .postNavigation a.postPrevious:before {
        content: "q"; }
    .postNavigation a.postNext {
      margin-right: 0; }
      .postNavigation a.postNext:after {
        content: "r"; }

.pager {
  padding: 12px 0;
  text-align: center; }
  .pager a {
    text-decoration: none;
    background: #acb3c2;
    padding: 3px 7px;
    color: #fff; }
    .pager a:hover {
      background: #727e96; }
    .pager a.pager_current_page {
      background: #34a0da; }
      .pager a.pager_current_page:hover {
        background: #1e75a4; }

.grecaptcha-badge {
  z-index: 6000; }

header {
  display: flex;
  flex-flow: column wrap;
  align-items: center; }
  header #logo_header {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
    header #logo_header a {
      text-decoration: none;
      display: inline-block; }
      header #logo_header a img {
        padding-right: 15px; }
      header #logo_header a span {
        display: none; }
      header #logo_header a:hover {
        text-decoration: none; }
  header .nav-button {
    position: absolute;
    right: 25px;
    top: 28px; }
    @media (min-width: 768px) {
      header .nav-button {
        display: none; } }
  header nav.main-menu {
    display: none;
    margin-bottom: 15px; }
    header nav.main-menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: 320px; }
      header nav.main-menu ul li a {
        display: inline-block;
        padding: 10px 16px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        max-width: 320px;
        width: 100%;
        color: #fff;
        background: #34a0da; }
        header nav.main-menu ul li a:hover {
          background: #2284b9;
          text-decoration: none; }
      header nav.main-menu ul li ul a {
        background: #75bee6; }
        header nav.main-menu ul li ul a ul a {
          background: #b5ddf2; }
    header nav.main-menu.is-open {
      display: block;
      position: absolute;
      right: 0;
      top: 90px; }
    @media (min-width: 768px) {
      header nav.main-menu {
        display: block;
        margin: auto;
        margin-bottom: 35px;
        border-top: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        width: auto; }
        header nav.main-menu ul {
          width: auto; }
          header nav.main-menu ul li {
            width: auto;
            display: inline-block;
            position: relative; }
            header nav.main-menu ul li a {
              background: #fff; }
            header nav.main-menu ul li:hover > ul {
              display: block;
              position: absolute;
              z-index: 1;
              border: 1px solid #dee2e6;
              border-top: 0; }
              header nav.main-menu ul li:hover > ul a {
                width: 200px;
                color: #fff;
                background: #34a0da;
                text-transform: none; }
                header nav.main-menu ul li:hover > ul a:hover {
                  background: #1e75a4; }
              header nav.main-menu ul li:hover > ul.thirdLevel {
                top: 0;
                left: 100%; }
            header nav.main-menu ul li a {
              color: #212529;
              text-transform: uppercase;
              text-decoration: none;
              text-align: center; }
              header nav.main-menu ul li a:hover {
                color: #34a0da;
                background: none; }
            header nav.main-menu ul li.active a {
              color: #34a0da; }
          header nav.main-menu ul ul {
            display: none; } }

.breadcrumb {
  flex: 1 0 100%;
  padding: 0 10px;
  margin: 10px 0; }

.content {
  flex: 1;
  padding-bottom: 35px; }
  .content fieldset {
    padding: 1rem 0; }
    .content fieldset .block_row {
      margin: 0px 0 12px; }
    .content fieldset label {
      font-weight: 600; }
  .content .submit {
    padding: 1rem 0;
    display: flex; }
    .content .submit input[type=submit], .content .submit input[type=reset] {
      margin: auto;
      width: auto;
      padding: .5rem 3.5rem; }
      .content .submit input[type=submit]:first-child, .content .submit input[type=reset]:first-child {
        margin-left: 0; }
      .content .submit input[type=submit]:last-child, .content .submit input[type=reset]:last-child {
        margin-right: 0; }
  .content .accountAuthentification a {
    width: 100%;
    display: block; }
  .content .accountAuthentification label {
    width: 120px; }
  .content .accountAuthentification fieldset legend {
    padding: 0;
    font-weight: 700; }

fieldset legend {
  padding: 0;
  font-size: 2rem;
  border-bottom: 1px solid #ced4da; }

.socialZone {
  margin: 15px 0; }
  @media (max-width: 575px) {
    .socialZone iframe {
      overflow: hidden;
      width: 280px !important;
      height: 40px !important; }
      .socialZone iframe .uiGrid > * {
        width: 280px !important; } }

.news_event {
  border-bottom: solid 1px #ced4da;
  padding-bottom: 20px;
  margin-bottom: 20px; }

[class*="grid"] aside {
  flex: 0 1 20%; }
  [class*="grid"] aside .nav-button {
    display: none; }
  [class*="grid"] aside nav.main-menu {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%; }
    [class*="grid"] aside nav.main-menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: auto; }
      [class*="grid"] aside nav.main-menu ul li a {
        display: inline-block;
        padding: 10px 16px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        max-width: 100%;
        width: 100%;
        color: #fff;
        background: #34a0da; }
        [class*="grid"] aside nav.main-menu ul li a:hover {
          background: #2284b9;
          text-decoration: none; }
      [class*="grid"] aside nav.main-menu ul li ul a {
        background: #75bee6; }
        [class*="grid"] aside nav.main-menu ul li ul a ul a {
          background: #b5ddf2; }
  @media (max-width: 767px) {
    [class*="grid"] aside.right {
      flex: 0 1 30%; } }
  @media (max-width: 575px) {
    [class*="grid"] aside.right {
      flex: 1 1 100%; } }

@media (max-width: 575px) {
  section.contents {
    padding-left: 25px; } }

aside.leftside {
  transition: all 1s;
  background: #fff;
  max-width: 220px;
  width: 100%; }
  @media (max-width: 991px) {
    aside.leftside {
      position: absolute;
      margin-left: -230px;
      z-index: 9; }
      aside.leftside nav.main-menu {
        margin-bottom: 0px; }
      aside.leftside:after, aside.leftside:before {
        content: '\77';
        width: 18px;
        height: 100%;
        background: #8ac8ea;
        position: absolute;
        top: 0;
        left: 220px;
        display: block;
        color: #fff;
        font-size: 2rem;
        padding-top: 12px; }
      aside.leftside:before {
        z-index: 9;
        bottom: 0;
        top: auto;
        background: transparent; }
      aside.leftside:hover {
        margin-left: -10px; } }
  @media (max-width: 575px) {
    aside.leftside {
      margin-left: -245px; }
      aside.leftside:hover {
        margin-left: -25px; } }

footer[class*=grid-][class*=has-gutter-] {
  padding: 25px 0 0;
  background: #f8f9fa; }
  @media (max-width: 575px) {
    footer[class*=grid-][class*=has-gutter-] {
      padding: 25px 10px; } }
  footer[class*=grid-][class*=has-gutter-] fieldset, footer[class*=grid-][class*=has-gutter-] .submit {
    padding: 1rem; }
    footer[class*=grid-][class*=has-gutter-] fieldset .submit, footer[class*=grid-][class*=has-gutter-] .submit .submit {
      padding: 0; }
  footer[class*=grid-][class*=has-gutter-] .signature {
    width: 100%;
    text-align: center;
    border-top: 1px solid #727e96;
    margin: auto;
    margin-top: 15px;
    padding-top: 10px; }
    footer[class*=grid-][class*=has-gutter-] .signature a {
      text-decoration: none; }

.overDivMask {
  background: rgba(0, 0, 0, 0.8);
  display: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#overDiv {
  margin: auto;
  border: 1px solid #dee2e6;
  padding: 10px;
  background: #fff; }
  #overDiv .overlibheader {
    display: flex; }
    #overDiv .overlibheader .overlibclose {
      margin: auto;
      margin-right: 0;
      height: 25px; }
      #overDiv .overlibheader .overlibclose a {
        font-size: 2em;
        text-decoration: none;
        line-height: 15px; }
  #overDiv #overlibfooter {
    display: none; }

.wrapperModal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .wrapperModal.is-active {
    display: flex; }
  .wrapperModal .loading {
    width: 100px;
    height: 100px;
    padding: 20px;
    margin: auto;
    background: #fff url(/common_images/community/ajax-loader.gif) center no-repeat; }
  .wrapperModal .modalAddContact, .wrapperModal .modalinviteM {
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    width: 600px;
    height: auto; }
    .wrapperModal .modalAddContact #closeResult, .wrapperModal .modalAddContact .closeResult, .wrapperModal .modalinviteM #closeResult, .wrapperModal .modalinviteM .closeResult {
      right: 0;
      width: auto;
      display: inline-block;
      padding: 3px 8px;
      font-weight: 700;
      border: 1px solid #acb3c2;
      margin: 2px;
      float: right;
      cursor: pointer; }
    .wrapperModal .modalAddContact #tabsSearch, .wrapperModal .modalinviteM #tabsSearch {
      padding: 20px; }
  .wrapperModal .result {
    display: flex;
    flex-wrap: wrap; }

#overlayVideoBox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center; }
  #overlayVideoBox #emajineVideoBox {
    margin: auto;
    background: rgba(255, 255, 255, 0.8); }
    #overlayVideoBox #emajineVideoBox #emajineVideoBoxContent, #overlayVideoBox #emajineVideoBox #emajineVideoBoxFooter {
      padding: 10px; }
      #overlayVideoBox #emajineVideoBox #emajineVideoBoxContent span, #overlayVideoBox #emajineVideoBox #emajineVideoBoxFooter span {
        padding-right: 15px; }
      #overlayVideoBox #emajineVideoBox #emajineVideoBoxContent a, #overlayVideoBox #emajineVideoBox #emajineVideoBoxFooter a {
        text-decoration: none; }

.toggle.next + div {
  display: none; }

[class*=grid-][class*=has-gutter-] {
  margin-right: 0;
  margin-left: 0; }

fieldset#config span.label {
  font-weight: 700; }

fieldset#config .multi_radio, fieldset#config .optionsGroupTypeItem {
  padding-left: 25px; }

fieldset#config .ssopt {
  padding-left: 15px;
  margin-left: 35px;
  border-left: 1px solid #dee2e6; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a.back {
  display: block;
  max-width: 100px;
  margin: 0 0 15px 0; }
  a.back:before {
    content: "q"; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ------------------------------------------
ELEMENTS DE MISE EN PAGE DANS ZONE DE CONTENU
--------------------------------------------*/
.une_colonne,
.deux_colonnes {
  clear: both;
  display: inline; }

.colleft {
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  width: 47%; }

.colright {
  float: left;
  margin: 0;
  padding: 0;
  width: 48%; }

.intext_left {
  float: left;
  padding: 5px 10px 10px 0px; }

.intext_right {
  float: right;
  padding: 5px 0px 10px 10px; }

.above_center img, .above_right img,
.above_left img, .below_center img,
.below_right img, .below_left img {
  float: none !important; }

.center {
  text-align: center;
  width: 100%; }

.colonne {
  width: 30%;
  float: left;
  margin: 15px 10px;
  color: #666;
  font-size: 1.2em; }

.colonne strong {
  color: #000; }

.colonne .title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase; }

.date {
  font-style: italic; }

.colonne a {
  display: block; }

@font-face {
  font-family: "emajine";
  src: url("../fonts/_fonts/emajine.eot");
  src: url("../fonts/_fonts/emajine.eot?#iefix") format("embedded-opentype"), url("../fonts/_fonts/emajine.woff") format("woff"), url("../fonts/_fonts/emajine.ttf") format("truetype"), url("../fonts/_fonts/emajine.svg#emajine") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "emajine" !important;
  content: attr(data-icon);
  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; }

.postNavigation a:before, .postNavigation a:after, a.back:before, [class^="icon-"]:before,
.message_actions > a:before,
.message_time:before,
a.message_comment:before,
.message_datas .rating a.linkRatingMembers:before,
.likeRatingImg:before,
.dislikeRatingImg:before,
.updateAction:before,
.deleteAction:before,
aside.leftside:before,
aside.leftside:after,
#boxcart h4:before,
[class*=" icon-"]:before, .ui-stars-cancel a:before, .ui-stars-star a:before, #formTalk #closeResult span:after, .closeBox:after, .wallNotification a.action i:before, #steps span:after, a.send_cart:before, a.viewcart:before, a.delete_product:before {
  font-family: "emajine" !important;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------- */
/* ETOILES DES NOTATIONS                        */
/* -------------------------------------------- */
.ui-stars-cancel, .ui-stars-star {
  display: inline-block;
  cursor: pointer;
  overflow: hidden; }
  .ui-stars-cancel a, .ui-stars-star a {
    width: 16px;
    height: 16px;
    display: block; }
    .ui-stars-cancel a:before, .ui-stars-star a:before {
      width: 16px;
      height: 16px;
      display: block; }

.ui-stars-cancel a:before {
  content: "p";
  color: #F0AD4E; }

.ui-stars-star a:before {
  content: "e";
  color: #34a0da; }

.ui-stars-star-on a:before {
  content: "d"; }

.ui-stars-star-hover a:before {
  content: "d"; }

.ui-stars-cancel-hover a:before {
  color: #D9534F; }

.ui-stars-cancel-disabled a,
.ui-stars-star-disabled,
.ui-stars-star-disabled a {
  cursor: default !important; }
  .ui-stars-cancel-disabled a a:before,
  .ui-stars-star-disabled a:before,
  .ui-stars-star-disabled a a:before {
    color: #acb3c2; }

.ratingUsers {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  width: 300px;
  background: #fff;
  border: 1px solid #999; }

.ratingUsersList {
  list-disc: none; }

.ratingsDatas .fieldset {
  padding: 1em 0;
  display: flex;
  flex-flow: row wrap; }
  .ratingsDatas .fieldset > * {
    margin-right: 5px; }
  .ratingsDatas .fieldset .ratingStars {
    overflow: hidden;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px; }
  .ratingsDatas .fieldset .ratingMsg {
    flex: 0 0 100%;
    color: #acb3c2;
    display: block !important; }

header .widget {
  padding: 10px;
  margin: auto;
  margin-bottom: 10px; }
  header .widget fieldset {
    padding: 0 0 1rem 0; }
  header .widget.widgetText {
    max-width: 100%;
    background: #f8f9fa; }
  header .widget.widgetSearch {
    width: 100%;
    max-width: 100%;
    text-align: right; }
    @media (min-width: 576px) {
      header .widget.widgetSearch {
        max-width: 50%; } }
    @media (max-width: 767px) {
      header .widget.widgetSearch {
        max-width: 100%; } }
    header .widget.widgetSearch h4, header .widget.widgetSearch label {
      display: none; }
    header .widget.widgetSearch form.searchform {
      display: flex; }
      header .widget.widgetSearch form.searchform fieldset {
        padding: 0;
        width: calc( 100% - 90px); }
        header .widget.widgetSearch form.searchform fieldset .block_row {
          display: flex;
          align-items: center; }
          header .widget.widgetSearch form.searchform fieldset .block_row label {
            margin-right: 10px; }
          header .widget.widgetSearch form.searchform fieldset .block_row input[type="text"] {
            flex: 1; }
      header .widget.widgetSearch form.searchform .submit {
        width: 90px; }
    header .widget.widgetSearch a.widgetSearchAdvanced {
      font-size: 1.2rem; }

aside .widget {
  margin: auto;
  padding: 10px;
  margin-bottom: 10px;
  background: #e7e9ed;
  display: flex;
  flex-flow: column; }
  aside .widget fieldset, aside .widget .submit {
    padding: 1rem; }
    aside .widget fieldset .submit, aside .widget .submit .submit {
      padding: 0; }
  aside .widget a {
    margin: auto; }
  aside .widget .widgetContainer a.linkMore {
    float: right; }
  aside .widget.widgetWeather .widgetContainer {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto; }
  aside .widget.widgetWeather .boxWeatherPicture {
    width: 44px;
    margin: 0 10px; }

.widgetCalendar td, .widgetCalendar th {
  text-align: center; }

.widgetCalendar .today {
  background: #acb3c2;
  color: #fff; }

#overDiv.calendar {
  background: #fff;
  max-width: 320px;
  text-align: center; }
  #overDiv.calendar table {
    margin-bottom: 0rem; }
    #overDiv.calendar table caption {
      padding-top: 0.3rem;
      padding-bottom: .3rem;
      border-top: 1px solid #eee;
      margin-top: .6rem; }
    #overDiv.calendar table td.past_day a {
      opacity: .5; }
    #overDiv.calendar table td.no_day {
      background: #dee2e6;
      border: 1px solid #fff; }
    #overDiv.calendar table td.today a {
      background: #34a0da;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      display: block;
      color: #fff; }
    #overDiv.calendar table td a {
      line-height: 25px;
      text-decoration: none; }

.postPictureResume, .postPictureDetail, #authorDetailLink {
  float: left;
  padding: 8px 10px 10px 0; }

.post {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dee2e6; }

.profileLists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .profileLists > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
    margin-bottom: 1em;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    padding: 10px;
    border: 1px solid #dee2e6; }
    @media (max-width: 767px) {
      .profileLists > * {
        width: calc(100% / 1 - 1rem - .01px); } }
  .profileLists .person .personInformation .personInfos {
    margin-left: 8px;
    width: calc( 100% - 58px); }
    .profileLists .person .personInformation .personInfos a.profileLink_1 {
      width: 100%;
      border-radius: 0;
      height: auto;
      overflow: auto; }

#directory .directoryEnties {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding: 15px 0; }
  #directory .directoryEnties .order {
    display: inline-block;
    padding: .5rem;
    border-radius: 50%;
    color: #fff;
    background-color: #727e96;
    line-height: 1;
    align-self: center;
    position: relative;
    right: 5px;
    min-width: 22px;
    text-align: center;
    top: -4px; }
    #directory .directoryEnties .order:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      padding-top: 100%; }
  #directory .directoryEnties h2 {
    display: inline-block; }
  #directory .directoryEnties .directoryEntiesContainerInner {
    display: flex;
    flex-flow: column wrap; }

.addLinkedElements {
  display: flex;
  flex-flow: row wrap; }
  .addLinkedElements div {
    margin: 0 5px; }

.searchMessage {
  display: flex; }
  .searchMessage input[type=submit] {
    width: 30%; }

#profileFormSearchId {
  display: flex; }
  #profileFormSearchId input {
    width: 30%; }
    #profileFormSearchId input#searchId {
      width: 70%; }

.membersInfos,
#otherMembers,
#otherMembers,
.acceptedRelationshipList,
.commentZone,
#membersList {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .membersInfos h2, .membersInfos .actionsContact,
  #otherMembers h2,
  #otherMembers .actionsContact,
  #otherMembers h2,
  #otherMembers .actionsContact,
  .acceptedRelationshipList h2,
  .acceptedRelationshipList .actionsContact,
  .commentZone h2,
  .commentZone .actionsContact,
  #membersList h2,
  #membersList .actionsContact {
    width: 100%; }
  .membersInfos .person,
  #otherMembers .person,
  #otherMembers .person,
  .acceptedRelationshipList .person,
  .commentZone .person,
  #membersList .person {
    margin-bottom: 4px; }
  .membersInfos .person.owner,
  #otherMembers .person.owner,
  #otherMembers .person.owner,
  .acceptedRelationshipList .person.owner,
  .commentZone .person.owner,
  #membersList .person.owner {
    width: 100%; }

#notificationResume .wallNotification, #contactsResume .wallNotification, #messagesResume .wallNotification {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  border-bottom: 1px solid #acb3c2;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  #notificationResume .wallNotification .userLogo, #contactsResume .wallNotification .userLogo, #messagesResume .wallNotification .userLogo {
    flex: 0 0 44px;
    margin: inherit; }
  #notificationResume .wallNotification .wallNotificationContent, #contactsResume .wallNotification .wallNotificationContent, #messagesResume .wallNotification .wallNotificationContent {
    margin: 0 10px; }
    #notificationResume .wallNotification .wallNotificationContent a.linkMessage, #contactsResume .wallNotification .wallNotificationContent a.linkMessage, #messagesResume .wallNotification .wallNotificationContent a.linkMessage {
      text-overflow: ellipsis;
      overflow: hidden;
      max-height: 64px;
      display: block; }
    #notificationResume .wallNotification .wallNotificationContent .datePublication, #contactsResume .wallNotification .wallNotificationContent .datePublication, #messagesResume .wallNotification .wallNotificationContent .datePublication {
      font-size: small; }
  #notificationResume .wallNotification a.action.ignoreOneNotification, #contactsResume .wallNotification a.action.ignoreOneNotification, #messagesResume .wallNotification a.action.ignoreOneNotification {
    align-self: flex-start;
    margin: 0; }
    #notificationResume .wallNotification a.action.ignoreOneNotification i:before, #contactsResume .wallNotification a.action.ignoreOneNotification i:before, #messagesResume .wallNotification a.action.ignoreOneNotification i:before {
      content: "X"; }

#contactsWidget, #notificationWidget, #messageWidget {
  position: relative; }

.contacts_number, .notification_number, .message_number {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #D9534F;
  line-height: 1;
  align-self: center;
  position: absolute;
  right: 5px;
  min-width: 22px;
  text-align: center; }
  .contacts_number::before, .notification_number::before, .message_number::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%; }

.noContact > div {
  width: 90px;
  height: 105px;
  margin: 0 auto;
  background: url(/common_images/community/community_pictos.png) -17px -410px no-repeat; }

#formAddMember {
  display: flex;
  flex-wrap: wrap; }

#relationshipForm .section {
  display: flex;
  flex-wrap: wrap; }
  #relationshipForm .section h2 {
    width: 100%; }

#relationshipForm .tab div {
  display: flex;
  flex-wrap: wrap; }
  #relationshipForm .tab div.actionsContact a {
    padding: 4px; }

#membersLine .person {
  width: 50px;
  display: inline-block; }

.person {
  margin-right: 8px;
  position: relative;
  align-self: flex-start;
  display: flex;
  align-items: center; }
  .person.active {
    border: 1px solid #34a0da; }
  .person .personInformation {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: auto; }
    .person .personInformation a.profileLink_1:not(.layerInfos) {
      display: block !important;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      overflow: hidden;
      position: relative;
      z-index: 2; }
    .person .personInformation a.profileLink_1.layerInfos {
      display: none !important;
      font-weight: 400 !important;
      color: #fff !important;
      position: absolute;
      left: 0%;
      top: 100%;
      padding: 2px 5px;
      z-index: 1;
      font-size: .9em;
      line-height: initial;
      background: rgba(0, 0, 0, 0.8); }
  .person:hover {
    z-index: 4000; }
    .person:hover a.profileLink_1.layerInfos {
      display: block !important; }
  .person [class*=tag] {
    font-size: small;
    margin-top: 4px; }

.profile_detail .fiche {
  display: flex;
  flex-flow: row wrap; }
  .profile_detail .fiche #actionsContact {
    width: 100%;
    padding-bottom: 20px; }
  .profile_detail .fiche h1 {
    width: 100%; }
  .profile_detail .fiche .personImg {
    margin-right: 15px; }

.profile_detail > div {
  margin-bottom: 15px; }

#formTalk {
  padding: 10px;
  border: solid 1px #dee2e6; }
  #formTalk #closeResult {
    text-align: right; }
    #formTalk #closeResult span {
      color: #fff; }
      #formTalk #closeResult span:after {
        content: "f";
        color: #727e96;
        font-size: 1.5em; }
      #formTalk #closeResult span:hover:after {
        color: #34a0da;
        cursor: pointer; }

.contactsMessage {
  display: flex; }
  .contactsMessage > span {
    min-width: 20px; }
  .contactsMessage .text-core {
    width: 100%; }
    .contactsMessage .text-core .text-wrap {
      width: 100% !important; }
      .contactsMessage .text-core .text-wrap textarea {
        width: 100% !important; }

.fileInfos {
  padding: 10px 0;
  width: 100%; }

.imagePreview {
  overflow: hidden;
  width: 200px;
  height: 200px; }

.imagePreview img {
  max-width: none; }

.imagePreviewCropLayer {
  position: fixed;
  top: 50%;
  margin-top: -25%;
  z-index: 5000;
  width: 600px;
  height: auto;
  padding: 10px;
  background: #fff;
  border: solid 1px #ced4da;
  text-align: right; }

.datasFile {
  text-align: left; }

#fd_noir {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000; }

.imagePreviewCropLayer > span {
  cursor: pointer;
  background: #34a0da;
  color: #fff; }
  .imagePreviewCropLayer > span:hover {
    background: #1e75a4; }

.closeBox {
  text-decoration: none; }
  .closeBox .label {
    display: none; }
  .closeBox:after {
    content: "f";
    color: #727e96;
    font-size: 1.5em; }
  .closeBox:hover {
    color: #fff; }
  .closeBox:hover:after {
    color: #34a0da;
    cursor: pointer;
    text-decoration: none; }

.membersInfos .number {
  width: 100%; }

#divwall_message .divwall_textarea {
  margin-right: 0px;
  width: calc( 100% - 58px);
  position: relative; }
  #divwall_message .divwall_textarea .informationMaxLength {
    position: absolute;
    right: 1px;
    top: -18px;
    padding: 2px 2px 0;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #acb3c2;
    border-bottom: 0;
    font-size: 1rem;
    color: #acb3c2; }

#divwall_message .displayedIfCommentEditing {
  width: 100%; }
  #divwall_message .displayedIfCommentEditing .addLinkedElements div {
    margin: 0 auto; }

#divwall_message .submit input {
  margin: auto;
  margin-right: 0; }

.selectOrder label {
  margin-right: 5px; }

.blocMessage .aMessage {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #e7e9ed;
  background: #f8f9fa;
  align-items: center;
  margin: 15px 0px 0;
  padding: 10px;
  position: relative;
  min-height: 100px; }
  .blocMessage .aMessage .message_wall {
    width: calc( 100% - 58px);
    word-wrap: break-word;
    align-self: stretch;
    padding: 10px; }
    .blocMessage .aMessage .message_wall .linkToArticle, .blocMessage .aMessage .message_wall .wall_shared_element {
      width: 100%;
      display: flex;
      margin: 8px 0px 8px 0px; }
      .blocMessage .aMessage .message_wall .linkToArticle .picture, .blocMessage .aMessage .message_wall .wall_shared_element .picture {
        flex: 0 0 90px;
        margin-right: 8px; }
    .blocMessage .aMessage .message_wall .message_body {
      min-height: 44px;
      padding-bottom: 10px; }
    .blocMessage .aMessage .message_wall .message_datas {
      position: absolute;
      z-index: 3;
      bottom: 0px;
      left: 0px;
      padding: 5px 10px;
      font-size: 1.2rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      background: #f8f9fa;
      border-top: 1px solid #e7e9ed; }
      .blocMessage .aMessage .message_wall .message_datas > * {
        display: inline-block;
        margin: auto;
        color: #727e96; }
      .blocMessage .aMessage .message_wall .message_datas a {
        color: #727e96;
        text-decoration: none; }
      .blocMessage .aMessage .message_wall .message_datas a.linkLike {
        margin-right: 15px; }
      .blocMessage .aMessage .message_wall .message_datas .rating {
        margin-right: 10px;
        position: relative; }
        .blocMessage .aMessage .message_wall .message_datas .rating.hasAlreadyVoted a.linkLike, .blocMessage .aMessage .message_wall .message_datas .rating.hasAlreadyVoted a.linkDislike {
          opacity: .5; }
      .blocMessage .aMessage .message_wall .message_datas .ratingMessage {
        width: 100%;
        padding: 2px;
        background: #e1f1f9; }
      .blocMessage .aMessage .message_wall .message_datas .message_time {
        margin-left: 0; }
        .blocMessage .aMessage .message_wall .message_datas .message_time:before {
          content: "\6f";
          top: 2px;
          position: relative;
          font-size: 1.4rem; }
      .blocMessage .aMessage .message_wall .message_datas .numberLike:before, .blocMessage .aMessage .message_wall .message_datas .dislikeRatingNumber:before {
        content: "("; }
      .blocMessage .aMessage .message_wall .message_datas .numberLike:after, .blocMessage .aMessage .message_wall .message_datas .dislikeRatingNumber:after {
        content: ")"; }
      .blocMessage .aMessage .message_wall .message_datas .message_comment:before {
        content: "\79";
        top: 1px;
        position: relative;
        font-size: 1.4rem;
        margin-right: 4px; }
      .blocMessage .aMessage .message_wall .message_datas .linkRatingMembers {
        margin-right: 15px; }
        .blocMessage .aMessage .message_wall .message_datas .linkRatingMembers:before {
          content: "\53";
          top: 2px;
          position: relative;
          font-size: 1.4rem; }
      .blocMessage .aMessage .message_wall .message_datas .likeRatingImg:before {
        content: "\68";
        top: 2px;
        position: relative;
        font-size: 1.4rem;
        margin-right: 2px; }
      .blocMessage .aMessage .message_wall .message_datas .dislikeRatingImg:before {
        content: "\67";
        top: 2px;
        position: relative;
        font-size: 1.4rem;
        margin-right: 2px; }
  .blocMessage .aMessage .message_actions {
    position: absolute;
    top: -1px;
    right: 0; }
    .blocMessage .aMessage .message_actions > a {
      text-decoration: none;
      display: inline-block; }
      .blocMessage .aMessage .message_actions > a span {
        display: none;
        position: absolute;
        top: 2px;
        right: 50px;
        font-size: 1.2rem;
        width: 150px;
        text-align: right; }
      .blocMessage .aMessage .message_actions > a:hover span {
        display: block; }
      .blocMessage .aMessage .message_actions > a:before {
        content: '';
        border: 1px solid #dee2e6;
        padding: 2px;
        width: 20px;
        display: block;
        text-align: center;
        background: #fff; }
      .blocMessage .aMessage .message_actions > a:first-child:before {
        content: '\62'; }
      .blocMessage .aMessage .message_actions > a + a:before {
        content: '\75'; }
      .blocMessage .aMessage .message_actions > a + a.is-active:before {
        content: '\76'; }
      .blocMessage .aMessage .message_actions > a:hover:first-child:before {
        content: '\61'; }
      .blocMessage .aMessage .message_actions > a.active:first-child:before {
        content: '\61'; }
      .blocMessage .aMessage .message_actions > a.active:hover:first-child:before {
        content: '\62'; }
    .blocMessage .aMessage .message_actions .blocMessageActions {
      position: absolute;
      z-index: 9;
      right: 0;
      width: 150px;
      border: 1px solid #acb3c2;
      background: #fff; }
      .blocMessage .aMessage .message_actions .blocMessageActions a {
        width: 100%;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #acb3c2;
        padding: 6px 12px; }
        .blocMessage .aMessage .message_actions .blocMessageActions a:last-child {
          border: 0; }
        .blocMessage .aMessage .message_actions .blocMessageActions a .shareLinkNumber {
          float: right; }
  .blocMessage .aMessage.respons {
    display: none; }
    .blocMessage .aMessage.respons .formComment {
      width: 100%; }
      .blocMessage .aMessage.respons .formComment .commentZone textarea {
        width: calc( 100% - 58px); }
      .blocMessage .aMessage.respons .formComment .commentZone .submit {
        margin: auto;
        margin-right: 0; }
    .blocMessage .aMessage.respons form.formComment {
      margin-top: 15px; }

.blocMessage .row_comment {
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .blocMessage .row_comment:before {
    align-self: flex-start;
    content: url("../images/_images/arrow_comment.png");
    opacity: .3;
    margin: 10px; }
  .blocMessage .row_comment .comment_wall {
    width: calc( 100% - 73px); }
    .blocMessage .row_comment .comment_wall .message_datas {
      font-size: 1.2rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .blocMessage .row_comment .comment_wall .message_datas > * {
        display: inline-block;
        margin: auto;
        color: #727e96; }
      .blocMessage .row_comment .comment_wall .message_datas a {
        color: #727e96;
        text-decoration: none; }
      .blocMessage .row_comment .comment_wall .message_datas a.linkLike {
        margin-right: 15px; }
      .blocMessage .row_comment .comment_wall .message_datas .rating {
        margin-right: 0px; }
      .blocMessage .row_comment .comment_wall .message_datas .ratingMessage {
        width: 100%;
        padding: 2px;
        background: #e1f1f9; }
      .blocMessage .row_comment .comment_wall .message_datas .message_time {
        margin-left: 0; }
        .blocMessage .row_comment .comment_wall .message_datas .message_time:before {
          content: "\6f";
          top: 2px;
          position: relative;
          font-size: 1.4rem; }
      .blocMessage .row_comment .comment_wall .message_datas .numberLike:before, .blocMessage .row_comment .comment_wall .message_datas .dislikeRatingNumber:before {
        content: "("; }
      .blocMessage .row_comment .comment_wall .message_datas .numberLike:after, .blocMessage .row_comment .comment_wall .message_datas .dislikeRatingNumber:after {
        content: ")"; }
      .blocMessage .row_comment .comment_wall .message_datas .linkRatingMembers {
        margin-right: 15px; }
        .blocMessage .row_comment .comment_wall .message_datas .linkRatingMembers:before {
          content: "\53";
          top: 2px;
          position: relative;
          font-size: 1.4rem; }
      .blocMessage .row_comment .comment_wall .message_datas .likeRatingImg:before {
        content: "\68";
        top: 2px;
        position: relative;
        font-size: 1.4rem;
        margin-right: 2px; }
      .blocMessage .row_comment .comment_wall .message_datas .dislikeRatingImg:before {
        content: "\67";
        top: 2px;
        position: relative;
        font-size: 1.4rem;
        margin-right: 2px; }
  .blocMessage .row_comment .commentActions {
    position: absolute;
    top: -1px;
    right: 0; }
    .blocMessage .row_comment .commentActions > a {
      text-decoration: none;
      display: inline-block; }
      .blocMessage .row_comment .commentActions > a span {
        display: none;
        position: absolute;
        top: 2px;
        right: 50px;
        font-size: 1.2rem;
        width: 150px;
        text-align: right; }
      .blocMessage .row_comment .commentActions > a:before {
        content: "\44";
        border: 1px solid #dee2e6;
        padding: 2px;
        width: 20px;
        display: block;
        text-align: center;
        background: #fff;
        font-size: 1.5rem; }
      .blocMessage .row_comment .commentActions > a:hover span {
        display: block; }
    .blocMessage .row_comment .commentActions .deleteAction:before {
      content: "\69"; }

.groupItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0; }
  .groupItem input[type=checkbox] {
    width: auto; }
  .groupItem .groupInfos {
    flex: 1; }
  .groupItem .groupImg {
    width: 120px;
    margin: 0 10px; }
  .groupItem .actionsGroup {
    display: flex;
    flex-flow: column;
    margin: 0 10px; }
  .groupItem.owner {
    position: relative; }
    .groupItem.owner .tag {
      width: 100%; }

.groupDetail .fiche {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .groupDetail .fiche h1 {
    width: 100%; }
  .groupDetail .fiche .groupImg {
    max-width: 150px;
    margin-right: 10px; }
  .groupDetail .fiche .groupInfos {
    margin: auto;
    margin-right: 0; }

.wallNotification {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ced4da;
  position: relative; }
  .wallNotification .userLogo {
    vertical-align: top;
    display: inline-block; }
    .wallNotification .userLogo img {
      width: 45px;
      margin-right: 5px; }
  .wallNotification .wallNotificationContent {
    width: calc( 100% - 65px);
    display: inline-block; }
    .wallNotification .wallNotificationContent .datePublication {
      font-size: small;
      color: #acb3c2; }
  .wallNotification a.action {
    position: absolute;
    top: 0;
    right: -2px;
    cursor: pointer;
    text-decoration: none;
    color: #727e96; }
    .wallNotification a.action i:before {
      content: "f"; }
    .wallNotification a.action:hover {
      color: #34a0da; }

#activityWallNotifications .multi_radio {
  display: flex;
  align-items: center;
  margin-left: 25px; }

.catalogSearchExecutionTime {
  display: none; }

@media (max-width: 575px) {
  #boxcart {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    left: 0;
    border-top: 2px solid #727e96;
    margin: 0; }
    #boxcart h4:before {
      content: "\45";
      margin-right: 10px;
      margin-left: 0px;
      font-size: 2.2rem;
      top: 3px;
      position: relative; }
    #boxcart .product_number .label {
      display: none; }
    #boxcart .product_number .value {
      display: inline-block;
      padding: .5rem;
      border-radius: 50%;
      color: #fff;
      background-color: #D9534F;
      line-height: 1;
      align-self: center;
      position: absolute;
      left: 98px;
      top: 8px;
      min-width: 22px;
      text-align: center;
      font-size: 1rem; }
      #boxcart .product_number .value:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        padding-top: 100%; }
    #boxcart .widgetContainer {
      display: flex;
      flex-wrap: wrap; }
    #boxcart .amount {
      position: absolute;
      top: 20px;
      right: 10px;
      font-weight: 700; }
    #boxcart .viewcart, #boxcart .send_cart {
      margin: auto;
      padding: 5px 0;
      font-size: 1.5rem; }
    #boxcart .viewcart {
      margin-left: 0px; }
    #boxcart .send_cart {
      margin-right: 0px; } }

#formcart .normalPrice {
  text-decoration: line-through; }

.short_product {
  position: relative;
  display: flex;
  flex-flow: column;
  flex-flow: row wrap;
  align-items: center;
  border: 1px solid #dee2e6;
  padding: 2px; }
  .short_product * {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
  .short_product .price .fromPrice {
    font-weight: 700;
    width: 100%; }
  .short_product .price .old_price {
    font-size: .9em;
    font-weight: 400;
    text-decoration: line-through;
    padding: 0 2px; }
  .short_product .price .special_price {
    font-weight: 700;
    padding: 0 2px; }
  .short_product .specialRate {
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
  .short_product .new {
    position: absolute;
    left: 0;
    top: 0;
    width: auto; }
  .short_product .img_inside {
    width: auto;
    min-height: 90px;
    align-self: baseline; }
  .short_product h3 {
    align-self: baseline;
    line-height: normal; }
  .short_product img {
    width: auto; }
  .short_product form {
    align-self: flex-end; }
    .short_product form .addToCart .block_row {
      width: 80%; }
      .short_product form .addToCart .block_row label, .short_product form .addToCart .block_row select {
        width: 40%;
        margin: 0 2.5%; }
    .short_product form a {
      margin-top: 5px; }
  .short_product .stockAvailabilityDate {
    color: #D9534F; }

.specialRate {
  background: #F0AD4E;
  color: #fff;
  padding: 2px 4px;
  display: inline-block;
  font-size: .8em;
  position: relative;
  margin-bottom: 10px; }

.new {
  background: #5CB85C;
  padding: 2px 4px;
  display: inline-block;
  font-size: .8em;
  position: relative;
  margin-bottom: 10px; }
  .new:before {
    content: 'Nouveauté';
    color: #fff; }

.specialIcon {
  display: inline-block;
  position: relative;
  margin-bottom: 10px; }

.sort_block {
  margin-bottom: 12px;
  background: #dee2e6;
  padding: 6px; }
  .sort_block form {
    display: inline-block;
    border-right: 1px solid #acb3c2;
    padding-right: 10px; }
  .sort_block .counter_products {
    padding-left: 5px; }

#produitsAssocies {
  margin-top: 25px; }

#produitsAssocies, .catalogProductsList [class^="line"], #contentForFilter [class^="line"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }
  #produitsAssocies [id^="product"][class^="col"], .catalogProductsList [class^="line"] [id^="product"][class^="col"], #contentForFilter [class^="line"] [id^="product"][class^="col"] {
    display: flex; }
  #produitsAssocies > *, .catalogProductsList [class^="line"] > *, #contentForFilter [class^="line"] > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
    margin-bottom: 1em;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0; }
    @media (max-width: 767px) {
      #produitsAssocies > *, .catalogProductsList [class^="line"] > *, #contentForFilter [class^="line"] > * {
        width: calc(100% / 2 - 1rem - .01px); } }
    @media (max-width: 575px) {
      #produitsAssocies > *, .catalogProductsList [class^="line"] > *, #contentForFilter [class^="line"] > * {
        width: calc(100% / 1 - 1rem - .01px); } }
  #produitsAssocies h2, .catalogProductsList [class^="line"] h2, #contentForFilter [class^="line"] h2 {
    width: 100%; }

#product_infos {
  display: flex;
  flex-flow: row wrap; }
  #product_infos .description {
    order: 1;
    width: 100%; }
  #product_infos .price {
    order: 2;
    display: inline-block;
    width: auto; }
    #product_infos .price .fromPrice {
      font-weight: 700; }
    #product_infos .price .old_price {
      padding-right: 6px;
      text-decoration: line-through; }
  #product_infos .stock {
    order: 4;
    width: 100%; }
  #product_infos .priceContainerProduct {
    order: 3;
    font-weight: 700;
    display: inline-block;
    width: auto; }
  #product_infos #formproductversion {
    order: 7;
    width: 100%; }
    #product_infos #formproductversion fieldset {
      padding: 1rem 0 0; }
      #product_infos #formproductversion fieldset legend {
        display: none; }
    #product_infos #formproductversion #productOptions, #product_infos #formproductversion #alternatives {
      display: inline-block; }
    #product_infos #formproductversion .addToCart .block_row {
      display: inline-block; }
      #product_infos #formproductversion .addToCart .block_row label {
        padding-right: 5px; }
    #product_infos #formproductversion .addToCart .add2cart_button {
      display: inline-block; }
      #product_infos #formproductversion .addToCart .add2cart_button button {
        background: #34a0da;
        color: #fff; }
        #product_infos #formproductversion .addToCart .add2cart_button button:hover {
          background: #2284b9;
          color: #fff; }
  #product_infos .total_price {
    order: 6;
    width: 100%;
    padding: 6px;
    background: #eee;
    margin: 6px 0; }
    #product_infos .total_price span:not(#total_price1) {
      font-weight: 700; }
  #product_infos .rateTaxation {
    order: 5;
    width: 100%;
    color: #727e96; }
  #product_infos .reference {
    order: 8;
    width: 100%;
    color: #727e96; }
  #product_infos .stockDetailValue:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-right: 4px; }
  #product_infos .stockDetailValue.stock_in:before {
    background: #5CB85C; }
  #product_infos .stockDetailValue.stock_out {
    color: #D9534F; }
    #product_infos .stockDetailValue.stock_out:before {
      background: #D9534F; }
  #product_infos .stockAvailabilityDate span, #product_infos .stockWaiting span, #product_infos .reference span, #product_infos .rateTaxation span {
    border-bottom: 1px solid #acb3c2; }

#steps {
  padding: 10px 0;
  counter-reset: number; }
  #steps span {
    counter-increment: number; }
    #steps span:after {
      content: "r";
      font-size: 1.4em;
      position: relative;
      top: 4px; }
    #steps span:before {
      content: counter(number) ". "; }
    #steps span.active {
      color: #34a0da; }
    #steps span.active:after {
      color: #34a0da; }
    #steps span:last-child:after {
      content: none; }

#formcart table tr:nth-child(even) {
  background: #e7e9ed; }

#formcart table [id*=quantity] {
  max-width: 50px; }

a.send_cart {
  display: block;
  text-decoration: none; }
  a.send_cart:before {
    padding-right: 4px;
    content: "2";
    position: relative;
    top: 1px; }

a.viewcart {
  display: block;
  text-decoration: none; }
  a.viewcart:before {
    padding-right: 4px;
    content: "E";
    position: relative;
    top: 1px; }

a.delete_product {
  text-decoration: none; }
  a.delete_product span.label {
    display: none; }
  a.delete_product:before {
    content: "i";
    font-size: 1.4em;
    position: relative;
    top: 2px; }

#payment_actions a:not([name='paymentmethod']) {
  background: #34a0da;
  color: #fff; }
  #payment_actions a:not([name='paymentmethod']):hover {
    background: #1e75a4; }
  #payment_actions a:not([name='paymentmethod']):last-child {
    background: #1e75a4; }
    #payment_actions a:not([name='paymentmethod']):last-child:hover {
      background: #124763; }

table td.boardCategory {
  background: #34a0da;
  color: #fff; }

/* ---------------------------------------- */
/* X - Fancy Box                            */
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  background: #f9f9f9;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  padding: 15px;
  margin: 0;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/common_images/fancyBox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  cursor: pointer;
  opacity: 0.8; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/common_images/fancyBox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 8040;
  width: 36px;
  height: 36px;
  cursor: pointer; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 8040;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/common_images/fancyBox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 8040;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  visibility: hidden;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
  display: none;
  background: url(/common_images/fancyBox/fancybox_overlay.png);
  overflow: hidden; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: none;
  visibility: hidden; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 8050;
  margin-bottom: -35px;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  font-weight: bold;
  line-height: 24px;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
