@charset "UTF-8";
/* Normalise.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* custom grid */
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1778px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 4.16667%;
  max-width: 4.16667%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 12.5%;
  max-width: 12.5%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 20.83333%;
  max-width: 20.83333%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 29.16667%;
  max-width: 29.16667%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 37.5%;
  max-width: 37.5%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 45.83333%;
  max-width: 45.83333%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-13 {
  box-sizing: border-box;
  flex-basis: 54.16667%;
  max-width: 54.16667%;
  padding: 1rem;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-14 {
  box-sizing: border-box;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 1rem;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-15 {
  box-sizing: border-box;
  flex-basis: 62.5%;
  max-width: 62.5%;
  padding: 1rem;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-16 {
  box-sizing: border-box;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding: 1rem;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-17 {
  box-sizing: border-box;
  flex-basis: 70.83333%;
  max-width: 70.83333%;
  padding: 1rem;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-18 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-19 {
  box-sizing: border-box;
  flex-basis: 79.16667%;
  max-width: 79.16667%;
  padding: 1rem;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-20 {
  box-sizing: border-box;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding: 1rem;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-21 {
  box-sizing: border-box;
  flex-basis: 87.5%;
  max-width: 87.5%;
  padding: 1rem;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-22 {
  box-sizing: border-box;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding: 1rem;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-23 {
  box-sizing: border-box;
  flex-basis: 95.83333%;
  max-width: 95.83333%;
  padding: 1rem;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-24 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 50.05rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-13 {
    box-sizing: border-box;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 1rem;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-14 {
    box-sizing: border-box;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-15 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 1rem;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-16 {
    box-sizing: border-box;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-17 {
    box-sizing: border-box;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
    padding: 1rem;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-18 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-19 {
    box-sizing: border-box;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
    padding: 1rem;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-20 {
    box-sizing: border-box;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-21 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 1rem;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-22 {
    box-sizing: border-box;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-23 {
    box-sizing: border-box;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
    padding: 1rem;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-24 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 70.05rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-13 {
    box-sizing: border-box;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 1rem;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-14 {
    box-sizing: border-box;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-15 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 1rem;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-16 {
    box-sizing: border-box;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-17 {
    box-sizing: border-box;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
    padding: 1rem;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-18 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-19 {
    box-sizing: border-box;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
    padding: 1rem;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-20 {
    box-sizing: border-box;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-21 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 1rem;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-22 {
    box-sizing: border-box;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-23 {
    box-sizing: border-box;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
    padding: 1rem;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-24 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 90.05rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-13 {
    box-sizing: border-box;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 1rem;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-14 {
    box-sizing: border-box;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-15 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 1rem;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-16 {
    box-sizing: border-box;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-17 {
    box-sizing: border-box;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
    padding: 1rem;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-18 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-19 {
    box-sizing: border-box;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
    padding: 1rem;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-20 {
    box-sizing: border-box;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-21 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 1rem;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-22 {
    box-sizing: border-box;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-23 {
    box-sizing: border-box;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
    padding: 1rem;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-24 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 120.05rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 4.16667%;
    max-width: 4.16667%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 4.16667%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 8.33333%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 12.5%;
    max-width: 12.5%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 16.66667%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 20.83333%;
    max-width: 20.83333%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 20.83333%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 25%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 29.16667%;
    max-width: 29.16667%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 29.16667%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 33.33333%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 37.5%;
    max-width: 37.5%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 41.66667%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 45.83333%;
    max-width: 45.83333%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 45.83333%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 50%;
  }
  .col-xl-13 {
    box-sizing: border-box;
    flex-basis: 54.16667%;
    max-width: 54.16667%;
    padding: 1rem;
  }
  .col-xl-offset-13 {
    margin-left: 54.16667%;
  }
  .col-xl-14 {
    box-sizing: border-box;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 1rem;
  }
  .col-xl-offset-14 {
    margin-left: 58.33333%;
  }
  .col-xl-15 {
    box-sizing: border-box;
    flex-basis: 62.5%;
    max-width: 62.5%;
    padding: 1rem;
  }
  .col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .col-xl-16 {
    box-sizing: border-box;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 1rem;
  }
  .col-xl-offset-16 {
    margin-left: 66.66667%;
  }
  .col-xl-17 {
    box-sizing: border-box;
    flex-basis: 70.83333%;
    max-width: 70.83333%;
    padding: 1rem;
  }
  .col-xl-offset-17 {
    margin-left: 70.83333%;
  }
  .col-xl-18 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-18 {
    margin-left: 75%;
  }
  .col-xl-19 {
    box-sizing: border-box;
    flex-basis: 79.16667%;
    max-width: 79.16667%;
    padding: 1rem;
  }
  .col-xl-offset-19 {
    margin-left: 79.16667%;
  }
  .col-xl-20 {
    box-sizing: border-box;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 1rem;
  }
  .col-xl-offset-20 {
    margin-left: 83.33333%;
  }
  .col-xl-21 {
    box-sizing: border-box;
    flex-basis: 87.5%;
    max-width: 87.5%;
    padding: 1rem;
  }
  .col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .col-xl-22 {
    box-sizing: border-box;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 1rem;
  }
  .col-xl-offset-22 {
    margin-left: 91.66667%;
  }
  .col-xl-23 {
    box-sizing: border-box;
    flex-basis: 95.83333%;
    max-width: 95.83333%;
    padding: 1rem;
  }
  .col-xl-offset-23 {
    margin-left: 95.83333%;
  }
  .col-xl-24 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-24 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}

.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

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

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media only screen and (max-width: 50rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 50.05rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 50.05rem) and (max-width: 70rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 70.05rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}

@media only screen and (min-width: 70.05rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 90.05rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 90.05rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 120.05rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}

/* Visibility last for precedence */
/* mixins scss */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
$xs-max: 50rem !default; // Set xs breakpoint's max width
$sm-max: 70rem !default; // Set sm breakpoint's max width
$md-max: 90rem !default; // Set md breakpoint's max width
$lg-max: 120rem !default; // Set lg breakpoint's max width

$sm-start: ($xs-max + 0.05); // Generate sm breakpoint's min width
$md-start: ($sm-max + 0.05); // Generate md breakpoint's min width
$lg-start: ($md-max + 0.05); // Generate lg breakpoint's min width
$xl-start: ($lg-max + 0.05); // Generate xl breakpoint's min width
*/
/*
$breakpoint-xs-only: "only screen and (max-width: 50rem)"; // 0 -> xs-max range
$breakpoint-sm-up: "only screen and (min-width: 50.05rem)"; // sm-start -> up range
$breakpoint-sm-only: "only screen and (min-width: 50.05rem) and (max-width: 70rem)"; // sm-start -> sm-max range
$breakpoint-md-up: "only screen and (min-width: 70.05rem)"; // md-start -> up range
$breakpoint-md-only: "only screen and (min-width: 70.05rem) and (max-width: 90rem)"; // md-start -> md-max range
$breakpoint-lg-up: "only screen and (min-width: 90.05rem)"; // lg-start -> up range
$breakpoint-lg-only: "only screen and (min-width: 90.05rem) and (max-width: 120rem)"; // lg-start -> lg-max range
$breakpoint-xl-up: "only screen and (min-width: 120.05rem)"; // xl-start -> up range
*/
/* ==========================================================================
   ==========================================================================
   
   FONT SECTION
   
   ==========================================================================
   ========================================================================== */
html {
  overflow-y: scroll;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  /* Code for Firefox */
  color: red;
  background: yellow;
}

::selection {
  color: red;
  background: yellow;
}

/* Couleur menu */
::-moz-selection {
  /* Code for Firefox */
  color: #03AC13;
  background: #FFFFFF;
}

::selection {
  color: #03AC13;
  background: #FFFFFF;
}

/* Couleur texte */
@font-face {
  font-family: "GelasioRegular";
  src: url("fonts/gelasio-regular-webfont.eot");
  src: url("fonts/gelasio-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gelasio-regular-webfont.woff") format("woff"), url("fonts/gelasio-regular-webfont.ttf") format("truetype"), url("fonts/gelasio-regular-webfont.svg#GelasioRegular") format("svg");
  font-style: normal;
  font-weight: normal;
}

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

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

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

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

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

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

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

/* FONT SCALE */
/* ==========================================================================
   Plumber
   ========================================================================== */
html {
  font-size: 87.5%;
  /*14px*/
  font-family: "OpenSansRegular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: rgba(60, 60, 60, 0.6);
  background: white;
  color: rgba(60, 60, 60, 0.6);
}

h1,
h2,
h3 {
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  color: rgba(60, 60, 60, 0.5);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
  text-align: left;
}

h1 {
  color: #3c3c3c;
  font-size: 2.074rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-top: 0.7741rem;
  padding-bottom: 0.2259rem;
  margin-bottom: 2rem;
}

h2,
h3 {
  color: #3c3c3c;
  font-size: 1.44rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-top: 0.996rem;
  padding-bottom: 0.004rem;
  margin-bottom: 2rem;
}

p {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.11206rem;
  padding-bottom: 0.88794rem;
  margin-bottom: -1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  color: inherit;
  text-decoration: none;
  /* Déclaration pour IE qui assimile l'état :focus à l'état :active */
}

a:link {
  outline: 0;
}

a:visited {
  outline: 0;
}

a:hover {
  outline: 0;
}

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

.pt-0 {
  padding-top: 0;
}

.pl-0 {
  padding-left: 0;
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* ==========================================================================
   Notie
   ========================================================================== */
/*notie*/
.notie-container {
  height: auto;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2147483647;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(60, 60, 60, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
  -khtml-box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
  -ms-box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
  -o-box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
  box-shadow: 0px 2px 3px rgba(99, 99, 99, 0.2);
}

.notie-background-success {
  background-color: #03AC13;
}

.notie-background-warning {
  background-color: #D6A14D;
}

.notie-background-error {
  background-color: #fd3c06;
}

.notie-background-info {
  background-color: #4D82D6;
}

.notie-background-neutral {
  background-color: #A0A0A0;
}

.notie-background-overlay {
  background-color: #FFFFFF;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

/* ==========================================================================
   Custom Tooltips
   ========================================================================== */
.thetooltip {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(60, 60, 60, 0.2);
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  -khtml-box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  -moz-box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  -ms-box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  -o-box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  box-shadow: 0px 3px 3px rgba(99, 99, 99, 0.1);
  margin: 0;
  padding: 0.5rem 1rem;
}

.thetooltip p {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(60, 60, 60, 0.6);
  margin: 0;
  padding: 0;
}

.thetooltip p em {
  font-style: italic;
}

/* ==========================================================================
   selectric
   ========================================================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #eee;
  border-radius: 0px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 46px 0 14px;
  font-size: 1rem;
  line-height: 46px;
  color: #3c3c3c;
  height: 46px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  color: rgba(60, 60, 60, 0.6);
  text-align: center;
  font: 0/0 a;
  *font: 20px/46px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: rgba(60, 60, 60, 0.6);
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #e1e1e1;
}

.selectric-hover .selectric {
  border-color: #e9e9e9;
}

.selectric-hover .selectric .button {
  color: rgba(60, 60, 60, 0.6);
}

.selectric-hover .selectric .button:after {
  border-top-color: rgba(55, 55, 55, 0.6);
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #e9e9e9;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ==========================================================================
   Menu retour
   ========================================================================== */
div.retour {
  width: 100%;
  height: 5rem;
  margin-top: 1rem;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

div.retour > a {
  display: block;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.retour > a div.graph {
  position: absolute;
  height: 14px;
  width: 100%;
  top: 2.06rem;
  left: 0.5rem;
}

div.retour > a div.graph div.trait {
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

div.retour > a div.graph div.point {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 5px;
  left: 0;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

div.retour > a div.txt_retour {
  position: absolute;
  top: 2.06rem;
  right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: white;
  color: tomato;
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.retour:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

/* ==========================================================================
   BX SLIDER
   ========================================================================== */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper .bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
  -khtml-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

.bx-wrapper .bxslider video,
.bx-wrapper .bxslider img {
  max-width: 100%;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-translateZ: 0;
  -khtml-translateZ: 0;
  -moz-translateZ: 0;
  -ms-translateZ: 0;
  -o-translateZ: 0;
  translateZ: 0;
}

/** THEME
===================================*/
.bxslider-wrap {
  visibility: hidden;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.computer a.bx-prev span {
  left: 0;
  background: no-repeat url("../../img/misc/bx_slider/arrow-left.svg");
  background-position: left 2rem top 4rem;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.computer a.bx-prev span:hover {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
}

.computer a.bx-next span {
  right: 0;
  background: no-repeat url("../../img/misc/bx_slider/arrow-right.svg");
  background-position: right 2rem top 4rem;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.computer a.bx-next span:hover {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
}

.bx-wrapper {
  background: #fff;
  /* LOADER */
  /* PAGER */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../../img/misc/bx_slider/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-controls-direction {
  line-height: 0;
}

.bx-wrapper .bx-controls-direction a {
  display: inline-block;
  top: 0;
  width: 50%;
  height: 100%;
}

.bx-wrapper .bx-controls-direction a span {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 50%;
  margin-top: -2rem;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a span.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  outline: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  outline: 0;
  width: 50%;
  height: 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: relative;
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: rgba(60, 60, 60, 0.5);
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 0.5rem 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 50rem) {
  .bx-wrapper .bx-caption span {
    padding-left: 0.25rem;
  }
}

#custom_pager {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1rem;
}

#custom_pager ul.nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#custom_pager ul.nav li {
  list-style: none;
  display: inline;
}

#custom_pager ul.nav li a {
  padding: 1rem;
  margin: 2px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  line-height: 3rem;
}

#custom_pager ul.nav li a:hover span {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#custom_pager ul.nav li a.active {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#custom_pager ul.nav li a span {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
  text-indent: -9999px;
}

#custom-prev-next {
  margin-top: 2rem;
  text-align: center;
}

#custom-prev-next p {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#custom-prev-next p #bx-prev,
#custom-prev-next p #bx-next {
  padding-left: 1rem;
  padding-right: 1rem;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

#custom-prev-next p #bx-prev:hover,
#custom-prev-next p #bx-next:hover {
  cursor: pointer;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

/* ==========================================================================
   ==========================================================================
   
   INDEX
   
   ==========================================================================
   ========================================================================== */
#index #header a .bandeau {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  width: 100%;
  height: 2rem;
  margin: 1rem auto;
}

#index #header a .bandeau .graph {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#index #header a .bandeau .graph div.trait {
  position: absolute;
  top: 3px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

#index #header a .bandeau .graph div.point {
  position: absolute;
  top: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

#index #header a .bandeau .graph div.point.p-left {
  left: 0;
}

#index #header a .bandeau .graph div.point.p-right {
  right: 0;
}

#index #header a .bandeau .txt {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: white;
  background-color: white;
}

#index #header a .bandeau .txt h1 {
  font-family: "EcuyerDAX";
  color: rgba(60, 60, 60, 0.6);
  font-size: 2.986rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.84161rem;
  padding-bottom: 0.15839rem;
  margin-bottom: 0rem;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0 1rem 0 1rem;
  cursor: pointer;
}

#index #header a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

#index #menu ul#info-lien {
  list-style: none;
  padding: 0;
  margin: 0;
}

#index #menu ul#info-lien li {
  padding: 0;
  margin: 0;
}

#index #menu ul#info-lien li a > .menu-point {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  height: 2rem;
}

#index #menu ul#info-lien li a > .menu-point .graph {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#index #menu ul#info-lien li a > .menu-point .graph div.trait {
  position: absolute;
  top: 3px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

#index #menu ul#info-lien li a > .menu-point .graph div.point {
  position: absolute;
  top: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

#index #menu ul#info-lien li a > .menu-point .graph div.point.p-left {
  left: 0;
}

#index #menu ul#info-lien li a > .menu-point .graph div.point.p-right {
  right: 0;
}

#index #menu ul#info-lien li a > .menu-point .txt {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background: white;
  background-color: white;
}

#index #menu ul#info-lien li a > .menu-point .txt p {
  color: rgba(60, 60, 60, 0.6);
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.53447rem;
  padding-bottom: 0.46553rem;
  margin-bottom: 0rem;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 1rem 0 0;
  margin: 0;
  cursor: pointer;
}

#index #menu ul#info-lien li:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

#index #id-tri {
  padding-bottom: 0;
}

#index #id-tri #info-tri {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  overflow: hidden;
  /* keyboard navigation focus appearance */
}

#index #id-tri #info-tri > div {
  display: block;
  position: relative;
  float: left;
  padding: 0.5rem 1rem 0 0;
}

#index #id-tri #info-tri label {
  color: rgba(60, 60, 60, 0.5);
  font-family: Arial;
  font-size: .85em;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 1rem 0 0;
  margin: 0;
  cursor: pointer;
}

#index #id-tri #info-tri input[type="radio"] {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  margin-left: 0;
  cursor: pointer;
}

#index #id-tri #info-tri .custom-radio:focus-visible {
  outline-offset: 0;
}

#index #id-tri #info-tri .custom-radio {
  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: rgba(60, 60, 60, 0.6);
  box-shadow: 0 0 0 1px white;
}

#index #id-tri #info-tri .custom-radio:hover {
  box-shadow: 0 0 0 1px white;
  background-color: rgba(60, 60, 60, 0.6);
  border-width: 0.2rem;
}

#index #id-tri #info-tri .custom-radio:checked {
  box-shadow: 0 0 0 1px tomato;
  background-color: rgba(60, 60, 60, 0.6);
  border-width: 0.2rem;
}

/* ==========================================================================
   Scroll up
   ========================================================================== */
.scrollup {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 99;
  width: 8rem;
  padding: 0.5rem;
  text-align: center;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
}

.scrollup a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.scrollup a img {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrollup a span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  color: tomato;
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: 0.11206rem;
  padding-bottom: 0.88794rem;
  margin-bottom: -1rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1rem 0;
}

/* ==========================================================================
   Masonry
   ========================================================================== */
#masonry #stamp {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  width: 10rem;
}

#masonry #stamp #info-tri {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  overflow: auto;
  /* keyboard navigation focus appearance */
}

#masonry #stamp #info-tri > div {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0.5rem 0;
}

#masonry #stamp #info-tri label {
  color: rgba(60, 60, 60, 0.5);
  font-family: Arial;
  font-size: .85em;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 1rem 0 0;
  margin: 0;
  cursor: pointer;
}

#masonry #stamp #info-tri input[type="radio"] {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  margin-left: 0;
  cursor: pointer;
}

#masonry #stamp #info-tri .custom-radio:focus-visible {
  outline-offset: 0;
}

#masonry #stamp #info-tri .custom-radio {
  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  background-color: rgba(60, 60, 60, 0.6);
  box-shadow: 0 0 0 1px white;
}

#masonry #stamp #info-tri .custom-radio:hover {
  box-shadow: 0 0 0 1px white;
  background-color: rgba(60, 60, 60, 0.6);
  border-width: 0.2rem;
}

#masonry #stamp #info-tri .custom-radio:checked {
  box-shadow: 0 0 0 1px tomato;
  background-color: rgba(60, 60, 60, 0.6);
  border-width: 0.2rem;
}

#masonry .separateur {
  width: 100%;
}

#masonry .separateur h2 {
  margin-top: 0;
  border-bottom: thin solid rgba(60, 60, 60, 0.2);
  cursor: pointer;
  text-transform: capitalize;
}

#masonry .separateur h2 + h2 {
  margin-top: 1rem;
}

#masonry .grid-item {
  padding: 1rem;
  overflow: hidden;
}

#masonry .grid-item p.new {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  padding: 10px 0;
  text-align: center;
  color: tomato;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#masonry .grid-item a {
  -webkit-transition: opacity 0.25s ease-in-out;
  -khtml-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#masonry .grid-item a:hover {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
}

#masonry .grid-item img {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#masonry #grid-sizer {
  height: 0;
  content: "";
}

/* ==========================================================================
   ==========================================================================
   
   PROJETS
   
   ==========================================================================
   ========================================================================== */
#projet #bxslider-wrapper {
  padding-bottom: 0;
}

#projet #titre {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

#projet #titre ul > li {
  list-style: none;
}

#projet #titre h1,
#projet #titre h2,
#projet #titre h3 {
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  color: rgba(60, 60, 60, 0.5);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
  text-align: left;
}

