body > header {
  padding: 10px 0 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  background: white; }
  body > header .navbar-header {
    text-align: center; }
    body > header .navbar-header .navbar-toggle {
      float: none; }

#hero {
  margin-top: 78px;
  height: calc(100vh - 78px);
  position: relative; }
  #hero .container {
    position: relative;
    z-index: 500;
    width: calc(100% - 18px); }
  #hero .text-container--inner {
    margin-top: 10px; }
    #hero .text-container--inner #logo {
      margin-bottom: 15px; }
  #hero .swiper-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400; }
    #hero .swiper-container .swiper-button-prev,
    #hero .swiper-container .swiper-button-next {
      background: none;
      background-color: #ffffff;
      width: auto;
      height: 40px;
      font-size: 1em;
      line-height: 1;
      padding: 8px 8px 8px 8px; }
    #hero .swiper-container .swiper-button-next {
      padding-right: 6px;
      z-index: 300;
      right: 0px; }
    #hero .swiper-container .swiper-button-prev {
      padding-left: 6px;
      z-index: 300;
      left: 0px; }
    #hero .swiper-container .swiper-button-prev::before {
      color: #000000;
      font: normal normal normal 30px/1 FontAwesome;
      content: "\f053"; }
    #hero .swiper-container .swiper-button-next::before {
      color: #000000;
      font: normal normal normal 30px/1 FontAwesome;
      content: "\f054"; }
    #hero .swiper-container .swiper-slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
  #hero .container,
  #hero .row,
  #hero .row > div {
    height: 100%; }
  #hero .bg-container {
    -webkit-blur: 90px;
    -moz-blur: 90px;
    -ms-blur: 90px;
    -o-blur: 90px;
    blur: 90px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 300;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; }
  #hero .text-container {
    font-size: 1.5rem;
    z-index: 500;
    text-align: center;
    height: 100%;
    position: relative;
    margin: 0 0 0 0;
    padding: 1px 0 0 0;
    position: relative; }
  #hero .socials-links-container {
    margin: 0 0 10px 0; }
    #hero .socials-links-container a {
      display: inline-block;
      padding: 5px 5px 5px 5px;
      margin: 0 5px 0 5px;
      font-size: 1.714em; }
  #hero .block-sendinblue ::-webkit-input-placeholder,
  #hero .block-simplenews ::-webkit-input-placeholder {
    color: #0e9fcf; }
  #hero .block-sendinblue :-moz-placeholder,
  #hero .block-simplenews :-moz-placeholder {
    color: #0e9fcf;
    opacity: 1; }
  #hero .block-sendinblue ::-moz-placeholder,
  #hero .block-simplenews ::-moz-placeholder {
    color: #0e9fcf;
    opacity: 1; }
  #hero .block-sendinblue :-ms-input-placeholder,
  #hero .block-simplenews :-ms-input-placeholder {
    color: #0e9fcf; }
  #hero .block-sendinblue .control-label,
  #hero .block-simplenews .control-label {
    display: none; }
  #hero .block-sendinblue .sendinblue-signup-subscribe-form,
  #hero .block-sendinblue .simplenews-subscribe,
  #hero .block-simplenews .sendinblue-signup-subscribe-form,
  #hero .block-simplenews .simplenews-subscribe {
    position: relative; }
  #hero .block-sendinblue .form-text,
  #hero .block-simplenews .form-text {
    display: block;
    height: 30px;
    padding: 0px 12px 1px 12px;
    margin-right: 30px;
    width: calc(100% - 40px) !important;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset;
    background: transparent; }
  #hero .block-sendinblue .btn.form-submit,
  #hero .block-simplenews .btn.form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 7px 5px 7px;
    border: none;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    background: #000000;
    color: #fff; }
    #hero .block-sendinblue .btn.form-submit::before,
    #hero .block-simplenews .btn.form-submit::before {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f1d8";
      text-indent: 0%;
      position: absolute;
      left: 6px;
      top: 7px; }
    #hero .block-sendinblue .btn.form-submit:hover,
    #hero .block-simplenews .btn.form-submit:hover {
      background: #fff;
      color: #000000; }
  #hero.hero-video {
    background-color: #000000;
    position: relative;
    margin-top: 78px;
    height: auto; }
    #hero.hero-video video#video-hero {
      width: 100%;
      height: auto; }
    #hero.hero-video .desc-video {
      margin-top: 20px;
      font-size: 1.6rem;
      font-weight: 800; }
    #hero.hero-video .text-container {
      height: auto; }

