@charset "UTF-8";
/************************************************************ */
/************************** MIXING ************************** */
/************************************************************ */
/************************** TAGS *************************** */
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  min-height: 100vh;
}

body {
  background-color: #63b2ce;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: white;
  margin: 0;
}

a, a:link, a:visited {
  color: #58B9CF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[target=_blank] {
  position: relative;
}
a[target=_blank]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.3em;
  text-align: center;
}

a[target=_blank].no-icon:after {
  display: none;
}

address {
  font-style: normal;
}

h1 {
  padding: 8px 13px;
  background-color: #283DBC;
  width: auto;
  font-size: 40px;
  position: relative;
  line-height: 36px;
  margin: 0 0 30px 0;
  max-width: 90%;
}

h1, h2, h3 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 22px;
  margin-bottom: 0;
}

h4 {
  font-size: 19px;
  margin-bottom: 0;
}

h5 {
  font-size: 17px;
  margin-bottom: 0;
}

h6 {
  font-size: 14px;
  margin-bottom: 0;
}

ul,
.item-list ul {
  margin-left: 0;
  padding-left: 15px;
}
ul li,
.item-list ul li {
  padding-left: 5px;
  margin-left: 0;
  margin-bottom: 10px;
}

ul.links.inline {
  margin: 0;
}
ul.links.inline li {
  margin: 0;
  padding: 0;
}

a.go .icon-angle-double-right {
  position: static;
  top: auto;
  right: auto;
  padding: 0;
  line-height: 40px;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #283DBC;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: 0;
}

#myCanvasPaper {
  width: 99.9%;
  height: 99.9%;
  z-index: -1;
  position: fixed;
}

/************************************************************ */
/************************** GRID *************************** */
html, body {
  height: 100%;
}

.node-unpublished {
  background-color: #9a2532;
}

#page {
  margin: 0 auto;
  padding-top: 40px;
  width: 1100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1119px) {
  #page {
    width: 960px;
    padding-top: 20px;
  }
}
@media (max-width: 979px) {
  #page {
    width: 100%;
  }
}

#header, #main-wrapper, #footer, .title-zone {
  padding: 0 15px;
}

#main {
  zoom: 1;
  position: relative;
}
#main:before, #main:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#main:after {
  clear: both;
}

.title-zone {
  padding-top: 2em;
  min-height: 8em;
  max-width: 80%;
}
@media (max-width: 1119px) {
  .title-zone {
    max-width: 100%;
  }
}

.front .title-zone,
.page-programmation-grille .title-zone {
  display: none;
}

#main > #content {
  width: 71%;
  float: left;
  margin-right: 2%;
  position: relative;
}
@media (max-width: 979px) {
  #main > #content {
    width: 100%;
  }
}
#main > #content .region-content {
  background-color: rgba(10, 16, 49, 0.75);
  padding-bottom: 1px;
}
@media (min-width: 1120px) {
  #main > #content .region-content {
    min-height: 600px;
  }
}
#main > #content > .section {
  padding-top: 10px;
  position: relative;
}

.node-type-popup #page-wrapper {
  min-height: 680px;
}
.node-type-popup #page {
  width: 100%;
  padding-top: 20px;
}
.node-type-popup #main > #content {
  width: 100%;
  margin-right: 0;
  float: none;
}
.node-type-popup #main > #content .region-content {
  min-height: 0;
}
.node-type-popup h1 {
  font-size: 28px;
}

#main > #sidebar-second {
  width: 27%;
  float: left;
  padding-top: 36px;
}
@media (max-width: 979px) {
  #main > #sidebar-second {
    width: 100%;
  }
}

.with-logo #main > #sidebar-second {
  padding-top: 10px;
}

.row {
  zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row .col {
  float: left;
}

.cols-2 .col {
  width: 49%;
  margin-right: 2%;
}
.cols-2 .col:last-child {
  margin-right: 0;
}

.cols-2_2-1 .col {
  width: 62%;
  margin-right: 3%;
}
.cols-2_2-1 .col:last-child {
  width: 35%;
  margin-right: 0;
}

.cols-2_25-75 .col {
  width: 24%;
  margin-right: 2%;
}
@media (max-width: 649px) {
  .cols-2_25-75 .col {
    margin: 0;
    width: 100%;
  }
}
.cols-2_25-75 .col:last-child {
  width: 74%;
  margin-right: 0;
}
@media (max-width: 649px) {
  .cols-2_25-75 .col:last-child {
    width: 100%;
  }
}

.cols-3 .col {
  width: 30%;
  margin-right: 3%;
}
.cols-3 .col:last-child {
  margin-right: 0;
}

.cols-4 .col {
  width: 22%;
  margin-right: 4%;
}
.cols-4 .col:last-child {
  margin-right: 0;
}

.view-partenaires .cols-4 .col {
  width: auto;
  margin-right: 8%;
}
.view-partenaires .cols-4 .col:last-child {
  margin-right: 0;
}

.page-title {
  position: absolute;
  top: -100px;
}
.page-title h1 {
  font-size: 45px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: -0.05em;
  background: none;
  color: #283DBC;
  position: relative;
  padding: 8px 0;
  max-width: 100%;
}

.field-name-field-sous-titre,
.page-node.node-type-evenement h2.surtitre,
.title-zone h2.surtitre {
  position: absolute;
  top: -45px;
  font-size: 25px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 900;
  color: #58B9CF;
  margin: 0;
  line-height: 1.2;
}

.page-node.node-type-evenement h2.surtitre {
  top: 3px;
  color: #283DBC;
}

.page-node.not-front .page-title {
  position: static;
}

.page-node.not-front h2.surtitre {
  position: static;
}

/************************************************************ */
/********************** DRUPAL STUFF ************************ */
div.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 60px;
  padding-left: 60px;
  position: relative;
  margin: 21px;
  z-index: 100;
}
div.messages .close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  background: none;
  font-weight: bold;
  border: none;
  font-size: 20px;
}
div.messages .close:hover {
  cursor: pointer;
  text-decoration: none;
}
div.messages > p,
div.messages > ul {
  margin-bottom: 0;
}
div.messages > p + p {
  margin-top: 5px;
}
div.messages.status {
  background-color: #62c462;
  border-color: #348c34;
  color: #194119;
  background-image: none;
}
div.messages.warning {
  background-color: #f89406;
  border-color: #945904;
  color: #311d01;
  background-image: none;
}
div.messages.error {
  background-color: #283DBC;
  border-color: #162268;
  color: #040614;
  background-image: none;
}
div.messages:before {
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}

ul.tabs.primary {
  border-bottom: 1px solid #484848;
  zoom: 1;
}
ul.tabs.primary:before, ul.tabs.primary:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
ul.tabs.primary:after {
  clear: both;
}
ul.tabs.primary > li {
  float: left;
  margin-bottom: -1px;
}
ul.tabs.primary > li > a {
  margin-right: 2px;
  line-height: 40px;
  height: 40px;
  display: block;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  background: rgba(0, 0, 0, 0.4);
}
ul.tabs.primary > li > a:hover {
  border-color: #333 #333 #484848;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
ul.tabs.primary > li.active > a, ul.tabs.primary > li.active > a:hover, ul.tabs.primary > li.active > a:focus {
  color: #fff;
  background-color: #1e1e1e;
  border: 1px solid #484848;
  border-bottom-color: transparent;
  cursor: default;
}

.marker, .form-required {
  color: #283DBC;
}

.form-item, .form-actions {
  margin: 0 0 30px 0;
}

/************************************************************ */
/************************** HEADER ************************** */
#header {
  zoom: 1;
  margin-bottom: 10px;
  height: 130px;
  position: relative;
}
#header:before, #header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#header:after {
  clear: both;
}

.page-node.not-front .region-header {
  position: absolute;
  top: 0;
  right: 15px;
  width: 25%;
}

.page-node.not-front #header {
  height: auto;
}

.top-cta {
  display: none;
  position: absolute;
  bottom: -2.7em;
  right: 15px;
  width: 33%;
  z-index: 1;
}
.top-cta a[target="_blank"]:after {
  display: none;
}

.i18n-fr #header.with-logo,
#header.with-logo {
  height: 470px;
  margin-bottom: 0;
}
@media (max-width: 1119px) {
  .i18n-fr #header.with-logo,
  #header.with-logo {
    position: relative;
    height: auto;
  }
}
.i18n-fr #header.with-logo .top-cta,
#header.with-logo .top-cta {
  bottom: 0;
}
@media (max-width: 979px) {
  .i18n-fr #header.with-logo .top-cta,
  #header.with-logo .top-cta {
    display: inline-block;
    bottom: 2.5em;
  }
}
@media (max-width: 649px) {
  .i18n-fr #header.with-logo .top-cta,
  #header.with-logo .top-cta {
    bottom: 0;
    display: block;
    position: static;
    text-align: center;
    margin: 0 auto 1em;
    width: 100%;
  }
}
.i18n-fr #header.with-logo .region-header,
#header.with-logo .region-header {
  padding-top: 75px;
}
@media (max-width: 1119px) {
  .i18n-fr #header.with-logo .region-header,
  #header.with-logo .region-header {
    display: none;
  }
}

.i18n-fr #header.with-logo {
  height: 480px;
}
@media (max-width: 1119px) {
  .i18n-fr #header.with-logo {
    height: auto;
  }
}

.sidr-btn-container {
  display: none;
  position: relative;
  z-index: 1111;
  text-align: right;
  height: 1px;
}
@media (max-width: 1119px) {
  .sidr-btn-container {
    display: block;
    margin-top: 10px;
  }
}
.sidr-btn-container > .menu_languages {
  margin-right: 3em;
}
@media (max-width: 649px) {
  .sidr-btn-container > .menu_languages {
    margin-right: 8em;
    position: relative;
    top: 0.5em;
  }
  .sidr-btn-container > .menu_languages .tooltip {
    display: none !important;
  }
}
.sidr-btn-container > a {
  background: #283DBC;
  font-size: 1.2em;
  padding: 8px 40px 8px 15px;
  color: white;
  text-transform: uppercase;
  position: fixed;
  display: inline-block;
  right: 0;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}
.sidr-btn-container > a.class_name {
  right: 296px;
}
@media (max-width: 649px) {
  .sidr-btn-container > a.class_name {
    right: 260px;
  }
}
@media (max-width: 1119px) {
  .sidr-btn-container > a {
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: top right;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: top right;
    transform: rotate(-90deg);
    transform-origin: top right;
    right: 2.4em;
  }
}
@media (max-width: 649px) {
  .sidr-btn-container > a {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 0;
  }
}
.sidr-btn-container > a:after {
  content: "";
  background-image: url("../images/logo_mini_topmenu.png");
  background-repeat: no-repeat;
  background-position: 7px 2px;
  width: 43px;
  height: 27px;
  position: absolute;
  opacity: 0.5;
}
@media (max-width: 1119px) {
  .sidr-btn-container > a:after {
    -ms-transform: rotate(90deg) scale(0.8);
    -webkit-transform: rotate(90deg) scale(0.8);
    transform: rotate(90deg) scale(0.8);
  }
}
@media (max-width: 649px) {
  .sidr-btn-container > a:after {
    -ms-transform: rotate(0) scale(0.8);
    -webkit-transform: rotate(0) scale(0.8);
    transform: rotate(0) scale(0.8);
    top: 0.2em;
  }
}