#projet #titre h1 {
  color: #3c3c3c;
  font-size: 2.074rem;
  line-height: 3rem;
  margin-top: 1rem;
  padding-top: 0.7741rem;
  padding-bottom: 0.2259rem;
  margin-bottom: 0rem;
}

#projet #text-1 {
  padding-bottom: 3rem;
}

#projet #text-1 p em {
  font-family: "OpenSansItalic";
}

#projet #text-1 p strong {
  font-family: "OpenSansBold";
}

#projet #text-1 p strong em, #projet #text-1 p em strong {
  font-family: "OpenSansBoldItalic";
}

#projet #text-1 h2 {
  color: #3c3c3c;
  font-size: 1.44rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: 0.44137rem;
  padding-bottom: 0.55863rem;
  margin-bottom: 2rem;
}

#projet #text-1 p,
#projet #text-1 li {
  text-align: justify;
  text-justify: auto;
  font-family: "OpenSansRegular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: rgba(60, 60, 60, 0.6);
}

#projet #text-1 ul li ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#projet #text-1 ul li ul > li {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#projet #text-2 p em {
  font-family: "OpenSansRegular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#projet #text-2 p strong {
  font-family: "OpenSansBold";
}

#projet #text-2 p strong em, #projet #text-2 p em strong {
  font-family: "OpenSansBoldItalic";
}

