/*-----------------------------------------------*\

1 - $GLOBAL

2 - $MODULES
-- SiteHeader
-- SiteFooter

3 - $OBJECTS
-- xx

4 - $STYLES

\*-----------------------------------------------*/
a,
.c-saison,
.BreadCrumb a:hover,
.SliderPage-arrow:hover,
.Siblings-next:hover,
.Siblings-prev:hover,
.Siblings-next:after,
.Siblings-prev:before,
.rs a:hover {
  color: #ff5143;
}
.SiteHeader.saison {
  background-color: #fff;
  background-repeat: no-repeat;
}
.SiteHeader .SiteHeader-nav a:before,
.SiteHeader .SiteHeader-nav:before {
  border-color: #fff;
  opacity: 0.2;
}
.SiteFooter a:hover {
  color: #ff5143 !important;
}
.btn.btn-saison {
  background: #ff5143;
  color: #fff;
}
.btn.btn-saison .c-grey {
  color: #fff;
}
.tag,
.SliderHome-btn:hover {
  background: #ff5143;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.ilb {
  display: inline-block;
  *display: inline;
  /* Hack IE7 */
  zoom: 1;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.table {
  display: table;
}
.noTrans {
  transition: none;
  -webkit-transition: none;
}
.clear {
  clear: both;
}
.noGap {
  padding: 0 !important;
}
.center {
  text-align: center;
}
.block {
  display: block;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}
@font-face {
  font-family: 'icomoon';
  src: url(/sites/all/themes/tdv/assets/fonts/icomoon.eot?e9wcxz);
  src: url(/sites/all/themes/tdv/assets/fonts/icomoon.eot?#iefix-4yq2oj) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/icomoon.woff?e9wcxz) format('woff'), url(/sites/all/themes/tdv/assets/fonts/icomoon.ttf?e9wcxz) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/icomoon.svg?e9wcxz#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesqueRegular';
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Regular.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Regular.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Regular.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Regular.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Regular.svg#50bf5a2005a5412419d6a4b30314e68e) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'BrandonGrotesqueBlack';
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Black.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Black.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Black.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Black.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Black.svg#31abb7704a87130091ce57face358af8) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'BrandonGrotesqueBold';
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Bold.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Bold.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Bold.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Bold.svg#41e76bd6e414417d52adb646f262964a) format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'BrandonGrotesqueLight';
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Light.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Light.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Light.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Light.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/BrandonGrotesque-Light.svg#354fd4633228a7e3ae69c73de8c58871) format('svg');
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'ITCFranklinGothicStdBook';
  src: url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Book.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Book.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Book.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Book.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Book.svg#9e8f23f114866499cc0f0703ec82369f) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'ITCFranklinGothicStdMed';
  src: url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Med.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Med.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Med.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Med.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/ITCFranklinGothicStd-Med.svg#3caf6309f83fb40170e4bd72d99ed3e5) format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'ggvoline';
  src: url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.woff2) format('woff2'), url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/ggvolinetvx-medium-webfont.svg#ggvolinetvxmedium) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ggvolineTitle';
  src: url(/sites/all/themes/tdv/assets/fonts/ggvolinebzr-title-webfont.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/ggvolinebzr-title-webfont.woff2) format('woff2'), url(/sites/all/themes/tdv/assets/fonts/ggvolinebzr-title-webfont.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/ggvolinebzr-title-webfont.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/ggvolinebzr-title-webfont.svg#ggvolinebzrtitle) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GGafficheLow';
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.woff2) format('woff2'), url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheLow-Bold.svg#GGafficheLow-Bold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GGafficheSky';
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.woff2) format('woff2'), url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheSky-Bold.svg#GGafficheSky-Bold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GGafficheHigh';
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.eot);
  src: url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.woff2) format('woff2'), url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.woff) format('woff'), url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.ttf) format('truetype'), url(/sites/all/themes/tdv/assets/fonts/GGafficheHigh-Bold.svg#GGafficheHigh-Bold) format('svg');
  font-weight: bold;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:after,
[class^="icon-"]:after,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"] span.hidden,
[class*=" icon-"] span.hidden {
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden;
}
/* Header */
.icon-map:after {
  content: "\f041";
}
.icon-ticket:after {
  content: "\f145";
}
/* Social */
.icon-like:after {
  content: "\e600";
}
.icon-comment:after {
  content: "\e603";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-facebook:before {
  content: "\f230";
}
.icon-facebook2:before {
  content: "\e901";
}
.icon-google:before {
  content: "\e900";
  top: 1px;
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-envelope:before {
  content: "\e902";
}
.icon-spotify:before {
  content: "\e903";
}
.icon-arrow-right:after {
  content: "\e601";
}
.icon-arrow-left:before {
  content: "\e602";
}
.icon-chevron-right:before {
  content: "\e604";
}
.icon-chevron-left:before {
  content: "\e605";
}
.icon-file:before {
  content: "\f016";
}
.icon-play-before:before {
  content: "\f04b";
}
.icon-play-after:after {
  content: "\f04b";
}
.icon-caret-down:before {
  content: "\f107";
}
.icon-caret-down-after:after {
  content: "\f107";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-file-excel:before {
  content: "\f1c3";
}
.icon-share:before {
  content: "\f1e0";
}
.icon-info:after {
  content: "\f05a";
  position: relative;
  top: 1px;
  margin-left: 5px;
  color: #bebebe;
}
/*--- Social ---*/
.btn-menu {
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
  width: 30px;
  right: -30px;
  background: #ff5143;
  cursor: pointer;
}
.btn-menu__logo {
  padding: 6px 0 0;
  line-height: 0;
  text-align: center;
}
.btn-menu__logo img {
  max-width: 18px;
  height: auto;
}
.btn-menu__sitename {
  padding: 10px 0 15px;
  line-height: 33px;
  color: #fff;
  font-family: 'GGafficheHigh', Verdana, Arial, sans-serif;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  letter-spacing: 1px;
}
.icon-hmbg {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: #ff5143;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  /*--- isActive ---*/
}
.icon-hmbg:focus {
  outline: none;
}
.icon-hmbg span {
  display: block;
  position: absolute;
  top: 13.5px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #fff;
  transition: background 0s 0.3s;
}
.icon-hmbg span:before,
.icon-hmbg span:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.icon-hmbg span:before {
  top: -7px;
  transition-property: top, transform;
}
.icon-hmbg span:after {
  bottom: -7px;
  transition-property: bottom, transform;
}
.icon-hmbg.isActive span {
  background: none;
}
.icon-hmbg.isActive span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.icon-hmbg.isActive span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.icon-hmbg.isActive span:before,
.icon-hmbg.isActive span:after {
  transition-delay: 0s, 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
/* -- Titres principaux -- */
.s-title1,
.s-title2,
.s-title3 {
  font-family: 'GGafficheHigh', Verdana, Arial, sans-serif;
}
.s-title4,
.s-title5,
.tag {
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
}
.tag {
  text-transform: uppercase;
}
.s-title1 {
  font-size: 4.26666667em;
  line-height: 1.25em;
}
@media (max-width: 1280px) {
  .s-title1 {
    font-size: 3.33333333em;
    line-height: 1.16em;
  }
}
@media (max-width: 767px) {
  .s-title1 {
    font-size: 2.33333333em;
    line-height: 1.2em;
  }
}
.s-title2 {
  padding: 15px 0;
  font-size: 4em;
  line-height: 1.16666667em;
}
@media (max-width: 1280px) {
  .s-title2 {
    font-size: 2.93333333em;
    line-height: 1.81818182em;
  }
}
@media (max-width: 992px) {
  .s-title2 {
    font-size: 2.93333333em;
    line-height: 1.36363636em;
  }
}
@media (max-width: 767px) {
  .s-title2 {
    font-size: 2em;
    line-height: 1.13333333em;
  }
}
.s-title3 {
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 1280px) {
  .s-title3 {
    font-size: 1.46666667em;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .s-title3 {
    font-size: 1.06666667em;
    line-height: 1em;
  }
}
.s-title4 {
  font-size: 1.2em;
  line-height: 1.33333333em;
  text-transform: inherit;
}
.s-title5 {
  font-size: 0.93333333em;
  line-height: 1.28571429em;
}
.s-title6 {
  font-size: 0.73333333em;
  line-height: 1.81818182em;
  text-transform: uppercase;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
}
/* TYPE FONT */
.f-medium {
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
}
/* -- Accroche -- */
.s-hook1 {
  font-size: 1.8em;
  line-height: 0.74074074em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
  letter-spacing: 0.4px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .s-hook1 {
    font-size: 1.8em;
    line-height: 1em;
  }
}
.s-hook2 {
  font-size: 1.46666667em;
  line-height: 1.36363636em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
}
.s-hook3 {
  font-size: 1.26666667em;
  line-height: 1.26315789em;
}
.s-edito {
  margin-top: 10px;
  font-size: 1.86666667em;
  line-height: 1.42857143em;
}
@media (max-width: 767px) {
  .s-edito {
    font-size: 1.46666667em;
    line-height: 1.54545455em;
  }
}
.s-accroche {
  font-size: 2em;
  line-height: 1.33333333em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
  margin-top: 15px;
}
.s-accroche + .Diaporama {
  margin: 36px 0;
}
@media (max-width: 767px) {
  .s-accroche {
    font-size: 1.46666667em;
    line-height: 1.36363636em;
  }
}
.s-light {
  font-family: "BrandonGrotesqueLight", Verdana, Arial, sans-serif;
}
.s-intitule {
  display: inline-block;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.03em;
}
.s-name {
  font-family: Arial;
  font-weight: bold;
  margin-top: 18px;
  letter-spacing: 1.05px;
}
.s-name--uppercase {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 0px;
}
.s-mini {
  font-size: 0.9em;
}
.s-details {
  font-size: 1.33333333em;
  line-height: 1.5em;
}
.s-details .s-intitule {
  font-size: 1em;
}
.s-details p {
  margin: 0;
}
/* -- Wysiwyg -- */
.wysiwyg .bold,
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg p + p,
.wysiwyg p + ul,
.wysiwyg p + ol,
.wysiwyg ul + ul,
.wysiwyg ul + p,
.wysiwyg ul + ol,
.wysiwyg ol + ol,
.wysiwyg ol + p,
.wysiwyg ol + ul {
  margin-top: 20px;
}
.wysiwyg p + .s-title5,
.wysiwyg ul + .s-title5,
.wysiwyg ol + .s-title5,
.wysiwyg div + .s-title5 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg sub {
  vertical-align: sub;
}
.wysiwyg sup {
  vertical-align: super;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
}
.wysiwyg ul li {
  display: block;
}
.wysiwyg .s-accroche {
  font-size: 2em;
  line-height: 1.33333333em;
}
.wysiwyg img {
  display: block;
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
.wysiwyg p {
  font-size: 1.13333333em;
  line-height: 1.58823529em;
}
.wysiwyg a {
  color: #ff5143;
  background: -webkit-linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background: linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background-size: 100% 1px;
  padding: 2px 1px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wysiwyg a:hover {
  background: -webkit-linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background: linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.wysiwyg--ckActualite .wysiwyg--ckBlocContextuel p {
  font-size: 1em;
  line-height: 1.33333333em;
}
.wysiwyg--ckColonne {
  /*p{
			font-family:"ITCFranklinGothicStdBook";
			margin-top: 5px;
		}
		s-hook2 + p{
			margin-top: 30px;
		}

		p+.s-name{
			margin-top:35px;
		}
		a + s-hook2{
			margin-top: 40px;
		}

		a{
			color: #212121;
			background: -webkit-linear-gradient(#ccc, #ccc) bottom no-repeat;
			background: linear-gradient(#ccc, #ccc) bottom no-repeat;
			background-size: 100% 1px;

			&:hover{
				color: #fff;
			}
		}*/
}
.wysiwyg--ckColonne img {
  max-width: 100%;
  height: auto;
}
.wysiwyg--ckSpectacle {
  margin-top: 36px;
}
iframe {
  max-width: 100%;
}
.c-red {
  color: #ff5143;
}
.c-blue {
  color: #00e29d;
}
.fontAfficheSky {
  font-family: 'GGafficheSky', Verdana, Arial, sans-serif;
}
.fontAfficheHigh {
  font-family: 'GGafficheHigh', Verdana, Arial, sans-serif;
}
.fontAfficheLow {
  font-family: 'GGafficheLow', Verdana, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
/* -- Titres principaux -- */
.s-title1,
.s-title2,
.s-title3 {
  font-family: 'GGafficheHigh', Verdana, Arial, sans-serif;
}
.s-title4,
.s-title5,
.tag {
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
}
.tag {
  text-transform: uppercase;
}
.s-title1 {
  font-size: 4.26666667em;
  line-height: 1.25em;
}
@media (max-width: 1280px) {
  .s-title1 {
    font-size: 3.33333333em;
    line-height: 1.16em;
  }
}
@media (max-width: 767px) {
  .s-title1 {
    font-size: 2.33333333em;
    line-height: 1.2em;
  }
}
.s-title2 {
  padding: 15px 0;
  font-size: 4em;
  line-height: 1.16666667em;
}
@media (max-width: 1280px) {
  .s-title2 {
    font-size: 2.93333333em;
    line-height: 1.81818182em;
  }
}
@media (max-width: 992px) {
  .s-title2 {
    font-size: 2.93333333em;
    line-height: 1.36363636em;
  }
}
@media (max-width: 767px) {
  .s-title2 {
    font-size: 2em;
    line-height: 1.13333333em;
  }
}
.s-title3 {
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 1280px) {
  .s-title3 {
    font-size: 1.46666667em;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .s-title3 {
    font-size: 1.06666667em;
    line-height: 1em;
  }
}
.s-title4 {
  font-size: 1.2em;
  line-height: 1.33333333em;
  text-transform: inherit;
}
.s-title5 {
  font-size: 0.93333333em;
  line-height: 1.28571429em;
}
.s-title6 {
  font-size: 0.73333333em;
  line-height: 1.81818182em;
  text-transform: uppercase;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
}
/* TYPE FONT */
.f-medium {
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
}
/* -- Accroche -- */
.s-hook1 {
  font-size: 1.8em;
  line-height: 0.74074074em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
  letter-spacing: 0.4px;
  line-height: 120%;
}
@media (max-width: 767px) {
  .s-hook1 {
    font-size: 1.8em;
    line-height: 1em;
  }
}
.s-hook2 {
  font-size: 1.46666667em;
  line-height: 1.36363636em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
}
.s-hook3 {
  font-size: 1.26666667em;
  line-height: 1.26315789em;
}
.s-edito {
  margin-top: 10px;
  font-size: 1.86666667em;
  line-height: 1.42857143em;
}
@media (max-width: 767px) {
  .s-edito {
    font-size: 1.46666667em;
    line-height: 1.54545455em;
  }
}
.s-accroche {
  font-size: 2em;
  line-height: 1.33333333em;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
  margin-top: 15px;
}
.s-accroche + .Diaporama {
  margin: 36px 0;
}
@media (max-width: 767px) {
  .s-accroche {
    font-size: 1.46666667em;
    line-height: 1.36363636em;
  }
}
.s-light {
  font-family: "BrandonGrotesqueLight", Verdana, Arial, sans-serif;
}
.s-intitule {
  display: inline-block;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.03em;
}
.s-name {
  font-family: Arial;
  font-weight: bold;
  margin-top: 18px;
  letter-spacing: 1.05px;
}
.s-name--uppercase {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-top: 0px;
}
.s-mini {
  font-size: 0.9em;
}
.s-details {
  font-size: 1.33333333em;
  line-height: 1.5em;
}
.s-details .s-intitule {
  font-size: 1em;
}
.s-details p {
  margin: 0;
}
/* -- Wysiwyg -- */
.wysiwyg .bold,
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg p + p,
.wysiwyg p + ul,
.wysiwyg p + ol,
.wysiwyg ul + ul,
.wysiwyg ul + p,
.wysiwyg ul + ol,
.wysiwyg ol + ol,
.wysiwyg ol + p,
.wysiwyg ol + ul {
  margin-top: 20px;
}
.wysiwyg p + .s-title5,
.wysiwyg ul + .s-title5,
.wysiwyg ol + .s-title5,
.wysiwyg div + .s-title5 {
  margin-top: 40px;
  margin-bottom: 25px;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg sub {
  vertical-align: sub;
}
.wysiwyg sup {
  vertical-align: super;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul,
.wysiwyg ol {
  padding: 0;
}
.wysiwyg ul li {
  display: block;
}
.wysiwyg .s-accroche {
  font-size: 2em;
  line-height: 1.33333333em;
}
.wysiwyg img {
  display: block;
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
.wysiwyg p {
  font-size: 1.13333333em;
  line-height: 1.58823529em;
}
.wysiwyg a {
  color: #ff5143;
  background: -webkit-linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background: linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background-size: 100% 1px;
  padding: 2px 1px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wysiwyg a:hover {
  background: -webkit-linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background: linear-gradient(#ff5143, #ff5143) bottom no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.wysiwyg--ckActualite .wysiwyg--ckBlocContextuel p {
  font-size: 1em;
  line-height: 1.33333333em;
}
.wysiwyg--ckColonne {
  /*p{
			font-family:"ITCFranklinGothicStdBook";
			margin-top: 5px;
		}
		s-hook2 + p{
			margin-top: 30px;
		}

		p+.s-name{
			margin-top:35px;
		}
		a + s-hook2{
			margin-top: 40px;
		}

		a{
			color: #212121;
			background: -webkit-linear-gradient(#ccc, #ccc) bottom no-repeat;
			background: linear-gradient(#ccc, #ccc) bottom no-repeat;
			background-size: 100% 1px;

			&:hover{
				color: #fff;
			}
		}*/
}
.wysiwyg--ckColonne img {
  max-width: 100%;
  height: auto;
}
.wysiwyg--ckSpectacle {
  margin-top: 36px;
}
iframe {
  max-width: 100%;
}
.c-red {
  color: #ff5143;
}
.c-blue {
  color: #00e29d;
}
.fontAfficheSky {
  font-family: 'GGafficheSky', Verdana, Arial, sans-serif;
}
.fontAfficheHigh {
  font-family: 'GGafficheHigh', Verdana, Arial, sans-serif;
}
.fontAfficheLow {
  font-family: 'GGafficheLow', Verdana, Arial, sans-serif;
}
.js-VideoFrame,
.js-ImageFrame {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #000;
}
.js-ImageFrame img {
  display: block;
  position: absolute;
  opacity: 0;
}
.js-VideoFrame {
  height: 100%;
}
@keyframes showTitle {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes showTitle {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes showPage {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  33% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes showPage {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }
  33% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.SliderHome {
  position: absolute;
  width: 220px;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  top: 0;
  right: -195px;
  z-index: 1;
}
.SliderHome.isOpen {
  -webkit-transform: translateX(-190px);
  transform: translateX(-190px);
}
@media (max-width: 992px) {
  .SliderHome {
    display: none;
  }
}
.SliderHome-btn {
  position: absolute;
  display: block;
  padding: 0 50px 0 20px;
  height: 34px;
  background: #fff;
  font-size: 0.86666667em;
  line-height: 2.61538462em;
  letter-spacing: 0.15em;
  color: #333;
  font-family: "ITCFranklinGothicStdMed", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50%;
  margin-top: -17px;
  margin-left: -66px;
  z-index: 2;
}
.SliderHome-btn:after {
  position: absolute;
  right: 20px;
  font-size: 1.5em;
  margin-left: 20px;
}
.SliderHome-content {
  position: relative;
  width: 120%;
  height: 100%;
  overflow-y: scroll;
}
.SliderHome-slide {
  position: relative;
  display: block;
  height: 20%;
  color: #fff;
  background: #212121;
  width: 220px;
  overflow: hidden;
}
.SliderHome-slide:hover {
  background: #000;
}
.SliderHome-img {
  position: absolute;
  height: 100%;
  top: 0;
  opacity: 0.17;
}
.SliderHome-texte {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 50px 0 30px;
}
.SliderHome-texte .s-title5 {
  line-height: 1.4em;
}
/*-----------------------------------------------*\
1 -- $GLOBAL
\*-----------------------------------------------*/
.domain-tdv #admin-menu-wrapper {
  background: #ff5143;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeQuality;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  font-size: 0.938em;
  line-height: 1.33em;
  color: #212121;
  font-family: "ITCFranklinGothicStdBook", Verdana, Arial, sans-serif, Verdana, Arial, sans-serif;
  background: #212121;
  overflow-x: hidden;
}
#skip-link {
  position: absolute;
  top: -200px;
  left: 260px;
  z-index: 200;
  color: #ffffff;
  background: #ff5143;
  padding: 24px;
  line-height: 1.8em;
  z-index: 5;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1280px) {
  #skip-link {
    left: 240px;
  }
}
@media (max-width: 992px) {
  #skip-link {
    display: none;
  }
}
#skip-link a {
  display: block;
  color: #ffffff;
  padding: 3px 5px;
}
#skip-link a:hover {
  color: #ffffff;
}
#skip-link a:focus {
  outline-color: #ffffff;
}
#skip-link.focus {
  top: 48px;
}
strong {
  font-weight: normal;
}
a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  display: block;
}
.container {
  padding: 0 !important;
  margin-left: 5%;
  margin-right: 5%;
  width: auto !important;
}
@media screen and (min-width: 1680px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/*-----------------------------------------------*\
2 -- $MODULES
\*-----------------------------------------------*/
.Global {
  position: relative;
  width: 80%;
  width: calc(100% - 240px);
  left: 240px;
  background: #ffffff;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 1280px) {
  .Global {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 992px) {
  .Global {
    left: 0;
    width: 100%;
  }
}
.Global.isOpen {
  transform: translateX(240px);
  -webkit-transform: translateX(240px);
}
.Global.diapoBandeauMarginTop {
  top: 500px;
  top: 66vh;
}
.Global.coverBandeauMarginTop {
  top: 500px;
  top: 50vh;
}
.Global.homeBandeauMarginTop {
  top: 700px;
  top: 82vh;
}
/* -- SiteHeader -- */
.SiteHeader {
  position: fixed;
  height: 1000px;
  height: 100vh;
  width: 240px;
  top: 0;
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 5;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.SiteHeader.isOpen {
  transform: translateX(240px);
  -webkit-transform: translateX(240px);
}
@media (max-width: 1280px) {
  .SiteHeader {
    width: 220px;
  }
}
@media (max-width: 992px) {
  .SiteHeader {
    width: 240px;
    left: -240px;
  }
  .SiteHeader.isOpen {
    transform: translateX(240px);
    -webkit-transform: translateX(240px);
  }
}
@media (max-width: 767px) {
  .SiteHeader {
    height: 120vh;
  }
  .SiteHeader-content {
    position: relative;
    height: 100%;
    overflow-y: scroll;
  }
}
.SiteHeader.saison {
  background-position: center 40% !important;
}
.SiteHeader-machinerie {
  position: relative;
  padding: 70px 57px 0;
  z-index: 1;
}
.SiteHeader-machinerie a {
  display: block;
  width: 100%;
}
.SiteHeader-machinerie a:hover {
  opacity: 0.6;
}
.SiteHeader-machinerie img {
  width: 100%;
  height: auto;
}
.SiteHeader-rs {
  position: relative;
  z-index: 1;
  padding: 15px 30px 0;
}
.SiteHeader-rsContainer {
  padding: 16px 0;
  text-align: center;
}
.SiteHeader-rs a {
  margin-right: 32px;
  font-size: 1.2em;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .SiteHeader-rs a {
    margin-right: 16px;
  }
}
.SiteHeader-rs a:last-child {
  margin-right: 0;
}
.SiteHeader-rs a:hover {
  color: #FF0040;
}
.SiteHeader-logo {
  display: block;
  padding: 20px 30px 0;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  line-height: 0;
}
.SiteHeader-logo img {
  max-height: 14rem;
  height: auto;
}
.SiteHeader-nav {
  position: relative;
  border-top: none;
}
.SiteHeader-nav:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 0;
  margin-left: 20px;
  border-top: 1px solid #222;
}
@media (max-width: 1280px) {
  .SiteHeader-nav:before {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .SiteHeader-nav:before {
    margin-left: 20px;
  }
}
.SiteHeader-nav a {
  position: relative;
  display: block;
  padding: 15px 30px;
  color: #000;
  font-size: 0.86666667em;
  line-height: 1.53846154em;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .SiteHeader-nav a {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .SiteHeader-nav a {
    padding: 15px 30px;
  }
}
.SiteHeader-nav a:hover + .sub-menu,
.SiteHeader-nav a:active + .sub-menu {
  width: 240px;
  -webkit-box-shadow: 2px 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .SiteHeader-nav a:hover + .sub-menu,
  .SiteHeader-nav a:active + .sub-menu {
    width: 220px;
  }
}
@media (max-width: 1280px) {
  .SiteHeader-nav a:hover + .sub-menu,
  .SiteHeader-nav a:active + .sub-menu {
    width: 240px;
  }
}
.SiteHeader-nav a:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: -1px;
  margin-left: -10px;
  border-bottom: 1px solid #222;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.SiteHeader-nav a:after {
  content: "\e604";
  position: absolute;
  color: #ffffff;
  right: 20px;
  font-family: 'icomoon';
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.SiteHeader-nav li {
  position: relative;
}
.SiteHeader-nav li.active .sub-menu li.active a {
  background: #ffffff;
  color: #000;
}
.SiteHeader-nav li.active > a {
  background: #FF0040;
  color: #ffffff;
}
.SiteHeader-nav li.active > a:before {
  content: none;
}
@media (max-width: 767px) {
  .SiteHeader-nav li.active > a:before {
    content: '';
  }
}
@media (max-width: 767px) {
  .SiteHeader-nav li.active .sub-menu li.active a {
    background: #ffffff;
    color: #000;
  }
}
.SiteHeader-nav li:hover a,
.SiteHeader-nav li:active a {
  background: #ff5143;
  color: #ffffff;
}
.SiteHeader-nav li:hover a:after,
.SiteHeader-nav li:active a:after {
  right: 0;
}
.SiteHeader-nav li:hover a:before,
.SiteHeader-nav li:active a:before {
  content: none;
}
.SiteHeader-nav .sub-menu {
  position: absolute;
  width: 0;
  overflow: hidden;
  left: 240px;
  top: 0;
  background: #ffffff;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (max-width: 1280px) {
  .SiteHeader-nav .sub-menu {
    left: 220px;
  }
}
@media (max-width: 992px) {
  .SiteHeader-nav .sub-menu {
    left: 240px;
  }
}
.SiteHeader-nav .sub-menu:hover,
.SiteHeader-nav .sub-menu:active,
.SiteHeader-nav .sub-menu li {
  width: 240px;
}
@media (max-width: 1280px) {
  .SiteHeader-nav .sub-menu:hover,
  .SiteHeader-nav .sub-menu:active,
  .SiteHeader-nav .sub-menu li {
    width: 220px;
  }
}
@media (max-width: 1280px) {
  .SiteHeader-nav .sub-menu:hover,
  .SiteHeader-nav .sub-menu:active,
  .SiteHeader-nav .sub-menu li {
    width: 240px;
  }
}
.SiteHeader-nav .sub-menu:hover,
.SiteHeader-nav .sub-menu:active {
  -webkit-box-shadow: 2px 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 1px 1px rgba(0, 0, 0, 0.2);
}
.SiteHeader-nav .sub-menu li:last-child a:before {
  content: none;
}
.SiteHeader-nav .sub-menu li.active > a {
  background: #FF0040;
  color: #ffffff;
}
.SiteHeader-nav .sub-menu li.active > a:before {
  content: none;
}
.SiteHeader-nav .sub-menu a {
  padding: 15px 20px;
  color: #ff5143;
}
.SiteHeader-nav .sub-menu a:hover,
.SiteHeader-nav .sub-menu a:active {
  background: #eee !important;
  color: #111 !important;
}
.SiteHeader-nav .sub-menu a:before {
  content: "";
  border-color: #eee !important;
  margin-left: 0;
}
.SiteHeader-nav .sub-menu a:after {
  content: none;
}
@media (max-width: 767px) {
  .SiteHeader-nav .sub-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    left: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -webkit-transition: none;
    background: #FF0040;
  }
  .SiteHeader-nav .sub-menu a {
    color: #fff;
    background: #FF0040;
    padding: 10px 30px;
    font-size: 0.75em;
  }
}
.SiteHeader-btns {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .SiteHeader-btns {
    position: relative;
    margin-top: 40px;
    margin-bottom: 120px;
    bottom: inherit;
  }
}
.SiteHeader-btns .btn--white {
  z-index: 100;
}
.SiteHeader-pro {
  display: inline-block;
  margin-top: 20px;
  color: #000;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.SiteHeader-pro:hover,
.SiteHeader-pro:active {
  color: #ff5143;
}
.SiteHeader .icon-hmbg {
  position: relative;
}
@media (max-height: 860px) {
  .SiteHeader-logo {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .SiteHeader-machinerie {
    padding-top: 30px;
  }
}
@media (max-height: 700px) {
  .SiteHeader-nav a {
    padding: 10px 30px;
  }
  .SiteHeader-pro {
    margin-top: 10px;
  }
  .SiteHeader-btns {
    bottom: 10px;
  }
  .SiteHeader-machinerie {
    padding: 15px 70px;
  }
  .SiteHeader-rsContainer {
    padding: 10px 0;
  }
}
/* -- SiteFooter -- */
.SiteFooter {
  padding: 70px 0;
  background: #212121;
  color: #999;
  clear: both;
}
@media (max-width: 767px) {
  .SiteFooter {
    padding: 30px 0 50px;
    text-align: center;
  }
  .SiteFooter p {
    margin-bottom: 0;
  }
}
.SiteFooter [class^="col-"] {
  padding-right: 20px;
}
.SiteFooter-intitule {
  font-family: "ITCFranklinGothicStdMed", Verdana, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 0.86666667em;
  line-height: 1.53846154em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .SiteFooter-intitule {
    margin-top: 30px;
  }
}
.SiteFooter .SiteFooter-footer {
  margin-top: 50px;
  color: #454545;
  display: flex;
  -webit-display: flex;
  align-items: flex-end;
}
.SiteFooter .SiteFooter-footer .row {
  width: 100%;
}
.SiteFooter .SiteFooter-footer img {
  max-width: 200px;
  height: auto;
}
.SiteFooter .SiteFooter-footer a {
  color: #454545;
}
@media (max-width: 767px) {
  .SiteFooter-credit {
    margin-top: 20px;
  }
}
.SiteFooter a {
  color: #999;
}
.SiteFooter a[href^="tel"] {
  pointer-events: none;
  cursor: text;
}
.SiteFooter a[href^="tel"]:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .SiteFooter a[href^="tel"] {
    pointer-events: auto;
  }
}
/* -- PageLayout -- */
.PageLayout {
  position: relative;
  padding-top: 70px;
  animation: showPage 0.9s ease-out;
  -webkit-animation: showPage 0.9s ease-out;
  /* Zone de l'onglet */
}
@media (max-width: 767px) {
  .PageLayout {
    padding-top: 40px;
  }
}
.PageLayout--actus {
  padding-top: 0;
}
.PageLayout--actus .Thumb {
  height: 500px;
}
.PageLayout--actus .Thumb:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.01) 11%, #ffffff 99%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.01) 11%, #ffffff 99%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.01) 11%, #ffffff 99%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  z-index: 1;
}
.PageLayout-content {
  padding: 0 7% 100px 0;
}
.PageLayout-content--noSidebar {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .PageLayout-content {
    padding: 0 0 20px;
  }
  .PageLayout-content h1 {
    padding: 20px 0;
  }
  .PageLayout-content span + span {
    display: block;
    margin-top: 8px;
  }
}
.PageLayout-content-noAside {
  width: 100%;
  padding: 0 0 100px 0;
}
.PageLayout-body {
  display: none;
}
.PageLayout-body:first-child {
  display: block;
}
.PageLayout-bloc {
  overflow: hidden;
  padding: 40px 40px;
}
.PageLayout-bloc .s-title4 {
  margin-top: 26px;
}
@media (max-width: 1280px) {
  .PageLayout-bloc {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .PageLayout-bloc {
    padding: 30px 0;
    border: none;
  }
}
.PageLayout-bloc:first-child {
  padding-left: 0;
  border: none;
}
.PageLayout-bloc:last-child {
  padding-right: 0;
  border: none;
  border-right: none !important;
}
.PageLayout-bloc p {
  font-size: 1.13333333em;
  line-height: 1.17647059em;
}
.PageLayout-bloc .plaquette-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .PageLayout-bloc .plaquette-img {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .PageLayout-bloc .plaquette-img {
    display: none;
  }
}
.PageLayout-bloc .plaquette-img img {
  width: inherit;
}
.PageLayout-bloc:nth-child(n+4) {
  border-top: 1px solid #d3d3d3;
}
.PageLayout-bloc:nth-child(3n-1) {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  .PageLayout-bloc:nth-child(3n-1) {
    border: none;
  }
}
.PageLayout-bloc:nth-child(-n+3) {
  margin-top: 40px;
  padding-top: 0px;
}
.PageLayout-element {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .PageLayout-element {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .PageLayout-element {
    padding: 40px 0;
  }
}
.PageLayout-titleLink a {
  margin-left: 10px;
  color: #999;
  font-family: "ITCFranklinGothicStdBook", Verdana, Arial, sans-serif;
  text-transform: initial;
  font-size: 1.07142857em;
  line-height: 1em;
  letter-spacing: 0;
}
.PageLayout-titleLink a:hover {
  color: #000;
}
.PageLayout-titleLink:before {
  position: relative;
  top: 3px;
  font-size: 1.3em;
  margin-right: 8px;
}
.PageLayout-header {
  background: #ffffff;
}
.PageLayout-headerTitle {
  animation: showTitle 0.6s ease-out;
  -webkit-animation: showTitle 0.6s ease-out;
  text-align: center;
  padding: 68px 0;
}
@media (max-width: 767px) {
  .PageLayout-headerTitle {
    padding: 36px 0;
  }
}
.PageLayout-headerTitle h1 {
  line-height: 0.7em;
}
.PageLayout-headerTitle .s-hook2 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .PageLayout-headerTitle .s-hook2 {
    margin-top: 0;
  }
}
.bref:hover {
  background: #f2f2f2;
}
/* -- ContentLayout -- */
.ContentLayout-diapo {
  margin-bottom: 60px;
}
.ContentLayout-texte {
  margin-bottom: 60px;
}
/* -- Bandeau -- */
.Bandeau {
  position: fixed;
  width: 100%;
  height: 500px;
  height: 66vh;
  background: #000;
  width: 80%;
  width: calc(100% - 240px);
  left: 240px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: left 400ms ease-out;
  -webkit-transition: left 400ms ease-out;
}
.Bandeau.isSplash {
  height: 700px;
  height: 82vh;
}
.Bandeau.isPage {
  height: 500px;
  height: 50vh;
}
@media (max-width: 1280px) {
  .Bandeau {
    left: 220px;
    width: 80%;
    width: calc(100% - 220px);
  }
}
@media (max-width: 992px) {
  .Bandeau {
    left: 0;
    width: 100%;
  }
  .Bandeau.isOpen {
    left: 240px;
  }
}
.Bandeau-img {
  position: absolute;
  height: 100%;
}
.Bandeau-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 27px;
  /* La moitié de la hauteur de breadcrumb */
  padding: 0 8%;
  animation: showTitle 0.6s ease-out;
  -webkit-animation: showTitle 0.6s ease-out;
}
/* -- BreadCrumb -- */
.BreadCrumb {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  right: 0;
  font-size: 0.93333333em;
  line-height: 3.57142857em;
  z-index: 5;
}
@media (max-width: 767px) {
  .BreadCrumb {
    height: auto;
    line-height: 20px;
  }
}
.BreadCrumb .container {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.BreadCrumb-share {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  padding: 0 20px;
  color: #ffffff;
  transform: translateX(114px);
  -webkit-transform: translateX(114px);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.BreadCrumb-share:hover,
.BreadCrumb-share:active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.BreadCrumb-share .icon-share {
  margin-right: 25px;
}
.BreadCrumb-share .icon-facebook2 {
  position: relative;
  top: -1px;
}
.BreadCrumb-share a {
  padding: 0 4px;
  color: #ffffff;
}
.BreadCrumb-share a:after {
  content: none !important;
}
.BreadCrumb-share a:hover {
  color: #ff5143;
}
@media (max-width: 767px) {
  .BreadCrumb-share {
    display: none !important;
  }
}
.BreadCrumb-nav {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .BreadCrumb-nav {
    padding: 10px 0;
  }
}
.BreadCrumb-share:after,
.BreadCrumb-nav:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  border-bottom: 2px solid #ffffff;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .BreadCrumb-share:after,
  .BreadCrumb-nav:after {
    display: none;
  }
}
.BreadCrumb-nav:after {
  margin-top: -2px;
}
.BreadCrumb li {
  display: inline-block;
  margin-right: 20px;
}
.BreadCrumb li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .BreadCrumb li {
    margin-right: 0;
  }
}
.BreadCrumb li:after {
  content: "\e604";
  position: relative;
  top: 2px;
  font-family: 'icomoon';
  font-size: 1.2em;
  margin-left: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .BreadCrumb li:after {
    margin-left: 3px;
  }
}
.BreadCrumb li:last-child:after {
  content: none;
}
.BreadCrumb li:last-child a {
  opacity: 0.6;
}
.BreadCrumb a {
  position: relative;
  display: inline-block;
  height: 53px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .BreadCrumb a {
    height: inherit;
  }
}
.BreadCrumb--black {
  position: relative;
  background: #ffffff;
}
.BreadCrumb--black .container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.BreadCrumb--black .BreadCrumb-share:after,
.BreadCrumb--black .BreadCrumb-nav:after {
  border-bottom: 2px solid #000;
}
.BreadCrumb--black .BreadCrumb-share {
  color: #212121;
}
.BreadCrumb--black .BreadCrumb-share a {
  color: #212121;
}
.BreadCrumb--black .BreadCrumb-share a:hover {
  color: #ff5143;
}
.BreadCrumb--black li:after {
  color: #212121;
}
.BreadCrumb--black li a {
  color: #212121;
}
.BreadCrumb br {
  display: none;
}
/* -- Slider -- */
.SliderPage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.SliderPage-content {
  position: relative;
  height: 100%;
}
.SliderPage-slide {
  position: relative;
  height: 100%;
  display: none;
}
.SliderPage-slide:first-child {
  display: block;
}
.SliderPage-img {
  position: absolute;
  height: 100%;
  z-index: 1;
}
.SliderPage-play {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  background: #ffffff;
  text-align: center;
  border-radius: 100%;
  font-size: 1.7em;
  color: #212121;
  z-index: 2;
  cursor: pointer;
}
.SliderPage-play:before {
  position: relative;
  left: 2px;
}
.SliderPage-nav {
  position: absolute;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  top: -40px;
  background: #ffffff;
  border-radius: 3px 3px 0 0;
}
@media screen and (min-width: 1680px) {
  .SliderPage-nav {
    margin-left: calc((100% - 1300px) / 2);
  }
}
.SliderPage-arrow {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #212121;
  font-size: 1.3em;
}
.SliderPage-arrow:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  background: #e5e5e5;
}
.SliderPage-number {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0 25px;
  letter-spacing: 0.3em;
  font-size: 1.06666667em;
  line-height: 2.5em;
}
/* -- Siblings -- */
.Siblings {
  position: relative;
  padding: 50px 0;
  background: #f1f1f1;
}
@media (max-width: 1280px) {
  .Siblings {
    font-size: 0.85em;
  }
}
@media (max-width: 767px) {
  .Siblings {
    padding: 30px 0;
  }
}
.Siblings:before {
  content: "";
  position: absolute;
  display: block;
  height: 100px;
  width: 1px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -15px;
  background: #d2d2d2;
  transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
}
@media (max-width: 767px) {
  .Siblings:before {
    display: none;
  }
}
.Siblings a {
  width: 50%;
  color: #000;
}
@media (max-width: 767px) {
  .Siblings a {
    width: calc(50% - 30px);
  }
}
.Siblings-next {
  padding-right: 60px;
  padding-left: 8%;
  text-align: right;
}
@media (max-width: 767px) {
  .Siblings-next {
    padding-left: 0;
  }
}
.Siblings-next:after {
  right: 0;
}
.Siblings-next:hover:after {
  right: -20px;
}
@media (max-width: 992px) {
  .Siblings-next {
    padding-right: 30px;
  }
  .Siblings-next:hover:after {
    right: -10px;
  }
}
.Siblings-prev {
  padding-left: 60px;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .Siblings-prev {
    padding-right: 0;
  }
}
.Siblings-prev:before {
  left: 0;
}
.Siblings-prev:hover:before {
  left: -20px;
}
@media (max-width: 992px) {
  .Siblings-prev {
    padding-left: 30px;
  }
  .Siblings-prev:hover:before {
    left: -10px;
  }
}
.Siblings-next,
.Siblings-prev {
  position: relative;
}
.Siblings-next:after,
.Siblings-prev:before {
  position: absolute;
  font-size: 1.6em;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Siblings .s-title5 {
  display: inline-block;
  font-family: "BrandonGrotesqueRegular", Verdana, Arial, sans-serif;
  margin-bottom: 10px;
}
/* -- Siblings -- */
.Sidebar {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .Sidebar {
    padding-bottom: 30px;
  }
}
.Sidebar-bloc {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 3px;
}
.Sidebar-bloc + .Sidebar-bloc {
  margin-top: 20px;
}
.Sidebar .table {
  position: relative;
  width: 100%;
  padding: 3px 0;
  line-height: 24px;
  color: #212121;
  vertical-align: top;
}
.Sidebar a.table:hover {
  color: #ff5143;
}
.Sidebar .cell:not(.cell-full):last-child {
  text-align: right;
  font-family: "ITCFranklinGothicStdMed", Verdana, Arial, sans-serif;
}
.Sidebar .cell-full {
  font-size: .95em;
  line-height: 140%;
}
.Sidebar-element + .Sidebar-element {
  margin-top: 40px;
}
.Sidebar-title {
  padding-bottom: 10px;
  border-bottom: 3px solid #dcdcdc;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.Sidebar-title--no-border {
  border: 0px;
}
.Sidebar-text {
  font-size: 0.93333333em;
  line-height: 1.42857143em;
}
.Sidebar-img {
  position: relative;
  height: 167px;
  background: #000;
  overflow: hidden;
}
.Sidebar-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ff5143;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Sidebar-img .js-ImageFrame {
  height: 100%;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Sidebar .btn {
  margin-top: 20px;
}
.Sidebar-subtitle {
  margin-top: 10px;
}
.Sidebar-subtitle + .Sidebar-subtitle {
  margin-top: 0;
}
.Sidebar-thumbLink {
  position: relative;
  clear: both;
}
.Sidebar-thumbLink + .Sidebar-thumbLink {
  display: inline-block;
  margin-top: 30px;
}
.Sidebar-thumbLink--actu {
  display: block;
  padding: 30px 0;
  margin: 0 !important;
  border-top: 1px solid #c7c7c7;
}
.Sidebar-thumbLink--actu .Sidebar-img {
  display: inline-block;
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 918px) {
  .Sidebar-thumbLink--actu .Sidebar-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1142px) {
  .Sidebar-thumbLink--actu .Sidebar-img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1430px) {
  .Sidebar-thumbLink--actu .Sidebar-img {
    width: 50px;
    height: 50px;
  }
}
.Sidebar-thumbLink--actu:last-child {
  padding-bottom: 0;
}
.Sidebar-thumbLink:hover .Sidebar-img:after {
  height: 5px;
}
.Sidebar-thumbLink:hover .Sidebar-img .js-ImageFrame {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  opacity: 0.5 !important;
}
.Sidebar-right {
  display: inline-block;
  padding-left: 20px;
  width: calc(100% - 95px);
  vertical-align: top;
}
.Sidebar-right .Sidebar-subtitle {
  margin-top: 0;
}
.Sidebar-right .c-saison {
  margin-top: 10px !important;
}
.DiaporamaHome-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.DiaporamaHome-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.DiaporamaHome-slide:first-child {
  display: block;
}
.DiaporamaHome-texte {
  position: absolute;
  bottom: 90px;
  padding: 0 30% 0 60px;
  color: #ffffff;
  animation: showTitle 0.6s ease-out;
  -webkit-animation: showTitle 0.6s ease-out;
}
@media (max-width: 1280px) {
  .DiaporamaHome-texte {
    padding: 0 320px 0 60px;
  }
}
@media (max-width: 767px) {
  .DiaporamaHome-texte {
    padding: 0 8%;
    bottom: 60px;
  }
  .DiaporamaHome-texte span + span {
    display: block;
    margin-top: 8px;
  }
}
.DiaporamaHome-texte .s-title5 {
  font-size: 1.6em;
  line-height: 1.25em;
}
@media (max-width: 1280px) {
  .DiaporamaHome-texte .s-title5 {
    font-size: 1.2em;
    line-height: 1.33333333em;
  }
}
.DiaporamaHome-texte h2 {
  margin: 24px 0;
}
@media (max-width: 767px) {
  .DiaporamaHome-texte h2 {
    font-size: 1.86666667em;
    line-height: 1.25em;
    margin: 6px 0;
  }
}
.DiaporamaHome-texte p {
  font-size: 1.06666667em;
  line-height: 1.25em;
  margin: 0;
}
@media (max-width: 767px) {
  .DiaporamaHome-texte p {
    display: none;
  }
}
.DiaporamaHome-texte .tag {
  left: 0;
}
.DiaporamaHome-texte .tag + div {
  position: relative;
  left: 3px;
}
.DiaporamaHome-img {
  position: absolute;
  height: 100%;
  /*&:after{
        content: '';
        position: absolute;
        width: 140%;
        height: 100%;
        bottom: -30%;
        left: -40%;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3    ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        background: radial-gradient(ellipse at center, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    }*/
}
.content-layout-thumb--saison {
  border: 1px solid #d3d3d3;
  border-width: 1px 0 0 1px;
}
@media (max-width: 992px) {
  .content-layout-thumb--saison {
    border-width: 0;
  }
}
/* -- ActuThumb -- */
.Thumb {
  padding-top: 0;
  display: block;
  color: #212121;
  padding: 40px 40px;
  position: right;
  height: 32rem;
}
.Thumb-texte {
  font-size: 1rem !important;
}
.Thumb-content {
  max-height: 12rem;
}
.Thumb:hover .Thumb-img:after {
  height: 5px;
}
.Thumb:hover .Thumb-img .js-ImageFrame {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5 !important;
}
.Thumb .s-title4 {
  margin-top: 26px;
}
@media (max-width: 1280px) {
  .Thumb {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .Thumb {
    padding: 30px 0;
    border: none;
    height: unset;
  }
}
@media (max-width: 992px) {
  .Thumb {
    border: none !important;
    padding-left: 0;
    height: unset;
  }
  .Thumb-content {
    padding-left: 40px;
  }
  .Thumb h2 {
    margin-top: 0 !important;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .Thumb-content {
    margin-top: 20px;
    padding: 0;
  }
}
.Thumb-img {
  height: 220px;
  background: #000;
  overflow: hidden;
}
.Thumb-img .js-ImageFrame {
  height: 100%;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Thumb-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ff5143;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Thumb-img img {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media (max-width: 1280px) {
  .Thumb-img {
    height: 180px;
  }
}
.Thumb h2 {
  margin-top: 30px;
}
.Thumb .s-hook3 {
  margin: 14px 0;
}
@media (max-width: 767px) {
  .Thumb .s-hook3 {
    margin: 10px 0;
  }
}
.Thumb:not(.Thumb-saison):first-child {
  padding-left: 0;
  border: none;
}
.Thumb:not(.Thumb-saison):last-child {
  padding-right: 0;
  border: none;
}
.Thumb:not(.Thumb-saison):nth-child(n+4) {
  border-top: 1px solid #d3d3d3;
}
.Thumb:not(.Thumb-saison):nth-child(3n-1) {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  .Thumb:not(.Thumb-saison):nth-child(3n-1) {
    border: none;
  }
}
.Thumb:not(.Thumb-saison):nth-child(-n+3) {
  margin-top: 40px;
  padding-top: 0px;
}
.Thumb:not(.Thumb-saison):nth-child(3n+1) {
  padding-left: 0;
}
.Thumb:not(.Thumb-saison):last-child {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .Thumb:not(.Thumb-saison):last-child {
    padding-right: 0;
  }
}
.Thumb-saison {
  border: 1px solid #d3d3d3;
  border-width: 0 1px 1px 0;
  position: relative;
  height: 430px;
  overflow: hidden;
  /*
        &:last-child(3){
        border-bottom: 1px solid #d3d3d3;
        .breakpoint(xs; {
        border: none;
    });
    }
        &:nth-last-child(-n+3){
        border-bottom:1px solid #d3d3d3;
        .breakpoint(xs; {
        border:none;
    });
    }*/
}
.Thumb-saison:after {
  content: '';
  position: absolute;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 94%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 94%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
}
.Thumb-saison.bg-mitoyen:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffd701 94%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffd701 94%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffd701 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffd701', GradientType=0);
}
@media (max-width: 992px) {
  .Thumb-saison {
    height: auto;
    border-width: 1px;
  }
  .Thumb-saison-content {
    padding-top: 20px;
  }
  .Thumb-saison:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .Thumb-saison {
    border: none;
  }
  .Thumb-saison-content {
    padding: 0 20px 20px;
    margin-top: 0;
  }
}
.Thumb-saison:nth-child(-n+3) {
  margin-top: 0px;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .Thumb-saison:nth-child(-n+3) {
    padding-top: 0px;
  }
}
.Thumb-saison:nth-child(3n+1) {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .Thumb-saison:nth-child(3n+1) {
    padding-left: 0px;
  }
}
.Thumb-saison:last-child {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .Thumb-saison:last-child {
    padding-right: 0px;
  }
}
.Thumb-saison .s-title4 {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .Thumb-saison + .Thumb-saison {
    margin-top: 50px;
  }
}
.Thumb-texte p {
  margin: 0;
}
.Thumb-textes {
  margin-top: 10px;
}
.Thumb--expire {
  background: #f2f2f2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQYV2NkwAPOnDnznxGXPEjSxMSEEasCmCRIM4YCZEkMBeiSKAqwScIV4JIEK8AnCVIAAOXhH2wpglOEAAAAAElFTkSuQmCC) repeat !important;
}
.Thumb--expire:after {
  content: none;
}
.Thumb--expire .Thumb-img {
  opacity: 0.9;
}
.Thumb--expire .Thumb-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.Thumb--saisonPassee .Thumb-img {
  height: 400px;
}
@media (max-width: 992px) {
  .Thumb--saisonPassee {
    border: none !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .Thumb--saisonPassee {
    margin-bottom: 40px;
    padding: 0 !important;
  }
}
/* ACCORDEON */
.Accordeon {
  margin-top: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.Accordeon h3 {
  margin-top: 17px;
  margin-bottom: 16px;
}
.Accordeon-content {
  overflow: hidden;
  margin-bottom: 6px;
  height: 0;
}
.Accordeon + .Accordeon {
  margin-top: 40px;
}
.Accordeon-btn {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  font-size: 0.86666667em;
  line-height: 3.84615385em;
}
.Accordeon-btn:hover {
  color: #ff5143;
}
.Accordeon-btn:after {
  margin-left: 10px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Accordeon-btn.isRotated:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.Accordeon-intro p {
  margin-bottom: 0;
}
.Accordeon-intro--opener {
  position: relative;
  display: block;
  padding-bottom: 8px;
  color: #212121;
}
.Accordeon-intro--opener:after {
  position: absolute;
  right: 0;
  top: -3px;
  color: #b1b1b1;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Accordeon-intro--opener.isRotated:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*Diaporama */
.Diaporama {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 1280px) {
  .Diaporama {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .Diaporama {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .Diaporama {
    height: 200px;
  }
}
.Diaporama-content,
.Diaporama-slide,
.Diaporama-text {
  position: relative;
  width: 100%;
  height: 100%;
}
.Diaporama-slide {
  position: absolute;
  display: none;
}
.Diaporama-slide:first-of-type {
  display: block;
}
.Diaporama-nav {
  position: absolute;
  bottom: 0px;
  width: 240px;
  background-color: #ffffff;
  z-index: 2;
}
.Diaporama-img {
  position: absolute;
  height: 100%;
  z-index: 1;
}
.Diaporama-text {
  text-align: center;
}
.Diaporama-play {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 64px;
  background: #ffffff;
  text-align: center;
  border-radius: 100%;
  font-size: 1.3em;
  color: #212121;
  margin-top: -25px;
  margin-left: -25px;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
}
.Diaporama-play:before {
  position: relative;
  left: 1px;
  top: -6px;
}
.Diaporama + .Diaporama {
  margin-top: 30px;
}
.Diaporama .s-title6 {
  letter-spacing: 1px;
  line-height: 35px;
}
.Diaporama .s-title3 {
  letter-spacing: 0px;
}
/* -- Social -- */
.Social {
  border-top: 1px solid #d3d3d3;
}
.Social .PageLayout-titleLink {
  padding: 40px 0 25px;
}
@media (max-width: 1280px) {
  .Social .PageLayout-titleLink a {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .Social .PageLayout-titleLink {
    padding: 40px 5% 25px;
  }
}
@media (max-width: 767px) {
  .Social .PageLayout-titleLink a {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
.Social > [class^="col-"]:first-child .PageLayout-titleLink {
  padding-left: 5%;
}
.Social > [class^="col-"]:nth-child(2) .PageLayout-titleLink {
  padding-right: 5%;
}
.Social-img {
  height: 100%;
  background: #212121;
}
.Social-texte {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.Social-texte--hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
.Social-blocInstagram {
  background: #212121;
}
.Social-blocInstagram:after {
  clear: both;
}
.Social-instagram {
  display: block;
  float: left;
  width: calc(100% / 6);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .Social-instagram {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 520px) {
  .Social-instagram {
    width: calc(100% / 2);
  }
}
.Social-instagram img {
  width: auto !important;
}
.Social-instagram:hover .Social-texte--hover {
  opacity: 1;
}
.Social-instagram,
.Social-youtube {
  position: relative;
  background: #212121;
}
.Social-youtube {
  height: 300px;
}
.Social-youtube:before {
  content: '';
  background: #212121;
  position: absolute;
  height: 100%;
  left: -2px;
  width: 100%;
  z-index: -1;
}
.Social-youtube .Social-texte {
  padding: 0 30%;
}
@media (max-width: 767px) {
  .Social-youtube .Social-texte {
    padding: 0 20px;
  }
}
.Social-youtube .s-title3 {
  margin-top: 30px;
}
.Social-youtube p {
  font-size: 1.13333333em;
  line-height: 1.17647059em;
}
@media (max-width: 1280px) {
  .Social-youtube p {
    display: none;
  }
}
@media (max-width: 992px) {
  .Social-youtube p {
    display: block;
  }
}
.Social-youtube .btn {
  margin-top: 20px;
}
.Social .table {
  width: 100%;
  height: 100%;
}
.Social-icon {
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  font-size: 1.06666667em;
  line-height: 1em;
}
.Social-icon + .Social-icon {
  margin-left: 20px;
}
.Social-icon:after {
  position: relative;
  top: 2px;
  font-size: 1.2em;
  margin-left: 5px;
}
/* -- Content -- */
.content-layout-2col:first-child {
  padding-right: 3.5%;
}
.content-layout-2col:last-child {
  padding-left: 3.5%;
}
@media (max-width: 767px) {
  .content-layout-2col {
    padding: 0 !important;
  }
}
/*-----------------------------------------------*\
3 -- $OBJECTS
\*-----------------------------------------------*/
/*BANNIERE*/
.Banniere {
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 200px;
  padding: 42px 0 30px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .Banniere {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.Banniere p {
  font-size: 1.33333333em;
  line-height: 2em;
  margin-top: 10px;
}
.Banniere img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .Banniere img {
    right: -100px;
  }
}
.Banniere--mitoyen:after {
  content: " ";
  height: 1px;
  width: 20px;
  position: absolute;
  background-color: #ff5143;
}
.Banniere--saison:after {
  content: " ";
  height: 1px;
  width: 20px;
  position: absolute;
  background-color: #fed330;
}
.Banniere .s-title3 {
  position: relative;
  width: 60%;
  z-index: 1;
}
.Genres {
  margin-bottom: 20px;
}
/*FILTER*/
.Filter {
  height: 60px;
  background-color: #eeeeee;
  line-height: 60px;
  width: 100%;
  padding: 0 50px;
  text-align: center;
  display: table;
  width: 90%;
  margin: 0 auto;
  animation: showPage 0.9s ease-out;
  -webkit-animation: showPage 0.9s ease-out;
}
@media (max-width: 992px) {
  .Filter {
    height: 70px;
    line-height: 25px;
    padding: 10px 50px 0;
  }
}
.Filter li {
  display: table-cell;
  width: 1%;
}
@media (max-width: 767px) {
  .Filter li {
    display: block;
    width: 100%;
  }
}
.Filter a {
  position: relative;
  font-size: 0.85em;
  text-align: center;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-bottom: 17px;
}
@media (max-width: 992px) {
  .Filter a {
    margin: 5px 20px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .Filter a {
    padding-bottom: 8px;
  }
}
.Filter a:hover {
  color: #ff5143;
}
.Filter .active {
  border-bottom: 4px solid #000;
  color: #000;
}
@media (max-width: 992px) {
  .Filter .active {
    border: none;
  }
}
/* TABS */
.Tabs {
  background-color: #f1f1f1;
  width: 100%;
  top: 0;
}
.Tabs-link {
  height: 60px;
  line-height: 60px;
  font-size: 0.8em;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .Tabs-link {
    display: block;
    padding: 0 10px;
    font-size: 0.7em;
    height: 40px;
    line-height: 40px;
  }
}
.Tabs .active {
  background-color: #ffffff;
}
/* -- Btn -- */
.btn-group {
  display: table;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .btn-group {
    display: block;
    margin-top: 15px;
  }
}
.btn-group .btn {
  display: table-cell;
  width: 180px;
}
.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
@media (max-width: 767px) {
  .btn-group .btn {
    display: block;
    width: 100%;
  }
}
.btn {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'ggvoline', Verdana, Arial, sans-serif;
  border-radius: 3px;
  font-size: 0.86666667em;
  line-height: 3.84615385em;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1280px) {
  .btn {
    font-size: 0.8em;
    line-height: 4.16666667em;
    height: 50px;
  }
}
.btn:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff5143;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 0 0 #A10000;
  box-shadow: inset 0 0 0 0 #A10000;
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.btn:hover:before {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn:hover:after {
  -webkit-box-shadow: inset 0 -3px 0 0 #a10000;
  box-shadow: inset 0 -3px 0 0 #a10000;
}
.btn--white {
  background: #ffffff;
  color: #000;
}
.btn--white:before {
  background: #d8d8d8;
}
.btn--white:after {
  -webkit-box-shadow: inset 0 0 0 0 #aaa;
  box-shadow: inset 0 0 0 0 #aaa;
}
.btn--white:hover:after {
  -webkit-box-shadow: inset 0 -3px 0 0 #aaaaaa;
  box-shadow: inset 0 -3px 0 0 #aaaaaa;
}
.btn--white:hover small {
  color: #212121;
}
.btn--grey {
  display: inline-block;
  width: 186px;
  color: #999;
  border: 1px solid #d3d3d3;
  margin-top: 10px;
}
.btn--grey:hover {
  color: #ffffff;
}
.btn--grey:after {
  content: none;
}
.btn--transparent {
  display: inline-block;
  width: 130px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: left;
}
.btn--transparent span:after {
  font-size: 1.2em !important;
}
.btn--transparent:after {
  content: none;
}
.btn + .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .btn + .btn {
    margin-top: 0;
  }
}
.btn span:after {
  position: absolute;
  right: 20px;
  font-size: 1.4em;
}
.btn small {
  font-size: 1em;
  text-transform: initial;
  font-family: "ITCFranklinGothicStdBook", Verdana, Arial, sans-serif;
  margin-left: 5px;
  letter-spacing: inherit;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.btn--accordeon {
  color: #9e9e9e;
  width: 155px;
  font-size: 0.8em;
  line-height: 4.16666667em;
  letter-spacing: 1px;
  padding: 0;
  line-height: normal;
  height: auto;
  margin-top: 19px;
}
.btn span {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
}
/* -- Tag -- */
.tag {
  position: relative;
  display: inline-block;
  font-size: 0.93333333em;
  line-height: 1.71428571em;
  color: #ffffff;
  padding: 0 5px;
  margin-right: 15px;
  left: 4px;
}
.tag--saison {
  font-size: 0.66666667em;
  line-height: 2em;
  display: inline;
  width: auto;
  top: -11px;
  padding: 0;
  -webkit-box-shadow: -2px 0 0 2px #ff0040, 2px 0 0 2px #ff0040;
  box-shadow: -2px 0 0 2px #ff0040, 2px 0 0 2px #ff0040;
}
/* -- RS -- */
.rs {
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .rs {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rs {
    padding-bottom: 0;
  }
}
.rs a {
  display: inline-block;
  padding: 20px;
  color: #212121;
  font-size: 1.4em;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
  margin: 40px 4px 0;
  position: relative;
}
.rs a:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rs a:hover {
  border-color: #ff5143;
}
@media (max-width: 1280px) {
  .rs a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .rs a {
    text-align: center;
    font-size: 1.1em;
    margin-top: 20px;
  }
}
/* -- Tooltip -- */
.tooltip-call {
  position: relative;
  display: inline-block;
}
.tooltip-call:after {
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.tooltip-call:hover:after {
  color: #ff5143;
}
.tooltip-call:hover > .tooltip-content,
.tooltip-call:active > .tooltip-content {
  opacity: 1;
  bottom: 30px;
  z-index: 1;
  transition: z-index 0 ease-out 250ms;
}
.tooltip-content {
  position: absolute;
  min-width: 200px;
  padding: 8px;
  z-index: -1;
  background: #212121;
  left: 11px;
  bottom: 20px;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.25em;
  opacity: 0;
  transition: bottom 250ms ease-out, opacity 250ms ease-out;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.tooltip-content:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #212121 transparent transparent transparent;
}
#Popin {
  display: none;
  position: fixed;
  z-index: 6;
  height: 100%;
  width: 100%;
  top: 0;
}
@media (max-width: 767px) {
  #Popin {
    display: none !important;
  }
}
#Popin .container {
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
#Popin:before {
  content: '';
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
#Popin .Popin-content {
  /*min-height: 800px;*/
  background: white;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  height: 80%;
}
@media (max-width: 992px) {
  #Popin .Popin-content {
    min-height: 530px;
  }
}
#Popin .Popin iframe {
  position: absolute;
}
#Popin .Popin-close {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #e1001a;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}
#Popin .Popin-close:before,
#Popin .Popin-close:after {
  position: absolute;
  left: 30px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  top: 23px;
}
#Popin .Popin-close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#Popin .Popin-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/*-----------------------------------------------*\
4 -- $STYLES
\*-----------------------------------------------*/
.c-grey {
  color: #999;
}
.c-black {
  color: #212121;
}
.c-white {
  color: #ffffff;
}
.logo-machinerie {
  max-height: 300px;
}
.admin-bloc {
  position: absolute;
  width: calc(100% - 240px);
  left: 240px;
  top: 100px;
  z-index: 1;
  padding: 0 4%;
}
.krumo-footnote {
  display: none !important;
}
* {
  outline-color: #ff5143;
}
*::selection {
  background: #000;
  color: #ffffff;
}
*::-moz-selection {
  background: #000;
  color: #ffffff;
}
a::selection {
  color: #ffffff;
}
a::-moz-selection {
  color: #ffffff;
}
