/* BOX SHADOW */
/* TEXT SHADOW */
@font-face {
  font-family: 'HelveticaNeueThin';
  src: url("../fonts/roboto-thin-webfont..eot");
  src: url("../fonts/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto-thin-webfont.ttf") format("truetype"), url("../fonts/roboto-thin-webfont.svg#roboto-thin-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype"), url("../fonts/roboto-light-webfont.svg#roboto-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueRoman';
  src: url("../fonts/roboto-regular-webfont.eot");
  src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.ttf") format("truetype"), url("../fonts/roboto-regular-webfont.svg#roboto-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url("../fonts/roboto-medium-webfont.eot");
  src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype"), url("../fonts/roboto-medium-webfont.svg#roboto-medium-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url("../fonts/roboto-bold-webfont.eot");
  src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.ttf") format("truetype"), url("../fonts/roboto-bold-webfont.svg#roboto-bold-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none;
  color: white; }

::-moz-selection {
  /*background: transparent;*/ }

::selection {
  /*background: transparent;*/ }

::-moz-selection {
  /*background: transparent;*/ }

body {
  background-color: white;
  -webkit-backface-visibility: hidden;
  font: normal 16px/25px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
  padding: 80px 0 0 0; }
  @media (max-width: 640px) {
    body {
      font-size: 13px;
      line-height: 17px; } }
  @media (max-width: 960px) {
    body {
      padding-top: 65px; } }

.no-scroll {
  overflow: hidden !important; }

.hidden {
  visibility: hidden; }

input, textarea, button {
  -webkit-appearance: none;
  /*Safari/Chrome*/
  -moz-appearance: none;
  /*Firefox*/
  -ms-appearance: none;
  /*IE*/
  -o-appearance: none;
  /*Opera*/
  appearance: none;
  -webkit-border-radius: 0;
  outline: none; }

.wrapper, .push.full {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .wrapper.fixed-width, .fixed-width.push.full {
    margin: 0 auto;
    max-width: 1210px; }

.inner-gutter, .share.list {
  padding-left: 135px;
  padding-right: 135px; }
  @media (max-width: 960px) {
    .inner-gutter, .share.list {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media (max-width: 640px) {
    .inner-gutter, .share.list {
      padding-left: 20px;
      padding-right: 20px; } }

.right-gutter {
  padding-right: 135px; }
  @media (max-width: 960px) {
    .right-gutter {
      padding-right: 67.5px; } }
  @media (max-width: 640px) {
    .right-gutter {
      padding-right: 20px; } }

.top-gutter {
  padding-top: 60px !important; }
  @media (max-width: 640px) {
    .top-gutter {
      padding-top: 42.5px !important; } }

.bottom-gutter, .article, .media-gallery {
  padding-bottom: 60px !important; }
  @media (max-width: 640px) {
    .bottom-gutter, .article, .media-gallery {
      padding-bottom: 42.5px !important; } }

.bottom-margin {
  margin-bottom: 60px !important; }
  @media (max-width: 640px) {
    .bottom-margin {
      margin-bottom: 25px !important; } }

.table {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.display-f {
  display: -ms-flexbox;
  display: flex; }

.display-f-h-end {
  margin-left: auto; }

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

.display-f-v-center {
  -ms-flex-align: center;
      align-items: center; }

.gutter-LR {
  padding-left: 135px;
  padding-right: 135px; }
  @media (max-width: 960px) {
    .gutter-LR {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media (max-width: 640px) {
    .gutter-LR {
      padding-left: 27px;
      padding-right: 27px; } }

.gutter-LR-small {
  padding-left: 67.5px;
  padding-right: 67.5px; }
  @media (max-width: 960px) {
    .gutter-LR-small {
      padding-left: 33.75px;
      padding-right: 33.75px; } }
  @media (max-width: 640px) {
    .gutter-LR-small {
      padding-left: 27px;
      padding-right: 27px; } }

.gutter-LR-double {
  padding-left: 270px;
  padding-right: 270px; }
  @media (max-width: 960px) {
    .gutter-LR-double {
      padding-left: 135px;
      padding-right: 135px; } }
  @media (max-width: 640px) {
    .gutter-LR-double {
      padding-left: 27px;
      padding-right: 27px; } }

.gutter-TB {
  margin: 135px 0; }
  @media (max-width: 640px) {
    .gutter-TB {
      margin: 67.5px 0; } }

.p-gutter-TB {
  padding-top: 27px;
  padding-bottom: 27px; }

.wysiwyg b, .columns .col b, .wysiwyg strong, .columns .col strong {
  font-family: "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
.wysiwyg i, .columns .col i {
  font-style: italic; }
.wysiwyg ul, .columns .col ul, .wysiwyg ol, .columns .col ol {
  list-style-type: initial;
  padding-left: 1em; }
.wysiwyg img, .columns .col img {
  display: block;
  height: auto;
  max-width: 100%; }
.wysiwyg a, .columns .col a {
  color: black;
  text-decoration: underline; }
  .wysiwyg a:visited, .columns .col a:visited {
    color: #bbbbbb; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e687fu");
  src: url("../fonts/icomoon.eot?#iefixe687fu") format("embedded-opentype"), url("../fonts/icomoon.woff?e687fu") format("woff"), url("../fonts/icomoon.ttf?e687fu") format("truetype"), url("../fonts/icomoon.svg?e687fu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "\e900"; }

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

.icon-arrow:before, .swiper-container .swiper-button-prev:before, .swiper-container .swiper-button-next:before {
  content: "\e601"; }

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

.icon-googleplus:before {
  content: "\e604"; }

.icon-instagram:before {
  content: "\e605"; }

.icon-pinterest:before {
  content: "\e607"; }

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

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

.icon-share:before {
  content: "\e901"; }

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

.icon-download:before {
  content: "\e903"; }

.icon-zoom:before {
  content: "\e904"; }

.icon-sphere:before {
  content: "\e905"; }

.icon-grid:before {
  content: "\e906"; }

.icon-mail:before {
  content: "\e907"; }

.icon-list:before {
  content: "\e90f"; }

.bt {
  background: transparent;
  color: black;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.15s;
  box-sizing: border-box; }
  .bt.mt {
    margin-top: 10px; }
  .bt.bordered {
    border: 1px solid black;
    display: inline-block;
    font: normal 18px/47px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    padding: 0 33px; }
    .bt.bordered:hover {
      background: black;
      color: white; }
    .bt.bordered.white {
      border-color: white;
      color: white; }
      .bt.bordered.white:hover {
        background: white;
        color: black; }
  .bt.small {
    font-size: 15px;
    line-height: 38px;
    padding: 0 14px; }
  .bt.black {
    background: black;
    border: 1px solid black;
    color: white;
    display: inline-block;
    font: normal 18px/47px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    padding: 0 33px; }
    .bt.black:hover {
      background: white;
      color: black; }
  .bt.load-more {
    display: block;
    font: normal 100px/120px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    transition: all 0.2s; }
    .bt.load-more:hover {
      background: #eee; }
  @media (max-width: 640px) {
    .bt.bordered {
      font-size: 12px;
      line-height: 35px;
      padding: 0 20px; }
    .bt.load-more {
      font: normal 70px/90px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; } }

.list {
  list-style-type: none;
  position: relative; }
  .list > li {
    position: relative; }
  .list.inline-nowrap, .nav-main__main-list__item .desktop-only.nav-main__sub-list {
    font-size: 15px;
    white-space: nowrap; }
    .list.inline-nowrap > li, .nav-main__main-list__item .desktop-only.nav-main__sub-list > li {
      display: inline-block;
      *display: inline;
      word-wrap: break-word; }
      @media only screen and (max-width: 950px) {
        .list.inline-nowrap > li, .nav-main__main-list__item .desktop-only.nav-main__sub-list > li {
          white-space: normal; } }
  .list.inline-wrap > li {
    float: left; }

.picto-video {
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  height: 74px;
  transition: all .2s;
  width: 74px;
  box-sizing: border-box; }
  .picto-video:before {
    content: '\25BA';
    color: white;
    display: block;
    font: normal 36px/74px Arial, Helvetica, sans-serif;
    left: 53%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .picto-video:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 60 ")";
    zoom: 1; }
.picto-plus {
  width: 22px;
  height: 15Px;
  margin-left: 7px;
  color: black;
  border-radius: 30px;
  background-color: white;
  display: block;
  display: inline-block;
  font-size: 17px;
  text-align: center;
  padding-bottom: 7px; }
  @media (max-width: 640px) {
    .picto-plus {
      margin-left: 15px; } }

.article {
  overflow: hidden;
  position: relative; }
  @media (max-width: 640px) {
    .article .module-title {
      margin-bottom: 15px; } }
  .article h3 {
    margin-bottom: 0 !important; }
  .article-bloc {
    font-size: 14px; }
    .article-bloc + .article-bloc {
      margin-top: 60px; }
      @media (max-width: 640px) {
        .article-bloc + .article-bloc {
          margin-top: 25px; } }
    .article-bloc img {
      max-width: 100%; }
    .article-bloc table {
      text-align: left; }
      .article-bloc table tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #aaaaaa; }
        .article-bloc table tr td:first-child {
          width: 25%; }
        .article-bloc table tr td:last-child {
          width: 75%;
          padding-left: 25px; }
  .article-extrait .col {
    width: 60%;
    margin: auto; }
    @media (max-width: 960px) {
      .article-extrait .col {
        width: 100%; } }
  .article-extrait blockquote {
    font-size: 90%;
    color: #aaaaaa; }
  .article .grip {
    color: black; }
  .article .grip + .columns {
    margin-top: 50px; }
    @media (max-width: 640px) {
      .article .grip + .columns {
        margin-top: 25px; } }

.artistes_9f1e0 .article {
  padding-bottom: 0 !important; }

.breadcrumb nav {
  height: 70px;
  position: relative; }
.breadcrumb p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.breadcrumb span, .breadcrumb a {
  color: black;
  display: inline-block;
  float: left;
  font: normal 12px/12px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  .breadcrumb span:before, .breadcrumb a:before {
    color: black;
    content: '/';
    margin: 0 6px; }
  .breadcrumb span:first-child:before, .breadcrumb a:first-child:before {
    content: '';
    margin: 0; }
.breadcrumb a {
  transition: all 0.2s; }
  .breadcrumb a:hover {
    color: #d0d0d0; }

.expandable-menu {
  max-width: 25px; }
  .expandable-menu__trigger-link {
    display: block; }
    .expandable-menu__trigger-link__icon {
      color: black;
      font-size: 20px;
      display: block;
      text-shadow: 1px 1px 0px white; }
  .expandable-menu__list {
    margin-bottom: -20px; }
    .expandable-menu__list li {
      text-align: center;
      margin-bottom: 20px;
      opacity: 0;
      visibility: hidden; }
      .expandable-menu__list li a {
        font-size: 20px;
        color: black;
        text-shadow: 1px 1px 0px white; }
        .expandable-menu__list li a:hover {
          opacity: .7; }
  .expandable-menu .label {
    color: black;
    font-family: "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 55px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    height: 0;
    margin-top: 0px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
  .expandable-menu:hover .label {
    height: 25px;
    margin-top: 5px; }
  .expandable-menu.opened .label {
    /* margin-top: 0px !important;
    height: 0 !important; */ }

.files-gallery {
  /* padding-top: ($inner-gutter - $main-gutter) !important;
  margin-bottom: -$small-gutter; */
  overflow: hidden;
  margin-bottom: -20px; }
  .files-gallery .files_list_item {
    color: black;
    transition: all .2s;
    box-sizing: border-box; }
    .files-gallery .files_list_item-name {
      font: normal 25px/27px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
      transition: all .2s; }
    .files-gallery .files_list_item-infos {
      font-size: 12px;
      line-height: 15px;
      margin-top: 10px; }
    .files-gallery .files_list_item .type {
      text-transform: uppercase; }
    .files-gallery .files_list_item:hover .files_list_item-name {
      text-decoration: underline; }
  @media (max-width: 640px) {
    .files-gallery .files_list_item {
      margin-right: 0 !important;
      width: 100%; }
      .files-gallery .files_list_item-name {
        font: normal 16px/18px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
      .files-gallery .files_list_item-infos {
        font-size: 10px;
        line-height: 12px;
        margin-top: 5px; } }

#filtersForm {
  margin-bottom: 25px;
  position: absolute;
  z-index: 61;
  overflow: visible; }
  #filtersForm .filters_attribute {
    float: left;
    height: 37px;
    margin-right: 20px; }
    #filtersForm .filters_attribute-title {
      display: inline-block;
      font-size: 14px;
      line-height: 36px;
      opacity: 0.25; }
    #filtersForm .filters_attribute .list {
      width: 100vw;
      max-width: 670px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      overflow: hidden;
      visibility: hidden;
      opacity: 1;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 70;
      padding: 25px 20px;
      background: black;
      max-height: 70vh;
      overflow-y: auto; }
  #filtersForm .filters_attribute-title {
    cursor: pointer;
    font-weight: bold; }
  #filtersForm .filter {
    background: black;
    text-align: center;
    width: calc(100% / 4);
    /* checked mark aspect changes */ }
    #filtersForm .filter [type="checkbox"]:not(:checked),
    #filtersForm .filter [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
      #filtersForm .filter [type="checkbox"]:not(:checked) + label,
      #filtersForm .filter [type="checkbox"]:checked + label {
        color: white;
        display: block;
        position: relative;
        padding: 0 9px;
        cursor: pointer;
        font: normal 14px/16px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
        height: 36px;
        transition: all .2s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        /*
        &:before {
          content: '';
          position: absolute;
          left:0; top: 2px;
          width: 13px; height: 13px;
          border: 1px solid white;
          background: transparent;
          transition: all .2s;
        }
        */ }
        @media (max-width: 640px) {
          #filtersForm .filter [type="checkbox"]:not(:checked) + label,
          #filtersForm .filter [type="checkbox"]:checked + label {
            height: 30px; } }
        #filtersForm .filter [type="checkbox"]:not(:checked) + label sup,
        #filtersForm .filter [type="checkbox"]:checked + label sup {
          font-size: 9px;
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          margin-left: 5px;
          font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
    #filtersForm .filter [type="checkbox"]:checked + label {
      background-color: white;
      color: black; }
    #filtersForm .filter:hover label {
      background-color: white;
      color: black !important; }
  @media (max-width: 960px) {
    #filtersForm .filter {
      width: calc(100% / 3); }
    #filtersForm .filters_attribute .list {
      max-width: 525px; } }
  @media (max-width: 765px) {
    #filtersForm .filter {
      width: calc(100% / 2); }
    #filtersForm .filters_attribute .list {
      max-width: 350px; } }
  @media (max-width: 640px) {
    #filtersForm .filters_attribute-title {
      font-size: 14px;
      line-height: 30px; }
    #filtersForm .filter {
      height: 30px; } }
  @media (max-width: 450px) {
    #filtersForm .filter {
      width: 100%; }
    #filtersForm .filters_attribute .list {
      max-width: 175px; } }
  .mobile #filtersForm {
    display: none; }