#projet #text-2 h3 {
  color: rgba(60, 60, 60, 0.6);
  font-family: "GelasioItalic";
  font-size: 1.44rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: 0.44137rem;
  padding-bottom: 0.55863rem;
  margin-bottom: 2rem;
}

#projet #text-2 p,
#projet #text-2 li {
  text-align: justify;
  text-justify: auto;
  font-family: "OpenSansItalic";
  color: rgba(60, 60, 60, 0.4);
}

#projet #text-2 ul li ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#projet #text-2 ul li ul li {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#projet #lien-1 a {
  color: tomato;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#projet #lien-1 a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width: 50rem) {
  #projet #lien-1 {
    margin-top: 3rem;
  }
}

#suggestion_titre {
  margin-top: 6rem;
}

#suggestion_titre h4 {
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  color: rgba(60, 60, 60, 0.5);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
  text-align: left;
  color: #3c3c3c;
  font-size: 1.44rem;
  line-height: 2rem;
  margin-top: 1rem;
  padding-top: 0.44137rem;
  padding-bottom: 0.55863rem;
  margin-bottom: 2rem;
}

#suggestion {
  margin-top: 0;
}

#suggestion .grid-item {
  padding: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
}

#suggestion .grid-item .img_container {
  width: 100%;
  height: 100%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#suggestion .grid-item .img_container img {
  position: relative;
  top: 50%;
  left: 50%;
  /*transform: translateX(-50%) translateY(-50%);*/
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  /* border: 1px solid $line_color; */
  border: none;
  /* padding: 7px; */
  padding: 0px;
}