#logo {
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 758px;
}
@media (max-width: 1119px) {
  #logo {
    width: 60%;
    position: static;
    margin-bottom: 2em;
  }
}
@media (max-width: 649px) {
  #logo {
    width: 100%;
  }
}
#logo img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: none;
}
#logo .small {
  display: none;
}

.menu_social {
  zoom: 1;
}
.menu_social:before, .menu_social:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.menu_social:after {
  clear: both;
}

.menu_social > .content > ul,
ul.social-menu {
  float: right;
  list-style: none;
  width: auto;
  display: inline;
}
.menu_social > .content > ul > li,
ul.social-menu > li {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 6px;
}
.menu_social > .content > ul > li > a,
ul.social-menu > li > a {
  display: block;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  background-color: #58B9CF;
  overflow: hidden;
  color: #f6f6f6;
  font-size: 11px;
  text-indent: 1.5px;
}
.menu_social > .content > ul > li > a:hover,
ul.social-menu > li > a:hover {
  background-color: #283DBC;
  text-decoration: none;
}
.menu_social > .content > ul > li > a:before,
ul.social-menu > li > a:before {
  margin: 5px 0 0 3px;
  line-height: 16px;
}

.region-header {
  width: 27%;
  float: right;
  padding-top: 65px;
}
@media (max-width: 1119px) {
  .region-header {
    display: none;
  }
}
.region-header ul, .region-header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.region-header .menu_social > .content > ul {
  zoom: 1;
  border-bottom: 3px solid #58B9CF;
  padding-bottom: 9px;
  padding-right: 8px;
}
.region-header .menu_social > .content > ul:before, .region-header .menu_social > .content > ul:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.region-header .menu_social > .content > ul:after {
  clear: both;
}

.menu_languages > .content > ul,
ul.language-switcher-locale-session {
  margin-top: 9px;
  padding-right: 8px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  zoom: 1;
}
.menu_languages > .content > ul:before, .menu_languages > .content > ul:after,
ul.language-switcher-locale-session:before,
ul.language-switcher-locale-session:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.menu_languages > .content > ul:after,
ul.language-switcher-locale-session:after {
  clear: both;
}
.menu_languages > .content > ul > li,
ul.language-switcher-locale-session > li {
  float: right;
  list-style: none;
}
.menu_languages > .content > ul > li > a,
ul.language-switcher-locale-session > li > a {
  color: white;
  text-indent: 1000px;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 13px;
  background-color: #58B9CF;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.menu_languages > .content > ul > li > a.active,
ul.language-switcher-locale-session > li > a.active {
  color: white;
}
.menu_languages > .content > ul > li > a:hover,
ul.language-switcher-locale-session > li > a:hover {
  color: #283DBC;
  text-decoration: none;
}
.menu_languages > .content > ul > li > a:after,
ul.language-switcher-locale-session > li > a:after {
  position: absolute;
  display: block;
  top: 3px;
  left: 4px;
  text-indent: 0;
  line-height: 18px;
}
.menu_languages > .content > ul > li.en a:after,
ul.language-switcher-locale-session > li.en a:after {
  content: "EN";
}
.menu_languages > .content > ul > li.fr a:after,
ul.language-switcher-locale-session > li.fr a:after {
  content: "FR";
  left: 5px;
}

#fixed_header > .content > ul.menu {
  margin-left: 4px;
  padding-left: 8px;
}
#fixed_header > .content > ul.menu > li {
  width: 100%;
  margin: 4px 0;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
}
#fixed_header > .content > ul.menu > li > a {
  color: white;
  display: block;
}

#fixed_header {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  background: #58B9CF;
  width: 100%;
  zoom: 1;
}
#fixed_header:before, #fixed_header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#fixed_header:after {
  clear: both;
}
@media (max-width: 1119px) {
  #fixed_header {
    display: none;
  }
}
#fixed_header h2 {
  display: none;
}
#fixed_header div.contextual-links-wrapper {
  top: 25px;
}
#fixed_header > .content {
  margin: 0 auto;
  width: 1070px;
}
#fixed_header > .content > ul.menu {
  float: left;
}
#fixed_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
}
#fixed_header ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#fixed_header ul.menu li a {
  color: white;
}
#fixed_header > .content > ul.menu > li {
  display: block;
  float: left;
  width: auto;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
  padding-left: 0;
  position: relative;
}
#fixed_header > .content > ul.menu > li > a {
  padding: 8px 15px 7px 15px;
  display: block;
  color: white;
  position: relative;
}
#fixed_header > .content > ul.menu > li > a:after {
  content: "";
  width: 0px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
  border-right: 1px solid white;
}
#fixed_header > .content > ul.menu > li > a:hover, #fixed_header > .content > ul.menu > li > a.active {
  background-color: #48b2ca;
  text-decoration: none;
  color: white;
}
#fixed_header > .content > ul.menu > li:last-child > a:after {
  display: none;
}
#fixed_header > .content > ul.menu > li:first-child > a {
  background-image: url("../images/logo_mini_topmenu.png");
  background-repeat: no-repeat;
  background-position: 17px 2px;
  padding-left: 55px;
}
#fixed_header > .content > ul.menu > li ul {
  position: absolute;
  top: 34px;
  left: 0;
  width: auto;
  min-width: 318px;
  background-color: rgba(10, 16, 49, 0.75);
  padding: 6px 0;
  display: none;
}
#fixed_header > .content > ul.menu > li ul a {
  padding: 8px 15px;
  display: block;
  line-height: 14px;
}
#fixed_header > .content > ul.menu > li ul:hover ul {
  display: block;
}
#fixed_header > .content > ul.menu > li.expanded {
  position: relative;
}
#fixed_header > .content > ul.menu > li.expanded > a {
  padding-right: 20px;
}
#fixed_header > .content > ul.menu > li.expanded:after {
  position: absolute;
  display: block;
  content: "";
  right: 7px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
#fixed_header > .content > ul.menu > li.expanded:hover ul {
  display: block;
}
#fixed_header > .content > ul.menu > li.expanded:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #ffffff transparent;
  top: 14px;
}
#fixed_header ul.social-menu {
  margin-top: 6px;
  padding-right: 8px;
  position: relative;
  float: right;
  width: auto;
  display: none;
}
#fixed_header ul.social-menu li {
  padding-left: 0;
  margin-bottom: 0;
}
#fixed_header ul.social-menu:before {
  content: "";
  width: 0px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  border-right: 1px solid white;
}
#fixed_header ul.language-switcher-locale-session {
  display: none;
  position: relative;
  float: right;
  margin-top: 6px;
  padding-right: 8px;
}
#fixed_header ul.language-switcher-locale-session:before {
  content: "";
  width: 0px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  border-right: 1px solid white;
}
#fixed_header ul.language-switcher-locale-session li {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#fixed_header ul.language-switcher-locale-session li:last-child {
  margin-left: 0;
}

.admin-menu #fixed_header {
  top: 20px;
  z-index: 998;
}

.page-node.node-type-evenement .contextual-links-region.menu_top_page {
  position: fixed;
}

.icon-facebook {
  font-size: 12px !important;
}

.icon-instagram {
  font-size: 12px !important;
}
.icon-instagram:before {
  line-height: 15px !important;
}

.icon-soundcloud {
  font-size: 15px !important;
}
.icon-soundcloud:before {
  margin: 0 !important;
}

.region-header .menu_social > .content > ul > li > a.icon-vimeo:before {
  margin: 6px 0 0 2px;
}

.i18n-fr .menu_languages > .content > ul > li.fr > a,
.i18n-en .menu_languages > .content > ul > li.en > a,
.i18n-fr .menu_languages > .content > ul > li.fr > a:after,
.i18n-en .menu_languages > .content > ul > li.en > a:after,
.i18n-fr ul.language-switcher-locale-session > li.fr > a,
.i18n-en ul.language-switcher-locale-session > li.en > a,
.i18n-fr ul.language-switcher-locale-session > li.fr > a:after,
.i18n-en ul.language-switcher-locale-session > li.en > a:after {
  color: rgba(0, 0, 0, 0.66);
  text-decoration: none;
  border-bottom: 0;
  cursor: default;
}

.txt_fr, .txt_en {
  display: none;
}

.i18n-fr .txt_fr,
.i18n-en .txt_en {
  display: inline;
}

#block-locale-language .contextual-links-wrapper {
  display: none;
}

.region-content {
  margin-top: 25px;
}

.with-logo .region-content {
  margin-top: 0;
}

/************************************************************ */
/************************** SIDEBAR ************************* */
#sidebar-second p, #sidebar-second ul, #sidebar-second ol {
  color: #ccc;
}
#sidebar-second p:last-child, #sidebar-second ul:last-child, #sidebar-second ol:last-child {
  margin-bottom: 0;
}
#sidebar-second p:first-child, #sidebar-second ul:first-child, #sidebar-second ol:first-child {
  margin-top: 0;
}
#sidebar-second h2 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0 0 5px 0;
  font-size: 16px;
  color: white;
}
#sidebar-second h2:last-child {
  margin-bottom: 0;
}
#sidebar-second .block {
  margin-bottom: 20px;
  background-color: rgba(10, 16, 49, 0.75);
  padding: 13px;
}
@media (max-width: 979px) {
  #sidebar-second .block {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sidebar-second .block.container_btn_billets {
  margin-bottom: 25px;
  padding: 0;
  background-color: transparent;
}
#sidebar-second .block img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 979px) {
  #sidebar-second .block#block-block-1 {
    text-align: center;
  }
  #sidebar-second .block#block-block-1 a {
    display: inline-block;
  }
}
@media (max-width: 1119px) {
  #sidebar-second .block#block-block-17 {
    display: none;
  }
}
@media (max-width: 979px) {
  #sidebar-second .block#block-block-8 {
    text-align: center;
    width: 20em;
  }
  #sidebar-second .block#block-block-8 a {
    display: block;
  }
}
#sidebar-second a[target=_blank]:after {
  display: none;
}
#sidebar-second a.lien_video {
  display: block;
  max-width: 261px;
  position: relative;
}
#sidebar-second a.lien_video img {
  display: block;
}

.container_btn_billets p {
  margin: 0;
}

a.btn_domeport {
  color: #cccccc;
  font-weight: normal;
}

a.btn_domeport,
a.btn_side {
  color: white;
  position: relative;
  display: block;
}
a.btn_domeport .icon-angle-double-right,
a.btn_side .icon-angle-double-right {
  background-color: white;
  color: #283DBC;
  top: 0;
  right: 0;
}
a.btn_domeport:hover,
a.btn_side:hover {
  color: #283DBC;
  text-decoration: none;
}
a.btn_domeport:hover .icon-angle-double-right,
a.btn_side:hover .icon-angle-double-right {
  background-color: #283DBC;
  color: white;
}

a.btn_side .icon-angle-double-right {
  top: -9px;
}

#sharrre_block,
.box {
  zoom: 1;
}
#sharrre_block:before, #sharrre_block:after,
.box:before,
.box:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#sharrre_block:after,
.box:after {
  clear: both;
}