#block-preview-expos-permanentes {
  margin-top: 40px; }
  #block-preview-expos-permanentes h1 {
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 2.571em;
    text-transform: uppercase; }
    #block-preview-expos-permanentes h1 strong {
      font-weight: 700; }
    #block-preview-expos-permanentes h1::before {
      content: "";
      display: block;
      background: transparent url(../img/ico-title-bck-preview-expos-permanentes.png) no-repeat center center;
      height: 28px;
      margin-bottom: 20px; }
  #block-preview-expos-permanentes h2 {
    font-size: 1em;
    text-transform: uppercase; }
  #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation,
  #block-preview-expos-permanentes .expo-permante-plus-jamais-ca {
    margin-bottom: 20px; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation > div > div,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca > div > div {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
      -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
      -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19); }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .description,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .description {
      position: relative;
      padding: 10px 10px 10px 10px;
      z-index: 2;
      text-align: center; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a {
      display: inline-block;
      border: 1px solid #ffffff;
      padding: 13px 19px 13px 19px;
      background-color: rgba(255, 255, 255, 0);
      overflow: hidden;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: color, background-color;
      -moz-transition-property: color, background-color;
      -ms-transition-property: color, background-color;
      -o-transition-property: color, background-color;
      transition-property: color, background-color;
      margin: 0 0 0 0;
      background: #000;
      color: #ffffff;
      border: 2px solid #000000; }
      #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:hover, #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:focus, #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:active,
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:hover,
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:focus,
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:active {
        text-decoration: none;
        color: #000000;
        background: #ffffff; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .content-container:hover .bg,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .content-container:hover .bg {
      background-size: 120% !important; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .bg,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .bg {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-size: 100% !important;
      overflow: hidden;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: background-size;
      -moz-transition-property: background-size;
      -ms-transition-property: background-size;
      -o-transition-property: background-size;
      transition-property: background-size; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation img,
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .left.left:before {
    background: #e9eff4;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    margin-left: -100%; }
  #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .bg {
    margin-left: -50%;
    z-index: 1; }
  #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .right:after {
    background: #e9eff4;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    right: 0;
    margin-right: -100%; }
  #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .bg {
    margin-right: -50%;
    z-index: 1; }

#visite-virtuelle-preview {
  background: url(../img/bg-visite-virtuelle-preview.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0 35px 0;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.143em; }
  #visite-virtuelle-preview p {
    margin: 0 0 20px 0; }
  #visite-virtuelle-preview h2 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 600; }
  #visite-virtuelle-preview a.cta {
    color: #ffffff;
    display: inline-block;
    font-size: 1.286em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, color, background-color;
    -moz-transition-property: border-color, color, background-color;
    -ms-transition-property: border-color, color, background-color;
    -o-transition-property: border-color, color, background-color;
    transition-property: border-color, color, background-color;
    position: relative; }
    #visite-virtuelle-preview a.cta:before, #visite-virtuelle-preview a.cta::after {
      position: absolute;
      bottom: 0;
      content: " ";
      display: block;
      width: 100%;
      border-bottom: 1px solid #ffffff;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: border-color;
      -moz-transition-property: border-color;
      -ms-transition-property: border-color;
      -o-transition-property: border-color;
      transition-property: border-color;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    #visite-virtuelle-preview a.cta span {
      position: relative;
      padding: 0px 32px 15px 32px;
      display: block; }
      #visite-virtuelle-preview a.cta span svg {
        width: 86px;
        fill: #ffffff;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: fill;
        -moz-transition-property: fill;
        -ms-transition-property: fill;
        -o-transition-property: fill;
        transition-property: fill; }
      #visite-virtuelle-preview a.cta span::before, #visite-virtuelle-preview a.cta span::after {
        content: " ";
        width: 22%;
        border-bottom: 1px solid #ffffff;
        position: absolute;
        top: 20px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: border-color;
        -moz-transition-property: border-color;
        -ms-transition-property: border-color;
        -o-transition-property: border-color;
        transition-property: border-color;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      #visite-virtuelle-preview a.cta span::before {
        left: 0; }
      #visite-virtuelle-preview a.cta span::after {
        right: 0; }
    #visite-virtuelle-preview a.cta:hover {
      color: #000000;
      text-decoration: none; }
      #visite-virtuelle-preview a.cta:hover::after {
        border-color: #000000;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); }
      #visite-virtuelle-preview a.cta:hover::before {
        border-color: #000000;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
      #visite-virtuelle-preview a.cta:hover span::before, #visite-virtuelle-preview a.cta:hover span::after {
        border-color: #000000; }
      #visite-virtuelle-preview a.cta:hover span::after {
        width: 26%;
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px); }
      #visite-virtuelle-preview a.cta:hover span::before {
        width: 26%;
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px); }
      #visite-virtuelle-preview a.cta:hover span svg {
        fill: #000000; }