#suggestion .grid-item .img_container:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

/* ==========================================================================
   ==========================================================================
   
   BIOGRAPHIE
   
   ==========================================================================
   ========================================================================== */
#biographie #titre {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

#biographie #text_1 {
  padding-bottom: 3rem;
  font-family: "OpenSansRegular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: rgba(60, 60, 60, 0.6);
}

#biographie #text_2 {
  font-family: "OpenSansItalic";
  color: rgba(60, 60, 60, 0.4);
}

#biographie #text_1 p,
#biographie #text_2 p {
  text-align: justify;
  text-justify: auto;
}

#biographie div.img_biographie {
  overflow: hidden;
  padding-bottom: 0;
}

#biographie div.img_biographie > img {
  max-width: 100%;
  width: 1400px;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 50rem) {
  #biographie div.img_container {
    padding: 0 0 1rem 0;
  }
}

/* ==========================================================================
   ==========================================================================
   
   BIBLIOGRAPHIE
   
   ==========================================================================
   ========================================================================== */
#bibliographie #titre {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#bibliographie #retour_haut {
  padding-top: 0;
}

#bibliographie #retour_haut div.retour {
  margin-top: 0;
}

#bibliographie #main {
  padding-top: 0;
}

#bibliographie ul.myNav .ui-accordion-content {
  display: none;
}