.mobile #filtersForm + .top_space {
  margin-top: 0; }

#main-footer {
  font: normal 14px/16px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  min-height: 140px;
  position: relative;
  box-sizing: border-box; }
  #main-footer .content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 270px); }
  #main-footer .nav {
    position: relative; }
    #main-footer .nav li {
      margin-left: 30px; }
      #main-footer .nav li:first-child {
        margin-left: 0; }
    #main-footer .nav a {
      color: black;
      font-size: 14px;
      line-height: 16px; }
  #main-footer .credits {
    color: black;
    position: relative;
    font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
  #main-footer .langue-nav {
    position: absolute;
    right: 0;
    top: 0; }
    #main-footer .langue-nav_title {
      font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
    #main-footer .langue-nav .list {
      text-align: center; }
    #main-footer .langue-nav li {
      margin-left: 10px; }
      #main-footer .langue-nav li:first-child {
        margin-left: 0; }
    #main-footer .langue-nav a {
      color: #aaaaaa;
      font-size: 14px;
      line-height: 24px; }
      #main-footer .langue-nav a.active {
        color: black; }
  @media (max-width: 960px) {
    #main-footer .content {
      width: calc(100% - 135px); } }
  @media (max-width: 640px) {
    #main-footer {
      min-height: 0;
      padding-bottom: 20px;
      padding-top: 20px; }
      #main-footer a, #main-footer .credits, #main-footer .langue-nav_title {
        font-size: 11px !important; }
      #main-footer .content {
        width: calc(100% - 40px);
        position: relative;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        left: 0;
        margin: 0 auto; }
        #main-footer .content .nav li {
          display: block;
          margin-left: 0; }
          #main-footer .content .nav li a {
            line-height: 24px; }
      #main-footer .langue-nav {
        line-height: 24px; }
        #main-footer .langue-nav .langue-nav_title {
          text-align: right; }
        #main-footer .langue-nav li {
          margin-left: 20px; }
          #main-footer .langue-nav li:first-child {
            margin-left: 0; }
          #main-footer .langue-nav li a {
            line-height: 14px; } }