a.btn_billets {
  background-color: #58B9CF;
  color: white;
  position: relative;
  display: block;
  text-align: left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 12px;
  -moz-box-shadow: 0 3px 0 #6cc1d5 inset;
  -webkit-box-shadow: 0 3px 0 #6cc1d5 inset;
  box-shadow: 0 3px 0 #6cc1d5 inset;
  max-width: 275px;
}
@media (max-width: 649px) {
  a.btn_billets {
    display: inline-block;
  }
}
a.btn_billets:hover {
  background-color: #48b2ca;
  text-decoration: none;
}
a.btn_billets:hover .icon-ticket {
  background-color: #50b6cd;
  border-color: white;
  color: white;
}
a.btn_billets span {
  display: block;
}
a.btn_billets .big {
  font-size: 26px;
  margin: 0;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 3px;
}
a.btn_billets .bigger {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin-right: 1em;
}
a.btn_billets .small {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-weight: 600;
}
a.btn_billets .icon-ticket {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -23px;
  color: #58B9CF;
  font-size: 30px;
  line-height: 38px;
  text-indent: -1px;
  border: 3px solid #58B9CF;
}
@media (max-width: 1119px) {
  a.btn_billets .icon-ticket {
    top: 33%;
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media (max-width: 979px) {
  a.btn_billets .icon-ticket {
    display: none;
  }
}
@media (max-width: 649px) {
  a.btn_billets .icon-ticket {
    right: 0;
    display: block;
  }
}

.view-publicites-sidebar img,
#sidebar-second .block .view-publicites-sidebar img {
  max-width: none;
  width: auto;
  display: block;
}
.view-publicites-sidebar a,
#sidebar-second .block .view-publicites-sidebar a {
  display: block;
}