#bibliographie ul.myNav .active > .ui-accordion-content {
  display: block;
}

#bibliographie ul.myNav li.myNav-item h2 {
  margin-top: 0;
  color: tomato;
  border-bottom: thin solid rgba(60, 60, 60, 0.2);
  cursor: pointer;
}

#bibliographie ul.myNav li.myNav-item span.arrow {
  position: relative;
}

#bibliographie ul.myNav li.myNav-item span.arrow svg {
  position: absolute;
  top: 0;
  left: 0;
}

#bibliographie ul.myNav li.myNav-item.active span.arrow svg {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

#bibliographie ul.myNav li.myNav-item:not(.active) span.arrow svg {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}

#bibliographie ul.myNav li.myNav-item ul {
  padding-left: 1rem;
  list-style-type: disc;
}

#bibliographie ul.myNav li.myNav-item ul li {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#bibliographie ul.myNav li.myNav-item ul li em {
  font-family: "OpenSansItalic";
}

#bibliographie ul.myNav li.myNav-item ul li a {
  color: tomato;
  color: #161616;
}

#bibliographie ul.myNav li.myNav-item ul li a:hover {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#bibliographie .slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 1.1rem;
}

#bibliographie .slide .imgWrapper {
  margin: 3rem auto 0 auto;
}

