* {
  margin: 0;
  padding: 0;
}
table {
  width: 100%
}
img {
  border: none;
}
p {
  margin: 5px 0;
  text-align: justify;
}
form p {
  margin: 0;
}
hr {
  margin: 20px 0 10px 0;
}
h1 {
  font-size: 300%;
  line-height: 40px;
  color: #7d090a;
  margin: 40px 0 15px 0;
  text-shadow: 1px 1px 1px #000;
}
h2 {
  margin: 15px 0 15px 0;
  color: #5d0406;
}
body {
  text-align: center;
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: lightslategrey;
}
a, a:visited {
  color: #950608;
}
a:hover {
  text-decoration: none;
}
#wrapper {
  opacity: 0.9;
  background-color: #fff;
  width: 960px;
  text-align: left;
  margin: 0 auto;
  box-shadow: 1px 1px 12px #555;
  position: relative;
}
#main {
 padding: 5px 25px 25px 25px;
}

#banner {
 background: #000 url(/assets/ban5-a559207113596876251e9cf7e3387c655ab8d9e7464ed6f81473f8a77698b335.png) center no-repeat;
 height: 156px;
}

#nav {
  background: #FA5858;
  color: #000;
  position: relative;
  height: 28px;
  cursor: pointer;
  text-align: center;
}
#footer {
  text-align: center;
  padding: 10px;
  background: none repeat scroll 0 0 #F5F5F5;
  border-top: 1px solid #E5E5E5;
}

#nav ul {
  list-style-type: none;
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  float: left;
  padding: 5px 0 3px 5px;
  margin-right: 10px;
}
#nav a:hover, #nav li.selected a {
  color: #000;
  background-color: #fff;
}
#status {
  text-align: center;
  opacity: 0.9;
  float: right;
}
#inner-status {
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  background-color: #300000 ;
  border-radius: 0 0 0 0.85em;
  box-shadow: 1px 1px 12px #555555;
}
#status, #status a {
  color: #fff;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.half {
  width: 50%;
}
.clear {
  clear: both;
}
#ilike {
  text-align: center;
}
.flash {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.notice {
  background-color: #dfd;
  color: #080;
  border-color: #080;
}
.alert {
  background-color: #FBF8EF;
  border-color: orange;
  color: #black;
}
.error {
  background-color: #fdd;
  border-color: #a00;
  color: #a00;
}
#contacts {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
#contacts .civility {
  width: 5%;
}
#contacts .full_name {
}
#contacts .email {
}
#contacts .phones {
  width: 1%;
}
#contacts .newsletter {
  width: 1%;
}
#contacts .subscriber {
  width: 1%;
}
#contacts .double_subscription {
  width: 1%;
}
#contacts .type {
  width: 1%;
}
#contacts tr td {
  padding: 10px;
}
.odd {
  background-color: #efefff;
}
.even {
  background-color: #fff;
}
#contacts tr:hover td, #reservations tr:hover td {
  background-color: #ffeaea;
}
.field_with_errors {
  display: inline;
}
.field_with_errors label {
  color: red;
}
#error_explanation ul, .errorExplanation ul {
  background-color: #ffeeee;
  padding: 5px;
  border: 2px solid #f55;
  list-style-type: none;
}
.left {
  text-align: left;
}
/* 512megas.com */
.pagination {
  padding: 3px;
  margin: 10px 0;
  text-align:center;
}

.pagination a {
  border: 1px solid #dedfde;
  margin-right:3px;
  padding:2px 6px;

  background-position:bottom;
  text-decoration: none;

  color: #99210B;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  background-image:none;
  background-color:#777777;
  color: #fff;
}
.pagination span.current {
  margin-right:3px;
  padding:2px 6px;

  font-weight: bold;
  color: #99210B;
}
.pagination span.disabled {
  margin-right:3px;
  padding:2px 6px;

  color: #adaaad;
}

.welcome {
  font-size: 130%;
  color: #660000;
}

.toggeable {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 1;
  top: 28px;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px !important;
  margin-right: 0 !important;
  text-decoration: none;
  display: block !important;
  float: none !important;
}