#bck-they-support-us {
  /*
  .paragraph_list_logos-container {
  	position: relative;
  	padding-left: 40px;
  	padding-right: 40px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  .paragraph_list_logos-container::before, 
  .paragraph_list_logos-container::after {
  	position: absolute;
  	content: "";
  	display: block;
  	width: 30px;
  	height: 45px;
  }
  .paragraph_list_logos-container::before {
  	background: transparent url(../img/logos-soutien-institutionnels-et-medias/soitien-container-corner-left-bottom.png) no-repeat;
  	bottom: 0;
  	left: 0;
  }
  .paragraph_list_logos-container::after {
  	background: transparent url(../img/logos-soutien-institutionnels-et-medias/soitien-container-corner-right-top.png) no-repeat;
  	top: 0;
  	right: 0;
  }
  */ }
  #bck-they-support-us h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 2em;
    font-weight: 600; }
  #bck-they-support-us .paragraph_list_logos {
    padding: 0 0 0 0; }
    #bck-they-support-us .paragraph_list_logos li {
      display: inline-block; }
    #bck-they-support-us .paragraph_list_logos img.highlighted {
      max-width: 80%; }

#visite-infos-preview {
  background: url(../img/bg-visite-infos-preview.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0 35px 0;
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.143em; }
  #visite-infos-preview p {
    margin: 0 0 20px 0; }
  #visite-infos-preview h2 {
    text-transform: uppercase;
    font-size: 1.250em;
    font-weight: 600;
    margin-bottom: 0px; }
  #visite-infos-preview a {
    color: #ffffff;
    text-decoration: underline; }
    #visite-infos-preview a:hover {
      text-decoration: none; }