#bibliographie .slide .imgWrapper img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 50rem) {
  #bibliographie #main {
    padding: 0 1rem;
  }
  #bibliographie #retour_haut {
    padding: 0 1rem 1rem 1rem;
  }
}

/* ==========================================================================
   ==========================================================================
   
   EXPOSITIONS
   
   ==========================================================================
   ========================================================================== */
#expositions #bxslider-wrapper {
  padding-bottom: 0;
  overflow: hidden;
}

#expositions #titre {
  margin-top: 0;
  margin-bottom: 0;
}

#expositions h1,
#expositions h2,
#expositions h3 {
  margin: 0;
}

#expositions h2 {
  font-family: "OpenSansRegular", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #3c3c3c;
  font-size: 1.44rem;
  line-height: 1rem;
  margin-top: -1rem;
  padding-top: 0.94137rem;
  padding-bottom: 0.05863rem;
  margin-bottom: 0rem;
}

#expositions h3 {
  font-family: "OpenSansItalic";
  color: rgba(60, 60, 60, 0.6);
  font-size: 1.44rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: 0.94137rem;
  padding-bottom: 0.05863rem;
  margin-bottom: 3rem;
}

#expositions ul {
  padding-left: 1rem;
  list-style-type: disc;
  list-style-position: outside;
}

#expositions ul li {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#expositions ul li strong {
  color: rgba(60, 60, 60, 0.7);
  font-family: "OpenSansSemiBold";
}

#expositions ul li a {
  color: tomato;
  color: #161616;
}

#expositions ul li a:hover {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width: 50rem) {
  #bxslider-wrapper {
    padding: 0;
  }
  #custom_pager > ul.nav {
    text-align: left !important;
  }
}

/* ==========================================================================
   ==========================================================================
   
   INFORMATIONS
   
   ==========================================================================
   ========================================================================== */
@media only screen and (max-width: 50rem) {
  #infos .bird {
    margin: 2rem 0 0 0;
  }
}

#infos #titre {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#infos #titre h1 {
  cursor: default;
}

#infos .bird_parent {
  height: 75%;
  margin: 0;
  padding: 0;
}

#infos .bird img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#infos .m_TB {
  padding-left: 0;
  padding-right: 0;
}

#infos ul.myNav .ui-accordion-content {
  display: none;
}

#infos ul.myNav .active > .ui-accordion-content {
  display: block;
}

#infos ul.myNav > li > div.infos {
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#infos ul.myNav > li > div.infos > a {
  display: block;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

#infos ul.myNav > li > div.infos > a div.graph {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  height: 14px;
  width: 100%;
}

#infos ul.myNav > li > div.infos > a div.graph div.trait {
  position: absolute;
  top: 8px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

#infos ul.myNav > li > div.infos > a div.graph div.point {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