.title {
  font: normal 50px/50px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
  @media (max-width: 960px) {
    .title {
      font-size: 35px;
      line-height: 35px; } }
  @media (max-width: 765px) {
    .title {
      font-size: 25px;
      line-height: 25px; } }

.title2, .article h3 {
  font: normal 26px/30px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .title2, .article h3 {
      font-size: 21px;
      line-height: 22px; } }

.module-title {
  color: #aaaaaa;
  margin-bottom: 25px;
  font: normal 22px/125% "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
  @media (max-width: 960px) {
    .module-title {
      font-size: 18px;
      line-height: 27px; } }

.liste-gen_item + .module-title {
  margin-top: 50px; }

.subtitle {
  font: normal 30px/28px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
  @media (max-width: 640px) {
    .subtitle {
      font-size: 20px; } }

.grip {
  font: normal 22px/28px "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif; }
  @media (max-width: 960px) {
    .grip {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 765px) {
    .grip {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 640px) {
    .grip {
      font-size: 18px;
      line-height: 24px; } }

.date {
  font: normal 18px/18px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
  @media (max-width: 640px) {
    .date {
      font-size: 12px;
      line-height: 12px; } }

#page {
  position: relative;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

#main-content {
  height: 100%; }

.cache {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }

.top_space {
  margin-top: 50px; }

.top_space_double {
  margin-top: 100px; }

.cookie-alert {
  position: fixed;
  bottom: 0;
  z-index: 500;
  padding: 20px 35px 20px 20px;
  background: #fff;
  width: 100%;
  color: #000;
  font: normal 16px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
  transition: all ease 0.3s;
  box-sizing: border-box; }
  .cookie-alert a {
    color: #000; }

.geoloc #map-canvas {
  width: 100%; }
  .geoloc #map-canvas:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .geoloc #map-canvas iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
.geoloc .coords {
  padding-top: 2%; }
  .geoloc .coords_contacts {
    margin-top: 15px; }
    .geoloc .coords_contacts a {
      color: black; }
@media (max-width: 640px) {
  .geoloc .coords {
    font-size: 14px;
    line-height: 18px; } }

.columns {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .columns .col {
    float: left;
    position: relative;
    text-align: justify;
    box-sizing: border-box; }
  .columns.x2 .col {
    width: calc(50% - 10px);
    padding: 0 0 0 20px; }
    .columns.x2 .col:first-child {
      margin-right: 20px;
      padding: 0 20px 0 0; }
  @media (max-width: 960px) {
    .columns.x2 .col {
      margin: 0 !important;
      padding: 0 !important;
      width: 100%; }
      .columns.x2 .col:first-child {
        margin-bottom: 40px; } }
  @media (max-width: 765px) {
    .columns.x2 .col:first-child {
      margin-bottom: 20px; } }
  .columns.x2-60-40-alt .col {
    width: calc(40% - 20px);
    padding: 0 0 0 20px; }
    .columns.x2-60-40-alt .col:first-child {
      margin-right: 40px !important;
      padding: 0 20px 0 0;
      width: calc(60% - 20px); }
  @media (max-width: 960px) {
    .columns.x2-60-40-alt .col {
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important; }
      .columns.x2-60-40-alt .col:first-child {
        margin: 0 !important;
        margin-bottom: 40px !important; } }
  @media (max-width: 765px) {
    .columns.x2-60-40-alt .col:first-child {
      margin-bottom: 25px !important; } }
  .columns.x2-60-40 .col {
    width: calc(32% - 135px/2); }
    .columns.x2-60-40 .col:first-child {
      margin-right: 135px;
      width: 65%; }
    @media (max-width: 960px) {
      .columns.x2-60-40 .col {
        margin-bottom: 135px;
        margin-right: 0 !important;
        width: 100% !important; } }
  .columns.x4 .col {
    float: inherit;
    display: inline-block;
    vertical-align: top;
    width: 24.5%; }
  @media (max-width: 960px) {
    .columns.x4 .col {
      display: block;
      width: calc(100% - 10px) !important; } }

.files-gallery .files_list_item, .related_list_item {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  width: calc(50% - 10px); }
  .files-gallery .files_list_item:nth-child(odd), .related_list_item:nth-child(odd) {
    margin-right: 20px; }
  @media (max-width: 640px) {
    .files-gallery .files_list_item, .related_list_item {
      margin-bottom: 10px;
      width: calc(50% - 5px); }
      .files-gallery .files_list_item:nth-child(odd), .related_list_item:nth-child(odd) {
        margin-right: 10px; } }

.liste-gen_gridItem, .media-gallery .media_list_col {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc(33.3% - 13.3333333333px); }
  .liste-gen_gridItem:nth-child(3n), .media-gallery .media_list_col:nth-child(3n) {
    margin-right: 0; }
  @media (max-width: 960px) {
    .liste-gen_gridItem, .media-gallery .media_list_col {
      width: calc(50% - 10px); }
      .liste-gen_gridItem:nth-child(3n), .media-gallery .media_list_col:nth-child(3n) {
        margin-right: 20px; }
      .liste-gen_gridItem:nth-child(even), .media-gallery .media_list_col:nth-child(even) {
        margin-right: 0; } }
  @media (max-width: 640px) {
    .liste-gen_gridItem, .media-gallery .media_list_col {
      width: 100%;
      margin-right: 0; } }

#main-header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 25px 25px 25px 0;
  width: 100%;
  z-index: 90;
  box-sizing: border-box; }
  #main-header .main-logo {
    margin-right: 20px;
    position: relative;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    background-color: black;
    width: 80px;
    height: 80px;
    z-index: 1; }
    #main-header .main-logo img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #main-header .main-logo-text {
    margin-right: auto;
    position: relative;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: black;
    font: normal 50px/50px "ITC Avant Garde Gothic W01 Dm";
    text-transform: initial;
    transition: all 2s cubic-bezier(0.77, 0, 0.175, 1); }
    #main-header .main-logo-text.hidden {
      -webkit-transform: translateX(-110%);
              transform: translateX(-110%); }
  #main-header .bt-search {
    position: fixed;
    z-index: 90;
    top: 25px;
    right: 65px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #main-header .bt-search:before {
      color: black;
      font-size: 17px; }
  #main-header .menu-prompt {
    display: block;
    position: fixed;
    z-index: 90;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* css instead of TweenLite.set to avoid flash */ }
    #main-header .menu-prompt svg {
      display: block;
      cursor: pointer;
      width: 100%;
      height: 100%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      overflow: visible; }
    #main-header .menu-prompt .stroke {
      fill: #777; }
  #main-header .menu-share {
    position: fixed;
    z-index: 90;
    bottom: 25px;
    right: 30px; }
  #main-header .menu-follow {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    #main-header .menu-follow_title {
      font-size: 18px;
      text-transform: uppercase; }
    #main-header .menu-follow a {
      color: black;
      font-size: 20px;
      margin: 0 0 0 25px; }
      #main-header .menu-follow a.icon-twitter {
        font-size: 25px; }
  @media (max-width: 1400px) {
    #main-header .main-logo-text {
      font-size: 40px; } }
  @media (max-width: 1400px) {
    #main-header .main-logo-text {
      font-size: 40px; } }
  @media (max-width: 1150px) {
    #main-header .menu-follow_title {
      display: none; }
    #main-header .menu-follow a {
      margin: 0 0 0 10px; } }
  @media (max-width: 960px) {
    #main-header {
      height: 65px; }
      #main-header .main-logo {
        width: 65px;
        height: 65px; } }
  @media (max-width: 765px) {
    #main-header {
      /* .menu-follow{
          bottom: $main-gutter/2;
          left: $main-gutter/2;
      } */ } }
  @media (max-width: 640px) {
    #main-header .main-logo {
      margin-right: 10px; }
    #main-header .main-logo-text {
      font-size: 25px; }
    #main-header .menu-share {
      display: none; } }
  @media (max-width: 450px) {
    #main-header .main-logo {
      margin-right: auto; }
    #main-header .main-logo-text {
      display: none; } }