a.block-photos {
  color: white;
  display: block;
  position: relative;
}
a.block-photos:before {
  position: absolute;
  width: 68px;
  height: 68px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  content: "";
  background: url(../images/icon_photo.png) no-repeat 17px 17px #283DBC;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  z-index: 2;
}
a.block-photos img {
  display: block;
}
a.block-photos span.caption {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  text-transform: uppsercase;
  font-size: 13px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
a.block-photos:hover:before {
  background-color: #58B9CF;
}

.big_link {
  font-weight: bold;
  font-size: 17px;
  position: relative;
  color: #3a3136;
}

/************************************************************ */
/************************** CONTENT ************************* */
.links .translation-link {
  display: none;
}

.accordion {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.accordion .title {
  background: #283DBC;
  font-size: 11px;
  margin: 0;
  padding: 4px 15px 4px 25px;
  display: inline-block;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: white;
  font-size: 13px;
  display: inline-block;
  width: auto;
}
.accordion .title:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 11px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #eee;
}
.accordion .title.opened {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.accordion .title.opened:after {
  border-width: 5px 4.5px 0 4.5px;
  border-color: #d3d3d3 transparent transparent transparent;
  left: 9px;
  margin-top: -2.5px;
}
.accordion:hover .title {
  cursor: pointer;
  color: #58B9CF;
}
.accordion:hover .title:after {
  border-color: transparent transparent transparent #58B9CF;
}
.accordion:hover .title.opened:after {
  border-color: #58B9CF transparent transparent transparent;
}
.accordion .inner {
  display: none;
  padding: 15px 4px;
  overflow: hidden;
  border-bottom: 1px solid #888;
}

/********************** HOME - One pager ************************** */
/********************** PROGRAMMATION - Home ********************** */
.prog h2 {
  display: none;
}

@media (max-width: 649px) {
  .date_filters {
    display: none;
  }
}

.date_filters_mobile {
  display: none;
  margin-bottom: 2em;
}
.date_filters_mobile .choose {
  padding: 15px;
  background: rgba(10, 16, 49, 0.5);
  cursor: pointer;
}
.date_filters_mobile .choose a, .date_filters_mobile .choose a:hover {
  text-decoration: none;
  color: white;
}
.date_filters_mobile .choose:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  margin-right: 1em;
  display: inline-block;
}
.date_filters_mobile .choice-list {
  padding: 15px;
  display: none;
  cursor: pointer;
  background: rgba(10, 16, 49, 0.2);
}
.date_filters_mobile .choice-list > div {
  padding: 5px 0;
}
.date_filters_mobile .choice-list a {
  color: white;
}
@media (max-width: 649px) {
  .date_filters_mobile {
    display: block;
  }
}

.view-display-id-borne .view-grouping,
.prog .view-grouping {
  margin-bottom: 40px;
}
.view-display-id-borne .view-grouping .view-grouping-header,
.prog .view-grouping .view-grouping-header {
  font-size: 30px;
  line-height: 34px;
  color: #58B9CF;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 13px;
}
.view-display-id-borne .view-grouping .view-grouping-header:hover,
.prog .view-grouping .view-grouping-header:hover {
  color: #58B9CF;
}
.view-display-id-borne .view-grouping .view-grouping .view-grouping-header,
.prog .view-grouping .view-grouping .view-grouping-header {
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0 13px;
  margin-bottom: 30px;
}
.view-display-id-borne .view-grouping .view-grouping h3,
.prog .view-grouping .view-grouping h3 {
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 10px;
  color: white;
  padding: 0 13px;
  position: relative;
}
.view-display-id-borne .view-grouping .view-grouping h3:before, .view-display-id-borne .view-grouping .view-grouping .special:before,
.prog .view-grouping .view-grouping h3:before,
.prog .view-grouping .view-grouping .special:before {
  display: block;
  position: absolute;
  left: -1000px;
  top: 6px;
  width: 1000px;
  height: 200px;
  background: url(../images/dot_line.svg) no-repeat 100% 0;
  content: "";
}
.view-display-id-borne .view-grouping .view-grouping p,
.prog .view-grouping .view-grouping p {
  margin: 0 0 5px 0;
}
.view-display-id-borne .view-grouping .view-grouping h4,
.prog .view-grouping .view-grouping h4 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.view-display-id-borne .view-grouping .view-grouping .panelists,
.prog .view-grouping .view-grouping .panelists {
  margin-top: 3px;
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.view-display-id-borne .view-grouping .view-grouping .panelists li,
.prog .view-grouping .view-grouping .panelists li {
  position: relative;
  margin-left: 0;
  list-style: none;
  padding: 1px 0;
  margin: 0;
}
.view-display-id-borne .view-grouping .view-grouping .panelists li p,
.prog .view-grouping .view-grouping .panelists li p {
  margin: 0;
}
.view-display-id-borne .view-grouping .view-grouping .panelists a,
.prog .view-grouping .view-grouping .panelists a {
  font-weight: 700;
}
.view-display-id-borne .view-grouping .view-grouping .panelists .plus_info:before,
.prog .view-grouping .view-grouping .panelists .plus_info:before {
  left: 20px;
}
.view-display-id-borne .view-grouping .view-grouping h6,
.prog .view-grouping .view-grouping h6 {
  margin: 23px 0 0 0;
  padding: 23px 0 0 0;
  border-top: 1px solid black;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
}
.view-display-id-borne .view-grouping:last-child,
.prog .view-grouping:last-child {
  margin-bottom: 0;
}

.langues_presentation {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 25px;
  z-index: 60;
}
.langues_presentation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.langues_presentation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #4a4a4a;
  color: #030303;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  float: right;
  margin-right: -5px;
}
.langues_presentation ul li:first-child {
  margin-right: 0px;
}
.langues_presentation:hover {
  cursor: help;
  cursor: -webkit-help;
  cursor: -moz-help;
}
.langues_presentation:hover .info_langues {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.langues_presentation .info_langues {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 300px;
  position: absolute;
  right: 0;
  top: 28px;
  text-align: center;
  background: #283DBC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  z-index: 105;
}

.plus_info,
table.schedule .views-field-field-en-savoir-plus {
  display: none;
  background: #283DBC;
  color: black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 100;
}
@media (min-width: 650px) {
  .plus_info,
  table.schedule .views-field-field-en-savoir-plus {
    left: 3%;
    min-width: 300px;
    max-width: 85%;
    padding: 20px 30px;
  }
}
@media (max-width: 649px) {
  .plus_info,
  table.schedule .views-field-field-en-savoir-plus {
    width: 88%;
    left: 2%;
    padding: 1em 4%;
  }
}
.plus_info.top,
table.schedule .views-field-field-en-savoir-plus.top {
  top: 0;
  bottom: auto;
}
.plus_info.top:before,
table.schedule .views-field-field-en-savoir-plus.top:before {
  position: absolute;
  bottom: -10px;
  left: 80px;
  width: 0;
  height: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #283DBC transparent transparent;
  content: "";
}
.plus_info.bottom,
table.schedule .views-field-field-en-savoir-plus.bottom {
  bottom: 0;
  top: auto;
}
.plus_info.bottom:before,
table.schedule .views-field-field-en-savoir-plus.bottom:before {
  position: absolute;
  top: -10px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #283DBC;
  content: "";
}
.plus_info a,
table.schedule .views-field-field-en-savoir-plus a {
  color: white;
  font-weight: 400;
}
.plus_info p,
table.schedule .views-field-field-en-savoir-plus p {
  margin: 10px 0 !important;
}
.plus_info p.close_container,
table.schedule .views-field-field-en-savoir-plus p.close_container {
  position: relative;
  margin: 0;
}
.plus_info p.close_container .close,
table.schedule .views-field-field-en-savoir-plus p.close_container .close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width: 649px) {
  .plus_info p.close_container .close,
  table.schedule .views-field-field-en-savoir-plus p.close_container .close {
    top: -20px;
    right: -5%;
  }
}
.plus_info p.close_container .close:hover,
table.schedule .views-field-field-en-savoir-plus p.close_container .close:hover {
  color: white;
}

.icon-angle-double-right,
.iconplus,
.iconload {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-family: fontello;
  font-size: 28px;
  color: #283DBC;
  border: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-indent: 1px;
  background-color: black;
}

.iconplus {
  background: url("../images/plus_pink.svg") no-repeat 10px 10px black;
  background-size: 0.75em;
}

.iconload {
  background: url("../images/loader.gif") no-repeat 5px 5px black;
}

.view-display-id-borne .views-row,
.prog .views-row {
  margin-top: 10px;
  -moz-transition: all, 0.1s, false false;
  -o-transition: all, 0.1s, false false;
  -webkit-transition: all, 0.1s, false false;
  transition: all, 0.1s, false false;
  position: relative;
  background: #120f10;
  background-color: rgba(10, 16, 49, 0.5);
  zoom: 1;
}
.view-display-id-borne .views-row:before, .view-display-id-borne .views-row:after,
.prog .views-row:before,
.prog .views-row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-display-id-borne .views-row:after,
.prog .views-row:after {
  clear: both;
}
.view-display-id-borne .views-row a.vers_page,
.prog .views-row a.vers_page {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: white;
}
.view-display-id-borne .views-row .date-display-single,
.prog .views-row .date-display-single {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 10px 0;
  text-align: center;
  width: 62px;
  height: 42px;
  background: rgba(10, 16, 49, 0.8);
  font-size: 20px;
  line-height: 42px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 1119px) {
  .view-display-id-borne .views-row .date-display-single,
  .prog .views-row .date-display-single {
    line-height: 1.2;
    height: auto;
    padding: 0.2em;
  }
}
.view-display-id-borne .views-row .img, .view-display-id-borne .views-row .txt,
.prog .views-row .img,
.prog .views-row .txt {
  float: left;
  width: 68%;
}
@media (max-width: 1119px) {
  .view-display-id-borne .views-row .img, .view-display-id-borne .views-row .txt,
  .prog .views-row .img,
  .prog .views-row .txt {
    width: 75%;
  }
}
@media (max-width: 649px) {
  .view-display-id-borne .views-row .img, .view-display-id-borne .views-row .txt,
  .prog .views-row .img,
  .prog .views-row .txt {
    width: 96%;
  }
}
.view-display-id-borne .views-row .img,
.prog .views-row .img {
  width: 28%;
  position: relative;
  display: block;
}
@media (max-width: 1119px) {
  .view-display-id-borne .views-row .img,
  .prog .views-row .img {
    width: 18%;
    min-width: 120px;
  }
}
.view-display-id-borne .views-row .img img,
.prog .views-row .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.view-display-id-borne .views-row .txt,
.prog .views-row .txt {
  padding: 2% 2% 0 2%;
}
.view-display-id-borne .views-row.special,
.prog .views-row.special {
  padding: 0;
  width: auto;
  margin: 20px 0;
  display: table;
  width: 100px;
  background: #283DBC;
}
@media (max-width: 979px) {
  .view-display-id-borne .views-row.special,
  .prog .views-row.special {
    width: 100%;
  }
}
.view-display-id-borne .views-row.special .date-display-single,
.prog .views-row.special .date-display-single {
  background: #120f10;
}
.view-display-id-borne .views-row.special .img,
.view-display-id-borne .views-row.special .icon-angle-double-right,
.prog .views-row.special .img,
.prog .views-row.special .icon-angle-double-right {
  display: none;
}
.view-display-id-borne .views-row.special .txt,
.prog .views-row.special .txt {
  padding: 0;
  float: none;
  padding-left: 58px;
  width: auto;
  position: relative;
  display: table-cell;
  white-space: nowrap;
}
@media (max-width: 649px) {
  .view-display-id-borne .views-row.special .txt,
  .prog .views-row.special .txt {
    white-space: normal;
    padding-top: 3em;
    padding-left: 0;
  }
}
.view-display-id-borne .views-row.special .txt h4,
.prog .views-row.special .txt h4 {
  padding: 10px 85px 10px 25px;
  line-height: 62px;
  height: 62px;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  display: inline;
}
@media (max-width: 979px) {
  .view-display-id-borne .views-row.special .txt h4,
  .prog .views-row.special .txt h4 {
    padding: 10px 25px;
  }
}
@media (max-width: 649px) {
  .view-display-id-borne .views-row.special .txt h4,
  .prog .views-row.special .txt h4 {
    line-height: 1.5;
    height: auto;
    padding: 2em 0.5em 0;
  }
}
.view-display-id-borne .views-row.special .txt .icone,
.prog .views-row.special .txt .icone {
  width: 62px;
  height: 100%;
  border-left: 3px solid black;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #283DBC;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 979px) {
  .view-display-id-borne .views-row.special .txt .icone,
  .prog .views-row.special .txt .icone {
    display: none;
  }
}
.view-display-id-borne .views-row.special .txt .icone.drink,
.prog .views-row.special .txt .icone.drink {
  background-image: url("../images/icon_drink.png");
}
.view-display-id-borne .views-row.special .txt .icone.food,
.prog .views-row.special .txt .icone.food {
  background-image: url("../images/icon_food.png");
}
.view-display-id-borne .views-row.special .txt .icone.bbq,
.prog .views-row.special .txt .icone.bbq {
  background-image: url("../images/icon_bbq.png");
}
.view-display-id-borne .views-row.special .txt .icone.pr-ix,
.prog .views-row.special .txt .icone.pr-ix {
  background-image: url("../images/icon_pr-ix.png");
}
.view-display-id-borne .views-row.special .txt .icone.postersessions,
.prog .views-row.special .txt .icone.postersessions {
  background-image: url("../images/icon_postersession.png");
}
.view-display-id-borne .views-row.special .txt .icone.coffee,
.prog .views-row.special .txt .icone.coffee {
  background-image: url("../images/icon_coffee.png");
}

.view-display-id-borne .special .plus_info,
.prog .special .plus_info {
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
}

.view-display-id-borne .view-grouping .view-grouping .special:before,
.prog .view-grouping .view-grouping .special:before {
  top: 27px;
}

.events_filters {
  z-index: 300;
}
.events_filters.scrolling {
  top: 25px;
  padding-top: 10px;
  position: fixed;
  background: rgba(10, 16, 49, 0.8);
}
@media (max-width: 1119px) {
  .events_filters.scrolling {
    padding-top: 0;
    top: 0;
  }
  .events_filters.scrolling .date_filters_mobile {
    margin: 0;
  }
}

ul.filters {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin: 0 0 50px 0;
  padding: 0 0 0 4%;
  font-size: 16px;
  line-height: 18px;
  zoom: 1;
}
ul.filters:before, ul.filters:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
ul.filters:after {
  clear: both;
}
@media (max-width: 1119px) {
  ul.filters {
    padding: 0 0 0 2.5%;
  }
}
@media (max-width: 979px) {
  ul.filters {
    padding: 0 0 0 2%;
  }
}
@media (max-width: 649px) {
  ul.filters {
    display: none;
  }
}
ul.filters li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  padding: 0.8% 3.8% 2%;
  position: relative;
  margin: 0;
}
@media (max-width: 1119px) {
  ul.filters li {
    padding: 0.8% 2.5% 2%;
  }
}
@media (max-width: 979px) {
  ul.filters li {
    text-align: center;
    width: 13.4%;
    padding: 0.8% 2% 2%;
  }
}
ul.filters li:after {
  display: block;
  height: 30px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  border-right: 1px solid #555;
}
ul.filters li:last-child {
  padding-right: 0;
}
ul.filters li:last-child:after {
  display: none;
}
ul.filters li:first-child {
  padding-left: 0;
}
@media (max-width: 979px) {
  ul.filters li:first-child {
    width: 7%;
  }
}
ul.filters li a {
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-align: center;
  color: white;
  display: block;
}
ul.filters li a strong {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
ul.filters li a:hover, ul.filters li a.active {
  color: #58B9CF;
  text-decoration: none;
}

.block-block.plus_evenements div.inner {
  padding: 15px 20px;
  font-size: 16px;
  border-top: 1px solid #7b7a7a;
  margin-top: 40px;
  text-align: center;
}

.annonce_audio,
#block-views-diffusions-audio-livenow {
  background: rgba(40, 61, 188, 0.9);
  width: 100%;
  z-index: 900;
  position: fixed;
  top: 70px;
}
@media (max-width: 1119px) {
  .annonce_audio,
  #block-views-diffusions-audio-livenow {
    position: absolute;
  }
}
.annonce_audio .inner, .annonce_audio > .content,
#block-views-diffusions-audio-livenow .inner,
#block-views-diffusions-audio-livenow > .content {
  max-width: 1044px;
  margin: 0 auto;
  padding: 5px 28px;
  line-height: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: white;
}
.annonce_audio .inner a, .annonce_audio > .content a,
#block-views-diffusions-audio-livenow .inner a,
#block-views-diffusions-audio-livenow > .content a {
  color: white;
}
.annonce_audio h6,
#block-views-diffusions-audio-livenow h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  display: inline;
}
.annonce_audio p, .annonce_audio div.info,
#block-views-diffusions-audio-livenow p,
#block-views-diffusions-audio-livenow div.info {
  margin: 0;
  display: inline;
}
.annonce_audio .views-field-field-date-et-heure,
.annonce_audio .views-field-field-date-et-heure-de-fin,
#block-views-diffusions-audio-livenow .views-field-field-date-et-heure,
#block-views-diffusions-audio-livenow .views-field-field-date-et-heure-de-fin {
  display: inline-block;
}
.annonce_audio .audio_tous,
#block-views-diffusions-audio-livenow .audio_tous {
  position: relative;
  display: inline;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all {
  font-size: 12px;
  width: auto;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 2;
  display: none;
  background: #283DBC;
  background-color: rgba(40, 61, 188, 0.5);
  white-space: nowrap;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all a,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all a {
  text-decoration: none;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all a:hover,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all a:hover {
  color: #58B9CF;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all ul,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.1);
  list-style: none;
  text-align: right;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li:hover,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li:hover {
  color: #58B9CF;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li:hover a,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li:hover a {
  color: #58B9CF;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li *,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li * {
  display: inline;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li:last-child,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date {
  margin-right: 0.5em;
  font-weight: 600;
  display: inline-block !important;
  text-transform: uppercase;
  font-size: 11px;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure {
  text-align: right;
  display: inline-block !important;
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure:after,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure:after {
  content: "-";
}
.annonce_audio .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure-de-fin,
#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-date-et-heure-de-fin {
  margin-right: 0.5em;
  display: inline-block !important;
}
.annonce_audio .audio_tous > a,
#block-views-diffusions-audio-livenow .audio_tous > a {
  color: white;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 20px 2px 5px;
  position: relative;
}
.annonce_audio .audio_tous > a:hover,
#block-views-diffusions-audio-livenow .audio_tous > a:hover {
  text-decoration: none;
  cursor: help;
}
.annonce_audio .audio_tous > a:after,
#block-views-diffusions-audio-livenow .audio_tous > a:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.annonce_audio .audio_tous:hover .view-diffusions-audio.view-display-id-all,
#block-views-diffusions-audio-livenow .audio_tous:hover .view-diffusions-audio.view-display-id-all {
  display: block;
}
.annonce_audio a.ecouter[target=_blank],
.annonce_audio a.ecouter,
#block-views-diffusions-audio-livenow a.ecouter[target=_blank],
#block-views-diffusions-audio-livenow a.ecouter {
  padding-left: 29px;
  display: inline-block;
  color: white;
  position: relative;
}
.annonce_audio a.ecouter[target=_blank]:after,
.annonce_audio a.ecouter:after,
#block-views-diffusions-audio-livenow a.ecouter[target=_blank]:after,
#block-views-diffusions-audio-livenow a.ecouter:after {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 3;
  width: 18px;
  height: 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid white;
  display: block;
  text-align: left;
  margin: 0;
}
.annonce_audio a.ecouter[target=_blank]:before,
.annonce_audio a.ecouter:before,
#block-views-diffusions-audio-livenow a.ecouter[target=_blank]:before,
#block-views-diffusions-audio-livenow a.ecouter:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  z-index: 4;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
}
.annonce_audio a.ecouter[target=_blank]:hover:after,
.annonce_audio a.ecouter:hover:after,
#block-views-diffusions-audio-livenow a.ecouter[target=_blank]:hover:after,
#block-views-diffusions-audio-livenow a.ecouter:hover:after {
  background: white;
}
.annonce_audio a.ecouter[target=_blank]:hover:before,
.annonce_audio a.ecouter:hover:before,
#block-views-diffusions-audio-livenow a.ecouter[target=_blank]:hover:before,
#block-views-diffusions-audio-livenow a.ecouter:hover:before {
  border-color: rgba(40, 61, 188, 0) rgba(40, 61, 188, 0) rgba(40, 61, 188, 0) #283DBC;
}