.dropdown-content a:hover {
  color: white !important;
  background-color: #FA5858 !important
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.table-prices {
  text-align: center;
  border-spacing: 0;
  padding: 0 100px;
}
.table-prices thead th {
  border-bottom: 1px solid grey;
}
.table-prices th, .table-prices td {
  padding: 0;
}
.table-prices .title {
  font-weight: bolder;
  text-transform: uppercase;
}
.table-prices .odd {
  background-color: #efefef;
}
.rotated-image {
  margin: 50px auto;
  transform: rotate(10deg);
  box-shadow: 10px 15px 20px #555;
}
.vehicule img {
  width: 50px;
}
.vehicule td {
  vertical-align: top;
  padding-top: 15px;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  flex:  50%;
}

.triple .column {
  flex: 33%;
}
.column img {
  width: 80%;
  margin: 0 10%;
}
.column img.small-image {
  width: 50%;
  margin: 0 25%
}
.width-70 {
  flex: 70%;
}
.card {
  background-color: lightgray;
  border-radius: 35px;
  margin: 0 30px;
  padding: 5px 0;
}
.theatre-punchline {
  color: #5d0406;
  font-size: 18px;
}
.spect-desc {
  margin: 30px 5% 50px;
  font-size: 16px;
}
.public {
  /*font-size: 20px;*/
}
.room-logo-small {
  width: 110px;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 12px #555;
}
.rounded-blurred-corner {
  border-radius: 5px;
  box-shadow: 1px 1px 15px black;
}
.spectacles {
  margin-left: 30px;
}
.spectacles .spectacle {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #777;
}
.spectacles .first {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.spectacle .thumb {
  float: left;
  margin: 20px 25px 10px 0;
  border-radius: .25em;
}
.spectacle .title {
  margin: 10px 0 20px 0;
  font-family: "EspressoRegular", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #a01010;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
.spectacle .show_time {
  font-family: "TrajanProBold", sans-serif;
  font-size: 147%;
  margin: 40px 0 20px 0;
  text-align: center;
  color: #610103;
}
.spectacle .content, .spectacle .links {
  margin-top: 10px;
  color: #3c0002;
  text-align: center;
}
.spectacle .remaining_seats {
  font-size: 20px;
  padding: 10px 0;
}

.spectacle .reservation {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}
.spectacle .info {
  font-style: italic;
}

.spectacle .reservation .schedule {
  height: 50px;
  width: 100px;
  float: left;
  margin: 0 5px 5px 0;
  padding: 5px;
  background: url(/assets/reservation-schedule-7b5b135033b22a2f974ee8e4d659f857f6ad7c5baa46af76eca81a4686881cbc.jpg) #680102;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 14px;
  border-radius: .85em;
  box-shadow: 1px 1px 12px #555;
}
.spectacle .reservation .schedule .seats {
  position: absolute;
  width: 150px;
  text-align: center;
  bottom: 3px;
}
.spectacle .reservation .schedule .date {
  position: absolute;
  top: 10px;
  width: 100px;
  text-align: center;
}
.price {
  padding-left: 20px;
  text-align: right;
  width: 150px;
}
.quantity {
  width: 100px;
}
#seats img {
  vertical-align: bottom;
}
.illustration {
  margin: 20px 0 20px 0;
}
#pagination {
  text-align: center;
}
#dates {
  float: right;
  width: 100px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: -156px;
  background-color: white;
  padding: 18px;
  border-radius: 5px;
}
#dates .embedded {
  background: url(/assets/reservation-schedule-embedded-464b9128c672613e4ddab6caf99cca79b3d6963da426210c479626743d022a84.jpg) yellow;
  height: 50px;
  width: 100px;
  float: left;
  margin: 10px 5px 5px 0;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 14px;  
  border-radius: .85em;
  box-shadow: 1px 1px 12px #555;
}
#dates .schedule {
  background: url(/assets/reservation-schedule-7b5b135033b22a2f974ee8e4d659f857f6ad7c5baa46af76eca81a4686881cbc.jpg) yellow;
  height: 50px;
  width: 100px;
  float: left;
  margin: 10px 5px 5px 0;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 14px;  
  border-radius: .85em;
  box-shadow: 1px 1px 12px #555;
}
#dates .schedule .date, .embedded .date {
  position: absolute;
  top: 10px;
  width: 100px;
  text-align: center;
}
#dates .schedule .full, .embedded .full {
  position: absolute;
  width: 100px;
  text-align: center;
  color: orange;
  font-weight: bolder;
  top: 30px;
  background-color: #000;
}
#dates .mini-title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.spec {
  color: #fff;
  display: block;
  /* 250 * (300 / 420) = 178... */
  width: 172px;
  height: 248px;
  float: left;
  margin: 0 20px 40px 20px;
  background-color: #333;
  background-size: cover;
  text-decoration: none;
  position: relative;
  border-radius: .75em;
  box-shadow: 1px 1px 8px #555;
}
.spec:hover {
  background-color: #333;
}
.spec .title {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  top: 0;
}
.spec .last_date {
  position: absolute;
  bottom: 0;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-align: center;
  color: #fff;
  width: 100px;
}
.spec .bonga {
  opacity:0.6;
  background-color: #000;
  height: 100%;
  width: 100%;
  border-radius: .75em;
  position: absolute;
}
.spec span.inf {
  display: none;
}
.spec:hover span.inf {
  display: block;
}
.clickable {
  cursor: pointer;
}
label {
  font-weight: bolder;
  font-size: 18px;
  display: inline-block;
  margin: 15px 0 5px;
}