.lightbox {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 25; }
  .lightbox > .content {
    height: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    width: 100%; }
  .lightbox_loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30%; }
    .lightbox_loader .title {
      color: black;
      font: normal 30px/35px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
    .lightbox_loader img {
      margin: 30px 0 auto 0; }
  .lightbox .bt-close {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: black;
    cursor: pointer;
    display: inline-block !important;
    font: normal 40px/30px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    height: 30px;
    padding: 1%;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30px;
    z-index: 1; }
  .lightbox .lb-img {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .lightbox iframe {
    height: 100%;
    width: 100%; }
  .lightbox.loading_loader {
    display: block; }
  .lightbox .swiper-button-prev, .lightbox .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px; }
  .lightbox .swiper-button-prev.swiper-button-disabled,
  .lightbox .swiper-button-next.swiper-button-disabled {
    pointer-events: initial; }

.liste-gen a.liste-gen_item:hover {
  background: #d0d0d0; }
.liste-gen a.liste-gen_gridItem:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  zoom: 1; }
@media (max-width: 640px) {
  .liste-gen_container {
    padding: 0 0; } }
.liste-gen_item {
  background: #eee;
  color: black;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .2s;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  /* .list{
  	li{
  		font: normal 12px/12px $helveticaB;
  		margin-left: 20px;
  		text-transform: uppercase;
  		&:first-child{
  			margin-left: 0;
  		}
  	}
  } */ }
  .liste-gen_item.archived .liste-gen_item_visual {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .liste-gen_item_visual {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 30%;
    /* &:before{
    	content:'';
    	display: block;
    	padding-top: percentage(9/16);
    } */ }
  .liste-gen_item_content {
    display: inline-block;
    padding: 25px;
    box-sizing: border-box;
    width: 70%; }
  .liste-gen_item_date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px; }
  .liste-gen_item_title {
    font: normal 25px/27px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    margin-bottom: 8px; }
  .liste-gen_item_subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px; }
  .liste-gen_item_grip {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px; }
.liste-gen.arc-list {
  padding: 60px 20%; }
  .liste-gen.arc-list .liste-gen_item {
    background: none; }
@media (max-width: 765px) {
  .liste-gen.arc-grid .liste-gen_gridItem {
    margin-bottom: 25px; } }
.liste-gen.arc-grid .liste-gen_gridItem_content {
  padding: 25px; }
  @media (max-width: 765px) {
    .liste-gen.arc-grid .liste-gen_gridItem_content {
      padding: 15px; } }
.liste-gen.arc-grid .liste-gen_gridItem_date {
  font-size: 12px; }
.liste-gen.arc-grid .liste-gen_gridItem_title {
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 8px; }
.liste-gen.arc-grid .liste-gen_gridItem_subtitle {
  font-size: 18px; }
