@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600);
/* Colors */
/* Fonts */
html {
  position: relative;
  min-height: 100%; }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  position: relative;
  overflow-x: hidden;
  font-size: 12.5px;
  line-height: 1.5em;
  color: #000000;
  background-color: #000000; }

section {
  background-size: cover; }
  section.noCover {
    background-size: auto; }

.wrap {
  max-width: 1300px;
  margin: 0 auto; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
  /* the bottom margin is the negative value of the footer's height */ }

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  max-width: 100%; }

/* Containers */
.container {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center; }
  .container .page {
    color: #000000; }
    .container .page h1 {
      text-transform: none;
      color: #0018cb;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .container .page p {
      margin-top: 1em; }

.nav-inner,
.inner {
  width: auto;
  height: auto;
  max-width: 1150px;
  position: relative;
  margin: 0 auto; }

.inner {
  padding: 80px 0; }

.inner:after,
.inner:before {
  clear: both; }

/* Background Colors */
::selection {
  background-color: #0018cb;
  color: #ffffff; }

/* loader */
#pageloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto; }
  #pageloader .loader {
    width: 150px;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 60px); }
    #pageloader .loader img {
      max-width: 100%; }

/* Gestion de page */
.gestion_pages .bgp_lien {
  background-color: transparent;
  border: solid 1px #0018cb;
  font-size: 20px;
  padding: 2px 20px 0 21px;
  margin-right: 24px;
  line-height: 48px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .gestion_pages .bgp_lien:hover {
    background-color: #e7413c;
    border-color: #e7413c;
    color: #fff; }
    .gestion_pages .bgp_lien:hover a {
      color: #fff; }
  .gestion_pages .bgp_lien a {
    color: #0018cb;
    text-decoration: none;
    background-color: transparent; }
  .gestion_pages .bgp_lien.active {
    background-color: #ab0004;
    color: #ffffff; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

.relative {
  position: relative !important; }

.semibold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #0018cb;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

a:hover {
  color: #0018cb; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: none;
  border-bottom: solid 1px #000; }

.left {
  float: left !important; }

.clear {
  clear: both; }

.gros_titre {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.moyen_titre {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.petit_titre {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.gros_texte {
  font-size: 16px;
  font-weight: normal; }

.petit_texte {
  font-size: 12px;
  font-weight: normal; }

.mini_texte {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px; }

.mainColor {
  color: #0018cb; }

.secondColor {
  color: #ab0004; }

.breakLine {
  display: block; }

strong .gros_titre {
  font-weight: 900 !important;
  word-spacing: 4px; }

.leftSidebar {
  width: 400px; }

.bouton {
  background-color: #ab0004;
  border: 0;
  padding: 0 15px 0;
  line-height: 34px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .bouton[disabled] {
    opacity: 0.25;
    cursor: default; }
  .bouton:hover {
    background-color: #0018cb;
    color: #fff;
    text-decoration: none;
    border-color: #0018cb; }
  .bouton.blanc {
    background-color: #fff;
    color: #0018cb; }
    .bouton.blanc:hover {
      background-color: #ab0004; }
  .bouton.bleu {
    background-color: #0018cb; }
    .bouton.bleu:hover {
      background-color: #ab0004; }

select, input[type="text"], textarea {
  background-color: #ebebeb;
  border: 0;
  line-height: 36px;
  height: 36px;
  text-align: left;
  font-weight: bold;
  font-size: 12.5px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  width: 100%;
  color: #000000;
  padding: 2px 10px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  select::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  select:-moz-placeholder, input[type="text"]:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1; }
  select::-moz-placeholder, input[type="text"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1; }
  select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  select[disabled], input[type="text"][disabled], textarea[disabled] {
    opacity: 0.5;
    cursor: default; }
  select.error, input[type="text"].error, textarea.error {
    color: #ef1515;
    border-color: #ef1515; }
    select.error::-webkit-input-placeholder, input[type="text"].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ef1515; }
    select.error:-moz-placeholder, input[type="text"].error:-moz-placeholder, textarea.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ef1515; }
    select.error::-moz-placeholder, input[type="text"].error::-moz-placeholder, textarea.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ef1515; }
    select.error:-ms-input-placeholder, input[type="text"].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ef1515; }

textarea {
  box-sizing: border-box;
  text-align: left;
  line-height: 1em;
  padding: 5px;
  min-height: 100px;
  max-width: 100%;
  text-transform: none;
  border: 1px solid #000000; }

select, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  outline: none; }

textarea:focus {
  outline: #0018cb solid 1px; }

/* Positions and Floats */
.container {
  text-align: left; }
  .container .gros_titre,
  .container h1 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 24px; }
  .container .moyen_titre,
  .container h2 {
    padding: 0;
    margin: 0px 0 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal; }
  .container .bold {
    font-weight: normal; }

.contain ul {
  list-style-type: disc;
  margin-left: 15px; }

.inner form table {
  width: 100%; }
  .inner form table td {
    padding: 5px;
    vertical-align: middle; }

form .input {
  margin: 0px 0px 25px; }
  form .input label {
    text-align: left;
    font-weight: bold;
    font-size: 12.5px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  form .input.textarea {
    margin-top: 50px; }
form .bouton {
  margin-top: 15px; }
form .messageRetour {
  margin-top: 10px;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 1px; }
  form .messageRetour.error {
    font-size: 12px;
    font-weight: bold;
    color: #ef1515; }
  form .messageRetour.success {
    color: #009bef; }
form .g-recaptcha {
  margin: 0 auto;
  text-align: center;
  width: 304px;
  display: none; }
form.disabled label {
  opacity: 0.25;
  cursor: default; }
form .fichierJoin {
  display: none; }

/* Navigation Section */
#nav-sticky {
  width: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  position: static; }

.nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0; }

header {
  z-index: 9999;
  width: 100%;
  height: 200px;
  text-align: left;
  top: 0; }
  header #nav-sticky-sticky-wrapper {
    position: fixed;
    top: 0;
    z-index: 9999; }
  header .wrap {
    max-width: 1300px; }
  header.sticky-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 1000;
    font-size: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; }
    header.sticky-container .zoneLogo {
      width: 400px;
      height: 200px;
      background-color: #ffffff;
      display: inline-block;
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease; }
      header.sticky-container .zoneLogo .logo {
        text-align: left;
        margin: 30px 0 0 50px;
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
    header.sticky-container .nav-menu {
      display: inline-block;
      font-weight: normal;
      font-size: 12.5px;
      font-weight: bold;
      text-transform: uppercase;
      vertical-align: top;
      width: calc(100% - 400px); }
      header.sticky-container .nav-menu .menuPrincipal {
        display: inline-block;
        background-color: #ab0004;
        height: 200px;
        width: 200px; }
        header.sticky-container .nav-menu .menuPrincipal > div > ul {
          margin: 0;
          padding: 20px 30px;
          list-style-type: none;
          display: inline-block;
          position: relative;
          width: 200px;
          box-sizing: border-box; }
          header.sticky-container .nav-menu .menuPrincipal > div > ul > li {
            margin: 0;
            padding: 0;
            position: relative;
            line-height: 1em; }
            header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul {
              display: none;
              position: absolute;
              background-color: #ab0004;
              width: 200px;
              margin-left: 0;
              padding-left: 30px;
              left: 100%;
              top: 0;
              z-index: 999; }
              header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul > li {
                line-height: 1em;
                text-align: left;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease; }
                header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul > li:first-child {
                  margin-top: 18px; }
                header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul > li:last-child {
                  margin-bottom: 18px; }
                header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul > li a {
                  font-size: 12px;
                  color: #ffffff;
                  padding: 10px;
                  text-transform: none; }
                header.sticky-container .nav-menu .menuPrincipal > div > ul > li > ul > li:hover a {
                  color: #0018cb; }
            header.sticky-container .nav-menu .menuPrincipal > div > ul > li a {
              background-color: #ab0004;
              color: #ffffff;
              padding: 10px 15px 10px 0;
              display: inline-block;
              vertical-align: top;
              line-height: 1em;
              text-transform: uppercase;
              text-decoration: none;
              -webkit-transition: all 300ms ease;
              -moz-transition: all 300ms ease;
              -ms-transition: all 300ms ease;
              -o-transition: all 300ms ease;
              transition: all 300ms ease; }
            header.sticky-container .nav-menu .menuPrincipal > div > ul > li.active.menu, header.sticky-container .nav-menu .menuPrincipal > div > ul > li:hover.menu {
              background: url(../images/fleche-blanc.png) right 9px no-repeat; }
            header.sticky-container .nav-menu .menuPrincipal > div > ul > li.active > a, header.sticky-container .nav-menu .menuPrincipal > div > ul > li:hover > a {
              color: #0018cb; }
      header.sticky-container .nav-menu .menuSecondaire {
        display: inline-block;
        vertical-align: top; }
        header.sticky-container .nav-menu .menuSecondaire > ul {
          margin: 90px 0 0 25px; }
          header.sticky-container .nav-menu .menuSecondaire > ul > li {
            display: inline-block;
            padding: 0px 18px 15px;
            position: relative; }
            header.sticky-container .nav-menu .menuSecondaire > ul > li a {
              color: #ebebeb;
              text-decoration: none; }
              header.sticky-container .nav-menu .menuSecondaire > ul > li a:hover {
                color: #0074c8; }
            header.sticky-container .nav-menu .menuSecondaire > ul > li > ul {
              display: none;
              min-width: 130px;
              padding: 30px 26px;
              position: absolute;
              top: 30px;
              background-color: #ab0004; }
              header.sticky-container .nav-menu .menuSecondaire > ul > li > ul > li {
                margin-top: 15px; }
                header.sticky-container .nav-menu .menuSecondaire > ul > li > ul > li a {
                  text-transform: none;
                  font-size: 12px; }
                  header.sticky-container .nav-menu .menuSecondaire > ul > li > ul > li a:hover {
                    color: #0018cb; }
                header.sticky-container .nav-menu .menuSecondaire > ul > li > ul > li:first-child {
                  margin-top: 0; }
      header.sticky-container .nav-menu .menuUtilitaire {
        position: relative;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        margin-left: 30px; }
        header.sticky-container .nav-menu .menuUtilitaire > ul {
          margin: 88px 0 0 0;
          text-align: right; }
          header.sticky-container .nav-menu .menuUtilitaire > ul > li {
            color: #0074c8;
            display: inline-block;
            padding: 0 10px; }
            header.sticky-container .nav-menu .menuUtilitaire > ul > li .facebook {
              margin-bottom: -3px;
              width: 8px;
              height: 15px;
              background: url(../images/icon-facebook.png) center center no-repeat;
              -webkit-transition: all 300ms ease;
              -moz-transition: all 300ms ease;
              -ms-transition: all 300ms ease;
              -o-transition: all 300ms ease;
              transition: all 300ms ease; }
              header.sticky-container .nav-menu .menuUtilitaire > ul > li .facebook:hover {
                background: url(../images/icon-facebook-blanc.png) center center no-repeat;
                background-size: 100%; }
            header.sticky-container .nav-menu .menuUtilitaire > ul > li .instagram {
              margin-bottom: -3px;
              width: 17px;
              height: 16px;
              background: url(../images/icon-instagram.png) center center no-repeat;
              -webkit-transition: all 300ms ease;
              -moz-transition: all 300ms ease;
              -ms-transition: all 300ms ease;
              -o-transition: all 300ms ease;
              transition: all 300ms ease; }
              header.sticky-container .nav-menu .menuUtilitaire > ul > li .instagram:hover {
                background: url(../images/icon-instagram-blanc.png) center center no-repeat;
                background-size: 100%; }
            header.sticky-container .nav-menu .menuUtilitaire > ul > li a {
              color: #ffffff; }
            header.sticky-container .nav-menu .menuUtilitaire > ul > li:last-child {
              padding-right: 0; }
        header.sticky-container .nav-menu .menuUtilitaire .zoneCart {
          position: absolute;
          top: 10px;
          right: 0px; }
          header.sticky-container .nav-menu .menuUtilitaire .zoneCart iframe a {
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease; }
            header.sticky-container .nav-menu .menuUtilitaire .zoneCart iframe a span {
              font-family: "Open Sans", sans-serif;
              font-weight: bold; }
      header.sticky-container .nav-menu .menuMobile {
        display: none;
        cursor: pointer;
        height: 16px;
        line-height: 16px;
        float: right;
        padding: 0 0 0 32px;
        margin-top: 92px;
        margin-right: 40px;
        background: url(../images/icon_menu.png) left center no-repeat;
        color: #0074c8;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
        header.sticky-container .nav-menu .menuMobile:hover {
          color: #ffffff;
          background: url(../images/icon_menu_hover.png) left center no-repeat; }

#siteContent {
  padding-top: 150px;
  background-color: #000; }

.quoi-faire #siteContent {
  padding-top: 200px; }
.quoi-faire .sticky-container .wrap {
  position: relative; }
.quoi-faire .sticky-container .bouton {
  position: absolute;
  right: 100px;
  top: 135px; }
.quoi-faire .sticky-container .zoneTitre {
  display: inline-block;
  width: 520px;
  height: 200px;
  box-sizing: border-box;
  border: 10px solid #0018cb;
  vertical-align: top;
  padding: 65px 50px; }
  .quoi-faire .sticky-container .zoneTitre .titre {
    color: #ffffff;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1em; }
  .quoi-faire .sticky-container .zoneTitre .sousTitre {
    color: #ffffff;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1em;
    margin-top: 5px; }

footer, .push {
  height: 50px; }

footer {
  text-align: right;
  padding: 0;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  background-color: #252525; }
  footer > .inner {
    padding: 0;
    vertical-align: middle;
    text-align: right; }
    footer > .inner .copyright {
      display: inline-block;
      text-align: right;
      vertical-align: middle;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 50px; }
      footer > .inner .copyright a {
        color: #555658; }
      footer > .inner .copyright .arsenalweb {
        display: inline-block;
        margin-left: 10px;
        width: 128px;
        height: 11px;
        background: url(../images/logo-arsenalweb.png) no-repeat; }

/* Bloc style */
/* ###################################
 *  Styles */
.blocSombre {
  color: #FFFFFF; }

.fondPattern {
  background-repeat: repeat;
  background-size: auto; }

.fondPattern.fondBas {
  background-position: center bottom;
  background-size: initial;
  background-repeat: no-repeat;
  padding-bottom: 140px; }

/* ###################################
 *  Blocs de base */
.boite {
  max-width: 100vw; }
  .boite.detail-salle p {
    margin: 1em 0px; }
  .boite.page {
    width: 100%; }
    .boite.page h1 {
      margin-bottom: 1em; }
    .boite.page p {
      margin: 1em 0px; }
    .boite.page ul {
      list-style-type: disc;
      margin-left: 40px; }

.single {
  text-align: left; }

.frameBlanc .inner > div {
  padding: 30px 0; }
  .frameBlanc .inner > div > div,
  .frameBlanc .inner > div > h1 {
    padding: 0 30px; }

.double {
  text-align: left; }
  .double .col {
    width: 47%;
    float: left; }
  .double .col1 {
    margin-right: 3%; }
  .double .col2 {
    margin-left: 3%; }

.minimal {
  position: relative; }
  .minimal .photoLegend {
    position: absolute;
    bottom: 15px;
    right: 30px;
    text-shadow: 0 0 15px #000000; }

/* ###################################
 *  Blocs particuliers */
.contact {
  position: relative;
  background-color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 3px;
  text-align: left;
  padding: 80px 0 40px; }
  .contact .contenuWrap {
    background-color: #ffffff;
    padding: 0;
    text-align: center; }
    .contact .contenuWrap h2 {
      margin: 0 0 50px;
      padding: 0;
      font-family: "Open Sans", sans-serif;
      font-size: 35px;
      font-style: italic;
      text-transform: none; }
    .contact .contenuWrap .col1, .contact .contenuWrap .col2 {
      float: left;
      width: 50%;
      text-align: left; }
    .contact .contenuWrap .bureau {
      font-size: 12.5px;
      letter-spacing: 1px;
      max-width: 280px;
      margin-top: 60px; }
      .contact .contenuWrap .bureau:first-child {
        margin-top: 0; }

.blocTexte {
  padding-bottom: 80px; }
  .blocTexte .contenuWrap {
    position: relative;
    box-sizing: border-box;
    padding: 40px 40px 30px;
    background-color: #ffffff; }
    .blocTexte .contenuWrap .page h1 {
      font-family: "Open Sans", sans-serif;
      text-transform: none;
      font-size: 16px;
      line-height: 25px;
      color: #0018cb;
      font-style: italic; }

.blocSeparate {
  position: relative; }
  .blocSeparate a {
    display: table;
    width: 100%; }
    .blocSeparate a:hover h1:after {
      width: 25px;
      height: 24px;
      background: url(../images/plus-blanc.png) center center no-repeat; }
    .blocSeparate a:hover .col2 .mask {
      max-width: none !important;
      opacity: 0.5; }
  .blocSeparate h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 55px;
    font-weight: 900;
    text-transform: none;
    position: relative;
    padding-right: 15px; }
    .blocSeparate h1:after {
      content: '';
      width: 28px;
      height: 8px;
      position: absolute;
      right: 0;
      bottom: 15px;
      background: url(../images/fleche-droite-blanc.png) center center no-repeat;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
  .blocSeparate .col {
    display: table-cell; }
    .blocSeparate .col > div {
      width: 100%;
      max-width: 530px;
      float: right;
      text-align: left;
      padding: 80px 40px 80px 0; }
  .blocSeparate .col1 {
    width: 60%; }
  .blocSeparate .col2 {
    width: 40%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }
    .blocSeparate .col2 .mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../images/mask-gris.png) left top repeat;
      opacity: 0;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }

.prochain-spectacle,
.spectacles-inclus {
  float: left;
  margin-top: 50px;
  background-color: #555658;
  color: #ffffff;
  display: inline-block;
  height: 702px;
  max-height: 702px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 400px;
  outline-style: none; }
  .prochain-spectacle.mobile,
  .spectacles-inclus.mobile {
    display: none; }
  .prochain-spectacle h1,
  .spectacles-inclus h1 {
    font-size: 23.5px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 50px 0 45px 50px;
    padding: 0;
    line-height: 1em; }
  .prochain-spectacle .container,
  .spectacles-inclus .container {
    margin-bottom: 20px; }
    .prochain-spectacle .container .slider-nav-control,
    .spectacles-inclus .container .slider-nav-control {
      cursor: pointer;
      height: 100px;
      width: 100%;
      box-sizing: border-box;
      display: table;
      padding-left: 50px;
      margin-top: 20px;
      position: relative;
      z-index: 1;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
      .prochain-spectacle .container .slider-nav-control .image,
      .spectacles-inclus .container .slider-nav-control .image {
        margin-left: 50px;
        width: 100px;
        height: 100px;
        display: table-cell;
        vertical-align: middle; }
        .prochain-spectacle .container .slider-nav-control .image img,
        .spectacles-inclus .container .slider-nav-control .image img {
          position: absolute;
          top: 0;
          max-width: 100px;
          max-height: 100px; }
      .prochain-spectacle .container .slider-nav-control .info,
      .spectacles-inclus .container .slider-nav-control .info {
        width: calc(100% - 150px);
        height: 100px;
        padding-left: 20px;
        display: table-cell;
        vertical-align: middle; }
        .prochain-spectacle .container .slider-nav-control .info .categorie,
        .spectacles-inclus .container .slider-nav-control .info .categorie {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: bold;
          opacity: 0.5;
          line-height: 1em; }
        .prochain-spectacle .container .slider-nav-control .info .titre,
        .spectacles-inclus .container .slider-nav-control .info .titre {
          font-size: 13.5px;
          font-weight: bold; }
        .prochain-spectacle .container .slider-nav-control .info .date,
        .spectacles-inclus .container .slider-nav-control .info .date {
          margin-top: 10px;
          font-size: 13.5px; }
      .prochain-spectacle .container .slider-nav-control:first-child,
      .spectacles-inclus .container .slider-nav-control:first-child {
        margin-top: 0; }
      .prochain-spectacle .container .slider-nav-control:hover,
      .spectacles-inclus .container .slider-nav-control:hover {
        background-color: rgba(255, 255, 255, 0.15); }
    .prochain-spectacle .container .active-bar,
    .spectacles-inclus .container .active-bar {
      padding-right: 10px;
      width: 100%;
      height: 100px;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      background-color: #ab0004; }
  .prochain-spectacle.noSelection .active-bar,
  .spectacles-inclus.noSelection .active-bar {
    display: none; }

.slider {
  float: left;
  vertical-align: top;
  width: 800px;
  height: 325px; }
  .slider .slideContainer article {
    position: relative; }
    .slider .slideContainer article .info {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      width: 100%; }
      .slider .slideContainer article .info h1 {
        color: #ebebeb;
        position: absolute;
        right: 100px;
        top: 0;
        text-align: right;
        width: 100%;
        margin: 25px 50px;
        text-shadow: 2px 2px rgba(0, 0, 0, 0.5); }
      .slider .slideContainer article .info .date {
        line-height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ab0004;
        color: #ffffff;
        padding: 25px;
        width: 100px;
        height: 100px;
        box-sizing: border-box;
        text-align: center; }
        .slider .slideContainer article .info .date .day {
          font-size: 39.5px;
          font-weight: 300; }
        .slider .slideContainer article .info .date .mois {
          font-size: 15px;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 2px; }
  .slider .cycle-pager {
    position: absolute;
    bottom: 20px;
    right: 5px;
    z-index: 999;
    width: 68px;
    min-height: 50px;
    line-height: 0; }

.cycle-pager {
  position: absolute;
  z-index: 999;
  color: #ffffff;
  line-height: 0; }
  .cycle-pager a {
    cursor: pointer;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 14px 15px 0 0px;
    padding: 0;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
    .cycle-pager a.cycle-pager-active {
      background-color: #ab0004; }
  .cycle-pager:before {
    content: '';
    position: absolute;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5); }

.boite-recherche {
  background-color: #ffffff;
  width: 520px;
  min-height: 427px;
  padding: 80px 100px;
  box-sizing: border-box;
  line-height: 30px; }
  .boite-recherche .titre {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px; }
  .boite-recherche .sousTitre {
    font-size: 23.5px;
    font-weight: bold;
    letter-spacing: 2px; }
  .boite-recherche label {
    display: block;
    margin-top: 30px;
    font-size: 17.5px;
    color: #0018cb; }
    .boite-recherche label.last {
      margin-top: 10px; }
  .boite-recherche input[type="text"] {
    margin-top: 10px; }
  .boite-recherche.small {
    min-height: 254px;
    height: auto;
    padding: 50px;
    width: 380px; }
    .boite-recherche.small .fleche {
      display: none; }
    .boite-recherche.small .sousTitre {
      display: none; }
  .boite-recherche .fleche {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 100px;
    margin: auto;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 99;
    -webkit-animation-iteration-count: 99;
    animation-delay: 3s;
    -webkit-animation-delay: 3s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(8px); }
  60% {
    -webkit-transform: translateY(4px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(8px); }
  60% {
    transform: translateY(4px); } }
.boite-recherche-avance {
  width: 380px;
  min-height: 427px;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 40px 50px; }
  .boite-recherche-avance h2 {
    color: #0018cb;
    font-size: 16.5px;
    margin: 0 0 12px;
    padding: 0;
    line-height: 1em; }
  .boite-recherche-avance .col {
    float: left;
    width: 40%; }
    .boite-recherche-avance .col.col1 {
      width: 60%; }
    .boite-recherche-avance .col.col3 {
      margin-top: 15px;
      width: 60%; }
  .boite-recherche-avance ul {
    margin: 0;
    padding: 0; }
    .boite-recherche-avance ul li {
      line-height: 1em;
      font-size: 11.5px;
      margin-top: 12px; }
      .boite-recherche-avance ul li a {
        font-weight: bold;
        color: #000000;
        text-transform: uppercase; }
        .boite-recherche-avance ul li a:hover {
          color: #ab0004; }

.iframe-pub {
  width: 920px;
  min-height: 650px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .iframe-pub p {
    width: 100%;
    display: block; }
  .iframe-pub iframe {
    width: 100% !important; }

.nouvelles {
  width: 380px;
  min-height: 650px;
  background-color: #0018cb;
  color: #ffffff;
  box-sizing: border-box;
  padding: 40px;
  overflow: hidden; }
  .nouvelles--large {
    width: 920px;
    padding: 100px; }
  .nouvelles h1 {
    font-weight: 900;
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    line-height: 1em;
    margin: 0 0 40px; }
  .nouvelles .containerNouvelle {
    height: 100%;
    overflow: visible !important; }
  .nouvelles article {
    width: 300px;
    height: 100%; }
    .nouvelles article .titre {
      font-size: 23px;
      line-height: 30px;
      margin: 10px 0; }
      .nouvelles article .titre a {
        color: #ffffff;
        font-weight: bold; }
        .nouvelles article .titre a:hover {
          color: #ab0004; }
      .nouvelles article .titre .date {
        font-size: 17.5px;
        display: block; }
    .nouvelles article .texte {
      margin-top: 10px;
      font-size: 13.5px;
      line-height: 1.75em;
      letterspacing: 1px; }
    .nouvelles article .reseau {
      margin-top: 20px; }
      .nouvelles article .reseau * {
        vertical-align: top; }
      .nouvelles article .reseau .btnFacebook {
        cursor: pointer;
        display: inline-block;
        width: 23px;
        height: 34px;
        background: url(../images/icon-facebook-blanc.png) center center no-repeat;
        margin: 0 5px 0 20px;
        background-size: 40%; }
        .nouvelles article .reseau .btnFacebook:hover {
          opacity: 0.5;
          background-size: 55%; }
      .nouvelles article .reseau .btnInstagram {
        display: none;
        cursor: pointer;
        width: 23px;
        height: 34px;
        background: url(../images/icon-instagram-blanc.png) center center no-repeat;
        margin: 0 5px 0 5px;
        background-size: 75%; }
        .nouvelles article .reseau .btnInstagram:hover {
          opacity: 0.5;
          background-size: 100%; }

.publicites-accueil {
  background-color: #ffffff;
  width: 380px;
  height: 714px; }
  .publicites-accueil article {
    padding: 0;
    margin: 0; }

.quoi-faire-alma {
  width: 400px;
  height: 460px;
  background-color: #000000;
  box-sizing: border-box;
  padding: 135px 50px;
  display: none; }
  .quoi-faire-alma article {
    width: 260px;
    display: inline-block;
    border: 10px solid #0018cb;
    padding: 70px 27px;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    .quoi-faire-alma article span {
      display: block;
      line-height: 1em;
      margin-top: 7px; }
      .quoi-faire-alma article span:first-child {
        margin-top: 0; }
    .quoi-faire-alma article .petit_titre {
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 2px; }
    .quoi-faire-alma article .moyen_titre {
      font-size: 25px;
      font-weight: 900;
      letter-spacing: 3px; }
    .quoi-faire-alma article .gros_titre {
      font-size: 36px;
      font-weight: 900;
      letter-spacing: 5px; }
    .quoi-faire-alma article:hover {
      border-color: #ab0004; }

.partenaires {
  width: 920px;
  height: 714px;
  background-color: #ffffff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }
  .partenaires .containerPartenaires {
    padding: 30px 75px 30px 100px;
    border-top: 1px solid #ebebeb; }
    .partenaires .containerPartenaires:first-child {
      border-top: 0; }
    .partenaires .containerPartenaires h2 {
      font-size: 13.5px;
      font-weight: 600;
      color: #555658;
      letter-spacing: 1px;
      padding: 0;
      margin: 0;
      line-height: 1em; }
    .partenaires .containerPartenaires .partenaire {
      display: inline-block;
      margin-right: 25px;
      margin-top: 15px; }
      .partenaires .containerPartenaires .partenaire img {
        vertical-align: middle;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 3.5+, IE10 */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(100%);
        /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */ }
        .partenaires .containerPartenaires .partenaire img:hover {
          filter: none;
          -webkit-filter: grayscale(0%); }

.billetterie {
  width: 100%;
  height: 422px;
  margin-left: -100px; }
  .billetterie .adresseContainer {
    box-sizing: border-box;
    padding: 100px;
    margin-left: 500px; }
    .billetterie .adresseContainer .col {
      float: left;
      width: 50%; }
      .billetterie .adresseContainer .col h2 {
        font-size: 31px;
        font-weight: 900;
        text-transform: uppercase;
        color: #555658;
        letter-spacing: 2px;
        margin: 0 0 40px;
        padding: 0;
        line-height: 0; }
      .billetterie .adresseContainer .col .adresse {
        font-size: 17px;
        color: #ffffff;
        margin-top: 30px; }
      .billetterie .adresseContainer .col a {
        display: block;
        line-height: 15px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        margin-top: 15px;
        padding-left: 30px; }
        .billetterie .adresseContainer .col a.carte {
          background: url(../images/icon-map.png) left center no-repeat; }
        .billetterie .adresseContainer .col a.email {
          background: url(../images/icon-mail.png) left center no-repeat; }
        .billetterie .adresseContainer .col a:hover {
          color: #ab0004; }
      .billetterie .adresseContainer .col .telephone {
        font-size: 23px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 50px; }

.spectacles-liste {
  padding-top: 50px;
  width: 520px;
  min-height: 702px;
  background-color: #000000;
  color: #ffffff; }
  .spectacles-liste > .titre {
    padding: 45px 50px 35px;
    font-size: 23.5px;
    letter-spacing: 2px;
    background-color: #0018cb; }
    .spectacles-liste > .titre strong {
      text-transform: uppercase; }
  .spectacles-liste .spectaclesContainer {
    margin-top: 22px; }
    .spectacles-liste .spectaclesContainer article.resume {
      height: 150px;
      width: calc(100% - 100px);
      display: table;
      padding: 0 0 20px 0;
      margin: 0 0 0 50px;
      margin-bottom: 22px;
      border-bottom: 1px solid #555658;
      position: relative;
      z-index: 1;
      box-sizing: border-box; }
      .spectacles-liste .spectaclesContainer article.resume .image {
        margin-left: 50px;
        width: 150px;
        height: 150px;
        display: table-cell;
        vertical-align: middle; }
        .spectacles-liste .spectaclesContainer article.resume .image img {
          position: absolute;
          top: 0; }
      .spectacles-liste .spectaclesContainer article.resume .info {
        width: calc(100% - 150px);
        height: 100px;
        padding: 18px 0 0 15px;
        display: table-cell;
        vertical-align: top; }
        .spectacles-liste .spectaclesContainer article.resume .info .categorie {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: bold;
          opacity: 0.5;
          line-height: 1em; }
        .spectacles-liste .spectaclesContainer article.resume .info .titre {
          margin-top: 8px;
          font-size: 13.5px;
          font-weight: bold; }
        .spectacles-liste .spectaclesContainer article.resume .info .date {
          margin-top: 10px;
          font-size: 13.5px; }
          .spectacles-liste .spectaclesContainer article.resume .info .date .heure {
            float: right;
            font-weight: bold; }
        .spectacles-liste .spectaclesContainer article.resume .info .btnSuite {
          cursor: pointer;
          position: absolute;
          right: 0;
          bottom: 20px;
          width: 37px;
          height: 37px;
          background: #0018cb url(../images/fleche-blanc-bas.png) center center no-repeat;
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease; }
          .spectacles-liste .spectaclesContainer article.resume .info .btnSuite:hover {
            background: #ab0004 url(../images/fleche-blanc-bas.png) center center no-repeat; }
      .spectacles-liste .spectaclesContainer article.resume.active {
        border-bottom: 0; }
        .spectacles-liste .spectaclesContainer article.resume.active .btnSuite {
          background: #ab0004 url(../images/fleche-blanc-bas.png) center center no-repeat;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
    .spectacles-liste .spectaclesContainer article.details {
      display: none;
      width: calc(100% - 100px);
      padding: 0 0 20px 0;
      margin: 0 0 0 50px;
      border-bottom: 1px solid #555658;
      margin-bottom: 22px; }
      .spectacles-liste .spectaclesContainer article.details.vertical .entete {
        position: relative;
        width: 100%;
        height: 380px; }
        .spectacles-liste .spectaclesContainer article.details.vertical .entete .images {
          float: right;
          width: 254px;
          height: 380px; }
        .spectacles-liste .spectaclesContainer article.details.vertical .entete .btnYoutube {
          position: absolute;
          bottom: 0;
          z-index: 999;
          left: 0; }
      .spectacles-liste .spectaclesContainer article.details.horizontal .entete .btnYoutube {
        margin-bottom: 20px; }
      .spectacles-liste .spectaclesContainer article.details .images {
        margin-bottom: 25px; }
      .spectacles-liste .spectaclesContainer article.details .info .titre {
        font-size: 23px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ab0004;
        letter-spacing: 1px; }
      .spectacles-liste .spectaclesContainer article.details .info .date {
        font-size: 16px;
        white-space: nowrap; }
      .spectacles-liste .spectaclesContainer article.details .info .autresDates {
        line-height: 1.2em;
        font-size: 16px;
        white-space: nowrap; }
      .spectacles-liste .spectaclesContainer article.details .info article {
        font-weight: bold;
        font-size: 13.5px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        .spectacles-liste .spectaclesContainer article.details .info article label {
          width: 210px;
          display: inline-block; }
        .spectacles-liste .spectaclesContainer article.details .info article:first-of-type {
          margin-top: 25px; }
        .spectacles-liste .spectaclesContainer article.details .info article.avec {
          text-transform: none;
          font-weight: normal;
          margin-bottom: 10px; }
          .spectacles-liste .spectaclesContainer article.details .info article.avec label {
            font-weight: bold;
            text-transform: uppercase; }
      .spectacles-liste .spectaclesContainer article.details .info .description {
        font-size: 12.5px;
        line-height: 1.75em;
        margin-top: 25px; }
      .spectacles-liste .spectaclesContainer article.details .info .btnBillet {
        margin-top: 20px; }
      .spectacles-liste .spectaclesContainer article.details .info .btnCritiques {
        margin-top: 20px;
        float: right; }
      .spectacles-liste .spectaclesContainer article.details .info .critique {
        display: none;
        margin-top: 20px; }
        .spectacles-liste .spectaclesContainer article.details .info .critique hr {
          margin: 10px 0;
          border: 0;
          height: 1px;
          background-color: #555658;
          color: #555658; }
      .spectacles-liste .spectaclesContainer article.details .videoYoutube {
        display: none;
        position: relative;
        left: 0;
        width: 520px;
        height: 252px;
        margin-left: -50px;
        margin-bottom: 20px; }
    .spectacles-liste .spectaclesContainer .aucunResultat {
      text-align: center;
      font-weight: bold; }

.btnYoutube {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  padding-top: 56px;
  background: url(../images/btn-video.png) left top no-repeat; }
  .btnYoutube:hover, .btnYoutube.active {
    color: #ffffff;
    background: url(../images/btn-video-hover.png) left top no-repeat; }

.btnBillet {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 58px;
  background: url(../images/btn-billet.png) left center no-repeat; }
  .btnBillet:hover {
    color: #ffffff;
    background: url(../images/btn-billet-hover.png) left center no-repeat; }

.btnCritiques {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 48px;
  background: url(../images/btn-critiques.png) left center no-repeat; }
  .btnCritiques:hover {
    color: #ffffff;
    background: url(../images/btn-critiques-hover.png) left center no-repeat; }
  .btnCritiques.active {
    background: url(../images/btn-critiques-hover.png) left center no-repeat; }

.publicites {
  width: 380px;
  max-height: 714px; }
  .publicites article {
    padding: 0;
    margin: 0; }

.detail-forfait {
  width: 800px; }
  .detail-forfait .info {
    padding: 95px 0 0 100px;
    position: relative; }
    .detail-forfait .info .fleche {
      position: absolute;
      left: 30px;
      top: 45px;
      width: 68px;
      height: 13px;
      background: url(../images/fleche-gauche-blanc.png) left center no-repeat; }
    .detail-forfait .info .titre {
      color: #ab0004;
      font-size: 31px;
      line-height: 31px;
      font-weight: 900;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 50px; }
    .detail-forfait .info .sous-titre {
      display: inline-block;
      max-width: 50%;
      color: #ffffff;
      font-size: 23.5px;
      line-height: 26px;
      font-weight: bold;
      letter-spacing: 1px; }
    .detail-forfait .info .prix {
      display: inline-block;
      font-size: 60px;
      color: #ffffff;
      font-weight: 300;
      letter-spacing: 3px; }
    .detail-forfait .info .texte {
      margin-top: 35px;
      color: #ffffff;
      letter-spacing: 1px; }
    .detail-forfait .info .btnBillet {
      margin-top: 35px; }

.titre-salle {
  height: 325px;
  padding: 150px 0 0 45px;
  background-color: #0018cb;
  box-sizing: border-box; }
  .titre-salle h1 {
    font-weight: 900;
    font-size: 31px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.2em; }

.images-map {
  width: 800px;
  height: 325px; }

.map-salle {
  width: 400px;
  height: 415px; }
  .map-salle #google-map {
    height: 375px; }
  .map-salle .lienCarte {
    display: block;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    background: url(../images/icon-map.png) left center no-repeat; }
    .map-salle .lienCarte:hover {
      color: #ab0004; }

.detail-salle {
  background-color: #ffffff;
  width: 800px;
  min-height: 415px;
  box-sizing: border-box;
  padding: 100px;
  position: relative; }
  .detail-salle .bouton {
    position: absolute;
    top: 32px;
    right: 70px; }

.prochains-evenements {
  display: none;
  width: 400px;
  min-height: 543px;
  margin-bottom: 50px; }
  .prochains-evenements .titre-boite {
    margin-top: 50px;
    width: 300px;
    line-height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #ab0004;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px; }
  .prochains-evenements .cycle-events {
    width: 300px; }
    .prochains-evenements .cycle-events .slide {
      cursor: pointer; }
    .prochains-evenements .cycle-events img {
      max-width: 100%;
      width: 100%; }
    .prochains-evenements .cycle-events .info {
      color: #ffffff;
      margin-top: 25px;
      width: 230px; }
      .prochains-evenements .cycle-events .info .titre {
        font-size: 17px;
        margin-bottom: 18px; }
      .prochains-evenements .cycle-events .info .dateDebut,
      .prochains-evenements .cycle-events .info .dateFin {
        font-size: 13.5ps;
        font-weight: bold;
        text-transform: uppercase; }
  .prochains-evenements .cycle-pager {
    right: 60px;
    top: 290px;
    width: 21px; }
    .prochains-evenements .cycle-pager a {
      display: block;
      margin: 15px 0 0 0; }
      .prochains-evenements .cycle-pager a:first-child {
        margin-top: 1px; }
    .prochains-evenements .cycle-pager:before {
      content: '';
      position: absolute;
      left: 20px;
      width: 3px;
      height: calc(100% + 1px);
      background-color: #ffffff;
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5); }
  .prochains-evenements .fleche {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 51px;
    background: url(../images/fleche-bas-blanc.png) center center no-repeat; }

.recherche-activites {
  background-color: #ffffff;
  width: 920px;
  height: calc(100vh - 475px);
  min-height: 543px;
  padding: 100px;
  box-sizing: border-box;
  line-height: 30px; }
  .recherche-activites form {
    width: 420px; }
  .recherche-activites .titre {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    float: left; }
  .recherche-activites .sousTitre {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 23.5px;
    font-weight: bold;
    letter-spacing: 2px;
    float: left; }
  .recherche-activites label {
    display: block;
    margin-top: 15px;
    font-size: 17.5px;
    color: #0018cb; }
    .recherche-activites label.half {
      float: left;
      width: 200px; }
      .recherche-activites label.half:first-child {
        margin-right: 20px; }
  .recherche-activites select,
  .recherche-activites input[type="text"] {
    margin-top: 8px; }

.detail-evenement {
  display: none;
  width: 500px;
  min-height: 100px;
  margin-left: -100px; }
  .detail-evenement .container {
    display: none;
    background-color: #ffffff; }
    .detail-evenement .container > .titre {
      background-color: #ab0004;
      font-size: 23px;
      font-weight: 900;
      color: #ffffff;
      letter-spacing: 1px;
      height: 100px;
      line-height: 100px;
      padding-left: 100px; }
    .detail-evenement .container .info {
      padding: 30px 50px 30px 100px;
      border-right: 1px solid #000000;
      font-size: 12.5px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.6em; }
      .detail-evenement .container .info .titre {
        font-size: 21px;
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 20px;
        letter-spacing: 0; }
      .detail-evenement .container .info .dateDebut,
      .detail-evenement .container .info .dateFin {
        font-size: 13.5px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 3px;
        letter-spacing: 0; }
      .detail-evenement .container .info hr {
        margin: 25px 0;
        border: 0;
        height: 1px;
        background-color: #cccccc;
        color: #cccccc; }
      .detail-evenement .container .info .texte {
        margin-bottom: 30px; }
      .detail-evenement .container .info .website {
        word-break: break-all; }

.liste-activites {
  background-color: #ffffff;
  width: 920px;
  padding: 0 0 45px; }
  .liste-activites > .titre {
    padding-left: 100px;
    font-size: 23.5px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 100px; }
    .liste-activites > .titre.no-event {
      background-color: #0018cb;
      color: #ffffff; }
  .liste-activites .container article {
    padding: 30px 100px 30px;
    border-top: 1px solid #000000; }
    .liste-activites .container article:after {
      content: "";
      display: table;
      clear: both; }
    .liste-activites .container article:first-of-type {
      border-top: 0; }
    .liste-activites .container article .images {
      width: 147px;
      height: 147px;
      float: left;
      margin-right: 15px; }
    .liste-activites .container article .info {
      float: left;
      width: 538px; }
      .liste-activites .container article .info .categorie {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        opacity: 0.5; }
      .liste-activites .container article .info .titre {
        font-size: 13.5px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px; }
      .liste-activites .container article .info .date {
        margin-bottom: 10px; }
      .liste-activites .container article .info hr {
        margin: 15px 0;
        border: 0;
        height: 1px;
        background-color: #cccccc;
        color: #cccccc; }
      .liste-activites .container article .info .texte {
        margin-bottom: 15px; }
      .liste-activites .container article .info a.btnBillet {
        margin-left: 30px;
        line-height: 30px;
        color: #000000; }

/*# sourceMappingURL=styles.css.map */