#infos ul.myNav > li > div.infos > a div.txt_infos {
  position: absolute;
  top: 1rem;
  left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: white;
  color: rgba(60, 60, 60, 0.6);
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.53447rem;
  padding-bottom: 0.46553rem;
  margin-bottom: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#infos ul.myNav > li > div.infos:hover {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#infos ul.myNav > li.myNav-item > ul.m_list,
#infos ul.myNav > li.myNav-item > ul.m_list_links {
  margin-left: 4rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  list-style-type: disc;
}

#infos ul.myNav > li.myNav-item > ul.m_list li:not(.disable),
#infos ul.myNav > li.myNav-item > ul.m_list_links li:not(.disable) {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#infos ul.myNav > li.myNav-item > ul.m_list li:not(.disable) a:hover,
#infos ul.myNav > li.myNav-item > ul.m_list_links li:not(.disable) a:hover {
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#infos ul.myNav > li.myNav-item > ul.m_list li.disable,
#infos ul.myNav > li.myNav-item > ul.m_list_links li.disable {
  cursor: default;
}

#infos ul.myNav > li.myNav-item > ul.m_list_links {
  padding-bottom: 0;
  margin-bottom: 0;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form {
  margin: 0;
  padding: 1rem 0 0 0;
  color: inherit;
  list-style-type: none;
  text-decoration: none;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset label {
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
  text-align: center;
  color: rgba(60, 60, 60, 0.5);
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset input,
#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset button {
  border: none;
  outline: none;
  background: none;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset input[type="password"] {
  display: block;
  width: 5rem;
  margin: 1rem auto 0 auto;
  padding: 1rem 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
  color: #3c3c3c;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset input[type="password"].error {
  border-bottom: 1px solid red;
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset button {
  display: block;
  margin: 2rem auto 0 auto;
  padding: 1rem 2rem;
  border: 1px solid rgba(60, 60, 60, 0.2);
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 2rem;
  -khtml-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  color: rgba(60, 60, 60, 0.6);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#infos ul.myNav > li.myNav-item > ul.m_form li form fieldset button:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#infos #retour_haut {
  margin: 0;
  padding: 0;
}

#infos #retour_haut .retour {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   ==========================================================================
   
   CONTACT - NEWSLETTER
   
   ==========================================================================
   ========================================================================== */
#contact #titre {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#contact #titre h1 {
  cursor: default;
}

#contact form {
  margin: 0;
  padding: 0;
}

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

#contact form input,
#contact form button,
#contact form label,
#contact form legend,
#contact form textarea,
#contact form select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  list-style-type: none;
  color: #3c3c3c;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
}

#contact form div.form-titre h2 {
  margin: 0;
  color: red;
  text-align: left;
}

#contact form div.form-dialog {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 1rem 0;
}

#contact form div.form-dialog p {
  text-align: right;
  margin: 0;
  padding: 0;
  border: none;
}

#contact form div.form-dialog p span[aria-label='required'] {
  display: inline;
  color: red;
  text-align: center;
}

#contact form div.form-dialog p small {
  font-size: 1.019rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: 0.10469rem;
  padding-bottom: 0.89531rem;
  margin-bottom: -1rem;
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
}

#contact form div.form-info {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

#contact form div.form-info input {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eee;
}

#contact form div.form-info input#name {
  margin-bottom: 2rem;
}

#contact form div.form-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
}

#contact form div.form-info input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
}

#contact form div.form-info input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(60, 60, 60, 0.5);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  font-family: "OpenSansItalic";
}

#contact form div.form-info input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(60, 60, 60, 0.5);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  font-family: "OpenSansItalic";
}

#contact form div.form-info input.error {
  border-bottom: 1px solid red;
}

#contact form div.form-select {
  display: flex;
  flex-direction: column;
}

#contact form div.form-select label {
  display: inline-block;
  margin: 0 1rem;
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
}

#contact form div.form-textaera {
  display: flex;
  flex-direction: column;
}

#contact form div.form-textaera label {
  margin: 1rem;
  display: inline-block;
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
}

#contact form div.form-textaera textarea {
  border: 1px solid rgba(60, 60, 60, 0.2);
  text-align: left;
  width: 100%;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
  color: #3c3c3c;
  padding: 1rem 2rem;
  resize: vertical;
}

#contact form div.form-textaera textarea.error {
  border: 1px solid red;
}

#contact form div.form-textaera textarea:disabled {
  color: rgba(60, 60, 60, 0.5) !important;
}

#contact form div.form-checkbox {
  margin: 1rem 0;
}

#contact form div.form-checkbox input {
  color: rgba(60, 60, 60, 0.2);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: 0.14286rem;
  accent-color: #34495e;
}

#contact form div.form-checkbox label {
  left: 0.5rem;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.61206rem;
  padding-bottom: 0.38794rem;
  margin-bottom: 0rem;
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
  position: relative;
  vertical-align: middle;
}

#contact form .hc {
  position: absolute;
  visibility: hidden;
  display: none;
}