.view-activity.view-display-id-bck_tocome {
  width: 100%; }
  .view-activity.view-display-id-bck_tocome .block-title {
    text-align: center;
    text-transform: uppercase; }
    .view-activity.view-display-id-bck_tocome .block-title a {
      display: inline-block; }
      .view-activity.view-display-id-bck_tocome .block-title a::after {
        content: "[+]";
        font-weight: bold;
        display: inline-block;
        margin-left: 6px;
        color: #0e9fcf; }
      .view-activity.view-display-id-bck_tocome .block-title a:hover {
        text-decoration: none;
        color: #000000; }
        .view-activity.view-display-id-bck_tocome .block-title a:hover::after {
          color: #000000; }
  .view-activity.view-display-id-bck_tocome .views-row a {
    -webkit-transform: translateZ(0) scale(1);
    -moz-transform: translateZ(0) scale(1);
    -ms-transform: translateZ(0) scale(1);
    -o-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    z-index: 1; }
    .view-activity.view-display-id-bck_tocome .views-row a:hover {
      -webkit-transform: translateZ(0) scale(1.15);
      -moz-transform: translateZ(0) scale(1.15);
      -ms-transform: translateZ(0) scale(1.15);
      -o-transform: translateZ(0) scale(1.15);
      transform: translateZ(0) scale(1.15);
      z-index: 20;
      position: relative; }
  .view-activity.view-display-id-bck_tocome .swiper-button-prev,
  .view-activity.view-display-id-bck_tocome .swiper-button-next {
    background: none;
    background-color: #00aeef;
    background-size: 50% auto;
    border: 1px solid #00aeef;
    color: #fff; }
    .view-activity.view-display-id-bck_tocome .swiper-button-prev:hover,
    .view-activity.view-display-id-bck_tocome .swiper-button-next:hover {
      background-color: #ffffff;
      color: #00aeef; }
  .view-activity.view-display-id-bck_tocome .swiper-button-prev::before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f053";
    text-indent: 0%;
    position: absolute;
    left: 7px;
    top: 13px; }
  .view-activity.view-display-id-bck_tocome .swiper-button-next::before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f054";
    text-indent: 0%;
    position: absolute;
    left: 7px;
    top: 13px; }

#block-preview-expos-permanentes .expo-permante-plus-jamais-ca .right {
  overflow-x: hidden; }

#ctas {
  margin: 30px 0 30px 0;
  overflow-x: hidden; }
  #ctas a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 20px 0; }
  #ctas #cta-list-news span,
  #ctas #cta-infos-booking span {
    font-size: 18px; }
    #ctas #cta-list-news span::after,
    #ctas #cta-infos-booking span::after {
      content: "[+]";
      font-weight: bold;
      display: inline-block;
      margin-left: 4px;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      -moz-transition-property: transform;
      -ms-transition-property: transform;
      -o-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -ms-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
  #ctas #cta-list-news:hover span:after,
  #ctas #cta-infos-booking:hover span:after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px); }
  #ctas #cta-list-news a {
    background: #e9eff4;
    color: #000000;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color; }
    #ctas #cta-list-news a:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      left: -100%;
      top: 0;
      bottom: 0;
      background: #e9eff4;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: color, background-color;
      -moz-transition-property: color, background-color;
      -ms-transition-property: color, background-color;
      -o-transition-property: color, background-color;
      transition-property: color, background-color; }
    #ctas #cta-list-news a:hover {
      background-color: #0e9fcf;
      color: #ffffff; }
      #ctas #cta-list-news a:hover::before {
        background-color: #0e9fcf; }
  #ctas #cta-infos-booking a {
    background: #000000;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -ms-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color; }
    #ctas #cta-infos-booking a::after {
      content: "";
      top: 0;
      bottom: 0;
      right: -100%;
      width: 100%;
      position: absolute;
      background: #000000;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
      -o-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: color, background-color;
      -moz-transition-property: color, background-color;
      -ms-transition-property: color, background-color;
      -o-transition-property: color, background-color;
      transition-property: color, background-color; }
    #ctas #cta-infos-booking a:hover {
      background-color: #0e9fcf;
      color: #ffffff; }
      #ctas #cta-infos-booking a:hover::after {
        background-color: #0e9fcf; }

@media (min-width: 768px) {
  #hero {
    margin-top: 0;
    height: 100vh; }
    #hero .container {
      width: calc(100% - 100px); }
    #hero .text-container--inner {
      margin-top: 50%; }
    #hero .swiper-container .swiper-button-prev,
    #hero .swiper-container .swiper-button-next {
      height: 48px;
      font-size: 1em;
      line-height: 1;
      padding: 10px 15px 10px 15px; }
    #hero .navbar-header {
      text-align: left; }
    #hero .bg-container {
      top: 0px;
      bottom: 0px;
      left: -50px;
      right: -50px; }
    #hero .text-container {
      font-size: 1.4rem;
      text-transform: uppercase;
      margin: 0 41px;
      padding: 1px 20px 0 20px; }
      #hero .text-container #logo {
        margin-bottom: 10px; }
    #hero footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 18%; }
    #hero .block-sendinblue,
    #hero .block-simplenews {
      display: inline-block;
      width: 70%; }
    #hero .socials-links-container {
      margin: 0 0 10px 0; }
    #hero.hero-video {
      margin-top: 78px;
      height: calc(100vh - 78px);
      overflow: hidden; }
      #hero.hero-video video#video-hero {
        height: calc(100vh - 78px); }
      #hero.hero-video .text-container--inner {
        margin-top: 0;
        height: 82%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      #hero.hero-video .container-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%; }
      #hero.hero-video .text-container {
        height: 100%; }
      #hero.hero-video footer .socials-links-container {
        margin: 0 0 14px 0; }

  .view-activity.view-display-id-bck_tocome {
    left: -50px;
    padding: 50px 50px 50px 50px; }
    .view-activity.view-display-id-bck_tocome .swiper-slide-active:before,
    .view-activity.view-display-id-bck_tocome .swiper-slide-next + div:after {
      content: '';
      width: 50px;
      background: white;
      display: block;
      position: absolute;
      z-index: 3;
      top: -5px;
      bottom: -5px; }
    .view-activity.view-display-id-bck_tocome .swiper-slide-active:before {
      left: -55px; }
    .view-activity.view-display-id-bck_tocome .swiper-slide-next + div:after {
      right: -55px; }
    .view-activity.view-display-id-bck_tocome .swiper-button-prev {
      left: 0px;
      padding-left: 12px; }
    .view-activity.view-display-id-bck_tocome .swiper-button-next {
      right: 0px;
      padding-right: 12px; }

  #block-preview-expos-permanentes {
    margin-bottom: 0; }
    #block-preview-expos-permanentes > div > div {
      -webkit-box-shadow: unset;
      -moz-box-shadow: unset;
      -ms-box-shadow: unset;
      -o-box-shadow: unset;
      box-shadow: unset; }
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca,
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation {
      margin-bottom: 80px; }
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca > div > div,
      #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation > div > div {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        -ms-box-shadow: unset;
        -o-box-shadow: unset;
        box-shadow: unset; }
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .description,
      #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .description {
        padding: 30px 0 30px 0;
        min-height: 340px;
        color: #ffffff; }
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a,
      #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a {
        color: #ffffff;
        margin: 15px 0 15px 0;
        background: transparent;
        border: 0px solid #ffffff; }
        #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:hover, #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:focus, #block-preview-expos-permanentes .expo-permante-plus-jamais-ca a:active,
        #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:hover,
        #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:focus,
        #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation a:active {
          text-decoration: none;
          background-color: white;
          color: #000000; }
      #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .picture,
      #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .picture {
        position: relative;
        z-index: 100;
        padding-top: 20px; }
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .description {
      padding-left: 16.66666667%;
      text-align: left; }
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .picture {
      position: absolute;
      top: 0px;
      left: 0;
      right: -20px; }
    #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .bg {
      background: transparent url(../img/bg-text-expo-permante-plus-jamais-ca.jpg) no-repeat; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .description {
      padding-right: 16.66666667%;
      text-align: right; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .picture {
      position: absolute;
      top: 0px;
      right: 0;
      left: -20px; }
    #block-preview-expos-permanentes .expo-permante-en-lutte-histoires-demancipation .bg {
      background: transparent url(../img/bg-desc-expo-permante-en-lutte-histoires-demancipation.jpg) no-repeat;
      margin-left: -50%;
      z-index: 1; }
    #block-preview-expos-permanentes h2 {
      font-size: 1.714em; }

  #visite-virtuelle-preview h2 {
    font-size: 2.5em; }
  #visite-virtuelle-preview a.cta {
    width: 30%; }

  #bck-they-support-us h2 {
    font-size: 2.5em; }

  #visite-infos-preview h2 {
    font-size: 2.5em; }
    #visite-infos-preview h2 strong {
      font-size: 1.500em; } }
@media (min-width: 992px) {
  #hero .container {
    /*width: 1220px;*/ }
  #hero .text-container #logo {
    margin-bottom: 50px; }
  #hero.hero-video video#video-hero {
    width: 100%;
    height: auto; }
  #hero.hero-video .desc-video {
    font-size: 2.5rem;
    margin-top: 30px; } }
@media (min-width: 1024px) {
  #hero .socials-links-container {
    margin: 0 0 40px 0; }

  .view-activity.view-display-id-bck_tocome {
    width: 108%; }

  #block-preview-expos-permanentes .expo-permante-plus-jamais-ca .right {
    overflow-x: inherit; } }
@media (min-height: 1024px) {
  #hero.hero-video footer .socials-links-container {
    margin: 0 0 40px 0; } }