#block-views-diffusions-audio-livenow.onglet {
  width: 155px;
  left: auto;
  right: -155px;
  top: 200px;
  background: none;
}
@media (max-width: 1119px) {
  #block-views-diffusions-audio-livenow.onglet {
    top: 120px;
  }
}
@media (max-width: 649px) {
  #block-views-diffusions-audio-livenow.onglet {
    top: 55px;
  }
}
#block-views-diffusions-audio-livenow.onglet .view-display-id-upcoming > .view-content,
#block-views-diffusions-audio-livenow.onglet .view-display-id-livenow > .view-content {
  -moz-border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px 0 0 7px;
  background: rgba(40, 61, 188, 0.85);
  -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #283dbc;
  width: 145px;
  padding: 5px;
}
#block-views-diffusions-audio-livenow.onglet .view-display-id-livenow > .view-content:hover {
  background: #283dbc;
}
#block-views-diffusions-audio-livenow.onglet h6 {
  line-height: 12px;
  display: block;
  margin: 0 0 7px 0;
  padding-top: 1px;
  padding-left: 30px;
}
#block-views-diffusions-audio-livenow.onglet h6 svg {
  position: absolute;
  top: 10px;
  left: 11px;
  width: 24px;
  height: 24px;
}
#block-views-diffusions-audio-livenow.onglet h6.play {
  background: none;
  padding-left: 24px;
  min-height: 20px;
}
#block-views-diffusions-audio-livenow.onglet .inner, #block-views-diffusions-audio-livenow.onglet > .content {
  max-width: none;
  margin: 0;
  padding: 1px 5px 5px 5px;
  line-height: 16px;
}
#block-views-diffusions-audio-livenow.onglet a.ecouter,
#block-views-diffusions-audio-livenow.onglet a.ecouter[target=_blank] {
  padding-top: 0;
  padding-left: 0;
  display: block;
}
#block-views-diffusions-audio-livenow.onglet a.ecouter:after,
#block-views-diffusions-audio-livenow.onglet a.ecouter[target=_blank]:after {
  top: 2px;
  left: -2px;
}
#block-views-diffusions-audio-livenow.onglet a.ecouter:before,
#block-views-diffusions-audio-livenow.onglet a.ecouter[target=_blank]:before {
  top: 8px;
  left: 6px;
}
#block-views-diffusions-audio-livenow.onglet a.ecouter:hover,
#block-views-diffusions-audio-livenow.onglet a.ecouter[target=_blank]:hover {
  text-decoration: none;
}
#block-views-diffusions-audio-livenow.onglet .audio_tous {
  display: block;
}
#block-views-diffusions-audio-livenow.onglet .audio_tous > a {
  margin: 9px 0 0 0;
  display: block;
  line-height: 11px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(10, 16, 49, 0.75);
  font-size: 11px;
}
#block-views-diffusions-audio-livenow.onglet .audio_tous .view-diffusions-audio.view-display-id-all {
  top: 28px;
  left: auto;
  right: 0;
  background-color: #0a1031;
  padding: 5px;
}

.i18n-en #block-views-diffusions-audio-livenow.onglet h6.play {
  line-height: 24px;
}

.views-field-field-soundcloud-audio-diffusion a,
.views-field-field-soundcloud-player a {
  width: 40px;
  height: 15px;
  overflow: hidden;
  text-indent: -1000px;
  position: relative;
  text-decoration: none !important;
  display: inline-block !important;
  color: white;
}
.views-field-field-soundcloud-audio-diffusion a:hover,
.views-field-field-soundcloud-player a:hover {
  color: #283DBC;
}
.views-field-field-soundcloud-audio-diffusion a:before,
.views-field-field-soundcloud-player a:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: 200;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 6px;
  text-indent: 0;
}

#block-views-diffusions-audio-livenow .audio_tous .view-diffusions-audio.view-display-id-all li .views-field-field-soundcloud-audio-diffusion a {
  display: inline-block;
}

.region-content-top {
  zoom: 1;
  margin-bottom: 40px;
  background-color: rgba(43, 43, 43, 0.4);
  padding: 18px 20px 20px 20px;
}
.region-content-top:before, .region-content-top:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.region-content-top:after {
  clear: both;
}
.region-content-top .col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.region-content-top .col:last-child {
  margin-right: 0;
}
.region-content-top .col > .content {
  max-height: 180px;
  overflow: hidden;
}
.region-content-top .col img, .region-content-top .col iframe {
  width: 100%;
}
.region-content-top .col h2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 16px;
}
.region-content-top .col p {
  margin: 0;
}

/********************* PAGE lecteur Mixlr ************************** */
.page-node-303 .page-title,
.page-node-302 .page-title {
  position: static;
  top: auto;
}

