body {
  overflow-y: scroll;
}
body {
  font-family: "Open Sans", sans-serif;
  color: darkslategray;
}
body h3 {
  font-size: 12pt;
  font-weight: bold;
  color: tomato;
}
body h2 {
  font-size: 18pt;
  color: tomato;
  margin-top: 30px;
  border-bottom: solid 1px #ffe5e0;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
body p {
  font-size: 12pt;
}
body .title {
  margin: 10px 0 40px 0;
  font-size: 10pt;
}
body .title .left-side {
  float: left;
  margin-right: 30px;
}
body .title .right-side {
  float: left;
}
body .title .billetterie {
  margin-bottom: 5px;
}
body .title .header .billetterie,
body .title .header .command-reference {
  font-weight: bold;
}
body .title .client {
  font-size: 20pt;
  font-weight: bold;
}
body table.table tr {
  border-left: 0;
  border-right: 0;
}
body .ticket {
  border: solid 1px #eaeaea;
  padding: 15px;
  margin: 15px 0;
}
body .ticket .image-container {
  float: left;
  width: 100px;
  height: 100px;
  background-color: #eaeaea;
  margin-right: 30px;
}
body .ticket .image-container img {
  width: 100%;
}
body .ticket .col-spectacle {
  position: relative;
  padding-top: 5px;
}
body .ticket .col-spectacle .name {
  font-size: 16pt;
  line-height: 16pt;
  font-weight: bold;
  color: tomato;
}
body .ticket .col-spectacle .fulllabel {
  font-size: 10pt;
  color: tomato;
}
body .ticket .col-spectacle .initial-date {
  font-size: 8pt;
}
body .ticket .col-spectacle .remboursable-date {
  font-size: 8pt;
  font-weight: bold;
}
body .ticket .col-spectacle .prix {
  display: inline-block;
  width: auto;
  background-color: #ffe5e0;
  color: darkslategray;
  padding: 10px;
  font-size: 10pt;
  font-weight: bold;
  line-height: 10pt;
  border-radius: 5px;
}
body .ticket .col-spectacle .billet {
  display: inline-block;
  width: auto;
  background-color: #ffe5e0;
  color: darkslategray;
  padding: 10px;
  font-size: 10pt;
  font-weight: bold;
  line-height: 10pt;
  border-radius: 5px;
}
body .ticket .col-spectacle .billet .fas {
  transform: rotate(45deg);
}
body .ticket .col-prix {
  position: relative;
}
body .ticket .col-prix .prix-label {
  font-size: 8pt;
}
body .ticket-container {
  background-color: #fcfcfc;
  padding: 15px;
  border-radius: 5px;
  border: solid 7px #f2f2f2;
  margin: 0 0 15px 0;
}
body .ticket-container table.table tr {
  border: 0;
}
body .ticket-container table.table tr td {
  border: 0;
}
body .table-prices {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
body .table-prices td {
  border: 0;
  padding: 5px;
}
body .prix-part {
  user-select: none;
  cursor: default;
  padding: 4px 10px;
  background-color: #eaeaea;
  border-radius: 5px;
  font-size: 10pt;
}
body .prix-part.prix-part-static {
  text-align: right;
  font-weight: bold;
  background-color: #ffe5e0;
}
body .prix-part.prix-part-static.price-big-total {
  color: darkslategray;
  padding: 10px;
  font-size: 12pt;
  background-color: #ffe5e0;
}
body .choose-what {
  font-size: 10pt;
  cursor: pointer;
  color: gray;
  display: inline-block;
  border-radius: 5px;
  user-select: none;
}
body .choose-what:hover {
  color: black;
}
body .choose-what i.fas {
  display: none;
}
body .choose-what.selected {
  font-weight: bolder;
  background-color: tomato;
  color: white;
  padding: 4px 10px;
}
body .choose-what.selected i.fas {
  display: inline-block;
  margin-right: 5px;
}
body .toolbar {
  margin: 40px 0 40px 0;
  padding: 0 20px;
  border-bottom: solid 1px #ccc;
}
body .toolbar a {
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px;
  background-color: #eaeaea;
  color: darkslategray;
  margin: 0 4px 0 0;
  position: relative;
  top: 1px;
  left: 20px;
}
body .toolbar a:hover {
  text-decoration: none;
  background-color: gray;
  color: white;
}
body .toolbar a.active {
  background-color: white;
  border: solid 1px #ccc;
  border-bottom-color: white;
}
body .toolbar a.active:hover {
  cursor: default;
  text-decoration: none;
  color: darkslategray;
}
body .toolbar a.disabled {
  cursor: default;
  color: #ccc;
}
body .toolbar a.disabled:hover {
  background-color: #eaeaea;
  color: #ccc;
}
body .error-message {
  color: tomato;
  font-size: 10pt;
}
body .link-tomato {
  display: inline-block;
  padding: 4px 15px;
  background-color: #ccc;
  color: darkslategray;
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
}
body .link-tomato .fas {
  display: none;
}
body .link-tomato.active {
  background-color: tomato;
  color: white;
  font-weight: bold;
}
body .link-tomato.active .fas {
  display: inline-block;
  margin-right: 20px;
}
body .link-tomato:hover {
  background-color: #ccc;
  text-decoration: none;
  color: black;
}
body .button-notice {
  display: inline-block;
  background-color: tomato;
  color: white;
  border-radius: 3px;
  padding: 0 10px;
}
body .button-notice:hover {
  background-color: darkslategray;
  text-decoration: none;
}
body .notice {
  font-size: 10pt;
}
body .notice span {
  display: block;
  min-height: 60px;
  background-color: tomato;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10pt;
}
body .show-what-toolbar {
  margin-top: 20px;
  margin-bottom: 20px;
}
body .show-what-toolbar a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.logo-festik-container {
  border-bottom: solid 7px #f2f2f2;
  text-align: right;
  margin-bottom: 10px;
}
.logo-festik-lightgray {
  display: inline-block;
  margin-top: 15px;
  opacity: 50%;
}
h1 {
  margin-top: 5px;
}

