body {
  background: url(../img/bg-fond1.png);
}
.container-fluid {
  padding: 0;
}
.accept-cookies-message {
  background: #ccc;
  color: #000;
  text-align: center;
  font-size: 1.2em;
}
.accept-cookies-message a {
  color: #000;
}
@font-face {
  font-family: 'kaushan_scriptregular';
  src: url('../fonts/kaushanscript-regular-webfont.eot');
  src: url('../fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/kaushanscript-regular-webfont.woff2') format('woff2'), url('../fonts/kaushanscript-regular-webfont.woff') format('woff'), url('../fonts/kaushanscript-regular-webfont.ttf') format('truetype'), url('../fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntubold_italic';
  src: url('../fonts/ubuntu-bi-webfont.eot');
  src: url('../fonts/ubuntu-bi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-bi-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bi-webfont.woff') format('woff'), url('../fonts/ubuntu-bi-webfont.ttf') format('truetype'), url('../fonts/ubuntu-bi-webfont.svg#ubuntubold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntu_condensedregular';
  src: url('../fonts/ubuntu-c-webfont.eot');
  src: url('../fonts/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-c-webfont.woff2') format('woff2'), url('../fonts/ubuntu-c-webfont.woff') format('woff'), url('../fonts/ubuntu-c-webfont.ttf') format('truetype'), url('../fonts/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntulight';
  src: url('../fonts/ubuntu-l-webfont.eot');
  src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-l-webfont.woff2') format('woff2'), url('../fonts/ubuntu-l-webfont.woff') format('woff'), url('../fonts/ubuntu-l-webfont.ttf') format('truetype'), url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntulight_italic';
  src: url('../fonts/ubuntu-li-webfont.eot');
  src: url('../fonts/ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-li-webfont.woff2') format('woff2'), url('../fonts/ubuntu-li-webfont.woff') format('woff'), url('../fonts/ubuntu-li-webfont.ttf') format('truetype'), url('../fonts/ubuntu-li-webfont.svg#ubuntulight_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumedium';
  src: url('../fonts/ubuntu-m-webfont.eot');
  src: url('../fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-m-webfont.woff2') format('woff2'), url('../fonts/ubuntu-m-webfont.woff') format('woff'), url('../fonts/ubuntu-m-webfont.ttf') format('truetype'), url('../fonts/ubuntu-m-webfont.svg#ubuntumedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumedium_italic';
  src: url('../fonts/ubuntu-mi-webfont.eot');
  src: url('../fonts/ubuntu-mi-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-mi-webfont.woff2') format('woff2'), url('../fonts/ubuntu-mi-webfont.woff') format('woff'), url('../fonts/ubuntu-mi-webfont.ttf') format('truetype'), url('../fonts/ubuntu-mi-webfont.svg#ubuntumedium_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url('../fonts/ubuntu-r-webfont.eot');
  src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-r-webfont.woff2') format('woff2'), url('../fonts/ubuntu-r-webfont.woff') format('woff'), url('../fonts/ubuntu-r-webfont.ttf') format('truetype'), url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntuitalic';
  src: url('../fonts/ubuntu-ri-webfont.eot');
  src: url('../fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-ri-webfont.woff2') format('woff2'), url('../fonts/ubuntu-ri-webfont.woff') format('woff'), url('../fonts/ubuntu-ri-webfont.ttf') format('truetype'), url('../fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
body {
  font-family: "ubunturegular", "ubuntuitalic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
a {
  color: #444;
}
a:hover {
  color: #444;
}
.article-content a {
  color: #fff;
  background: #e41f29;
}
.article-content.spectacles a {
  color: #fff;
  background: #f08822;
}
.article-content.clown-theatre a {
  color: #fff;
  background: #e65126;
}
.the-body {
  margin: 100px auto 0 auto;
  z-index: 1;
  position: relative;
  padding: 0;
}
.section {
  width: 66%;
  margin: 0 auto;
  min-height: 250px;
}
@media (max-width: 991px) {
  .section {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .section {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .section {
    width: 90%;
  }
}
.section.header {
  min-height: 0;
}
.bordered {
  border-left: solid 2px #eee;
  border-right: solid 2px #eee;
}
.bg-logo {
  background: url(../img/logo-cie4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  height: 400px;
  z-index: 0;
}
.bg-trace {
  background: url(../img/bg-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  margin-top: 400px;
  z-index: 0;
}
.header {
  position: relative;
  z-index: 1;
}
.header h1 {
  float: right;
  font-size: 16px;
  margin-right: 20px;
  font-family: "kaushan_scriptregular", sans-serif;
}
.header h1 .title-part1 {
  color: #5c5b5b;
}
.header h1 .title-part2 {
  color: #e02225;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .header h1 .title-part2 {
    margin-left: 2px;
  }
}
.page {
  border-top: solid 2px #eee;
  border-radius: 32px 32px 0 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
.nopadding-right {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.left-menu li {
  font-size: 1.2em;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  padding: 30px 5%;
  background: linear-gradient(to right, #fff, #fff 60%, #eee 80%);
  border-bottom: solid 0.5px #000;
  vertical-align: middle;
  cursor: pointer;
  overflow: visible;
  font-weight: bold;
}
@media (max-width: 767px) {
  ul.left-menu li {
    font-size: 0.9em;
    height: 60px;
    padding: 10px;
  }
}
ul.left-menu li .overflow {
  display: none;
}
ul.left-menu li.selected .overflow {
  display: block;
  position: absolute;
  right: -19px;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 100;
  background: #eee;
}
ul.left-menu a:nth-child(3) li {
  color: #fff;
  background: #f08822;
}
ul.left-menu a:nth-child(4) li {
  color: #fff;
  background: #e65126;
}
ul.left-menu a:nth-child(5) li {
  color: #fff;
  background: #e41f29;
}
ul.left-menu a:nth-child(3) li.selected .overflow {
  background: #f08822;
}
ul.left-menu a:nth-child(4) li.selected .overflow {
  background: #e65126;
}
ul.left-menu a:nth-child(5) li.selected .overflow {
  background: #e41f29;
}
ul.left-menu a:last-child li {
  border-bottom: none;
}
ul.navbar-nav li {
  padding: 5px 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.navbar-brand {
  margin-left: 20px;
}
ul.navbar-nav li:nth-child(3) a,
ul.navbar-nav li:nth-child(3).active a {
  color: #f08822;
}
ul.navbar-nav li:nth-child(4) a,
ul.navbar-nav li:nth-child(4).active a {
  color: #e65126;
}
ul.navbar-nav li:nth-child(5) a,
ul.navbar-nav li:nth-child(5).active a {
  color: #e41f29;
}
.headlines {
  background: #000000;
}
.headlines a {
  color: #fff;
}
.headlines .coop-fragment {
  display: none;
  width: 100%;
  background: #000;
  color: #888;
  position: relative;
  z-index: 1;
}
.headlines .coop-fragment:first-of-type {
  display: block;
}
.headlines .coop-fragment img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.agenda {
  background: #e41f29;
  padding: 10px 0;
}
.contact {
  border-bottom: solid 2px #eee;
  border-radius: 0 0 32px 32px;
  margin-bottom: 50px;
}
.agenda-item {
  background: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
  margin-bottom: 3px;
  border: solid 1px #eee;
}
@media (max-width: 767px) {
  .agenda-item {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
    border: solid 1px #eee;
  }
}
.agenda-a-venir {
  margin-bottom: 100px;
}
.agenda-item {
  font-size: 13px;
}
.agenda-item:hover {
  background: #eee;
}
.agenda-highlight .agenda-item img {
  filter: grayscale(90%);
}
.agenda-highlight .agenda-item:hover img {
  filter: none;
}
.agenda-item a {
  color: #000;
}
.agenda-item a:hover {
  color: #000;
  text-decoration: none;
}
.agenda-row .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.agenda-row .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.agenda-item.is-passed {
  background: #666;
}
.agenda-item a {
  color: #000;
}
.agenda-item.is-passed a {
  color: #fff;
}
.agenda-item .date {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c5b5b;
}
.agenda-item.is-passed .date {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.agenda-item .title {
  font-weight: bold;
}
.agenda-item .spectacles .title {
  color: #f08822;
}
.agenda-item .clown-theatre .title {
  color: #e65126;
}
.agenda-item .la-compagnie .title {
  color: #e41f29;
}
.agenda-item .place {
  font-size: 0.9em;
}
.agenda-item .en-savoir-plus {
  color: #888;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 8px;
}
@media (min-width: 767px) {
  .img-agenda-arrow {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .visible-xs .img-agenda-arrow {
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .img-agenda-arrow-prev {
    margin-right: -25px;
    margin-left: 0;
  }
  .img-agenda-arrow-next {
    margin-right: -25px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .visible-xs .img-agenda-arrow {
    display: inline-block;
    vertical-align: middle;
  }
  .hidden-xs .img-agenda-arrow {
    display: none;
  }
}
.img-agenda-arrow img {
  max-width: 40%;
  vertical-align: middle;
  position: relative;
  top: 120px;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 992px) {
  .img-agenda-arrow img {
    max-width: 25%;
  }
  .img-agenda-arrow-prev {
    margin-right: -30px;
    margin-left: 0;
  }
  .img-agenda-arrow-next {
    margin-right: -35px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .img-agenda-arrow img {
    max-width: 30%;
    vertical-align: middle;
    position: relative;
    top: 40px;
    display: inline-block;
  }
}
.img-agenda-arrow a:focus {
  text-decoration: none;
  color: transparent;
}
.gallery-row .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.gallery-row .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.gallery-row-arrow {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-gallery-arrow-prev {
  margin-right: -25px;
  margin-left: 0;
}
.img-gallery-arrow-next {
  margin-right: -25px;
  margin-left: 5px;
}
.img-gallery-arrow img {
  max-width: 50%;
  vertical-align: middle;
  position: relative;
  top: 120px;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 992px) {
  .img-gallery-arrow img {
    max-width: 35%;
  }
  .img-gallery-arrow {
    margin-right: -35px;
    margin-left: 0;
  }
  .img-gallery-arrow {
    margin-right: -35px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .img-gallery-arrow img {
    max-width: 35%;
  }
  .img-gallery-arrow {
    margin-right: 0;
    margin-left: 0;
  }
  .img-gallery-arrow {
    margin-right: 0;
    margin-left: 0;
  }
  .img-gallery-arrow img {
    max-width: 30%;
    top: 20px;
    vertical-align: middle;
  }
}
.img-gallery-arrow a:focus {
  text-decoration: none;
  color: transparent;
}
.gallery-row-item {
  padding: 20px 5px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  margin-bottom: 3px;
}
.gallery-row-item .gallery-title {
  text-align: center;
}
.section-title {
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-family: "kaushan_scriptregular", sans-serif;
}
@media (max-width: 767px) {
  .section-title {
    padding-left: 20px;
  }
  .section-title {
    color: #fff;
  }
}
.agenda .section-title {
  color: #fff;
}
.rotate {
  transform: rotate(-90deg);
  transform-origin: right bottom 0;
  float: left;
  padding: 0;
  margin: 0;
}
.section-title .rotate {
  position: absolute;
  top: -50px;
  right: 10px;
  width: 100%;
  word-break: keep-all;
}
.agenda .section-title .rotate {
  width: 180px;
}
.contact .section-title .rotate {
  width: 120px;
}
.page .nopadding-left {
  padding-bottom: 0;
  margin-bottom: -10px;
}
.bas {
  background: url(../img/bg-fond2.png);
}
.bas .section {
  background: #fff;
}
.news.section {
  background: #8e8e8e;
  min-height: 100px;
  padding: 20px 0;
}
.news .section-title .rotate {
  top: -70px;
  width: 100px;
}
form.email-subscribe-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.email-subscribe-page form.email-subscribe-form input[type=submit] {
  float: right;
  margin-top: 10px;
  background: #5c5b5b;
  border: 1px solid #222;
  color: #fff;
}
.email-subscribe-page form.email-subscribe-form input[type=submit]:hover {
  background: #5c5b5b;
  border: 1px solid #222;
  color: #eee;
}
ul.errorlist {
  list-style: none;
  margin: 0;
  color: #fff;
  border-radius: 4px;
  background: #e41f29;
}
ul.errorlist li {
  padding: 5px;
}
.galerie .section-title .rotate {
  top: 0;
}
.galerie.section {
  background: #f0f0f0;
  min-height: 290px;
}
.show-gallery-bar {
  background: #fff;
  width: 100%;
}
.show-gallery {
  display: inline-block;
  padding: 10px;
  background: #fff;
}
a.show-gallery:focus {
  outline: none;
  outline-offset: 0;
}
.show-gallery:first-of-type {
  margin-left: 16.6667%;
}
.show-gallery.selected {
  background: #f0f0f0;
}
.contact.section {
  background: #c5c5c4;
  padding: 20px 0;
}
.contact .section-title .rotate {
  top: 0;
}
.social-share {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.social-share img {
  width: 24px;
}
.facebook {
  background: #c5c5c4;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}
.facebook a {
  color: #000;
}
.facebook a:hover {
  color: #000;
}
.facebook:hover {
  opacity: 0.9;
}
.facebook img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 24px;
}
.facebook .text {
  display: inline-block;
  vertical-align: middle;
}
.address {
  margin-bottom: 30px;
}
.address b {
  font-size: 1.2em;
}
.address a.map {
  display: inline-block;
  padding: 10px;
  background: #8e8e8e;
  color: #000;
  border-radius: 8px;
}
.address a:hover {
  opacity: 0.9;
  color: #000;
  text-decoration: none;
}
.email-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.email-form ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.email-form input {
  display: inline-block;
  vertical-align: top;
}
.email-form input[name=email] {
  display: inline-block;
  width: 250px;
}
.email-form input[type=submit] {
  background: #5c5b5b;
  color: #fff;
  border: solid 1px #222;
}
.email-form input[type=submit]:hover {
  background: #5c5b5b;
  color: #eee;
}
.email-form input[type=text] {
  background: transparent;
  border-color: #ccc;
  color: #000;
}
.email-form .form-control::-moz-placeholder {
  color: #ccc;
}
.email-form .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.email-form .form-control:-ms-input-placeholder {
  color: #ccc;
}
.contact-form input[type=text],
.contact-form textarea,
.contact-form select {
  background: transparent;
  border-color: #5c5b5b;
  margin-bottom: 10px;
  color: #000;
}
.contact-form .form-control::-moz-placeholder {
  color: #999;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #999;
}
.contact-form input[type=submit] {
  margin-top: 5px;
  background: #5c5b5b;
  color: #fff;
  border: solid 1px #222;
}
.contact-form input[type=submit]:hover {
  background: #5c5b5b;
  color: #eee;
}
.article {
  font-size: 18px;
  padding: 20px 40px;
}
.articles-list .article-item {
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #eee;
  border-radius: 4px;
}
.articles-list .article-item {
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #eee;
  border-radius: 4px;
}
.articles-list .article-item:hover {
  background: #f0f0f0;
}
.articles-list .article-image {
  display: inline-block;
  vertical-align: top;
}
.articles-list .article-title {
  display: inline-block;
  vertical-align: top;
}
.spectacles h2.title {
  color: #f08822;
}
.clown-theatre h2.title {
  color: #e65126;
}
.la-compagnie h2.title {
  color: #e41f29;
}
.spectacles .pagination > li > a,
.spectacles .pagination > li > span {
  color: #f08822;
}
.clown-theatre .pagination > li > a,
.clown-theatre .pagination > li > span {
  color: #e65126;
}
.gallery-photo {
  padding: 5px;
}
@media (min-width: 767px) {
  .table tr.photologue-row {
    border-top: solid #f0f0f0 1px;
  }
  .table tr.photologue-row:last-of-type {
    border-bottom: solid #f0f0f0 1px;
  }
  .table tr.photologue-row > td {
    vertical-align: middle;
    padding: 10px;
    border-left: solid #f0f0f0 1px;
  }
  .table tr.photologue-row > td:last-of-type {
    border-right: solid #f0f0f0 1px;
  }
}
.table tr.photologue-row > td img {
  border-radius: 4px;
}
.la-compagnie .pagination > li > a,
.la-compagnie .pagination > li > span {
  color: #e41f29;
}
.spectacles .pagination > .active > a,
.spectacles .pagination > .active > span,
.spectacles .pagination > .active > a:hover,
.spectacles .pagination > .active > span:hover,
.spectacles .pagination > .active > a:focus,
.spectacles .pagination > .active > span:focus {
  background-color: #f08822;
  border-color: #f08822;
  color: #fff;
}
.clown-theatre .pagination > .active > a,
.clown-theatre .pagination > .active > span,
.clown-theatre .pagination > .active > a:hover,
.clown-theatre .pagination > .active > span:hover,
.clown-theatre .pagination > .active > a:focus,
.clown-theatre .pagination > .active > span:focus {
  background-color: #e65126;
  border-color: #e65126;
  color: #fff;
}
.la-compagnie .pagination > .active > a,
.la-compagnie .pagination > .active > span,
.la-compagnie .pagination > .active > a:hover,
.la-compagnie .pagination > .active > span:hover,
.la-compagnie .pagination > .active > a:focus,
.la-compagnie .pagination > .active > span:focus {
  background-color: #e41f29;
  border-color: #e41f29;
  color: #fff;
}
.galerie .section-title {
  position: relative;
}
.pointilles {
  position: absolute;
}
.pointilles-1 {
  right: 20px;
  top: 0;
  width: 40px;
}
.pointilles-2 {
  right: 20px;
  top: 200px;
  width: 40px;
}
.pointilles-3 {
  right: 20px;
  top: 0;
  width: 40px;
}
.article-logo img {
  max-width: 100%;
  height: auto;
}
h1.article-title.clown-theatre {
  color: #e65126;
}
h1.article-title.spectacles {
  color: #f08822;
}
h1.article-title.la-compagnie {
  color: #e41f29;
}
ul.agenda-items-quick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #f8f8f8;
}
ul.agenda-items-quick-list li {
  padding: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1px;
}
ul.agenda-items-quick-list li h4 {
  padding: 0;
  margin: 0;
}
ul.agenda-items-quick-list li:hover {
  background: #f0f0f0;
  cursor: pointer;
}
ul.agenda-items-quick-list li:first-of-type:hover {
  background: transparent;
  cursor: default;
}
ul.agenda-items-quick-list li .agenda-date {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
ul.agenda-items-quick-list li.clown-theatre {
  background: #e65126;
  color: #fff;
}
ul.agenda-items-quick-list li.spectacles {
  background: #f08822;
  color: #fff;
}
ul.agenda-items-quick-list li.la-compagnie {
  background: #e41f29;
  color: #fff;
}
ul.agenda-items-quick-list li .popover-title,
ul.agenda-items-quick-list li .popover-content {
  color: #000;
}
ul.agenda-items-quick-list li .popover-content a.btn-xs {
  padding: 5px;
  color: #aaa;
  display: inline;
}
ul.agenda-items-quick-list li .popover-content a.clown-theatre {
  color: #e65126;
}
ul.agenda-items-quick-list li .popover-content a.spectacles {
  color: #f08822;
}
ul.agenda-items-quick-list li .popover-content a.la-compagnie {
  color: #e41f29;
}
h3.article-title {
  margin-top: 0;
}
.article-summary {
  text-align: justify;
}
.below-agenda-summary {
  font-size: 12px;
  padding: 10px;
  border: solid thin #e41f29;
}
.below-agenda-summary.clown-theatre {
  border-color: #e65126;
}
.below-agenda-summary.spectacles {
  border-color: #f08822;
}
.below-agenda-summary.la-compagnie {
  border-color: #e41f29;
}
.below-agenda-summary p {
  margin-bottom: 2px;
}
.below-agenda-summary:empty {
  display: none;
}
.article-content img {
  max-width: 100%;
  height: auto !important;
}
table.table.table-no-border tr td {
  border: none;
  vertical-align: top;
}
table.table.table-no-border tr td input,
table.table.table-no-border tr td select,
table.table.table-no-border tr td textarea {
  margin-top: 5px;
}
.subscription-types ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subscription-types li {
  display: inline-block;
  padding-right: 10px;
}
.media-item {
  padding: 10px;
  border: solid thin #eee;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.media-item:hover {
  background: #f8f8f8;
}
.back-url {
  margin: 30px 0;
}
.media-xs {
  margin-bottom: 10px;
  padding: 10px;
}
.media-xs:hover .gallery-title {
  color: #e41f29;
}
.fb-like {
  margin-bottom: 10px;
}