#contact form div.form-validation button {
  display: block;
  margin: 2rem auto 0 auto;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(60, 60, 60, 0.2);
  cursor: pointer;
  -webkit-border-radius: 2rem;
  -khtml-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem;
  color: #3c3c3c;
  text-align: center;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#contact form div.form-validation button:hover:enabled {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#contact form div.form-validation button:hover:disabled {
  cursor: default;
}

#contact form div.form-validation button:disabled {
  color: rgba(60, 60, 60, 0.5);
}

#contact form div.g-recaptcha {
  max-width: 305px;
  margin: 1rem auto;
  text-align: center;
}

#contact form div.g-recaptcha.error {
  border: 1px solid red;
}

#contact form div.form-note {
  margin: 2rem auto;
}

#contact form div.form-note p {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  font-size: 1.019rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: 0.10469rem;
  padding-bottom: 0.89531rem;
  margin-bottom: -1rem;
  color: rgba(60, 60, 60, 0.5);
  font-family: "OpenSansItalic";
  text-align: center;
}

#contact form div.form-note p span.blockspam {
  display: none;
}

#contact form div.form-note p span:before {
  content: "@";
}

#contact form input:disabled,
#contact form button:disabled,
#contact form select:disabled,
#contact form #subject:disabled {
  color: rgba(60, 60, 60, 0.5);
}

#contact #retour_haut {
  margin: 0;
  padding: 0;
}

#contact #retour_haut .retour {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   ==========================================================================
   
   PRESSE
   
   ==========================================================================
   ========================================================================== */
#presse #RU {
  text-align: center;
}

#presse #header a .bandeau {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  width: 100%;
  height: 2rem;
  margin: 0;
}

#presse #header a .bandeau .graph {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#presse #header a .bandeau .graph div.trait {
  position: absolute;
  top: 3px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

#presse #header a .bandeau .graph div.point {
  position: absolute;
  top: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

#presse #header a .bandeau .graph div.point.p-left {
  left: 0;
}

#presse #header a .bandeau .graph div.point.p-right {
  right: 0;
}

#presse #header a .bandeau .txt {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: white;
  background-color: white;
}

#presse #header a .bandeau .txt h1 {
  font-family: "EcuyerDAX";
  color: rgba(60, 60, 60, 0.6);
  font-size: 2.986rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.84161rem;
  padding-bottom: 0.15839rem;
  margin-bottom: 0rem;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0 1rem 0 1rem;
  cursor: pointer;
}

#presse #header a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

#presse #usage p,
#presse #usage h1,
#presse #usage h2 {
  text-align: center;
}

@media only screen and (max-width: 50rem) {
  #presse #usage p {
    text-align: justify;
    text-justify: auto;
  }
  #presse #usage h1,
  #presse #usage h2 {
    text-align: left;
  }
}

#presse #menu ul#info-lien {
  list-style: none;
  padding: 0;
  margin: 0;
}

#presse #menu ul#info-lien li {
  padding: 0;
  margin: 0;
}

#presse #menu ul#info-lien li a > .menu-point {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  height: 2rem;
}

#presse #menu ul#info-lien li a > .menu-point .graph {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#presse #menu ul#info-lien li a > .menu-point .graph div.trait {
  position: absolute;
  top: 3px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.2);
  font-size: 0;
  content: "";
}

#presse #menu ul#info-lien li a > .menu-point .graph div.point {
  position: absolute;
  top: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 3.5px;
  -khtml-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  -ms-border-radius: 3.5px;
  -o-border-radius: 3.5px;
  border-radius: 3.5px;
  background-color: rgba(60, 60, 60, 0.6);
  font-size: 0;
  content: "";
}

#presse #menu ul#info-lien li a > .menu-point .graph div.point.p-left {
  left: 0;
}

#presse #menu ul#info-lien li a > .menu-point .graph div.point.p-right {
  right: 0;
}

#presse #menu ul#info-lien li a > .menu-point .txt {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background: white;
  background-color: white;
}

#presse #menu ul#info-lien li a > .menu-point .txt p {
  color: rgba(60, 60, 60, 0.6);
  font-family: "GelasioRegular", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: -1rem;
  padding-top: 0.53447rem;
  padding-bottom: 0.46553rem;
  margin-bottom: 0rem;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 1rem 0 0;
  margin: 0;
  cursor: pointer;
}

#presse #menu ul#info-lien li:hover {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

#presse #vignettes {
  margin: 0;
}

#presse #vignettes .section {
  margin-bottom: 6rem;
  margin-top: 2rem;
}

#presse #vignettes .pic {
  text-align: center;
}

#presse #vignettes .pic a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -khtml-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#presse #vignettes .pic a img {
  max-width: 100%;
  border: 1px solid rgba(60, 60, 60, 0.2);
  padding: 7px;
}

#presse #vignettes .pic a:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