/******************** CONTENT - Schedule (grid) ******************** */
body.page-programmation-grille #main > #content .region-content {
  background: transparent;
}
body.page-programmation-grille .tablelayout-message {
  display: none;
  background: rgba(25, 19, 23, 0.6);
  padding: 2em 3em;
  margin: 0;
}
body.page-programmation-grille .tablelayout-message .close {
  display: none;
}
@media (max-width: 979px) {
  body.page-programmation-grille .tablelayout-message {
    display: block;
  }
}
body.page-programmation-grille .tablelayout-message h3 {
  margin-top: 0;
}
body.page-programmation-grille table.schedule {
  width: 100%;
}
@media (max-width: 979px) {
  body.page-programmation-grille table.schedule {
    display: none;
  }
}
body.page-programmation-grille table.schedule thead {
  z-index: 40;
  background-color: rgba(25, 19, 23, 0.85);
}
body.page-programmation-grille table.schedule thead th {
  color: white;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  padding: 16px 0;
  width: 20%;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: top;
  width: 152px;
}
body.page-programmation-grille table.schedule thead a {
  color: white;
  font-weight: 300;
}
body.page-programmation-grille table.schedule tbody {
  border: 0;
}
body.page-programmation-grille table.schedule tbody th {
  border: 0;
  background-color: rgba(25, 19, 23, 0.6);
  text-align: center;
  padding: 3px 0;
}
body.page-programmation-grille table.schedule tbody td {
  padding: 10px 2px;
  vertical-align: top;
  width: 20%;
  box-sizing: border-box;
}
body.page-programmation-grille table.schedule tbody td div.event {
  background: rgba(40, 61, 188, 0.6);
  margin-bottom: 5px;
  position: relative;
}
body.page-programmation-grille table.schedule tbody td div.event:last-child {
  margin-bottom: 0;
}
body.page-programmation-grille table.schedule tbody td div.event a {
  color: white;
}
body.page-programmation-grille table.schedule tbody td div.event div.open_bubble {
  display: block;
  position: relative;
}
body.page-programmation-grille table.schedule tbody td div.event div.open_bubble:before {
  position: absolute;
  z-index: 2;
  right: 2px;
  top: 2px;
  content: "";
  font-weight: bold;
  width: 16px;
  height: 16px;
  background: url("../images/plus_pink.svg") no-repeat 3px 3px white;
  background-size: 0.8em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
body.page-programmation-grille table.schedule tbody td div.event div.open_bubble:hover {
  color: white;
  text-decoration: none;
  background: rgba(40, 61, 188, 0.8);
  cursor: pointer;
}
body.page-programmation-grille table.schedule tbody td div.event a.open_page {
  display: block;
  padding: 4px 3px;
  margin: 0 3px;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body.page-programmation-grille table.schedule tbody td div.event a.open_page .icon-angle-double-right {
  background-color: #283dbc;
  color: white;
  font-size: 14px;
  line-height: 14px;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 0px;
}
body.page-programmation-grille table.schedule tbody td div.event a.open_page .icon-angle-double-right:before {
  margin-left: 0;
}
body.page-programmation-grille table.schedule tbody td div.event a.open_page:hover .icon-angle-double-right {
  color: #283dbc;
  background-color: white;
}
body.page-programmation-grille table.schedule tbody td div.event ul, body.page-programmation-grille table.schedule tbody td div.event ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field {
  padding: 4px 6px;
  font-size: 11px;
  line-height: 12px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-date,
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-heure {
  display: none;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-type-evenement {
  background: rgba(40, 61, 188, 0.8);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: normal;
  padding-top: 5px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-title, body.page-programmation-grille table.schedule tbody td div.event .views-field-field-panelistes, body.page-programmation-grille table.schedule tbody td div.event .views-field-field-artistes-conferenciers {
  font-size: 11px;
  line-height: 14px;
  background: rgba(40, 61, 188, 0.4);
  padding-top: 0;
  padding-bottom: 0;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-title {
  padding-top: 8px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-panelistes, body.page-programmation-grille table.schedule tbody td div.event .views-field-field-artistes-conferenciers {
  padding-bottom: 8px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-contextual-links {
  padding: 0;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-lieu {
  position: relative;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-lieu .field-content {
  padding-left: 12px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-lieu .field-content:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 200;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  color: white;
  position: absolute;
  left: 4px;
  content: "";
  font-size: 10px;
  top: 5px;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-en-savoir-plus {
  display: none;
  max-width: none;
  width: 520px;
  left: -220px;
  padding: 20px 30px;
  line-height: normal;
  font-size: 13px;
  background-color: #283DBC;
}
body.page-programmation-grille table.schedule tbody td div.event .views-field-field-en-savoir-plus:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #283DBC;
  content: "";
}
body.page-programmation-grille table.schedule tbody td div.event.special .views-field-field-type-evenement {
  display: none;
}
body.page-programmation-grille table.schedule tbody td div.event.special .views-field-title, body.page-programmation-grille table.schedule tbody td div.event.special .views-field-field-panelistes, body.page-programmation-grille table.schedule tbody td div.event.special .views-field-field-artistes-conferenciers {
  background: rgba(40, 61, 188, 0.6);
  font-size: 11px;
  text-transform: uppercase;
}
body.page-programmation-grille table.schedule tbody td div.event.special .views-field-field-panelistes {
  padding-bottom: 4px;
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event {
  background: rgba(36, 30, 33, 0.6);
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event div.open_bubble:hover {
  background: rgba(36, 30, 33, 0.8);
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event div.open_bubble:before {
  background-image: url("../images/icon_miniplus_gray.png");
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event a.open_page {
  border-color: #999;
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event .views-field-field-type-evenement {
  background: rgba(36, 30, 33, 0.8);
}
body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event .views-field-title, body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event .views-field-field-panelistes, body.page-programmation-grille table.schedule tbody td:nth-child(odd) div.event .views-field-field-artistes-conferenciers {
  background: rgba(36, 30, 33, 0.4);
}
body.page-programmation-grille table.schedule tbody td:first-child div.event .views-field-field-en-savoir-plus {
  left: 0;
}
body.page-programmation-grille table.schedule tbody td:first-child div.event .views-field-field-en-savoir-plus:before {
  left: 60px;
  margin-left: 0;
}
body.page-programmation-grille table.schedule tbody td:nth-child(2) div.event .views-field-field-en-savoir-plus {
  left: -130px;
}
body.page-programmation-grille table.schedule tbody td:nth-child(2) div.event .views-field-field-en-savoir-plus:before {
  left: 190px;
  margin-left: 0;
}

.view-display-id-list_events .event {
  display: none;
}

.gridlist_menu {
  top: -2em;
  right: -5px;
  position: absolute;
}
@media (max-width: 979px) {
  .gridlist_menu {
    display: none;
  }
}
.gridlist_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 26px;
}
.gridlist_menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.gridlist_menu ul li a {
  color: #58B9CF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.gridlist_menu ul li a:hover {
  color: #44b1c9;
}
.gridlist_menu ul li a.current {
  color: white;
}
.gridlist_menu ul li a i:before {
  background-color: transparent;
}
.gridlist_menu ul li a.current:hover {
  cursor: default;
}
.gridlist_menu ul li span {
  color: #283DBC;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  text-align: right;
}

/********************* CONTENT - Événements ********************** */
h1#page-title {
  margin: 0;
}

.page-node.node-type-evenement #block-system-main {
  overflow: initial;
}
.page-node.node-type-evenement #main > #content .region-content {
  background-color: transparent;
}
.page-node.node-type-evenement #main > #content .region-content .cols-2_2-1 {
  background-color: rgba(10, 16, 49, 0.75);
}
@media (max-width: 649px) {
  .page-node.node-type-evenement #main > #content .region-content .cols-2_2-1 .col {
    width: 100%;
    float: none;
  }
}
.page-node.node-type-evenement #block-system-main > .content {
  position: relative;
  border-top: 1px solid #484848;
  padding-top: 10px;
  background-color: transparent;
}
.page-node.node-type-evenement .btn_retour {
  position: absolute;
  right: 3px;
  top: 12px;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: rgba(10, 16, 49, 0.75);
  width: auto;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-right: 5px;
}
@media (max-width: 649px) {
  .page-node.node-type-evenement .btn_retour {
    left: 0;
    width: 100%;
    top: -1.6em;
  }
}
.page-node.node-type-evenement .btn_retour:hover {
  text-decoration: none;
  background-color: rgba(10, 16, 49, 0.5);
  color: white;
}
.page-node.node-type-evenement .top_slideshow {
  zoom: 1;
  font-size: 16px;
  line-height: 17px;
  padding: 2px 13px 3px 13px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
  color: #58B9CF;
}
.page-node.node-type-evenement .top_slideshow:before, .page-node.node-type-evenement .top_slideshow:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-node.node-type-evenement .top_slideshow:after {
  clear: both;
}
.page-node.node-type-evenement .top_slideshow > div {
  float: left;
  width: auto;
  padding: 0 20px 0 21px;
  position: relative;
}
.page-node.node-type-evenement .top_slideshow > div:last-child {
  padding-right: 2px;
}
.page-node.node-type-evenement .top_slideshow .field-name-field-date-et-heure:before,
.page-node.node-type-evenement .top_slideshow .field-name-field-lieu:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 200;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 17px;
  content: "";
  color: #58B9CF;
  position: absolute;
  top: 0px;
  left: 0;
}
.page-node.node-type-evenement .top_slideshow .field-name-field-lieu:before {
  content: "";
  font-size: 15px;
  top: 2px;
}
.page-node.node-type-evenement .top_slideshow .field-name-field-lieu {
  padding-left: 19px;
}
.page-node.node-type-evenement .btn_container_bottom {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #484848;
}
@media (max-width: 979px) {
  .page-node.node-type-evenement .btn_container_bottom .btn_retour {
    right: 0;
    left: auto;
    top: 0.8em;
  }
}
.page-node.node-type-evenement .cols-2_2-1 {
  padding: 20px;
  position: relative;
}
.page-node.node-type-evenement .cols-2_2-1 h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  color: #58B9CF;
}
.page-node.node-type-evenement .cols-2_2-1 h3 {
  color: white;
  font-weight: normal;
  font-size: 16px;
  margin-top: 1px;
}
.page-node.node-type-evenement .cols-2_2-1 h4 {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.page-node.node-type-evenement .field-name-body > .field-items > .field-item {
  padding: 0;
}
.page-node.node-type-evenement .field-name-field-panelistes,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers {
  margin-bottom: 30px;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items {
  zoom: 1;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items:before, .page-node.node-type-evenement .field-name-field-panelistes > .field-items:after,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items:before,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items:after,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items:after {
  clear: both;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items > .field-item,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items > .field-item {
  float: left;
  width: 48.5%;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items > .field-item img,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items > .field-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.page-node.node-type-evenement .field-name-field-panelistes > .field-items > .field-item.even,
.page-node.node-type-evenement .field-name-field-artistes-conferenciers > .field-items > .field-item.even {
  margin-right: 3%;
}
.page-node.node-type-evenement .grande .field-name-field-panelistes > .field-items > .field-item,
.page-node.node-type-evenement .grande .field-name-field-artistes-conferenciers > .field-items > .field-item {
  float: none;
  width: 100% !important;
}
.page-node.node-type-evenement .grande .field-name-field-panelistes > .field-items > .field-item.even,
.page-node.node-type-evenement .grande .field-name-field-artistes-conferenciers > .field-items > .field-item.even {
  margin-right: 0;
}
.page-node.node-type-evenement .node-artiste.node-teaser {
  margin: 15px 0 0 0;
}
.page-node.node-type-evenement .node-artiste.node-teaser .field-name-field-image-principale {
  position: relative;
}
.page-node.node-type-evenement .node-artiste.node-teaser .field-name-field-image-principale:after {
  content: "";
  background: url("../images/dot_pink.png") repeat 0 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus .field-name-field-image-principale:hover:after {
  display: none;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus {
  color: white;
  position: relative;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus:after {
  background: url("../images/ico_plus.png") no-repeat 5px 5px #283DBC;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  content: "";
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 26px;
  font-weight: 500;
  text-indent: 4px;
  z-index: 6;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus:hover {
  text-decoration: none;
  cursor: pointer;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus:hover:after {
  color: #283DBC;
  background-color: black;
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus .plus_info {
  min-width: 360px;
  left: -175px;
}
@media (max-width: 649px) {
  .page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus .plus_info {
    left: -8px;
    min-width: 100%;
  }
}
.page-node.node-type-evenement .node-artiste.node-teaser .show_ensavoirplus .plus_info:before {
  left: 50%;
}
.page-node.node-type-evenement .node-artiste.node-teaser h6 {
  color: white;
  margin: 3px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.page-node.node-type-evenement .big .node-artiste.node-teaser h6 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.page-node.node-type-evenement .banque_img_vid {
  margin-top: 40px;
  zoom: 1;
}
.page-node.node-type-evenement .banque_img_vid:before, .page-node.node-type-evenement .banque_img_vid:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-node.node-type-evenement .banque_img_vid:after {
  clear: both;
}
.page-node.node-type-evenement .field-name-field-banque-images {
  margin-top: 5px;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item,
.page-node.node-type-evenement .field-name-field-banque-images .field-item {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item a,
.page-node.node-type-evenement .field-name-field-banque-images .field-item a {
  display: block;
  padding: 4px;
  border: 1px solid #444;
  position: relative;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item a:hover,
.page-node.node-type-evenement .field-name-field-banque-images .field-item a:hover {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item img,
.page-node.node-type-evenement .field-name-field-banque-images .field-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item:nth-child(3n+3),
.page-node.node-type-evenement .field-name-field-banque-images .field-item:nth-child(3n+3) {
  margin-right: 0;
}
.page-node.node-type-evenement .contextual-links-region {
  position: static;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item a {
  padding: 0;
  border: none;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item a img {
  position: absolute;
  left: 1px;
  right: 4px;
  top: 10px;
  z-index: 2;
}
.page-node.node-type-evenement .field-name-field-banque-video-vimeo .field-item a img.noire {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  border: 1px solid #444;
}

.page-user #main > #content .region-content {
  padding: 20px;
}

#node-715 iframe {
  width: 100% !important;
}

.page-node .field-name-body h2, .page-node .field-name-field-pied-contenu h2 {
  color: #58B9CF !important;
  font-size: 15px !important;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
}
.page-node .field-name-body h3, .page-node .field-name-field-pied-contenu h3 {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 400;
}
.page-node .field-name-body h4, .page-node .field-name-field-pied-contenu h4 {
  font-size: 13px !important;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.page-node .field-name-body > .field-items > .field-item,
.page-node .field-name-body form.webform-client-form, .page-node .field-name-field-pied-contenu > .field-items > .field-item,
.page-node .field-name-field-pied-contenu form.webform-client-form {
  padding: 20px;
}
.page-node .field-name-body img, .page-node .field-name-field-pied-contenu img {
  width: 100%;
  max-width: 100%;
}
.page-node .field-name-body p, .page-node .field-name-body ul, .page-node .field-name-body ol, .page-node .field-name-field-pied-contenu p, .page-node .field-name-field-pied-contenu ul, .page-node .field-name-field-pied-contenu ol {
  margin: 1.5em 0;
}
.page-node .field-name-body p:last-child, .page-node .field-name-body ul:last-child, .page-node .field-name-body ol:last-child, .page-node .field-name-field-pied-contenu p:last-child, .page-node .field-name-field-pied-contenu ul:last-child, .page-node .field-name-field-pied-contenu ol:last-child {
  margin-bottom: 0;
}
.page-node .field-name-body hr, .page-node .field-name-field-pied-contenu hr {
  border-top: 1px solid #cccccc;
  border-bottom: none;
  height: 0px;
  margin: 20px 0;
}
.page-node .field-name-body ul.liste_liens, .page-node .field-name-field-pied-contenu ul.liste_liens {
  margin: 30px 0 30px 0;
  list-style: none;
}
.page-node .field-name-body ul.liste_liens li:before, .page-node .field-name-field-pied-contenu ul.liste_liens li:before {
  content: "·";
  font-size: 23px;
  vertical-align: top;
  line-height: 18px;
  margin-right: 6px;
}
.page-node .field-name-body .cols-2,
.page-node .field-name-body .cols-3,
.page-node .field-name-body .cols-4, .page-node .field-name-field-pied-contenu .cols-2,
.page-node .field-name-field-pied-contenu .cols-3,
.page-node .field-name-field-pied-contenu .cols-4 {
  zoom: 1;
}
.page-node .field-name-body .cols-2:before, .page-node .field-name-body .cols-2:after,
.page-node .field-name-body .cols-3:before,
.page-node .field-name-body .cols-3:after,
.page-node .field-name-body .cols-4:before,
.page-node .field-name-body .cols-4:after, .page-node .field-name-field-pied-contenu .cols-2:before, .page-node .field-name-field-pied-contenu .cols-2:after,
.page-node .field-name-field-pied-contenu .cols-3:before,
.page-node .field-name-field-pied-contenu .cols-3:after,
.page-node .field-name-field-pied-contenu .cols-4:before,
.page-node .field-name-field-pied-contenu .cols-4:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.page-node .field-name-body .cols-2:after,
.page-node .field-name-body .cols-3:after,
.page-node .field-name-body .cols-4:after, .page-node .field-name-field-pied-contenu .cols-2:after,
.page-node .field-name-field-pied-contenu .cols-3:after,
.page-node .field-name-field-pied-contenu .cols-4:after {
  clear: both;
}
.page-node .field-name-body .cols-2 .col,
.page-node .field-name-body .cols-3 .col,
.page-node .field-name-body .cols-4 .col, .page-node .field-name-field-pied-contenu .cols-2 .col,
.page-node .field-name-field-pied-contenu .cols-3 .col,
.page-node .field-name-field-pied-contenu .cols-4 .col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.page-node .field-name-body .cols-2 .col:last-child,
.page-node .field-name-body .cols-3 .col:last-child,
.page-node .field-name-body .cols-4 .col:last-child, .page-node .field-name-field-pied-contenu .cols-2 .col:last-child,
.page-node .field-name-field-pied-contenu .cols-3 .col:last-child,
.page-node .field-name-field-pied-contenu .cols-4 .col:last-child {
  margin-right: 0;
}
.page-node .field-name-body .cols-3 .col, .page-node .field-name-field-pied-contenu .cols-3 .col {
  width: 32%;
}
@media (max-width: 1119px) {
  .page-node .field-name-body .cols-3 .col, .page-node .field-name-field-pied-contenu .cols-3 .col {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .page-node .field-name-body .cols-3 .col, .page-node .field-name-field-pied-contenu .cols-3 .col {
    width: 100%;
  }
}
.page-node .field-name-body .cols-4 .col, .page-node .field-name-field-pied-contenu .cols-4 .col {
  width: 23.5%;
}
.page-node .field-name-body .col > p:first-child, .page-node .field-name-body .col > ul:first-child, .page-node .field-name-body .col > ol:first-child, .page-node .field-name-field-pied-contenu .col > p:first-child, .page-node .field-name-field-pied-contenu .col > ul:first-child, .page-node .field-name-field-pied-contenu .col > ol:first-child {
  margin-top: 0;
}

.field-name-field-banque-video-vimeo .field-item a:hover,
a.lien_video:hover {
  cursor: pointer;
}
.field-name-field-banque-video-vimeo .field-item a:hover:after,
a.lien_video:hover:after {
  background-color: #283DBC;
}
.field-name-field-banque-video-vimeo .field-item a:after,
a.lien_video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: rgba(40, 61, 188, 0.6);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.field-name-field-banque-video-vimeo .field-item a:before,
a.lien_video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -6px;
  z-index: 4;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
}

a.lien_video:after {
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
}

#image_top {
  border-bottom: 1px solid #29292B;
}

#slideshow .field-items {
  position: relative;
  width: 100%;
  height: 360px;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #29292B;
}
#slideshow .field-items .field-item {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
}
#slideshow .field-items .field-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/********************* CONTENT - Billeterie ********************** */
.node-page .field-name-body .view-billetterie,
.view-billetterie {
  margin-bottom: 50px;
}
.node-page .field-name-body .view-billetterie p,
.view-billetterie p {
  text-align: center;
}
.node-page .field-name-body .view-billetterie .row,
.view-billetterie .row {
  overflow: hidden;
}
.node-page .field-name-body .view-billetterie .cols-3 .col,
.view-billetterie .cols-3 .col {
  width: 32%;
  padding-right: 1%;
  margin-right: 1%;
  padding-bottom: 100030px;
  margin-bottom: -100000px;
  position: relative;
}
@media (max-width: 649px) {
  .node-page .field-name-body .view-billetterie .cols-3 .col,
  .view-billetterie .cols-3 .col {
    width: 100%;
    margin: 0;
    padding: 0 0 2em;
  }
}
.node-page .field-name-body .view-billetterie .cols-3 .col:after,
.view-billetterie .cols-3 .col:after {
  position: absolute;
  display: block;
  content: "";
  top: 165px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: auto;
  border-right: 1px solid #555;
}
@media (max-width: 649px) {
  .node-page .field-name-body .view-billetterie .cols-3 .col:after,
  .view-billetterie .cols-3 .col:after {
    display: none;
  }
}
.node-page .field-name-body .view-billetterie .cols-3 .col-last,
.view-billetterie .cols-3 .col-last {
  margin: 0;
  padding: 0;
  border: none;
}
.node-page .field-name-body .view-billetterie .cols-3 .col-last:after,
.view-billetterie .cols-3 .col-last:after {
  display: none;
}
.node-page .field-name-body .view-billetterie .bloc_billet,
.view-billetterie .bloc_billet {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  text-align: center;
  min-height: 120px;
  border-radius: 2px;
}
.node-page .field-name-body .view-billetterie .bloc_billet h2, .node-page .field-name-body .view-billetterie .bloc_billet h3,
.view-billetterie .bloc_billet h2,
.view-billetterie .bloc_billet h3 {
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
}
.node-page .field-name-body .view-billetterie .bloc_billet h3,
.view-billetterie .bloc_billet h3 {
  font-weight: 200;
  font-size: 18px;
}
.node-page .field-name-body .view-billetterie .bloc_billet h2,
.view-billetterie .bloc_billet h2 {
  color: #283DBC;
  font-weight: 600;
  font-size: 20px;
}
.node-page .field-name-body .view-billetterie .bloc_billet h2 small,
.view-billetterie .bloc_billet h2 small {
  display: block;
  font-size: 16px;
}
.node-page .field-name-body .view-billetterie .bloc_billet p.prix,
.view-billetterie .bloc_billet p.prix {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  margin-top: 20px;
}
.node-page .field-name-body .view-billetterie .bloc_billet p.note,
.view-billetterie .bloc_billet p.note {
  font-size: 11px;
  margin: 0;
}

.views-field-field-lien-acheter ul {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.views-field-field-lien-acheter ul li {
  margin-left: 0;
  padding-left: 0;
  margin: 3px 0;
  background: #58B9CF;
  border-radius: 2px;
}
.views-field-field-lien-acheter ul li a {
  color: white;
  display: block;
  padding: 0.33em 0;
  font-size: 120%;
}
.views-field-field-lien-acheter ul li a:before {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 1.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.views-field-field-lien-acheter ul li a:hover {
  text-decoration: none;
}
.views-field-field-lien-acheter ul li a:hover:before {
  background-color: transparent !important;
  color: #283DBC;
}

a.btn_billet {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 4px;
  position: relative;
  padding-left: 24px;
}
a.btn_billet:before {
  color: white;
  background: url(../images/ico_ticket_small.png) no-repeat 1px 2px #283DBC;
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: "";
  display: inline-block;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 17px;
  width: 17px;
  padding: 1px 0 0 0px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.views-field-field-lien-acheter ul li a:hover:before,
a.btn_billet:hover:before {
  background-position: 1px -18px;
  background-color: #ffffff;
}

/****************** CONTENT - Partenaires ******************* */
.view-partenaires {
  padding: 1px 20px 20px 20px;
}
.view-partenaires h3 {
  margin: 20px 0;
  color: #283DBC;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  zoom: 1;
}
.view-partenaires h3:before, .view-partenaires h3:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-partenaires h3:after {
  clear: both;
}
.view-partenaires .group {
  zoom: 1;
  padding-bottom: 50px;
}
.view-partenaires .group:before, .view-partenaires .group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.view-partenaires .group:after {
  clear: both;
}
.view-partenaires .views-row {
  float: left;
  margin: 0 8% 8% 0;
}
.view-partenaires .views-row:nth-of-type(4n+4) {
  margin-right: 0;
}
.view-partenaires a[target=_blank]:after {
  display: none;
}
.view-partenaires .views-view-grid {
  margin-bottom: 80px;
}
.view-partenaires a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.view-partenaires a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*************************** FORM ************************** */
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="email"] {
  padding: 12px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  border: none;
}

.infolettre_container #my-form {
  zoom: 1;
}
.infolettre_container #my-form:before, .infolettre_container #my-form:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.infolettre_container #my-form:after {
  clear: both;
}
.infolettre_container #my-form input[type="submit"] {
  -webkit-appearance: none;
  float: right;
  padding: 0;
  line-height: 36px;
  width: 40px;
  height: 40px;
  font-family: fontello;
  font-size: 28px;
  color: #283DBC;
  background-color: white;
  border: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  text-indent: 3px;
}
.infolettre_container #my-form input[type="submit"]:hover {
  background-color: #283DBC;
  color: white;
  cursor: pointer;
}

form.webform-client-form label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
  text-transform: uppercase;
}
form.webform-client-form input[type="text"],
form.webform-client-form input[type="password"],
form.webform-client-form input[type="email"],
form.webform-client-form select {
  width: 300px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form.webform-client-form input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  background-color: #283DBC;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form.webform-client-form .form-item, form.webform-client-form .form-actions {
  margin: 0 0 10px 0;
}
form.webform-client-form .form-actions {
  margin: 20px 0 10px 0;
}

#block-system-main > .content .webform-confirmation {
  padding: 20px 20px 150px 20px;
}

#block-system-main > .content .links {
  padding: 0 20px 20px 20px;
}

#block-system-main > .content form.webform-client-form {
  padding: 0 20px 10px 20px;
}

#block-system-main > .content .cols-2_2-1 form.webform-client-form {
  padding: 0 0 10px 0;
}

@media (max-width: 649px) {
  #block-system-main {
    overflow: hidden;
  }
}

#sidebar-second form#my-form,
#sidebar-second .flexible_contrainer {
  position: relative;
  height: 44px;
}
#sidebar-second form#my-form .form-type-textfield,
#sidebar-second form#my-form .flexible_child,
#sidebar-second .flexible_contrainer .form-type-textfield,
#sidebar-second .flexible_contrainer .flexible_child {
  position: absolute;
  left: 0;
  right: 50px;
  top: 0;
  z-index: 1;
  display: block;
}
#sidebar-second form#my-form .form-type-textfield input,
#sidebar-second form#my-form .flexible_child input,
#sidebar-second .flexible_contrainer .form-type-textfield input,
#sidebar-second .flexible_contrainer .flexible_child input {
  width: 88%;
  padding: 12px 10px;
}
#sidebar-second form#my-form .fixed-child,
#sidebar-second .flexible_contrainer .fixed-child {
  width: 40px;
}

.share_btn {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px;
}
.share_btn p {
  margin: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
.share_btn p .osc-counter {
  position: absolute !important;
  top: 0;
  right: 0px;
}
.share_btn a.goodshare {
  display: inline-block;
  height: 30px;
}
.share_btn a.goodshare span.btn {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  min-width: 33px;
  float: left;
  background: #ffffff;
  text-align: left;
  padding: 0 22px 0 6px;
  position: relative;
  color: #2c2c2c;
  margin-bottom: 3px;
  box-shadow: none;
}
.share_btn a.goodshare span.btn:after {
  content: "";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.share_btn a.goodshare:hover span.btn {
  background-color: #283DBC;
}
.share_btn.twitter a.goodshare span.btn:after {
  content: "";
}
.share_btn.facebook a.goodshare span.btn:after {
  content: "";
  font-size: 15px;
  right: 1px;
}

/*************************** POPUP ************************** */
.region-promo-popup div.contextual-links-wrapper,
.region-promo-popup .contextual-links-region {
  position: static;
}

.annonce_overlay {
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1900;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#annonce {
  width: 711px;
  height: 439px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1901;
  display: none;
}
#annonce img {
  max-width: 100%;
}
#annonce p {
  margin: 0;
}
#annonce .close {
  width: 25px;
  height: 25px;
  font-size: 30px;
  line-height: 25px;
  background-color: #159994;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-indent: 4px;
  position: absolute;
  top: -4px;
  right: -7px;
  color: white;
}
@media (max-width: 979px) {
  #annonce .close {
    right: 6px;
  }
}
#annonce .close:hover {
  color: #159994;
  background-color: white;
  cursor: pointer;
}

/************************************************************ */
/************************** FOOTER ************************** */
#footer {
  width: 100%;
  min-height: 100px;
  padding: 50px 0 50px 0;
  margin-top: 40px;
  background: rgba(10, 16, 49, 0.8);
  line-height: 24px;
}
#footer > .section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}
#footer > .section:before, #footer > .section:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#footer > .section:after {
  clear: both;
}
#footer .mainsize {
  width: 69%;
  padding-left: 20px;
}
#footer p {
  margin-bottom: 0;
}
#footer h2 {
  font-size: 15px;
  margin: 0 0 26px 0;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#footer a {
  color: white;
}
#footer .container_contact {
  float: left;
  width: 50%;
  position: relative;
}
#footer .container_contact:after {
  content: "";
  display: block;
  height: 95px;
  width: 1px;
  border-right: 1px solid #7b7a7a;
  right: 20%;
  top: 50px;
  position: absolute;
}
#footer .container_partenaires {
  float: left;
  width: 50%;
}
#footer .container_partenaires img {
  width: auto;
  max-width: 100%;
}
#footer .container_partenaires h2 {
  padding-left: 4px;
}
#footer .container_produitpar {
  margin-top: 40px;
}
#footer .container_produitpar h2 {
  margin-bottom: 18px;
}
#footer .container_produitpar a {
  position: relative;
  height: 50px;
  width: 200;
  display: block;
}
#footer .container_produitpar a[target=_blank]:after {
  display: none;
}
#footer .container_produitpar img {
  position: absolute;
  left: -16px;
  top: 0;
}