.liste-gen_gridItem {
  color: black;
  transition: all .2s; }
  .liste-gen_gridItem .visual {
    position: relative; }
    .liste-gen_gridItem .visual .picto-video {
      top: 50%;
      position: absolute;
      z-index: 59;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .liste-gen_gridItem_visual {
    display: block;
    position: relative;
    width: 100%; }
  .liste-gen_gridItem_content {
    padding: 7px;
    position: relative; }
  .liste-gen_gridItem_date {
    color: black;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px; }
  .liste-gen_gridItem_title {
    color: black;
    font: normal 20px/23px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
  .liste-gen_gridItem_subtitle {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px; }
.liste-gen_loader {
  display: block;
  height: 0;
  margin: 0 auto; }
  .liste-gen_loader.active {
    height: auto;
    margin: 44px auto; }
.liste-gen_displayer {
  margin-bottom: 25px;
  position: relative;
  text-align: right;
  /* span{
  	color: $greyBB;
  	cursor: pointer;
  	margin-left: 10px;
  	@include transition(all .2s);
  	&:hover, &.active{
  		color: black;
  	}
  } */ }
  .liste-gen_displayer [type="radio"]:not(:checked),
  .liste-gen_displayer [type="radio"]:checked {
    position: absolute;
    left: -9999px; }
    .liste-gen_displayer [type="radio"]:not(:checked) + label,
    .liste-gen_displayer [type="radio"]:checked + label {
      color: #bbbbbb;
      display: inline-block;
      position: relative;
      margin-left: 10px;
      cursor: pointer;
      transition: all .2s; }
  .liste-gen_displayer [type="radio"]:checked + label, .liste-gen_displayer [type="radio"]:hover + label {
    color: black; }
@media (max-width: 640px) {
  .liste-gen_item {
    background: transparent;
    -ms-flex-direction: column;
        flex-direction: column; }
    .liste-gen_item_visual {
      width: 100%;
      height: 250px; }
    .liste-gen_item_content {
      height: auto;
      width: 100%;
      padding-left: 0px; }
    .liste-gen_item_date {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 5px; }
    .liste-gen_item_title {
      font: normal 20px/22px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif !important;
      margin-bottom: 9px; }
    .liste-gen_item_subtitle {
      display: none;
      /* font-size: 12px;
      line-height: 14px;
      margin-bottom: 0px; */ } }

.liste-gen_container {
  min-height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.artistes_9f1e0 .picto-video {
  display: none; }

.news {
  background-color: #333;
  width: 100%;
  color: white;
  box-sizing: border-box;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  margin-bottom: 60px; }
  @media (max-width: 550px) {
    .news {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  .news .newsHeader {
    font-family: "ITC Avant Garde Gothic W01 Dm"; }
  .news .newsSection {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 550px) {
      .news .newsSection {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 10px; }
        .news .newsSection .newsItem:not(:first-child) {
          border-top: 1px solid white;
          padding-top: 25px; } }
    .news .newsSection a + a, .news .newsSection .newsItem + .newsItem {
      margin-left: 30px; }
      @media (max-width: 550px) {
        .news .newsSection a + a, .news .newsSection .newsItem + .newsItem {
          margin-left: 0; } }
    .news .newsSection a {
      width: calc(100% / 2); }
      @media (max-width: 550px) {
        .news .newsSection a {
          width: 100%;
          margin-left: 0; } }
      .news .newsSection a .newsItem {
        width: 100% !important; }
    .news .newsSection .newsItem {
      width: calc(100% / 2); }
      @media (max-width: 550px) {
        .news .newsSection .newsItem {
          width: 100%;
          margin-bottom: 25px; } }
    .news .newsSection .newsItem_date {
      font-size: 12px;
      font-size: "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif !important; }
    .news .newsSection .newsItem_title {
      line-height: 20px;
      margin-bottom: 8px;
      font: normal 25px/27px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
      @media (max-width: 550px) {
        .news .newsSection .newsItem_title {
          font: normal 20px/22px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; } }
    .news .newsSection .newsItem_desc {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 18px;
      font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
  .news .instaSection {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .news .instaSection .instaPosts {
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
      .news .instaSection .instaPosts .posts {
        height: 18vw;
        width: 18vw;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        min-height: 200px;
        min-width: 200px; }
        @media (max-width: 550px) {
          .news .instaSection .instaPosts .posts {
            min-height: 150px;
            min-width: 150px;
            margin-bottom: 30px; } }
        .news .instaSection .instaPosts .posts.cover {
          border: 1px solid white;
          padding: 20px;
          box-sizing: border-box;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .news .instaSection .instaPosts .posts.cover p:nth-child(2) {
            font: normal 1.4em/0.8em "ITC Avant Garde Gothic W01 Dm" !important; }
          .news .instaSection .instaPosts .posts.cover img {
            display: block;
            margin-top: 10px;
            height: 21px;
            width: 8vw;
            height: 8vw;
            margin: 0 auto; }

.loader {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  display: none; }
  .loader .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .loader .content img {
      display: block; }
    .loader .content .counter {
      color: white;
      text-align: center;
      font: normal 14px/14px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
      position: relative;
      bottom: 0;
      left: 0px; }

div:nth-of-type(odd).module-paragraphe {
  padding-right: 33.75px; }
div:nth-of-type(even).module-paragraphe {
  padding-left: 33.75px; }

.module-paragraphe {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box; }
  .module-paragraphe-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .module-paragraphe.paragraphe-slider {
    width: 100%;
    display: block; }
    .module-paragraphe.paragraphe-slider .swiper-pagination {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 50px; }
      .module-paragraphe.paragraphe-slider .swiper-pagination span {
        margin: 5px; }
  .module-paragraphe.media-gallery {
    width: 100%;
    display: block; }
  .module-paragraphe.paragraphe-full {
    width: 100%;
    display: block; }
  .module-paragraphe .visual {
    display: inline-block;
    position: relative; }
    .module-paragraphe .visual .picto-video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .module-paragraphe .columns.x2 {
    display: table; }
    .module-paragraphe .columns.x2 .col {
      display: table-cell;
      padding: 0 0 0 33.75px;
      vertical-align: middle;
      width: 50%;
      margin-top: 0; }
      .module-paragraphe .columns.x2 .col .content.has-back-color {
        margin: 67.5px 67.5px 67.5px 0; }
      .module-paragraphe .columns.x2 .col:first-child {
        padding: 0 33.75px 0 0; }
        .module-paragraphe .columns.x2 .col:first-child .content.has-back-color {
          margin: 67.5px 0 67.5px 67.5px; }
  .module-paragraphe .columns .col {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .module-paragraphe .columns .col:nth-child(2) {
      margin-top: 33.75px; }
    .module-paragraphe .columns .col .content {
      color: black;
      width: 100%; }
      .module-paragraphe .columns .col .content .title {
        font: normal 3em/100% "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
        margin-bottom: 0.4em; }
      .module-paragraphe .columns .col .content .subtitle {
        font: normal 2em/100% "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
        margin-bottom: 0.5em; }
      .module-paragraphe .columns .col .content .text {
        font: normal 1em/150% "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
      .module-paragraphe .columns .col .content .visual + .text {
        margin-top: 0.4em; }
  .module-paragraphe.align-C .columns .col {
    text-align: center; }
    .module-paragraphe.align-C .columns .col img {
      margin: 0 auto; }
  .module-paragraphe.align-R .columns .col {
    text-align: right; }
  .module-paragraphe.paragraphe-slider .swiper-slide {
    -ms-flex-pack: center;
        justify-content: center; }
    .module-paragraphe.paragraphe-slider .swiper-slide img {
      max-width: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .module-paragraphe.paragraphe-slider .swiper-slide .swiper-legend {
      position: absolute;
      bottom: 10px;
      font: normal 1.25em/125% "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
      color: white;
      text-shadow: 1px 1px 1px black;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  @media (max-width: 960px) {
    .module-paragraphe {
      width: 100%; }
      .module-paragraphe .columns.x2 .col {
        display: block;
        width: 100%; }
        .module-paragraphe .columns.x2 .col .content.has-back-color {
          margin: 33.75px; }
        .module-paragraphe .columns.x2 .col:first-child .content.has-back-color {
          margin: 33.75px; } }
  @media (max-width: 640px) {
    .module-paragraphe .columns.x2 .col .content.has-back-color {
      margin: 27px; }
    .module-paragraphe .columns.x2 .col:first-child .content.has-back-color {
      margin: 27px; } }

.nav-main {
  background: white; }
  .nav-main__main-list {
    top: 50%;
    -webkit-backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex; }
    .nav-main__main-list__item {
      margin-left: 20px;
      position: relative;
      min-width: 30px;
      min-height: 19px;
      text-align: center;
      vertical-align: top; }
      .nav-main__main-list__item:first-child {
        margin-left: 0; }
      .nav-main__main-list__item .desktop-only.nav-main__sub-list {
        display: block;
        transition: all ease 0.2s;
        opacity: 0;
        text-transform: uppercase;
        font: normal 1em/0.8em "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
        position: absolute;
        max-height: inherit;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        visibility: hidden; }
        .nav-main__main-list__item .desktop-only.nav-main__sub-list a {
          color: black !important; }
        .nav-main__main-list__item .desktop-only.nav-main__sub-list__item {
          line-height: initial;
          display: inline-block;
          margin-right: 15px; }
          .nav-main__main-list__item .desktop-only.nav-main__sub-list__item:last-child {
            margin-right: 0; }
      .nav-main__main-list__item.bordered {
        border-right: 1px solid black;
        border-left: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 25px; }
      .nav-main__main-list__item:hover .desktop-only.nav-main__sub-list {
        visibility: visible;
        opacity: 1; }
      .nav-main__main-list__item > a, .nav-main__main-list__item > a:visited, .nav-main__main-list__item span {
        color: black;
        font: normal 16px/1em "ITC Avant Garde Gothic W01 Dm";
        text-transform: uppercase;
        transition: all .2s; }
        .nav-main__main-list__item > a:before, .nav-main__main-list__item > a:visited:before, .nav-main__main-list__item span:before {
          vertical-align: top; }
        .nav-main__main-list__item > a.icon-zoom, .nav-main__main-list__item > a:visited.icon-zoom, .nav-main__main-list__item span.icon-zoom {
          font-size: 14px; }
        .nav-main__main-list__item > a.icon-menu, .nav-main__main-list__item > a:visited.icon-menu, .nav-main__main-list__item span.icon-menu {
          font-size: 22px; }
      .nav-main__main-list__item:hover > a {
        opacity: .7; }
      .nav-main__main-list__item.active > a, .nav-main__main-list__item.active span {
        font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif; }
    .nav-main__main-list__sub-list {
      display: none;
      max-height: 0;
      line-height: initial;
      padding: 0;
      overflow: hidden;
      transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-backface-visibility: hidden; }
      .nav-main__main-list__sub-list.desktop-only li a {
        color: black; }
      .nav-main__main-list__sub-list__item {
        margin-top: 5px; }
        .nav-main__main-list__sub-list__item a {
          font: normal 1.4em/0.8em "ITC Avant Garde Gothic W01 Dm" !important; }
        .nav-main__main-list__sub-list__item:hover {
          opacity: .7; }
        .nav-main__main-list__sub-list__item.active a {
          font-weight: bold; }
    .nav-main__main-list .burger-menu {
      display: none; }
    @media (max-width: 1150px) {
      .nav-main__main-list .burger-menu {
        display: inline-block; }
      .nav-main__main-list .desktop-only {
        display: none; } }
    @media (max-width: 765px) {
      .nav-main__main-list .nav-main__main-list {
        top: 12.5px;
        right: 12.5px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }

/*

.mobile, .tablet{
	.nav-main__sub-list{
		display: none;
	}
} */
.mobile-nav-main {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  z-index: 80;
  top: 0;
  left: 0; }
  .mobile-nav-main nav {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  .mobile-nav-main .bordered {
    border-top: 1px solid black;
    padding-top: 20px;
    margin-top: 20px; }
  .mobile-nav-main__main-list__item > a,
  .mobile-nav-main__main-list__item > a:visited,
  .mobile-nav-main__main-list__item span {
    color: black;
    display: inline-block;
    font: normal 3.5em/1em "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    padding: 0 5px;
    text-transform: uppercase;
    transition: all 0.2s; }
  .mobile-nav-main__main-list__item.active > a,
  .mobile-nav-main__main-list__item.active span {
    background-color: black;
    color: white;
    padding: 0.2em; }
  .mobile-nav-main__sub-list {
    left: 5px;
    padding: 0;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-backface-visibility: hidden; }
    .mobile-nav-main__sub-list__item {
      margin-top: 5px;
      list-style-type: decimal;
      display: list-item;
      list-style-position: inside;
      list-style-type: disc; }
      .mobile-nav-main__sub-list__item a {
        font: normal 1.4em/0.8em "ITC Avant Garde Gothic W01 Dm" !important;
        color: black; }
      .mobile-nav-main__sub-list__item.active a,
      .mobile-nav-main__sub-list__item.active span {
        background-color: black;
        color: white;
        padding: 0.2em 0.4em; }
  .mobile-nav-main__second-list {
    margin-top: 5em; }
    .mobile-nav-main__second-list__item > a,
    .mobile-nav-main__second-list__item > a:visited,
    .mobile-nav-main__second-list__item span {
      color: black;
      display: inline-block;
      font: normal 14px/1em "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
      padding: 0 5px;
      text-transform: uppercase;
      transition: all 0.2s; }
    .mobile-nav-main__second-list__item.active > a,
    .mobile-nav-main__second-list__item.active span {
      background-color: black;
      color: white;
      padding: 0.2em 0.4em; }
  .mobile-nav-main .menu-lang.only-mobile {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 640px) {
    .mobile-nav-main .mobile-nav-main__main-list {
    /* top: 45%;
	    	left: 50%;
	    	transform: translate(-50%, -50%);
	    	width: 80%; */ }
      .mobile-nav-main .mobile-nav-main__main-list__item {
        margin-bottom: 0.5em; }
        .mobile-nav-main .mobile-nav-main__main-list__item > a,
        .mobile-nav-main .mobile-nav-main__main-list__item > a:visited,
        .mobile-nav-main .mobile-nav-main__main-list__item span {
          font: normal 2.5em/1.3em "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
      .mobile-nav-main .mobile-nav-main__main-list .mobile-nav-main__sub-list {
        max-height: 300px;
        padding: 0 0 0.5em 0; }
        .mobile-nav-main .mobile-nav-main__main-list .mobile-nav-main__sub-list__item {
          margin-top: 15px; }
          .mobile-nav-main .mobile-nav-main__main-list .mobile-nav-main__sub-list__item a {
            font: normal 1.4em/0.8em "ITC Avant Garde Gothic W01 Dm" !important; } }

/*

.mobile, .tablet{
	.nav-main__sub-list{
		display: none;
	}
} */
.media-gallery {
  margin-bottom: -20px; }
  .media-gallery .media_list {
    overflow: hidden; }
    .media-gallery .media_list_item {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .media-gallery .media_list_item .visual {
        display: block;
        width: 100%; }
        .media-gallery .media_list_item .visual:before {
          content: '';
          display: block; }
        .media-gallery .media_list_item .visual.ratio4-3:before {
          padding-top: 75%; }
        .media-gallery .media_list_item .visual.ratio16-9:before {
          padding-top: 56.25%; }
        .media-gallery .media_list_item .visual.ratio1-1:before {
          padding-top: 100%; }
      .media-gallery .media_list_item .picto-video {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .media-gallery .media_list_item .over {
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        color: white;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        zoom: 1;
        transition: all 0.2s; }
        .media-gallery .media_list_item .over:hover {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          zoom: 1; }
        .media-gallery .media_list_item .over_content {
          left: 0;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%; }
          .media-gallery .media_list_item .over_content .legend {
            font: normal 14px/16px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
          .media-gallery .media_list_item .over_content .description {
            font: normal 14px/16px "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif;
            margin-top: 10px; }
  @media (max-width: 960px) {
    .media-gallery {
      margin-bottom: 0;
      padding: 0px 67.5px; }
      .media-gallery .media_list_col {
        margin-right: 0;
        width: calc(50% - 10px); }
        .media-gallery .media_list_col:nth-child(odd) {
          margin-right: 20px; } }
  @media (max-width: 640px) {
    .media-gallery {
      padding: 0px 20px; }
      .media-gallery .media_list_col {
        margin-bottom: 0;
        width: calc(50% - 5px); }
        .media-gallery .media_list_col:nth-child(odd) {
          margin-right: 10px; }
      .media-gallery .media_list_item {
        margin-bottom: 10px; }
      .media-gallery .over {
        display: none; } }

#newsletter {
  background-color: #333;
  padding: 18px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  #newsletter p {
    color: white;
    position: relative;
    text-align: right; }
    @media (max-width: 450px) {
      #newsletter p {
        text-align: center;
        margin-bottom: 15px; } }
  #newsletter input {
    z-index: 1; }
    #newsletter input[type="text"] {
      margin-top: 0;
      background-color: #777;
      border: none;
      max-width: 325px;
      margin: 0 10px 0 15px; }
    #newsletter input[type="submit"] {
      color: white;
      background-color: transparent;
      font: normal 20px/1em "ITC Avant Garde Gothic W01 Dm";
      text-transform: uppercase; }
      @media (max-width: 450px) {
        #newsletter input[type="submit"] {
          margin-top: 15px; } }
    #newsletter input[name=infos] {
      margin: 0;
      padding: 0;
      width: 0;
      height: 0; }
  @media (max-width: 450px) {
    #newsletter {
      display: block; }
      #newsletter input[type="text"] {
        float: left;
        width: 80%;
        margin: 0; }
      #newsletter input[type="submit"] {
        width: 20%;
        margin: 5px 0px; } }
  #newsletter .intro.ok {
    color: #008c00; }
  #newsletter .intro.ko {
    color: #FE0000; }

.push.full {
  color: white;
  height: calc(100vh - 80px); }
  .push.full .visual {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .push.full .content {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%; }
    .push.full .content .parent-rub {
      font-size: 20px;
      line-height: 23px; }
    .push.full .content .subtitle {
      margin-top: 15px; }
    .push.full .content .grip, .push.full .content .bt {
      margin-top: 43px; }
    .push.full .content .grip {
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
@media (max-width: 960px) {
  .push {
    /*.cache{
    	display: none;
    }*/
    /*	&:nth-of-type(even){
    		.visual{
    			right: auto;
    		}
    		.content{
    			transform: translate($inner-gutter/2, -50%);
    		}
    	}
    	&:nth-of-type(odd){
    		.visual{
    			left: auto;
    		}
    		.content{
    			left: $inner-gutter/2;
    			transform: translate(0, -50%);
    		}
    	}*/ }
    .push .content {
      /*color: black;
      text-align: left !important;
      top: 50% !important;
      width: calc(50% - 135px) !important;*/
      /*.grip{
      	width: 100% !important;
      }*/
      /*	.bt.bordered.white{
      		border-color: black;
      		color: black;
      		&:hover{
      			background: black;
      			color: white;
      		}
      	}*/ }
      .push .content .parent-rub {
        font-size: 15px !important;
        line-height: 20px !important; } }
@media (max-width: 765px) {
  .push {
    height: calc(100vh - 80px/2) !important; }
    .push .grip, .push .bt {
      margin-top: 30px !important; } }
@media (max-width: 640px) {
  .push .cache {
    display: block; }
  .push .visual {
    width: 100% !important; }
  .push .content {
    color: white;
    left: 50% !important;
    text-align: center !important;
    top: 50% !important;
    width: 70% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
    .push .content .subtitle {
      display: none; }
    .push .content .title {
      font-size: 28px; }
    .push .content .grip {
      font-size: 15px;
      line-height: 20px;
      margin-top: 10px !important;
      width: 100% !important; }
    .push .content .bt.bordered.white {
      border-color: white;
      color: white;
      margin-top: 15px !important; }
      .push .content .bt.bordered.white:hover {
        background: white;
        color: black; } }

.related_list_item {
  color: black;
  transition: all .2s; }
  .related_list_item .visual {
    display: block;
    position: relative;
    width: 100%;
    /* &:before{
    	content: '';
    	display: block;
    	padding-top: percentage(9/16);
    } */ }
  .related_list_item-content {
    padding: 20px;
    position: relative; }
  .related_list_item-rub a {
    color: black;
    font-size: 12px;
    line-height: 14px; }
    .related_list_item-rub a:hover {
      text-decoration: underline; }
    .related_list_item-rub a:before {
      content: '> '; }
    .related_list_item-rub a:first-child:before {
      content: ''; }
  .related_list_item-title {
    color: black;
    font: normal 25px/28px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif;
    margin-top: 5px; }
  .related_list_item-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-top: 3px; }
  .related_list_item-grip {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
@media (max-width: 640px) {
  .related {
    padding: 0 20px 0 20px; }
    .related_list_item-content {
      padding: 10px 0; }
    .related_list_item-rub {
      font-size: 10px;
      line-height: 12px; }
    .related_list_item-title {
      font: normal 16px/19px "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
    .related_list_item-subtitle {
      display: none; } }

a.related_list_item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
  zoom: 1; }

.swiper-container .swiper-pagination {
  bottom: 25px !important; }
  .swiper-container .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid white;
    opacity: 1; }
    .swiper-container .swiper-pagination-bullet-active {
      background-color: transparent; }
.swiper-container.hero {
  height: 70vh; }
  .swiper-container.hero .slider-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .swiper-container.hero .slider-player video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .swiper-container.hero .push.full {
    height: 100% !important; }
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background: none; }
  .swiper-container .swiper-button-prev:before, .swiper-container .swiper-button-next:before {
    color: white;
    font: normal 20px/25px "icomoon";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
    text-shadow: -1px 1px 0px black; }
.swiper-container .swiper-button-prev {
  left: 40px; }
.swiper-container .swiper-button-next {
  right: 40px; }
  .swiper-container .swiper-button-next:before {
    -webkit-transform: translate(-40%, -50%) rotate(180deg);
            transform: translate(-40%, -50%) rotate(180deg); }
@media (max-width: 960px) {
  .swiper-container .swiper-pagination {
    background: rgba(0, 0, 0, 0.2); } }
@media (max-width: 640px) {
  .swiper-container .swiper-button-prev:before, .swiper-container .swiper-button-next:before {
    font-size: 18px; }
  .swiper-container .swiper-button-prev {
    left: 10px; }
  .swiper-container .swiper-button-next {
    right: 10px; }
  .swiper-container .swiper-pagination {
    background: rgba(0, 0, 0, 0); } }

.view-item {
  padding-bottom: 110px !important; }
  @media (max-width: 640px) {
    .view-item {
      padding-bottom: 42.5px !important; } }
  .view-item_header {
    max-height: calc(45vh - 80px);
    /* &.big{
    	height: calc(65vh - 80px);
    }
    max-height: calc(60vh - 80px); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .view-item_header:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .view-item_header.no-visual, .view-item_header.no-embed {
      background-color: black; }
      .view-item_header.no-visual:before, .view-item_header.no-embed:before {
        padding-top: 30%; }
    .view-item_header.embed {
      max-height: calc(100vh - 80px); }
      .view-item_header.embed .view-item_header-content {
        bottom: 135px;
        pointer-events: none;
        top: auto;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
        @media (max-width: 960px) {
          .view-item_header.embed .view-item_header-content {
            bottom: 67.5px; } }
        @media (max-width: 640px) {
          .view-item_header.embed .view-item_header-content {
            bottom: 33.75px; } }
    .view-item_header-videoBg {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .view-item_header-videoBg iframe {
        height: 100%;
        width: 100%; }
    .view-item_header-content {
      color: white;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% - 135px*2); }
      .view-item_header-content .date {
        margin-bottom: 20px; }
      .view-item_header-content .subtitle {
        font-family: "ITC Avant Garde Gothic W01 Dm", Arial, Helvetica, sans-serif;
        margin-top: 15px;
        font-size: 32px;
        line-height: 38px;
        width: 70%; }
        @media (max-width: 960px) {
          .view-item_header-content .subtitle {
            width: 100%; } }
        @media (max-width: 640px) {
          .view-item_header-content .subtitle {
            line-height: 24px; } }
    .view-item_header-infos {
      color: white;
      font-size: 12px;
      left: 50%;
      line-height: 14px;
      position: absolute;
      bottom: 3%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      width: calc(100% - 135px*2); }
      .view-item_header-infos .legend {
        font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
        opacity: 0.5; }
    .view-item_header .video-poster {
      bottom: 0;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .view-item_header .video-poster .picto-video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .ios .view-item_header .video-poster {
        background-image: none !important;
        pointer-events: none; }
        .ios .view-item_header .video-poster .picto-video {
          display: none; }
    @media (max-width: 960px) {
      .view-item_header-content, .view-item_header-infos {
        width: 100%;
        padding: 0px 67.5px;
        box-sizing: border-box; } }
    @media (max-width: 640px) {
      .view-item_header.no-visual:before, .view-item_header.no-embed:before {
        padding-top: 47%; }
      .view-item_header-content .picto-video {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: scale(0.5) translate(50%, 50%);
                transform: scale(0.5) translate(50%, 50%); }
      .view-item_header-content .date {
        margin-bottom: 10px; }
      .view-item_header-content .title {
        font-size: 28px;
        line-height: 32px; }
      .view-item_header-content .subtitle {
        font-size: 22px;
        margin-top: 10px; }
      .view-item_header-infos {
        font-size: 10px;
        line-height: 12px; }
      .view-item_header-content, .view-item_header-infos {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box; }
      .view-item_header .video-poster .picto-video {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        -webkit-transform: translate(0%, 0%) scale(0.5);
                transform: translate(0%, 0%) scale(0.5); } }

.search {
  background: black;
  height: 100px;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  z-index: 110;
  box-sizing: border-box; }
  .search .search-form:before {
    color: white;
    position: absolute;
    line-height: 100px;
    top: 50%;
    left: 67.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .search input {
    background: transparent;
    border: none;
    color: white;
    font: normal 50px/100px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
    padding: 0 0 0 135px;
    width: 100%;
    box-sizing: border-box; }
  @media (max-width: 640px) {
    .search input {
      font-size: 20px; } }
  @media (max-width: 450px) {
    .search input {
      font-size: 12px; } }

.share.list {
  height: 70px;
  text-align: right;
  float: right;
  margin-bottom: -70px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  /* + > *{
  	clear: both;
  } */ }
  .share.list + .article {
    clear: both; }
  .share.list li {
    height: 100%;
    min-width: 35px; }
    .share.list li a {
      font-size: 18px;
      color: black;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .share.list li a:hover {
        opacity: .7; }
      .share.list li a.icon-twitter {
        font-size: 20px; }
    .share.list li.wording {
      font-family: "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif;
      min-width: 170px; }
      .share.list li.wording span {
        display: inline-block;
        font-size: 15px;
        color: black;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%; }
  @media (max-width: 640px) {
    .share.list {
      display: none; } }

.artVideo {
  padding-right: 0px !important; }

.tandem, .artVideo {
  padding-top: 60px !important; }
  @media (max-width: 765px) {
    .tandem, .artVideo {
      padding-top: 30px !important; } }
  .tandem .list-col-4, .artVideo .list-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; }
    @media (max-width: 1150px) {
      .tandem .list-col-4, .artVideo .list-col-4 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 960px) {
      .tandem .list-col-4, .artVideo .list-col-4 {
        grid-template-columns: repeat(2, 1fr); } }
  .tandem a, .artVideo a {
    color: black; }
  .tandem .visual, .artVideo .visual {
    position: relative; }
    .tandem .visual .picto-video, .artVideo .visual .picto-video {
      top: 50%;
      position: absolute;
      z-index: 999;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#flux {
  background-color: #333333;
  color: white;
  overflow: hidden;
  padding: 35px 100px;
  position: relative; }
  @media (max-width: 640px) {
    #flux {
      padding: 35px 20px; } }
  #flux .title {
    color: white;
    font: normal 36px/36px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    text-align: center; }
    #flux .title a {
      color: white; }
    #flux .title img {
      margin-right: 10px; }
  #flux ul {
    padding: 2%; }
  #flux li {
    float: left;
    width: 33.33%; }
    #flux li .visual-container {
      float: left;
      padding-right: 20px;
      width: 33.33%;
      box-sizing: border-box; }
      #flux li .visual-container .visual {
        border: 2px solid white;
        display: block;
        width: 100%;
        border-radius: 50%;
        /* stops bg color from leaking outside the border: */
        background-clip: padding-box; }
    @media (max-width: 1025px) {
      #flux li {
        float: none;
        margin-top: 20px;
        min-height: 100px;
        overflow: hidden;
        position: relative;
        width: 100%; }
        #flux li .visual-container {
          left: 0;
          padding: 0;
          position: absolute;
          top: 0;
          width: 100px; }
        #flux li .info {
          padding-left: 120px;
          width: 100%; }
        #flux li:first-child {
          margin-top: 0; } }
    @media (max-width: 640px) {
      #flux li .visual-container {
        width: 65px; }
      #flux li .info {
        padding-left: 90px; } }
  #flux .info {
    float: left;
    padding-right: 25px;
    width: 66.66%;
    box-sizing: border-box; }
  #flux .author {
    color: white;
    font: normal 18px/18px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    opacity: 0.6; }
    @media (max-width: 640px) {
      #flux .author {
        font-size: 16px; } }
  #flux .date {
    color: white;
    font: normal 18px/14px "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    opacity: 0.6; }
    @media (max-width: 640px) {
      #flux .date {
        font-size: 16px; } }
  #flux .description {
    color: white;
    font: normal 18px/22px "ITC Avant Garde Gothic W01 Md", Arial, Helvetica, sans-serif; }
    @media (max-width: 640px) {
      #flux .description {
        font-size: 16px; } }
    #flux .description a {
      color: white; }

