/******************************************************************************/
/* © Mediagone - All rights reserved.
/******************************************************************************/
html {
  height: 100%;
  overflow: scroll;
  vertical-align: top;
  cursor: default;
}
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: inherit;
  line-height: inherit;
  outline: none;
  font-family: inherit;
  cursor: inherit;
}
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


.responsive-wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.responsive-wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  .responsive-wrapper {
    width: 640px;
  }
}
@media (min-width: 500px) and (max-width: 659px) /*Moblet only*/ {
  .responsive-wrapper {
    width: 480px;
  }
}
@media (max-width: 499px) /*Mobile only*/ {
  .responsive-wrapper {
    width: 320px;
  }
}


@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Montserrat', sans-serif;
}
section {
  padding: 10px 50px;
}
main > div.responsive-wrapper {
  padding: 10px 50px 100px 50px;
}
@media (max-width: 499px) /*Mobile only*/ {
  main > div.responsive-wrapper {
    padding: 10px 20px 100px 20px;
  }
}
main > div.responsive-wrapper h1 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 50px;
  font-size: 32px;
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  main > div.responsive-wrapper h1 {
    font-size: 26px;
    margin: 30px 30px;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  main > div.responsive-wrapper h1 {
    font-size: 20px;
    margin: 30px 0;
  }
}
main > div.responsive-wrapper div.block {
  padding: 15px 40px;
  margin: 30px 50px;
}
main > div.responsive-wrapper h2 {
  margin-top: 30px;
  padding: 20px 0;
  text-transform: uppercase;
  text-align: center;
}
main > div.responsive-wrapper h3 {
  padding: 20px 0;
  text-transform: uppercase;
}
main > div.responsive-wrapper div.block-text ul {
  padding: 20px 40px 30px 40px;
  list-style: square;
}
main > div.responsive-wrapper div.block-text ul li {
  padding-left: 5px;
  margin-bottom: 8px;
}
main > div.responsive-wrapper div.block-text ol {
  padding: 20px 40px 30px 40px;
}
main > div.responsive-wrapper div.block-text ol li {
  padding-left: 5px;
  margin-bottom: 8px;
}
main > div.responsive-wrapper div.block-text a {
  color: #e70000;
}
main > div.responsive-wrapper div.block-text a:hover {
  text-decoration: underline;
}
main > div.responsive-wrapper div.block-text iframe,
main > div.responsive-wrapper div.block-text img {
  max-width: 100%;
}
main > div.responsive-wrapper div.block-link {
  text-align: center;
  padding: 40px 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 999px) /*Tablet or less*/ {
  main > div.responsive-wrapper div.block-link {
    padding: 40px 0 0 0;
  }
  main > div.responsive-wrapper div.block-link > a {
    display: block;
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 14px;
    padding: 8px 0;
  }
}
main > div.responsive-wrapper div.block-link + div.block-link {
  padding-top: 0;
}
main > div.responsive-wrapper div.block-link + h1 {
  padding-top: 20px;
}
main > div.responsive-wrapper div.block-downloads {
  text-align: center;
  padding: 40px 0;
}
main > div.responsive-wrapper div.block-downloads > div.logo {
  margin: 0 auto 10px auto;
  height: 38px;
  width: 34px;
  background: url('images/sprite.png') no-repeat 0 -120px;
}
main > div.responsive-wrapper div.block-downloads > div > a {
  line-height: 26px;
  text-transform: uppercase;
}
@media (max-width: 999px) /*Tablet or less*/ {
  main > div.responsive-wrapper div.block-downloads > div > a {
    display: block;
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 14px;
    padding: 8px 0;
  }
}
main div.feedback {
  text-align: center;
  padding: 20px;
}
main div.feedback.success {
  background: #00a65a;
  color: white;
}
main div.feedback.danger {
  background: #dd4b39;
  color: white;
}
div.breadcrumb {
  margin: 30px 50px;
}
div.breadcrumb ol {
  list-style: none;
}
div.breadcrumb ol li {
  display: inline-block;
}
div.breadcrumb ol li + li:before {
  content: '';
  padding: 0 10px;
  font-family: 'FontAwesome';
}