/* Footer without partners */
#footer .mainsize {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
#footer .block-social {
  float: left;
  width: 25%;
}
@media (max-width: 1119px) {
  #footer .block-social {
    width: 100%;
    text-align: center;
  }
}
#footer .block-social ul.social-menu {
  margin-left: -11px;
  padding-left: 0;
  float: none;
  display: block;
}
#footer .block-social ul.social-menu > li {
  float: left;
}
@media (max-width: 1119px) {
  #footer .block-social ul.social-menu > li {
    float: none;
    display: inline-block;
    margin: 0 0.25em;
    padding: 0;
    text-align: left;
  }
}
#footer .block-social ul.social-menu > li > a {
  text-indent: 2px;
  color: #3a3136;
  background-color: white;
}
#footer .block-social ul.social-menu > li > a:before {
  margin: 0 0 0 2px;
}
#footer .block-social ul.social-menu > li > a:hover {
  background-color: #283DBC;
}
#footer .region-footer {
  width: 75%;
  float: left;
}
@media (max-width: 1119px) {
  #footer .region-footer {
    width: 100%;
  }
}
#footer .region-footer .block-block {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 3%;
}
@media (max-width: 1119px) {
  #footer .region-footer .block-block {
    margin-right: 4.5%;
    margin-bottom: 3em;
  }
}
@media (max-width: 979px) {
  #footer .region-footer .block-block {
    width: 100%;
    text-align: center;
  }
}
#footer .region-footer .block-block:last-child {
  margin-right: 0;
}
@media (max-width: 1119px) {
  #footer .region-footer .block-block:last-child:after {
    display: none;
  }
}
#footer .region-footer .block-block:after {
  content: "";
  display: block;
  height: 95px;
  width: 1px;
  border-right: 1px solid #7b7a7a;
  right: 0;
  top: 50px;
  position: absolute;
}
@media (max-width: 979px) {
  #footer .region-footer .block-block:after {
    display: none;
  }
}
#footer .region-footer .block-block.container_produitpar_sanspartenaires a {
  position: relative;
  height: 50px;
  width: 200;
  display: block;
}
#footer .region-footer .block-block.container_produitpar_sanspartenaires a[target=_blank]:after {
  display: none;
}