input[type=submit],
.button {
  font-size:1.25em;
  color: #fef4e9 !important;
  border: solid 1px #da7c0c;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-top:1em;
  padding: .5em 1em;
  text-shadow: 0 -1px 0 #da7c0c;
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  box-shadow: 0 1px 2px #aaa;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

input[type=submit]:hover,
.button:hover,
input[type=submit]:active,
.button:active {
  color: #fef4e9;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#EA9815), to(#E46E1B));
  background: -moz-linear-gradient(top,  #EA9815,  #E46E1B);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EA9815', endColorstr='#E46E1B');
}

input[type=submit]:active,
.button:active {
  position: relative;
  top: 1px;
}
.info {
  font-size: 11px;
  margin-bottom: 10px;
}
.small {
  font-size: 11px;
  font-weight: bolder;
}
.act {
  width: 24px;
}
/*!
   light-modal v1.1.0: A new lightweight css modal.
   (c) 2017
   MIT License
   git+https://github.com/hunzaboy/Light-Modal.git
*/
.light-modal {
  display: none;
  position: fixed;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  right: 0;
  z-index: 9000;
  transition: background 1s;
  font-size: 16px;
  visibility: hidden;
}

.light-modal-content {
  background: #fff;
  color: inherit;
  width: 30vw;
  border-radius: .2em;
  position: relative;
  max-height: calc(100vh - 150px);
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.light-modal-content img {
  max-width: 100%;
  border-radius: .2em;
}

.light-modal-content.large-content {
  width: 50vw;
}

.light-modal-header {
  padding: 20px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.light-modal-heading {
  margin: 0;
  font-size: 1.5em;
}

.light-modal-heading + .light-modal-close-icon {
  position: static;
}

.light-modal-body {
  padding: 20px;
  overflow: auto;
  max-height: 450px;
}

.light-modal-footer {
  padding: 20px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.light-modal-close-icon, .light-modal-close-btn {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: .2em;
  background: #faa51a;
  font-size: 1.5em;
  line-height: 1;
  transition: background .2s ease-in-out;
}

.light-modal-close-icon:hover, .light-modal-close-btn:hover {
  background: #f47a20;
}

.light-modal-close-icon {
  position: absolute;
  top: -15px;
  right: -15px;
}

.light-modal-close-btn {
  font-size: 1em;
}

.light-modal-caption {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: .2em;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.light-modal:target {
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.light-modal-navigation .navigation-next,
.light-modal-navigation .navigation-prev {
  width: 32px;
  height: 32px;
  border-color: #fff;
  transition: border-color .2s;
}

.light-modal-navigation .navigation-next:hover,
.light-modal-navigation .navigation-prev:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.light-modal-navigation .navigation-next {
  position: absolute;
  right: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.light-modal-navigation .navigation-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media (max-width: 480px) {
  .light-modal-navigation .navigation-next {
    right: 5px;
  }
  .light-modal-navigation .navigation-prev {
    left: 5px;
  }
}

@keyframes basic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.basic {
  animation-name: basic;
}

@media (max-width: 767px) {
  .light-modal {
    font-size: 14px;
  }
  .light-modal:target .light-modal-content {
    width: 70vw;
  }
}

@supports (display: flex) {
  @media (max-width: 767px) {
    .light-modal:target .light-modal-content {
      width: 70vw;
    }
  }
}
.light-modal .title {
  font-size: 22px;
  font-weight: bolder;
  color: #7D090A;
  font-family: "TrajanProRegular",serif;
  text-shadow: 1px 1px 1px #000000;
  padding-top: 5px;
}

.light-modal .button {
  font-size: 0.8em;
}

.light-modal-body {
  max-height: 600px;
}

.light-modal-content {
  line-height: 1;
}

.wide-light-modal-content {
  width: 44vw;
}

.tall-light-modal-content {
  .light-modal-body {
    max-height: 1000px;
    padding-bottop: 40px;
  }
}
.turbo-progress-bar {
  height: 3px;
  background-color: #FA5858;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */
