/* fonts embedding */
@font-face {
  font-family: 'RockwellStandard';
  src: url('../fonts/rock-web.eot');
  src: local('☺'), url('../fonts/rock-web.woff') format('woff'), url('../fonts/rock-web.ttf') format('truetype'), url('../fonts/rock-web.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RockwellBold';
  src: url('../fonts/rockb-web.eot');
  src: local('☺'), url('../fonts/rockb-web.woff') format('woff'), url('../fonts/rockb-web.ttf') format('truetype'), url('../fonts/rockb-web.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.styles_all {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: 'RockwellStandard', 'Open Sans', sans-serif;
  color: #1d1d1b;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.body-wrapper {
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix :before {
  content: " ";
  display: table;
}
.clearfix :after {
  content: " ";
  display: table;
  clear: both;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
ul,
ol {
  padding: 0px;
  margin: 10px 0px 10px 15px;
}
a,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'RockwellBold', 'Open Sans', sans-serif;
}
.edgeLoad-EDGE-887521 {
  visibility: hidden;
}
.ui-datepicker {
  display: none;
}
/** Bannier de couleur inclinée */
.inclined-bar-white-bottom,
.inclined-bar-white-top,
.inclined-bar-purple-opac-top,
.inclined-bar-purple-opac-bottom,
.inclined-bar-rose-top,
.inclined-bar-rose-bottom {
  width: 110%;
  height: 30px;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  position: absolute;
  bottom: -14px;
  margin-left: -5px;
}
.inclined-bar-white-bottom,
.inclined-bar-white-top {
  background-color: #ffffff;
}
.inclined-bar-purple-opac-bottom,
.inclined-bar-purple-opac-top {
  background-color: #6f247e;
}
.inclined-bar-rose-bottom,
.inclined-bar-rose-top {
  background-color: #e5007e;
}
.inclined-bar-white-top,
.inclined-bar-purple-opac-top,
.inclined-bar-rose-top {
  top: -16px;
}
/** Boutons */
.btn-orange {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ff7800;
  border-radius: 5px;
  color: #ff7800;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
}
.btn-orange:hover {
  text-decoration: none;
  background-color: rgba(255, 120, 0, 0.1);
  color: #ff7800;
}
.btn-white {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  padding: 5px 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
}
.btn-white:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.btn-rose {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  padding: 15px 15px;
  color: #e5007e;
  border: 2px solid #e5007e;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
}
.btn-rose:hover {
  text-decoration: none;
  background-color: rgba(229, 0, 126, 0.1);
  color: #e5007e;
}
.btn-back {
  position: absolute;
  left: 0px;
  padding: 5px 15px;
  top: -25px;
  border: none;
}
.btn-back a {
  color: #e5007e;
}
.btn-back a:before {
  content: "\f190";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.orange {
  color: #ff7800;
}
.rose {
  color: #e5007e;
}
.dark-section {
  background-color: #464646;
  padding: 30px 0px 55px;
  position: relative;
}
.dark-section h3 {
  color: #ffffff;
}
.dark-section p {
  color: #ffffff;
  opacity: 0.7;
}
.dark-section a {
  color: #ff7800;
}
.dark-section a:hover {
  text-decoration: underline;
}
.grey-section {
  background-color: #f5f5f5;
  padding: 30px 0px 55px;
  position: relative;
}
.white-section {
  background-color: #ffffff;
  padding: 30px 0px 55px;
  position: relative;
}
.rose-section {
  background-color: #e5007e;
  padding: 30px 0px 55px;
  position: relative;
}
.bar-internal-menu {
  padding: 10px 0px 10px;
  margin: 15px 0px 35px;
}
.bg-img-section {
  background-color: transparent;
  position: relative;
}
.bg-img-section::before {
  border-bottom: 20px solid #ffffff;
  width: 102%;
  height: 20px;
  bottom: -10px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
.page-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}
.fancybox-close {
  right: 0px;
}
/**Header*/
.header-top {
  width: 100%;
  height: 100px;
  display: block;
  line-height: 85px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  /**Par défaut et Image à droite / Texte à gauche*/
  /**Image à gauche / Texte à droite*/
}
.header-top .nav-trigger {
  display: none;
  z-index: 9999;
}
.header-top .page-wrapper {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color: #e5007e;
  height: 100px;
  opacity: 1;
}
.header-top .page-wrapper::before {
  border-bottom: 30px solid #e5007e;
  width: 102%;
  height: 30px;
  bottom: -15px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
.header-top .logo-museum {
  padding-top: 10px;
}
.header-top .main-menu {
  position: relative;
}
.header-top .nav-primary > li {
  float: left;
  list-style: none;
  width: 20%;
}
.header-top .nav-primary > li .link {
  display: block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
.header-top .nav-primary > li .link:hover {
  text-decoration: underline;
}
.header-top .nav-lang {
  position: absolute;
  right: 15px;
  top: 5px;
  padding: 0;
  margin: 0;
}
.header-top .nav-lang > li {
  float: left;
  list-style: none;
  line-height: 15px;
}
.header-top .nav-lang > li a {
  display: block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
.header-top .nav-lang > li a:hover {
  text-decoration: underline;
}
.header-top .banner-home {
  margin-top: -50px;
  min-height: 540px;
  height: 100%;
}
.header-top .banner-home .row,
.header-top .banner-home .col-lg-6 {
  min-height: 110%;
  height: 110%;
  position: initial;
  padding: 0px;
}
.header-top .banner-home .polygon {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  background: #ccc;
  width: 100%;
  height: 640px;
  line-height: 640px;
  text-align: center;
  margin-top: -15%;
  margin-left: -10%;
}
.header-top .banner-home .polygon .content {
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  text-align: center;
  width: 100%;
  padding: 0 15% 0 20%;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
  text-align: left;
}
.header-top .banner-home .polygon .content h1,
.header-top .banner-home .polygon .content h2,
.header-top .banner-home .polygon .content h3,
.header-top .banner-home .polygon .content h4 {
  margin: 5px 0px;
  text-align: left;
}
@media (max-width:768px) {
  .header-top .banner-home .polygon .content h1 {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  .header-top .banner-home .polygon .content h2 {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  .header-top .banner-home .polygon .content h3 {
    font-size: 16px;
  }
}
.header-top .banner-home .polygon .content p {
  line-height: 20px;
  text-align: left;
  margin: 25px 0px;
}
.header-top .banner-home.left .polygon {
  margin-left: auto;
  margin-right: -10%;
}
.header-top .banner-home.full {
  background-size: cover !important;
}
.header-top .banner-home.full .polygon {
  margin: 4% auto;
  width: 50%;
  height: 350px;
  line-height: 350px;
}
.header-top .custom-banner {
  height: 310px;
}
.header-top .custom-banner .content {
  height: 100%;
  width: 100%;
  padding: 0px 20%;
}
.header-top::before {
  border-bottom: 30px solid #FFFFFF;
  z-index: 999;
  width: 102%;
  height: 30px;
  bottom: -15px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
.header-top:after {
  background-color: #e5007e;
  width: 110%;
  height: 30px;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  position: absolute;
  bottom: -14px;
  margin-left: -5px;
}
.header-top {
  height: 135px;
}
.has-banner-home {
  height: 500px;
}
.header-top.has-banner {
  height: 400px;
}
@media (max-width:768px) {
  .header-top.has-banner {
    height: 190px;
  }
}
body.is-open .header-top .page-wrapper {
  height: 0px;
  opacity: 0;
}
body.is-open .page-overlay {
  z-index: 3;
  display: block;
}
body.is-open .page-navigation {
  transition-delay: 600ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
}
/** Section interne au page */
.home section .listing-musee {
  margin-bottom: 0px;
}
section {
  /** Animation */
}
section h1 {
  font-size: 50px;
  color: #e5007e;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width:768px) {
  section h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width:768px) {
  section h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
section h3 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 28px;
}
@media (max-width:768px) {
  section h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
section h5 {
  font-size: 16px;
  color: #6f247e;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 16px;
}
section img {
  width: 100%;
}
@media (max-width:768px) {
  section img {
    margin-bottom: 20px;
  }
}
section p {
  line-height: 24px;
}
section p img {
  width: auto;
  float: left;
  margin-right: 25px;
}
section .alignleft {
  width: auto;
  float: left;
}
section .main-content {
  padding: 30px 0px 0px;
}
section .row-wrapper {
  width: 800px;
  margin: auto;
}
@media (max-width:768px) {
  section .row-wrapper {
    width: 100%;
  }
}
section .link-more-home {
  float: right;
  color: #e5007e;
  font-size: 12px;
}
section .link-more-home:hover {
  text-decoration: underline;
}
section #Stage * {
  -moz-box-sizing: initial;
  box-sizing: initial;
}
@media (max-width:768px) {
  section #Stage {
    margin-left: -50px;
  }
}
section .listing-musee {
  margin-bottom: 20px;
}
section .listing-musee .bloc-musee {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  height: 365px;
  background-color: #e5007e;
  padding: 0px;
  position: relative;
  background-size: cover !important;
}
section .listing-musee .bloc-musee img {
  width: 100%;
  height: 100%;
}
section .listing-musee .bloc-musee .content {
  padding: 30% 0px 0px 20px;
}
section .listing-musee .bloc-musee h5 {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  font-family: 'RockwellStandard', 'Open Sans', sans-serif;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  bottom: 5%;
  line-height: 18px;
}
section .listing-musee .bloc-musee .link-more {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 5%;
  color: #e5007e;
  opacity: 0;
  font-size: 25px;
}
section .listing-musee .bloc-musee .link-more i {
  margin-left: 10px;
}
section .listing-musee .bloc-musee.intro {
  cursor: auto;
  color: #FFFFFF;
}
section .listing-musee .bloc-musee.intro h3 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: 35px;
}
section .listing-musee .bloc-musee:not(.intro):hover h5 {
  bottom: 80%;
}
section .listing-musee .bloc-musee:not(.intro):hover .link-more {
  opacity: 1;
}
section .bloc-main-event {
  background-size: 50% !important;
  margin-bottom: 50px;
  color: #ffffff;
  position: relative;
}
section .bloc-main-event .content {
  padding: 10px 25px 75px;
}
section .bloc-main-event .content h3 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
}
section .bloc-main-event .content p {
  margin: 20px 0px 10px;
}
section .bloc-main-event .content ul {
  margin: 20px 0px 40px;
}
section .bloc-main-event .content ul li {
  list-style: none;
  margin-bottom: 5px;
}
section .bloc-main-event .content ul li:before {
  content: "\f18e";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
section .bloc-main-event .content a,
section .bloc-main-event .content a:hover {
  color: #ffffff;
  text-decoration: none;
}
section .bloc-main-event .content a:hover {
  text-decoration: underline;
}
section .bloc-main-event .content .date {
  font-size: 15px;
  font-weight: bold;
}
section .bloc-main-event:last-child {
  margin-bottom: 75px;
}
section .row-toggle .click-toggle {
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #6f247e;
  padding: 15px 0px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(229, 0, 126, 0.1);
}
section .row-toggle .click-toggle i {
  position: absolute;
  right: 0px;
  color: #6f247e;
  font-size: 16px;
  font-weight: bold;
  line-height: 12px;
}
section .row-toggle .text-toggle {
  display: none;
}
section .row-toggle .bloc-toggle:first-child .click-toggle {
  border-top: 1px solid rgba(229, 0, 126, 0.1);
}
section .row-toggle .bloc-toggle:first-child .text-toggle {
  display: block;
}
section .programmation {
  padding: 0px 5%;
  margin-bottom: 48px;
  /**Overlayer de programmation*/
}
section .programmation #selector-musee-ol {
  display: inline-block;
}
@media (max-width:768px) {
  section .programmation #selector-musee-ol {
    display: none;
  }
}
section .programmation #selector-musee-select {
  display: none;
}
@media (max-width:768px) {
  section .programmation #selector-musee-select {
    display: inline-block;
  }
}
@media (max-width:768px) {
  section .programmation {
    margin-bottom: 28px;
  }
}
section .programmation .selector-musee {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 10px;
  text-align: center;
}
section .programmation .selector-musee > li {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 16px;
}
section .programmation .selector-musee > li a {
  color: #1d1d1b;
  position: relative;
  width: 100%;
}
section .programmation .selector-musee > li a:hover,
section .programmation .selector-musee > li a.serialslider-active {
  color: #6f247e;
}
section .programmation .selector-musee > li a.serialslider-active:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  left: 45%;
}
section .programmation .selector-musee > li:first-child {
  margin-left: 0px;
}
section .programmation .serialslider {
  position: relative;
  padding-bottom: 50px;
  min-height: 400px;
}
section .programmation .serialslider .serialslider-list:before,
section .programmation .serialslider .serialslider-list:after {
  display: table;
  line-height: 0;
  content: "";
}
section .programmation .serialslider .serialslider-list:after {
  clear: both;
}
section .programmation .serialslider .serialslider-list {
  margin: 10px 0px;
}
section .programmation .serialslider .serialslider-list > li {
  display: none;
  margin-right: 40px;
  -webkit-backface-visibility: hidden;
}
section .programmation .serialslider .serialslider-list > li > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
section .programmation .serialslider .serialslider-list > li > div .bloc-programmation {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  background-size: cover !important;
  background-color: #6f247e !important;
  height: 160px;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
section .programmation .serialslider .serialslider-list > li > div .bloc-programmation h4 {
  color: #ffffff;
  font-size: 17px;
}
section .programmation .serialslider .serialslider-list > li > div .bloc-programmation i {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}
section .programmation .serialslider .serialslider-list > li > div .bloc-programmation:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
section .programmation .serialslider .serialslider-disabled {
  display: none;
}
section .programmation .overlayer-programmation {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  background-color: #6f247e;
  opacity: 0.98;
}
section .programmation .overlayer-programmation .inclined-bar-purple-opac-bottom {
  bottom: -135px;
  height: 150px;
}
section .programmation .overlayer-programmation .content {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 5% 10%;
}
section .programmation .overlayer-programmation .content .title-musee {
  text-align: center;
}
section .programmation .overlayer-programmation .content .title-musee h2 {
  font-size: 18px;
  margin: 0px auto 25px;
}
section .programmation .overlayer-programmation .content .left-side {
  overflow-y: auto;
  height: inherit;
  padding-right: 40px;
}
@media (max-width:768px) {
  section .programmation .overlayer-programmation .content .left-side {
    overflow-y: initial;
    height: initial;
    padding: 0px;
  }
}
section .programmation .overlayer-programmation .content .left-side .desc {
  font-weight: normal;
  font-size: 13px;
}
@media (max-width:768px) {
  section .programmation .overlayer-programmation .content .left-side .desc p {
    line-height: 20px;
  }
}
section .programmation .overlayer-programmation .content .left-side a {
  color: #ffffff;
  text-decoration: underline;
}
section .programmation .overlayer-programmation .content .left-side h3 {
  margin-bottom: 5px;
}
section .programmation .overlayer-programmation .content .left-side h5 {
  color: #ffffff;
}
section .programmation .overlayer-programmation .content .right-side {
  height: 100%;
}
@media (max-width:768px) {
  section .programmation .overlayer-programmation .content .right-side {
    padding: 0px;
    background-image: none !important;
  }
  section .programmation .overlayer-programmation .content .right-side .detail {
    border-top: 1px solid #ffffff;
    padding-top: 15px;
    line-height: 20px;
  }
}
section .programmation .overlayer-programmation .content .detail {
  list-style: none;
  font-weight: normal;
  margin-left: 0px;
}
section .programmation .overlayer-programmation .fa {
  color: #ffffff;
  position: absolute;
  font-size: 30px;
  top: 20px;
  left: 5%;
  cursor: pointer;
}
section .programmation .overlayer-programmation .fa.nav-previous {
  left: 2%;
  top: 45%;
}
section .programmation .overlayer-programmation .fa.nav-next {
  left: initial;
  right: 2%;
  top: 45%;
}
section .programmation .overlayer-programmation ::-webkit-scrollbar {
  width: 6px;
}
section .programmation .overlayer-programmation ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
section .programmation .overlayer-programmation ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}
section .programmation .overlayer-programmation ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.9);
}
section .programmation article.search {
  padding: 0 5%;
}
section .loader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
}
section .loader:before {
  background: url('../img/fancybox_loading.gif') center center no-repeat transparent;
  width: 100%;
  height: 94%;
  position: absolute;
  top: 16px;
  margin-left: -5px;
  content: "";
  z-index: 999;
}
section .loader:after {
  width: 100%;
  height: 94%;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
  position: absolute;
  top: 16px;
  margin-left: -5px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 9;
}
section .museeskaartform form,
section .form-reservations form {
  padding: 0px 5%;
}
section .museeskaartform input[type=text],
section .form-reservations input[type=text],
section .museeskaartform input[type=email],
section .form-reservations input[type=email],
section .museeskaartform input[type=password],
section .form-reservations input[type=password],
section .museeskaartform select,
section .form-reservations select,
section .museeskaartform textarea,
section .form-reservations textarea {
  color: #1d1d1b !important;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 5px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 120, 0, 0.5);
}
section .museeskaartform textarea,
section .form-reservations textarea {
  height: 102px;
}
section .museeskaartform select,
section .form-reservations select {
  height: 26px;
}
section .museeskaartform .error,
section .form-reservations .error {
  font-size: 13px;
  color: #ff7800;
}
section .museeskaartform .orange-bloc,
section .form-reservations .orange-bloc {
  background-color: rgba(255, 120, 0, 0.1);
  padding: 10px 15px;
}
section .museeskaartform .orange-bloc .list-1,
section .form-reservations .orange-bloc .list-1 {
  margin-left: 15px;
}
section .museeskaartform table tr,
section .form-reservations table tr {
  border-bottom: 1px solid #ffffff;
}
section .museeskaartform table td label,
section .form-reservations table td label,
section .museeskaartform table th label,
section .form-reservations table th label {
  font-size: 12px;
}
section .museeskaartform .col-lg-4,
section .form-reservations .col-lg-4 {
  padding: 0px 25px;
}
section .museeskaartform .form-above-radio,
section .form-reservations .form-above-radio {
  margin-bottom: 15px;
}
section .museeskaartform .form-above-radio .form-above-item,
section .form-reservations .form-above-radio .form-above-item {
  margin-bottom: 0px;
}
section .museeskaartform .form-above-radio .form-inline-radio,
section .form-reservations .form-above-radio .form-inline-radio {
  display: inline-block;
  padding-left: 20px;
  margin: 0 15px 0 0;
}
section .museeskaartform .form-above-radio .form-inline-radio > input,
section .form-reservations .form-above-radio .form-inline-radio > input {
  margin: 3px 5px 0 -20px;
}
section .museeskaartform .form-above-item,
section .form-reservations .form-above-item {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
section .museeskaartform .form-above-term,
section .form-reservations .form-above-term {
  color: #1d1d1b;
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-right: 10px;
  text-align: left;
}
section .museeskaartform .form-above-term.is-required:after,
section .form-reservations .form-above-term.is-required:after {
  content: "*";
  position: absolute;
  top: 0;
  color: #ff7800;
  font-size: 13px;
  margin-left: 5px;
}
section .searchform input[type=text] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #e5007e;
  padding: 5px;
}
section .searchform .btn-rose {
  padding: 5px 15px;
}
section .entry-summary {
  border-bottom: 1px solid rgba(229, 0, 126, 0.1);
  margin-bottom: 10px;
}
section .entry-summary h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 14px;
}
section .entry-summary h3 a {
  color: #e5007e;
}
section .list-filtres-isotope {
  background-color: #e5007e;
  text-align: center;
  padding: 5px 0;
  margin: 0px;
}
section .list-filtres-isotope > li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
section .list-filtres-isotope > li .sub-link-1 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
section .list-filtres-isotope > li .sub-link-1.selected {
  font-weight: bold;
  text-decoration: none;
}
section .list-filtres-isotope > li .sub-link-1.selected:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  left: 35%;
  z-index: 9;
}
section #selector-galerie-ol {
  display: inline-block;
}
@media (max-width:768px) {
  section #selector-galerie-ol {
    display: none;
  }
}
section #selector-galerie-select {
  display: none;
}
@media (max-width:768px) {
  section #selector-galerie-select {
    display: inline-block;
  }
}
section .selector-galerie {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 10px;
  text-align: center;
}
section .selector-galerie > li {
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
  font-size: 16px;
}
section .selector-galerie > li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}
section .selector-galerie > li a:hover,
section .selector-galerie > li a.serialslider-active {
  font-weight: bold;
  text-decoration: none;
}
section .selector-galerie > li a.serialslider-active:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 15px;
  left: 35%;
  z-index: 9;
}
section .row-galerie div:first-child h4 {
  font-size: 18px;
  color: #1d1d1b;
}
section .row-galerie div:first-child h5 {
  font-size: 14px !important;
  color: #1d1d1b;
}
section .row-galerie div:last-child {
  text-align: right;
}
section .row-galerie .content-desc h1,
section .row-galerie .content-desc h2,
section .row-galerie .content-desc h3,
section .row-galerie .content-desc h4,
section .row-galerie .content-desc h5,
section .row-galerie .content-desc h6 {
  margin-bottom: 5px;
}
section .row-galerie .serialslider-galerie {
  margin-bottom: 35px;
}
section .row-galerie .serialslider-galerie .serialslider-list {
  margin: 10px 0px;
  background-color: #ffffff;
}
section .row-galerie .serialslider-galerie .serialslider-list > li {
  display: none;
  margin-right: 40px;
  -webkit-backface-visibility: hidden;
}
section .row-galerie .serialslider-galerie .serialslider-list > li > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
section .row-galerie .serialslider-galerie .serialslider-list > li > div .bloc-programmation {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  background-size: cover !important;
  background-color: #6f247e !important;
  height: 160px;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
section .row-galerie .serialslider-galerie .serialslider-list > li > div .bloc-programmation h4 {
  color: #ffffff;
  font-size: 17px;
}
section .row-galerie .serialslider-galerie .serialslider-list > li > div .bloc-programmation i {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
}
section .row-galerie .serialslider-galerie .serialslider-list > li > div .bloc-programmation:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
section .row-galerie .serialslider-galerie .serialslider-list .row-galerie {
  margin-bottom: 20px;
  clear: both;
  position: relative;
}
@media (max-width:768px) {
  section .row-galerie .serialslider-galerie .serialslider-list .row-galerie > div {
    text-align: left;
  }
}
section .row-galerie .serialslider-galerie .serialslider-list .row-galerie .item-galerie {
  width: 13%;
  height: 60px;
  margin: 0px 5px 10px;
  max-height: 60px;
  overflow: hidden;
  display: inline-block;
  background-size: cover !important;
  position: relative;
}
section .row-galerie .serialslider-galerie .serialslider-list .row-galerie .item-galerie::before {
  border-bottom: 15px solid #ffffff;
  width: 102%;
  height: 15px;
  bottom: -7px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
section .row-galerie .serialslider-galerie .serialslider-list .row-galerie .item-galerie::after {
  border-bottom: 15px solid #ffffff;
  width: 102%;
  height: 15px;
  top: -7px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
footer {
  font-size: .8em;
  max-width: 1280px;
  height: 190px;
  padding: 30px 15px 10px;
  margin: 0px auto -170px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: #1d1d1b;
}
footer .adresses {
  margin-bottom: 20px;
}
footer .adresses input[type="text"],
footer .adresses input[type="email"] {
  padding: 5px 15px;
  width: 55%;
  color: #1d1d1b;
  display: inline-block;
}
footer .adresses ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(29, 29, 27, 0.5);
}
footer .adresses :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(29, 29, 27, 0.5);
  opacity: 1;
}
footer .adresses ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(29, 29, 27, 0.5);
  opacity: 1;
}
footer .adresses :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(29, 29, 27, 0.5);
}
footer .mc4wp-form {
  margin: 0;
}
footer .copyright {
  vertical-align: text-bottom;
  line-height: 75px;
}
footer .partners li {
  float: right;
  list-style: none;
  margin-left: 25px;
}
footer a,
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer::before {
  border-bottom: 30px solid #1d1d1b;
  width: 100%;
  height: 30px;
  top: -15px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  -webkit-transform: rotate(-1.3deg);
  -moz-transform: rotate(-1.3deg);
  -ms-transform: rotate(-1.3deg);
  -o-transform: rotate(-1.3deg);
}
/**Fancybox*/
.fancybox-wrap .fancybox-title-float-wrap {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  left: 0%;
  margin-bottom: 0px;
  text-align: left;
  width: 100%;
}
.fancybox-wrap .fancybox-title-float-wrap .child {
  padding: 10px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  margin-right: 0px;
}
.fancybox-wrap:hover .fancybox-title-float-wrap {
  opacity: 1;
}
/*****
media queries
******/
@media (min-width: 800px) and (max-width: 1200px) {
  .banner-home .col-lg-6 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  .header-top .col-md-3 {
    width: 25%;
    float: left;
  }
  .header-top .col-md-3 img {
    width: 90%;
  }
  .header-top .col-md-9 {
    width: 75%;
    float: left;
  }
}
@media (max-width: 800px) {
  .btn-back {
    position: absolute;
    left: 15px;
    padding: 2px 7px;
    width: 30px;
    top: 0px;
  }
  .btn-back a {
    color: #e5007e;
    visibility: hidden;
  }
  .btn-back a:before {
    content: "\f190";
    font-family: 'FontAwesome';
    margin-right: 5px;
    visibility: visible;
  }
  .header-top {
    min-height: 115px;
    height: 115px;
    /**Par défaut et Image à droite / Texte à gauche*/
  }
  .header-top .page-wrapper {
    height: 90px;
  }
  .header-top .banner-home {
    margin-top: 0px;
    width: 100%;
  }
  .header-top .logo-museum {
    width: 22%;
    position: absolute;
    z-index: 9999;
    left: 40%;
    top: 5px;
  }
  .header-top .nav-trigger {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -20px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0;
    cursor: pointer;
    z-index: 1001;
  }
  .header-top .custom-banner .content {
    background-size: contain !important;
  }
  .header-top .banner-home .polygon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin: 0%;
    height: 185px;
    line-height: 185px;
  }
  .header-top .banner-home .polygon .content {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    padding: 5%;
  }
  .header-top .banner-home .polygon .content p {
    margin: 5px 0px;
  }
  .header-top .banner-home:not(.full) {
    background-image: none !important;
  }
  .home .header-top {
    min-height: 275px;
    height: 275px;
  }
  /**Image à gauche / Texte à droite*/
  .banner-home.left .polygon {
    margin-left: auto;
    margin-right: -10%;
  }
  .banner-home.full {
    background-size: cover !important;
  }
  .banner-home.full .polygon {
    margin: 4% auto;
    width: 50%;
    height: 350px;
    line-height: 350px;
  }
  .page-navigation {
    background-color: #e5007e;
    float: none;
    height: 100%;
    margin-top: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: all 0.3s ease 0s;
    width: 200px;
    z-index: 1000;
  }
  .page-navigation .nav-primary > li:first-child {
    margin-top: 50px;
  }
  .page-navigation .nav-primary > li {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border-bottom: 1px solid #ffffff;
    float: none;
    width: 100%;
    line-height: 26px;
  }
  .page-navigation .nav-primary > li .link {
    display: inline-block;
  }
  .page-navigation .nav-primary > li:before {
    content: "\f18e";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #ffffff;
  }
  section {
    /* isotope */
  }
  section .listing-musee .bloc-musee {
    width: 50%;
    float: left;
    height: 200px;
  }
  section .listing-musee .bloc-musee .content {
    padding: 20% 0px 0px 10px;
  }
  section .listing-musee .bloc-musee.intro h3 {
    font-size: 22px;
  }
  section .listing-musee .bloc-musee:not(.intro):hover h5 {
    bottom: 60%;
  }
  section #grid-isotope {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section #grid-isotope .item {
    width: 45%;
  }
  footer {
    height: 415px;
    margin: 0px auto -415px;
  }
  footer .adresses {
    margin-bottom: 0px;
  }
  footer .adresses > div {
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }
  footer .adresses .text-right {
    float: none;
    width: 100%;
    text-align: left;
    margin: 10px 0px;
    display: inline-block;
  }
  footer .copyright {
    position: absolute;
    bottom: 5%;
    vertical-align: top;
    line-height: 0px;
  }
  footer .partners {
    margin-top: 10px;
  }
  footer .partners li {
    float: left;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  footer .partners li img {
    width: auto;
  }
}
@media (min-width: 720px) and (max-width: 800px) {
  .content-area .col-lg-6 {
    width: 50%;
    float: left;
  }
  .content-area .col-lg-offset-6 {
    margin-left: 50%;
  }
  section .listing-musee .bloc-musee {
    height: 250px;
  }
}
@media (max-width: 720px) {
  section .bloc-main-event {
    background-image: none !important;
  }
}
@media (max-width: 480px) {
  .header-top .logo-museum {
    width: 50%;
    position: absolute;
    z-index: 9999;
    left: 25%;
    top: 5px;
  }
}