footer > div.responsive-wrapper {
  padding: 20px 0;
  color: white;
  font-size: 12px;
  text-align: center;
}
footer > div.responsive-wrapper nav.menu {
  text-transform: uppercase;
}
@media (min-width: 1000px) /*Screen only*/ {
  footer > div.responsive-wrapper nav.menu {
    float: left;
  }
}
@media (max-width: 999px) /*Tablet or less*/ {
  footer > div.responsive-wrapper nav.menu {
    padding: 10px 0 20px 0;
  }
}
footer > div.responsive-wrapper nav.menu ul li {
  display: inline-block;
  padding: 0 6px;
}
@media (max-width: 999px) /*Tablet or less*/ {
  footer > div.responsive-wrapper nav.menu ul li {
    display: block;
    padding: 10px 6px;
  }
}
footer > div.responsive-wrapper nav.menu ul li a[target="_blank"]:after {
  margin-top: -1px;
  content: '';
  font-family: 'FontAwesome';
  padding: 0 4px;
}
@media (max-width: 999px) /*Tablet or less*/ {
  footer > div.responsive-wrapper nav.socials {
    padding: 20px 0;
  }
}
footer > div.responsive-wrapper nav.socials ul li {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  margin: 0 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  font-size: 12px;
  font-family: 'FontAwesome';
  overflow: hidden;
  background: white;
  text-align: center;
}
@media (max-width: 999px) /*Tablet or less*/ {
  footer > div.responsive-wrapper nav.socials ul li {
    margin: 10px 15px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    font-size: 22px;
  }
}
footer > div.responsive-wrapper nav.socials ul li a {
  padding: 0;
}
footer > div.responsive-wrapper nav.socials ul li a[target="_blank"]:after {
  display: none;
}
@media (min-width: 1000px) /*Screen only*/ {
  footer > div.responsive-wrapper div.infos {
    float: right;
  }
}
@media (max-width: 999px) /*Tablet or less*/ {
  footer > div.responsive-wrapper div.infos {
    padding: 0 20px;
  }
}