a.link_img {
  position: relative;
  display: block;
}
a.link_img img {
  display: block;
  position: relative;
}
a.link_img[target=_blank]:after {
  display: none;
}

/* Bootstrap tooltips */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
  min-width: 80px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

#drawing,
canvas {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  background: #ffa2a2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTJhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffa2a2), color-stop(100%, #ffd5d5));
  background-image: -moz-linear-gradient(left, #ffa2a2, #ffd5d5);
  background-image: -webkit-linear-gradient(left, #ffa2a2, #ffd5d5);
  background-image: linear-gradient(to right, #ffa2a2, #ffd5d5);
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#drawing.on,
canvas.on {
  opacity: 1;
}

#page-wrapper {
  position: relative;
  z-index: 2;
}

/******** BORNE ********** */
body.page-borne {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
body.page-borne a#onglet_partenaires {
  background: rgba(43, 43, 45, 0.7);
  color: #283DBC;
  font-weight: 600;
  font-size: 18px;
  padding: 11px 11px 11px 50px;
  text-transform: uppercase;
  position: fixed;
  right: 15px;
  top: 80px;
  z-index: 200;
}
body.page-borne a#onglet_partenaires:hover {
  text-decoration: none;
  background: rgba(43, 43, 45, 0.9);
}
body.page-borne a#onglet_partenaires .icon-angle-double-right {
  right: auto;
  left: 4px;
  top: 4px;
}
body.page-borne #page-wrapper {
  overflow: hidden;
}
body.page-borne #block-system-main {
  padding-top: 7px;
}
body.page-borne #page {
  width: 100%;
  padding-top: 27px;
}
body.page-borne #main > #content {
  width: 100%;
  float: none;
  margin-right: 0;
}
body.page-borne #header {
  position: relative;
  min-height: 275px;
}
body.page-borne .region-header {
  float: none;
  padding: 0;
  width: auto;
  position: absolute;
  top: -8px;
  right: 10px;
  z-index: 10;
}
body.page-borne .region-header .menu_languages > .content > ul {
  padding: 0;
  margin: 0;
}
body.page-borne .region-header .menu_languages > .content > ul li a {
  background: rgba(40, 61, 188, 0.8);
  color: white;
  padding: 5px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-left: 4px;
  width: 30px;
  height: 30px;
  font-weight: 400;
}
body.page-borne .region-header .menu_languages > .content > ul li a:hover {
  background-color: #283DBC;
}
body.page-borne .region-header .menu_languages > .content > ul li a:after {
  top: 10px;
  left: 10px;
  border-bottom: none;
  color: white;
}
body.page-borne .region-header .menu_languages > .content > ul li.en a:after {
  left: 8px;
}
body.page-borne ul.filters {
  padding: 0;
}
body.page-borne ul.filters li {
  padding: 10px 28px;
}
body.page-borne ul.filters li:last-child {
  padding-right: 0;
}

.page-borne.i18n-fr .menu_languages > .content > ul > li.fr > a,
.page-borne.i18n-en .menu_languages > .content > ul > li.en > a,
.page-borne.i18n-fr .menu_languages > .content > ul > li.fr > a:after,
.page-borne.i18n-en .menu_languages > .content > ul > li.en > a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.page-borne.i18n-fr .menu_languages > .content > ul > li.fr > a:hover,
.page-borne.i18n-en .menu_languages > .content > ul > li.en > a:hover {
  background: rgba(40, 61, 188, 0.8);
}

.sidr {
  box-shadow: none;
  background: white;
}
.sidr a[target="_blank"]:after {
  display: none;
}
.sidr ul li ul li a {
  color: #58B9CF;
}
.sidr ul li a {
  color: #283DBC;
}
.sidr .sidr-logo img {
  width: 70%;
  margin-bottom: 20px;
  padding: 2em 0 0 3em;
}
.sidr ul.social-links ul,
.sidr ul.lang ul,
.sidr ul.menu ul {
  padding: 0 0 0 1em;
  border: none;
}
.sidr ul.social-links ul li,
.sidr ul.lang ul li,
.sidr ul.menu ul li {
  border: none;
}
.sidr ul.social-links li,
.sidr ul.social-links li.active,
.sidr ul.lang li,
.sidr ul.lang li.active,
.sidr ul.menu li,
.sidr ul.menu li.active {
  display: block;
  margin: 0;
  border-top: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidr ul.social-links li:hover,
.sidr ul.social-links li.active:hover,
.sidr ul.lang li:hover,
.sidr ul.lang li.active:hover,
.sidr ul.menu li:hover,
.sidr ul.menu li.active:hover {
  box-shadow: none;
}
.sidr ul.social-links li:hover a,
.sidr ul.social-links li.active:hover a,
.sidr ul.lang li:hover a,
.sidr ul.lang li.active:hover a,
.sidr ul.menu li:hover a,
.sidr ul.menu li.active:hover a {
  box-shadow: none;
}
.sidr ul.social-links li > a, .sidr ul.social-links li a,
.sidr ul.social-links li.active > a,
.sidr ul.social-links li.active a,
.sidr ul.lang li > a,
.sidr ul.lang li a,
.sidr ul.lang li.active > a,
.sidr ul.lang li.active a,
.sidr ul.menu li > a,
.sidr ul.menu li a,
.sidr ul.menu li.active > a,
.sidr ul.menu li.active a {
  line-height: 2;
  padding: 0.33em 1em;
  box-shadow: none;
}
.sidr ul.social-links li > a:hover, .sidr ul.social-links li a:hover,
.sidr ul.social-links li.active > a:hover,
.sidr ul.social-links li.active a:hover,
.sidr ul.lang li > a:hover,
.sidr ul.lang li a:hover,
.sidr ul.lang li.active > a:hover,
.sidr ul.lang li.active a:hover,
.sidr ul.menu li > a:hover,
.sidr ul.menu li a:hover,
.sidr ul.menu li.active > a:hover,
.sidr ul.menu li.active a:hover {
  box-shadow: none;
}
.sidr ul.social-links,
.sidr ul.lang {
  border: none;
}
.sidr ul.social-links li,
.sidr ul.lang li {
  border: none;
}
.sidr ul.social-links {
  text-align: center;
}
.sidr ul.social-links li {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.sidr ul.social-links li a, .sidr ul.social-links li > a {
  padding: 0;
}
.sidr ul.lang {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.sidr ul.lang li {
  text-align: center;
  float: left;
  width: 49.9%;
}

#sb-title, #sb-info {
  position: static;
}

#sb-nav a {
  position: absolute;
  background-position: 12px 12px;
  width: 40px;
  height: 40px;
  background-color: rgba(30, 30, 30, 0.5);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #555;
  top: 50%;
  left: -22px;
  margin-top: -20px;
}
#sb-nav a:hover {
  background-color: rgba(30, 30, 30, 0.7);
}

#sb-nav a#sb-nav-next {
  left: auto;
  right: -22px;
}

#sb-nav a#sb-nav-close {
  left: auto;
  right: -20px;
  top: 10px;
  margin-top: 0;
}

body {
  background-color: #f29c9b;
  background-image: url("../images/bg_body.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intro-programmation {
  margin: -20px 20px 30px;
  color: rgba(22, 34, 104, 0.66);
  font-size: 120%;
  font-weight: bold;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 649px) {
  .intro-programmation {
    margin-top: 0;
  }
}

.program-pdf-btn a {
  display: inline-block;
  font-size: 15px;
  vertical-align: 3px;
  padding: 0 12px 0 7px;
  cursor: pointer;
  color: #58B9CF;
}
.program-pdf-btn a:after {
  display: none;
}