.tags-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px; }
  .tags-grid .module-title {
    width: 100%;
    margin: 0; }
  .tags-grid-item {
    width: calc(100%/4 - (90px / 4));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 1025px) {
      .tags-grid-item {
        width: calc(100%/3 - (60px / 3)); } }
    @media (max-width: 765px) {
      .tags-grid-item {
        width: calc(100%/2 - (30px / 2)); } }
    .tags-grid-item b {
      font: normal 16px/125% "ITC Avant Garde Gothic W01 Dm", "ITC Avant Garde Gothic W01 Bd", Arial, Helvetica, sans-serif; }
    .tags-grid-item img {
      max-width: 100%;
      display: block; }
  .tags-grid-title {
    text-transform: uppercase; }
  .tags-grid-logo {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.contact label {
  display: block;
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  .contact label[for="msg"] {
    height: 290px;
    margin-bottom: 40px; }
.contact .bt {
  display: block;
  margin: 20px auto 0 auto;
  text-transform: inherit;
  width: 235px; }
  .contact .bt.ok {
    background: #008c00;
    border-color: #008c00;
    pointer-events: none; }
    .contact .bt.ok:hover {
      color: #008c00; }
  .contact .bt.ko {
    background: #FE0000;
    border-color: #FE0000; }
    .contact .bt.ko:hover {
      color: #FE0000; }
  .contact .bt:hover {
    background: transparent; }
.contact .mandatory, .contact .confirm {
  color: #aaaaaa;
  margin-top: 20px;
  text-align: center; }
.contact .confirm {
  color: black;
  display: none; }
  .contact .confirm.active {
    display: block; }
@media (max-width: 960px) {
  .contact .col {
    margin: 0 !important; } }

form {
  display: block;
  position: relative;
  overflow: hidden; }

input[type="text"], textarea {
  border: 1px solid #d0d0d0;
  display: block;
  font: normal 16px/35px Arial, Helvetica, sans-serif;
  margin-top: 10px;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"].error, textarea.error {
    border: 4px solid #FE0000; }

input[type="submit"] {
  border: none;
  vertical-align: bottom; }

textarea {
  height: 90%;
  resize: none; }

.b4s3_home .col-4 .liste-gen_item_content {
  width: 100%; }
  .b4s3_home .col-4 .liste-gen_item_content .liste-gen_item_title {
    font-size: 20px;
    line-height: 22px; }
.b4s3_home .cache {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 66%, rgba(0, 212, 255, 0) 100%);
  z-index: 1; }
.b4s3_home .hero {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  .b4s3_home .hero .swiper-container .swiper-pagination {
    background: transparent; }
  .b4s3_home .hero .swiper-slide {
    aspect-ratio: 16/9; }
    @media (max-width: 765px) {
      .b4s3_home .hero .swiper-slide {
        aspect-ratio: 1/1; }
        .b4s3_home .hero .swiper-slide video {
          object-fit: cover; } }
    .b4s3_home .hero .swiper-slide.slider-player {
      padding-top: 0; }
  .b4s3_home .hero .push.full .visual {
    position: unset; }
    .b4s3_home .hero .push.full .visual img {
      width: 100%; }
    @media (max-width: 765px) {
      .b4s3_home .hero .push.full .visual {
        height: 100%; }
        .b4s3_home .hero .push.full .visual img {
          height: 100%;
          object-fit: cover; } }
  .b4s3_home .hero .content {
    z-index: 2;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%;
    color: white; }
    .b4s3_home .hero .content .parent-rub {
      font-size: 20px;
      line-height: 23px; }
      @media (max-width: 960px) {
        .b4s3_home .hero .content .parent-rub {
          font-size: 15px;
          line-height: 20px; } }
    .b4s3_home .hero .content .subtitle {
      margin-top: 15px; }
      @media (max-width: 640px) {
        .b4s3_home .hero .content .subtitle {
          display: none; } }
    .b4s3_home .hero .content .grip, .b4s3_home .hero .content .bt {
      margin-top: 43px; }
      @media (max-width: 765px) {
        .b4s3_home .hero .content .grip, .b4s3_home .hero .content .bt {
          margin-top: 30px; } }
    @media (max-width: 640px) {
      .b4s3_home .hero .content .bt {
        margin-top: 15px; } }
    .b4s3_home .hero .content .grip {
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
      @media (max-width: 640px) {
        .b4s3_home .hero .content .grip {
          margin-top: 10px;
          width: 100%;
          font-size: 15px;
          line-height: 20px; } }
    @media (max-width: 640px) {
      .b4s3_home .hero .content .title {
        font-size: 28px; } }
    @media (max-width: 640px) {
      .b4s3_home .hero .content {
        width: 70%; } }
.b4s3_home .sectionTitle {
  font-family: "ITC Avant Garde Gothic W01 Bk", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 150%;
  margin: 0 20px 22px 0; }
  @media (max-width: 550px) {
    .b4s3_home .sectionTitle {
      font-size: 28px; } }
  @media (max-width: 765px) {
    .b4s3_home .sectionTitle {
      line-height: 120%; } }
.b4s3_home .view-item {
  padding-bottom: 0px !important; }
  .b4s3_home .view-item_header {
    max-height: initial; }
@media (max-width: 640px) {
  .b4s3_home .newsletter-ontop {
    display: none; } }
@media (min-width: 641px) {
  .b4s3_home .newsletter-onbottom {
    display: none; } }
.b4s3_home .banner {
  background-color: black;
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  color: white; }
  @media (max-width: 550px) {
    .b4s3_home .banner {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  .b4s3_home .banner .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .b4s3_home .banner .columns .col {
      float: none; }
      .b4s3_home .banner .columns .col:first-child {
        margin-right: 0px !important; }
      .b4s3_home .banner .columns .col img {
        width: 50%;
        margin: 0 auto;
        max-width: 150px; }
        @media (max-width: 550px) {
          .b4s3_home .banner .columns .col img {
            width: 25%; } }
.b4s3_home .sectionHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .b4s3_home .sectionHeader .customButtons {
    position: relative !important;
    border: 1px solid black;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    left: 0 !important;
    right: 0 !important; }
    .b4s3_home .sectionHeader .customButtons.swiper-button-prev {
      margin-right: 8px !important; }
    .b4s3_home .sectionHeader .customButtons:before {
      font-size: 11px !important;
      color: black !important; }
  .b4s3_home .sectionHeader .swiperButtons {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
.b4s3_home .view-item_header.no-visual.no-embed {
  background: white; }
  .b4s3_home .view-item_header.no-visual.no-embed:before {
    padding-top: 0 !important; }
  .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content {
    color: black;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%; }
    .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content .title {
      overflow: hidden;
      width: 0;
      height: 0; }
    .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content .subtitle {
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      max-width: 70%;
      line-height: 150%; }
      @media (max-width: 960px) {
        .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content .subtitle {
          max-width: 80%; } }
      @media (max-width: 765px) {
        .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content .subtitle {
          line-height: 120%;
          margin-bottom: 25px; } }
      @media (max-width: 640px) {
        .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content .subtitle {
          max-width: 90%; } }
    @media (max-width: 640px) {
      .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content {
        left: 22.5px !important; } }
  .b4s3_home .view-item_header.no-visual.no-embed .cache {
    display: none; }
.b4s3_home section.swiper-container .push.full {
  height: calc(100vh - (80px + 70px)); }
  @media (max-width: 765px) {
    .b4s3_home section.swiper-container .push.full {
      margin-bottom: 0; } }
.b4s3_home .related {
  overflow: initial; }
  .b4s3_home .related .module-title {
    font-size: 34px;
    text-align: center;
    height: 135px;
    line-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    float: right;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    margin-bottom: 0;
    -ms-flex-pack: center;
        justify-content: center; }
.b4s3_home .related_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px); }
  .b4s3_home .related_list_item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 25px; }
    .b4s3_home .related_list_item:nth-child(even) {
      -webkit-transform: translateY(155px);
              transform: translateY(155px); }
    .b4s3_home .related_list_item-content {
      text-align: center;
      padding: 20px 50px; }
    .b4s3_home .related_list_item-subtitle {
      font-family: "ITC Avant Garde Gothic W01 XLt", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 150%;
      margin-top: 0; }
    .b4s3_home .related_list_item-title {
      font-size: 20px;
      line-height: 125%;
      margin-top: 0; }
    .b4s3_home .related_list_item-grip {
      font-size: 14px;
      line-height: 150%;
      margin-top: 0; }
    .b4s3_home .related_list_item .bt {
      margin-top: 20px; }
@media (max-width: 1150px) {
  .b4s3_home .related .module-title {
    font-size: 30px;
    line-height: 32px; }
  .b4s3_home .related .related_list_item-subtitle {
    font-size: 18px;
    line-height: 19px; }
  .b4s3_home .related .related_list_item-title {
    font-size: 30px;
    line-height: 33px; }
  .b4s3_home .related .related_list_item-grip {
    font-size: 18px;
    line-height: 19px; } }
@media (max-width: 960px) {
  .b4s3_home .related .module-title {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .b4s3_home .related .related_list {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .b4s3_home .related .related_list_item {
      width: 100%; }
      .b4s3_home .related .related_list_item:nth-child(even) {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
@media (max-width: 640px) {
  .b4s3_home .view-item_header {
    margin-bottom: 0; }
    .b4s3_home .view-item_header.no-visual .view-item_header-content, .b4s3_home .view-item_header.no-embed .view-item_header-content, .b4s3_home .view-item_header.no-visual.no-embed .view-item_header-content {
      left: 0 !important; }
    .b4s3_home .view-item_header .subtitle {
      font-size: 28px;
      line-height: 125%; }
  .b4s3_home .related .module-title {
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    height: 95px; }
  .b4s3_home .related .related_list_item-title {
    font-size: 25px;
    line-height: 28px; }
  .b4s3_home .related .related_list_item-subtitle {
    display: block;
    font-size: 15px;
    line-height: 16px; }
  .b4s3_home .related .related_list_item-grip {
    font-size: 15px;
    line-height: 16px; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: -webkit-transform, height;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.swiper-slide .liste-gen_item_content {
  width: 100%; }



/*# sourceMappingURL=main.css.map */