header {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /*nav.nav-two{
        padding: 20px 0 0 0;
        text-align: center;
        
        & ul{
            
            li{
                display: inline-block;
                padding: 0 5px;
                
            }
        }
        
    }*/
}
header nav.nav-one {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
header nav.nav-one:after {
  clear: both;
  content: '';
  display: block;
}
header nav.nav-one ul {
  line-height: 20px;
}
header nav.nav-one ul li {
  display: inline-block;
  height: 100%;
  /*&.has-sub{
                    margin-right: 7px;
                    
                    & > a:after{
                        content: '';
                        font-family: 'FontAwesome';
                        padding: 0 4px;
                        position: relative;
                        position: absolute;
                        margin-top: -1px;
                    }
                }*/
}
header nav.nav-one ul li a {
  padding: 0 5px;
  display: block;
  padding: 15px 8px;
}
header nav.nav-one ul li a[target="_blank"] {
  margin-right: 7px;
}
header nav.nav-one ul li a[target="_blank"]:after {
  content: '';
  font-family: 'FontAwesome';
  padding: 0 4px;
  position: absolute;
  margin-top: -1px;
}
header nav.nav-one ul li.social {
  margin: 0 2px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  font-size: 12px;
  font-family: 'FontAwesome';
  overflow: hidden;
  color: white;
  text-align: center;
  margin-top: -1px;
}
header nav.nav-one ul li.social a {
  padding: 0;
}
header nav.nav-one ul li.social a[target="_blank"] {
  margin-right: 0;
}
header nav.nav-one ul li.social a[target="_blank"]:after {
  display: none;
}
header nav.nav-one ul li div.sub {
  position: absolute;
  width: 100%;
  left: 0;
  padding-top: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.15s, opacity 0.3s;
  z-index: 900;
}
header nav.nav-one ul li div.sub ul {
  background: white;
}
header nav.nav-one ul li div.sub ul li a {
  padding-top: 10px;
}
header nav.nav-one ul li:hover div.sub {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  z-index: 902;
}
header nav.nav-one ul.nav-main {
  float: left;
}
header nav.nav-one ul.nav-secondary {
  float: right;
}
header nav.nav-one li.current > div.sub {
  z-index: 901;
  visibility: visible;
  opacity: 1;
}
header div.logo {
  position: relative;
  height: 65px;
  height: 47.5px;
  text-align: center;
  margin-top: 40px;
}
header div.logo div.img {
  position: absolute;
  display: inline-block;
  width: 300px;
  width: 219px;
  height: 130px;
  height: 95px;
  margin-left: -150px;
  margin-left: -109.5px;
  z-index: 99999;
  color: transparent;
  font-size: 0;
  line-height: 90px;
  background: url('images/logo-cinemourguet.png');
  background: url('images/logo-cinemourguet-small.png');
}


#ResponsiveBar,
#HeaderMobile {
  display: none;
}
@media (max-width: 999px) /*Tablet or less*/ {
  #HeaderScreen,
  #HeaderMobile {
    display: none;
  }
  #Content {
    padding-top: 50px;
  }
  #ResponsiveBar {
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    z-index: 1001;
  }
  #ResponsiveBar > div {
    height: 100%;
    padding-top: 4px;
  }
  #ResponsiveBar > div > a,
  #ResponsiveBar > div > label {
    display: block;
    width: 40px;
    height: 40px;
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 40px;
    transition: background-color 0.2s linear 0s;
    cursor: pointer;
  }
  #ResponsiveBar > div > a:hover,
  #ResponsiveBar > div > label:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #ResponsiveBar > div > label.btn-menu {
    float: right;
    position: relative;
  }
  #ResponsiveBar > div > label.btn-menu::after {
    display: block;
    content: '';
    float: right;
    top: 0;
    left: 0;
    position: absolute;
    width: 40px;
  }
  #ResponsiveBar > div > a.btn-top {
    float: left;
  }
  #ResponsiveBar > div > a.btn-logo {
    width: 100px;
    background-image: url('images/logo-cinemourguet-mobile.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  #ResponsiveBarToggle:checked ~ #ResponsiveBar > div > label.btn-menu {
    background-position: 0 -80px;
  }
  #ResponsiveBarToggle:checked ~ #ResponsiveBar > div > label.btn-menu::after {
    content: '';
  }
  #ResponsiveBarToggle:checked ~ #HeaderMobile {
    display: block !important;
  }
  #ResponsiveBarToggle:checked ~ section.highlight,
  #ResponsiveBarToggle:checked ~ #HeaderScreen,
  #ResponsiveBarToggle:checked ~ #Content,
  #ResponsiveBarToggle:checked ~ #Footer {
    display: none !important;
  }
  #HeaderMobile {
    padding: 50px 0;
    background: white;
  }
  #HeaderMobile nav.nav-one-mobile {
    text-align: center;
    padding-top: 20px;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul {
    display: block;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li {
    display: block;
    margin-top: 3px;
    line-height: 40px;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li > a {
    display: block;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li > a.switch {
    background: #bbb;
    color: white;
    line-height: 50px;
    margin-bottom: 15px;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li li {
    display: block;
    margin-top: 3px;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li li > a {
    display: block;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li.social {
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 20px;
    padding-bottom: 4px;
  }
  #HeaderMobile nav.nav-one-mobile > div > ul > li.social > a > span {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 30px;
    background: white;
  }
  /*
    
    
    
    
    #WK_ResponsiveBar_menu{
        padding: 20px 0 50px 0;
        background: white;
    }
    
    #WK_ResponsiveBar_menu li{
        margin-bottom: 3px;
        line-height: 45px;
        font-size: 14px;
        background: black;
        //background: #8cc63f;
        color: white;
        text-transform: uppercase;
    }
    
    #WK_ResponsiveBar_menu li a{
    }
    
    #WK_ResponsiveBar_menu li.important{
        margin-bottom: 15px;
        height: 50px;
        line-height: 50px;
        background: #7a8973;
    }
    
    #WK_ResponsiveBar_menu ul > li > ul{
    }
    #WK_ResponsiveBar_menu ul > li > ul > li{
    }
    
    
    #WK_ResponsiveBar_menu li li{
        background: white;
        color: black;
    }
    
    
    
    #WK_ResponsiveBar_menu li.account{
        margin-bottom: 20px;
        height: 60px;
        line-height: 60px;
        background-color: #7A8973 !important;
    }
*/
}


main > div.responsive-wrapper div.block-partnerads {
  position: relative;
  height: 80px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
main > div.responsive-wrapper div.block-partnerads div.ad {
  background: white;
  display: none;
}
main > div.responsive-wrapper div.block-partnerads div.ad.current {
  display: block;
}
main > div.responsive-wrapper div.block-partnerads div.ad a {
  display: block;
  width: 100%;
  height: 100%;
}
main > div.responsive-wrapper div.block-partnerads div.ad a:hover {
  opacity: 0.8;
}
main > div.responsive-wrapper div.block-partnerads div.ad img {
  display: block;
  width: 100%;
  height: 100%;
}


section.highlight {
  height: 150px;
  padding: 0;
  background: #ccc;
  position: relative;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
section.highlight a.go-btn {
  display: block;
  float: right;
  margin: 55px 50px 0 0;
  background: url('images/sprite.png') no-repeat 0 -40px;
  width: 34px;
  height: 40px;
}
section.highlight a.go-btn.go-btn:hover {
  background-position: 0 -80px;
}
section.highlight div.info-bar {
  display: none;
  position: absolute;
  padding: 15px;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
section.highlight div.info-bar a h2,
section.highlight div.info-bar div h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
section.highlight div.info-bar a h3,
section.highlight div.info-bar div h3 {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}
section.highlight div.info-bar a:hover h2 {
  font-weight: bold;
}
section.highlight div.info-bar a:hover h3 {
  font-weight: bold;
}
@media (max-width: 999px) /*Tablet or less*/ {
  section.highlight {
    display: none;
  }
}
body.page-home section.highlight,
section.highlight.caravane {
  height: 400px;
}
body.page-home section.highlight a.go-btn,
section.highlight.caravane a.go-btn {
  display: none;
}
body.page-home section.highlight div.info-bar,
section.highlight.caravane div.info-bar {
  display: block;
}
@media (max-width: 999px) /*Tablet or less*/ {
  body.page-home section.highlight,
  section.highlight.caravane {
    display: block !important;
  }
}


ul.Agenda:not(.list) > li {
  display: inline-block;
  text-align: center;
  padding-right: 2px;
}
@media (min-width: 1000px) /*Screen only*/ {
  ul.Agenda:not(.list) > li {
    width: 25%;
  }
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  ul.Agenda:not(.list) > li {
    width: 50%;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  ul.Agenda:not(.list) > li {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul.Agenda:not(.list) > li.expired {
    display: none;
  }
}
ul.Agenda:not(.list) > li.fillweek {
  display: block;
  height: 40px;
}
ul.Agenda:not(.list) > li > table {
  width: 100%;
  border-spacing: 0 2px;
}
ul.Agenda:not(.list) > li > table tr.expired {
  color: white;
  background: #ccc;
}
ul.Agenda:not(.list) > li > table tr.nothing {
  text-transform: uppercase;
}
ul.Agenda:not(.list) > li > table tr th {
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 0;
  padding: 20px 0 10px 0;
}
ul.Agenda:not(.list) > li > table tr td {
  font-size: 12px;
}
ul.Agenda:not(.list) > li > table tr td > a,
ul.Agenda:not(.list) > li > table tr td > span {
  display: block;
  padding: 7px 10px;
}
ul.Agenda:not(.list) > li > table tr td.time {
  width: 50px;
}
ul.Agenda:not(.list) > li > table tr td.label {
  text-align: left;
}
ul.Agenda.list > li {
  text-align: center;
  padding-right: 2px;
  /*& > table {
            width: 100%;
            border-spacing: 0 2px;
            
            tr{
                &.expired{
                    color: white;
                    background: #ccc;
                }
                
                &.nothing{
                    text-transform: uppercase;
                }
                    
                th {
                    text-transform: uppercase;
                    font-weight: normal;
                    padding: 10px 0;
                    padding: 20px 0 10px 0;
                }
                
                td {
                    font-size: 12px;
                    
                    
                    & > a,
                    & > span {
                        display: block;
                        padding: 7px 10px;
                    }
                    
                    &.time{
                        width: 50px;
                    }
                    
                    &.label{
                        text-align: left;
                    }
                    
                }
                
              
            }
          
        }*/
}
@media (max-width: 659px) /*Moblet or less*/ {
  ul.Agenda.list > li {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul.Agenda.list > li.expired {
    display: none;
  }
}
ul.Agenda.list > li.fillweek {
  display: block;
  height: 40px;
}
ul.Agenda.list > li > ul > li {
  margin-bottom: 5px;
  position: relative;
}
ul.Agenda.list > li > ul > li > a.event,
ul.Agenda.list > li > ul > li > div.event {
  padding: 8px 0 5px 0;
  display: block;
}
ul.Agenda.list > li > ul > li > a.event.expired,
ul.Agenda.list > li > ul > li > div.event.expired {
  color: white;
  background: #ccc;
}
ul.Agenda.list > li > ul > li > a.event > div.time,
ul.Agenda.list > li > ul > li > div.event > div.time {
  font-weight: bold;
  line-height: 22px;
}
ul.Agenda.list > li > ul > li > a.event > div.label,
ul.Agenda.list > li > ul > li > div.event > div.label {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
ul.Agenda.list > li > ul > li > a.booking {
  display: block;
  line-height: 35px;
  font-size: 12px;
  text-transform: uppercase;
}


div.block-eventlist {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
div.block-eventlist h2 {
  padding-bottom: 30px !important;
}
div.block-eventlist div.event {
  margin-bottom: 50px;
}
div.block-eventlist div.event div.dates {
  font-size: 14px;
  text-transform: uppercase;
}
div.block-eventlist div.event h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
div.block-eventlist div.event h4 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
div.block-eventlist div.event a.media-container {
  display: block;
  margin-top: 15px;
  background: #eee;
  min-height: 20px;
}
div.block-eventlist div.event a.media-container img {
  width: 100%;
}


div.block-imagelink {
  position: relative;
  padding: 50px 15px 0 15px;
  text-align: center;
}
div.block-imagelink.sizing-half {
  width: 50%;
  display: inline-block;
}
@media (max-width: 999px) /*Tablet or less*/ {
  div.block-imagelink.sizing-half {
    width: 100%;
    display: block;
  }
}
@media (max-width: 999px) /*Tablet or less*/ {
  div.block-imagelink {
    padding: 50px 0 0 0;
  }
}
div.block-imagelink h2 {
  font-size: 32px;
  padding-bottom: 0 !important;
}
div.block-imagelink h3 {
  font-weight: normal;
  font-size: 16px;
  padding: 5px 0;
}
div.block-imagelink a.media-container {
  display: block;
  margin-top: 15px;
  background: #eee;
  min-height: 20px;
}
div.block-imagelink a.media-container img {
  width: 100%;
}
div.block-imagelink a.media-container div.goto {
  text-transform: uppercase;
  line-height: 30px;
}
div.block-imagelink a.media-container:hover img {
  opacity: 0.5;
}


div.block-mapinfos {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.block-mapinfos {
    text-align: left;
  }
}
div.block-mapinfos div.map {
  padding: 20px 0;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.block-mapinfos div.map {
    float: left;
    margin-right: 40px;
  }
}
div.block-mapinfos div.map iframe {
  border: none !important;
}
div.block-mapinfos div.infos p {
  padding-bottom: 20px;
}
div.block-mapinfos:after {
  content: '';
  display: block;
  clear: both;
}


div.block-mediagrid {
  position: relative;
  padding-top: 50px;
}
div.block-mediagrid div.media {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.block-mediagrid div.media {
    display: inline-block;
    width: 50%;
    padding: 10px;
  }
}
div.block-mediagrid div.media div.preview-container {
  display: block;
  width: 420px;
  height: 300px;
  margin: 0 auto;
}
@media (max-width: 499px) /*Mobile only*/ {
  div.block-mediagrid div.media div.preview-container {
    width: 280px;
    height: 200px;
  }
}
div.block-mediagrid div.media div.preview-container img {
  display: block;
  width: 100%;
  max-height: 100%;
}
div.block-mediagrid div.media div.preview-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}
div.block-mediagrid div.media legend {
  display: block;
  padding: 15px 0;
  font-size: 12px;
}


div.Mosaic {
  position: relative;
  text-align: center;
}
div.Mosaic > ul.menu {
  padding: 15px 0 40px 0;
  border-top: 1px solid #aaa;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
div.Mosaic > ul.menu li span {
  cursor: pointer;
}
div.Mosaic > ul.events {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 659px) /*Moblet or less*/ {
  div.Mosaic > ul.events {
    flex-direction: column;
  }
}
div.Mosaic > ul.events > li.event {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 5px 20px 5px;
  position: relative;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.Mosaic > ul.events > li.event {
    width: 25%;
  }
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  div.Mosaic > ul.events > li.event {
    width: 50%;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  div.Mosaic > ul.events > li.event {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
div.Mosaic > ul.events > li.event.hidden {
  display: none !important;
}
div.Mosaic > ul.events > li.event > h3 {
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 0;
  margin-bottom: auto;
}
div.Mosaic > ul.events > li.event > div {
  display: block;
  align-self: flex-end;
  width: 100%;
}
div.Mosaic > ul.events > li.event > div > a.media {
  display: block;
  position: relative;
  align-self: auto;
  flex-direction: row;
}
div.Mosaic > ul.events > li.event > div > a.media > div.media {
  min-height: 280px;
  width: 100%;
  background: #eee;
  position: relative;
}
div.Mosaic > ul.events > li.event > div > a.media > div.media.no-media::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  line-height: 280px;
  color: white;
  font-family: FontAwesome;
  font-size: 60px;
  position: absolute;
}
div.Mosaic > ul.events > li.event > div > a.media > div.media > img {
  display: block;
  width: 100%;
}
div.Mosaic > ul.events > li.event > div > a.media:hover {
  opacity: 0.5;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels {
  display: block;
  position: absolute;
  width: 60px;
  height: 16px;
  line-height: 18px;
  margin-top: -8px;
  margin-left: 16px;
  text-align: center;
  font-size: 10px;
  font-family: FontAwesome;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels > li {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels:empty {
  display: none;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels:after,
div.Mosaic > ul.events > li.event > div > a.media > ul.labels:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-right: 58px solid transparent;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels:before {
  margin-top: -6px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
div.Mosaic > ul.events > li.event > div > a.media > ul.labels:after {
  margin-bottom: -6px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: inherit;
  bottom: 0;
}
div.Mosaic > ul.events > li.event > div > a.media > div.goto {
  display: block;
  margin-top: 3px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
}
div.Mosaic > ul.events > li.event > div > a.goto {
  display: block;
  margin-top: 3px;
  margin-bottom: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
}
div.Mosaic > ul.events > li.event > div > a.goto:hover {
  opacity: 0.5;
}
div.Mosaic > ul.events > li.event > div > a.btn-play,
div.Mosaic > ul.events > li.event > div > div.btn-play-faked {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  font-family: FontAwesome;
  text-align: center;
  margin-top: 15px;
  width: 34px;
  height: 40px;
  background-image: url('images/sprite.png');
  background-repeat: no-repeat;
}
div.Mosaic > ul.events > li.event > div > a.btn-play span,
div.Mosaic > ul.events > li.event > div > div.btn-play-faked span {
  position: absolute;
  margin-left: -11px;
}
div.Mosaic > ul.events > li.event > div > a.btn-play span.mask,
div.Mosaic > ul.events > li.event > div > div.btn-play-faked span.mask {
  color: white;
  font-size: 24px;
  margin-left: -10px;
}
div.Mosaic h2,
div.Mosaic div.no-title {
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 60px 0 20px 0;
  font-size: 20px;
}
div.Mosaic.align-left ul {
  justify-content: flex-start;
}
div.Mosaic.align-right ul {
  justify-content: flex-end;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.Mosaic.size-1 {
    display: inline-block;
    width: 25%;
  }
  div.Mosaic.size-1 ul.events > li.event {
    width: 100%;
  }
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  div.Mosaic.size-1 ul.events > li.event {
    width: 100%;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  div.Mosaic.size-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) /*Screen only*/ {
  div.Mosaic.size-2 {
    display: inline-block;
    width: 50%;
  }
  div.Mosaic.size-2 ul.events > li.event {
    width: 50%;
  }
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  div.Mosaic.size-2 ul.events > li.event {
    width: 50%;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  div.Mosaic.size-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) /*Screen only*/ {
  div.Mosaic.size-3 {
    display: inline-block;
    width: 75%;
  }
  div.Mosaic.size-3 ul.events > li.event {
    width: 33%;
  }
}
@media (min-width: 660px) and (max-width: 999px) /*Tablet only*/ {
  div.Mosaic.size-3 ul.events > li.event {
    width: 33%;
  }
}
@media (max-width: 659px) /*Moblet or less*/ {
  div.Mosaic.size-3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


div.block-newsletter {
  background: #fafafa;
  width: 60%;
  margin: 50px auto;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
div.block-newsletter > h3 {
  font-weight: bold;
  font-size: 30px;
  text-transform: none !important;
  padding: 20px 35px !important;
}
div.block-newsletter > p {
  padding: 20px 35px 0 35px;
}
div.block-newsletter > p.error {
  color: red;
  font-style: italic;
  font-size: 0.9em;
  padding-bottom: 20px;
}
div.block-newsletter > form {
  margin: 15px;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
div.block-newsletter > form div.form-group {
  margin: 25px;
  line-height: 30px;
  vertical-align: middle;
}
div.block-newsletter > form div.form-group input {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-left: 20px;
  padding: 0 5px;
}
div.block-newsletter > form button {
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}


div.block-newslist {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
div.block-newslist h2 {
  padding-bottom: 30px !important;
}
div.block-newslist div.event {
  margin-bottom: 50px;
}
div.block-newslist div.event div.dates {
  font-size: 14px;
  text-transform: uppercase;
}
div.block-newslist div.event h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
div.block-newslist div.event h4 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
div.block-newslist div.event a.media-container {
  display: block;
  margin-top: 15px;
  background: #eee;
  min-height: 20px;
}
div.block-newslist div.event a.media-container img {
  width: 100%;
}


div.news-card {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 30px;
}
div.news-card div.dates {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
div.news-card > h2 {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
div.news-card div.media-container {
  display: block;
  margin-top: 15px;
  background: #eee;
  min-height: 20px;
}
div.news-card div.media-container img {
  max-width: 100% !important;
}
div.news-card div.description {
  padding-top: 30px;
}
div.news-card div.description iframe,
div.news-card div.description img {
  max-width: 100% !important;
}


div.event-card {
  margin-bottom: 50px;
  text-align: center;
}
div.event-card div.dates {
  font-size: 16px;
  text-transform: uppercase;
}
div.event-card > h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}
div.event-card > h2 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
div.event-card div.media-container {
  display: block;
  margin-top: 10px;
  background: #eee;
  min-height: 20px;
}
div.event-card div.media-container img {
  width: 100%;
}
div.event-card div.description {
  padding-top: 30px;
}
div.event-card div.description iframe,
div.event-card div.description img {
  max-width: 100% !important;
}


div.film-card {
  padding: 50px 0;
}
div.film-card > div.side-bar {
  position: relative;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.film-card > div.side-bar {
    width: 180px;
    display: inline-block;
  }
}
@media (max-width: 999px) /*Tablet or less*/ {
  div.film-card > div.side-bar {
    display: block;
    padding-bottom: 30px;
  }
}
div.film-card > div.side-bar > div.media-wrapper {
  margin-bottom: 40px;
}
div.film-card > div.side-bar > div.media-wrapper > div.media img {
  width: 100%;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels {
  position: absolute;
  display: block;
  width: 60px;
  height: 16px;
  line-height: 18px;
  margin-top: -8px;
  margin-left: 8px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 10px;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels:empty {
  display: none;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels > li {
  display: inline-block;
  text-align: center;
  padding-right: 3px;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels:after,
div.film-card > div.side-bar > div.media-wrapper > ul.labels:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-right: 58px solid transparent;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels:before {
  margin-top: -6px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
div.film-card > div.side-bar > div.media-wrapper > ul.labels:after {
  margin-bottom: -6px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: inherit;
  bottom: 0;
}
div.film-card > div.side-bar > div.infos {
  padding-left: 8px;
  /*& > div.ad{
                text-align: left;
                text-transform: uppercase;
                font-size: 30px;
                padding-bottom: 7px;

                font-family: FontAwesome;
            }*/
}
div.film-card > div.side-bar > div.infos > div.category {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 7px;
}
div.film-card > div.side-bar > div.infos > a.btn-play {
  margin-top: 20px;
  display: block;
  height: 40px;
  line-height: 41px;
  font-size: 14px;
  text-transform: uppercase;
  /*span {
                    position: absolute;
                    right: 0px;
                    font-family: FontAwesome;
                    font-size: 30px;
                    
                    //float: right;
                }
                span.border{ }
                span.mask{ color: white; font-size: 24px; right: 3px; }*/
}
div.film-card > div.side-bar > div.infos > a.btn-play span.icon {
  display: inline-block;
  width: 34px;
  height: 40px;
  margin-left: 5px;
  background-image: url('images/sprite.png');
  background-repeat: no-repeat;
}
div.film-card > div.main-bar {
  padding: 0 0 50px 0;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.film-card > div.main-bar {
    padding: 0 15px 50px 30px;
    width: 700px;
    display: inline-block;
  }
}
div.film-card > div.main-bar > div.description {
  text-align: justify;
  line-height: 26px;
}
div.film-card > div.main-bar > div.description iframe,
div.film-card > div.main-bar > div.description img {
  max-width: 100% !important;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.film-card > div.main-bar > div.description {
    width: 450px;
    float: left;
  }
}
div.film-card > div.main-bar > div.description div.original-title {
  padding: 5px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
}
div.film-card > div.main-bar > div.description div.original-title span.original {
  font-style: italic;
  padding-right: 5px;
}
div.film-card > div.main-bar > div.infos {
  text-transform: uppercase;
}
@media (min-width: 1000px) /*Screen only*/ {
  div.film-card > div.main-bar > div.infos {
    padding-left: 480px;
    text-align: right;
  }
}
@media (max-width: 999px) /*Tablet or less*/ {
  div.film-card > div.main-bar > div.infos {
    padding: 30px 0;
  }
}
div.film-card > div.main-bar > div.infos div strong {
  padding-right: 10px;
}
div.film-card > div.main-bar > div.infos div.ad {
  padding-top: 10px;
}
div.film-card > div.main-bar > div.infos div.ad strong > span {
  font-size: 30px;
  height: 21px;
  line-height: 21px;
  font-weight: normal;
  font-family: FontAwesome;
}
div.film-card > div.main-bar h2 {
  display: block;
  clear: both;
  padding-top: 50px;
  text-align: center;
}
div.film-card > div.main-bar > div.programmation {
  text-align: center;
}
div.film-card > div.main-bar > div.programmation h3 {
  padding: 20px 0 5px 0;
}
div.film-card > div.main-bar > div.programmation div.item {
  padding: 1px 0;
}
div.film-card > div.main-bar > div.programmation div.item div.time {
  padding: 2px 0;
}
div.film-card > div.main-bar > div.programmation div.item div.time.expired {
  color: white;
  background: #ccc;
}
div.film-card > div.main-bar > div.programmation div.item div.booking {
  text-transform: uppercase;
}
div.film-card > div.main-bar > div.programmation div.item div.booking a {
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
}
div.film-card > div.main-bar > div.recommendation {
  padding-top: 60px;
}
div.film-card > div.main-bar > div.recommendation iframe,
div.film-card > div.main-bar > div.recommendation img {
  margin: 10px 0;
  max-width: 100%;
}
div.film-card > div.main-bar > div.linked-events {
  padding-top: 60px;
}

