@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
* {
  outline: none; }

html, body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin: 0;
  box-sizing: border-box; }

ul, li {
  list-style: none; }

ul {
  padding: 0;
  font-weight: 400; }

input#initimg {
  display: none; }

a {
  text-decoration: none;
  -webkit-appearance: none;
  color: inherit; }

p a {
  background-color: #FFFF00;
  position: relative;
  display: inline-block; }
  p a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #FFFF00;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
  p a:hover {
    background-color: transparent; }
    p a:hover:before {
      width: 100%; }

img {
  -moz-transition: opacity 0.3s ease-in-out 0.5s;
  -o-transition: opacity 0.3s ease-in-out 0.5s;
  -webkit-transition: opacity 0.3s ease-in-out 0.5s;
  transition: opacity 0.3s ease-in-out 0.5s; }

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  img {
    border: none; } }
img[data-src] {
  opacity: 0; }

img[data-src].loaded {
  opacity: 1; }

footer p a {
  background-color: transparent; }

h1, h2, h3, h4 {
  font-weight: 900;
  letter-spacing: .06em; }

p {
  font-weight: 400; }

figure {
  margin: 0; }

fieldset {
  border: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff !important;
  border: 1px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

section header {
  position: relative; }

section header svg {
  position: absolute;
  z-index: -1;
  top: -18px;
  left: -5px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 58px; }

section header h1 {
  margin-top: 45px;
  text-transform: uppercase;
  font-size: 1.714em;
  padding-left: 40px;
  padding-top: 3px;
  z-index: 2; }

ul.share {
  padding: 0;
  position: relative;
  left: -15px; }
  ul.share li {
    display: inline-block;
    font-size: 0.01em; }

.item .image {
  position: relative;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  .item .image a {
    width: 100%;
    min-height: 1px; }

.shows__content .image svg {
  width: 92%;
  height: 92%;
  position: absolute;
  top: 0;
  left: 0; }
  .shows__content .image svg path {
    -moz-transition: fill 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.shows__content .text {
  padding-right: 5%;
  padding-top: 15px;
  position: relative; }

#stage-past .text:before,
.grid-stage-futur .text:before,
  .section__content.prog .prog__content:not(.push-item) .text:before,
  .shows__content .text:before {
    content: "";
    display: block;
    width: 33.3333%;
    height: 8px;
    background-image: url(../img/svg/border.svg);
    margin-bottom: 15px;
    background-size: 100%;
    background-repeat: no-repeat; }

.text p {
  margin: 0; }

.bloc-option .text p {
  margin: 0 0 15px 0; }

.shows__content time {
  font-size: 1.286em; }

.shows__content .calendar__content time {
  font-size: 1em; }

.shows__content h2 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out; }

.shows__content a h2:hover {
  color: #000 !important; }

.date {
  margin-bottom: 7px;
  display: block; }

.date time:last-child:before {
  content: url("../img/svg/arrow-date.svg");
  display: inline-block;
  padding: 0 10px 0 7px;
  width: 9px;
  height: 9px; }

.date time:first-child::before {
  display: none; }

#next-events {
  margin-bottom: 5%; }

.shows__content--one {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .shows__content--one .image, .shows__content--one .text {
    width: 50%; }
    .shows__content--one .image:before, .shows__content--one .text:before {
      display: none; }
  .shows__content--one .image {
    padding-right: 8%; }
  .shows__content--one .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .shows__content--one .text .text__inner {
      width: 100%; }
  .shows__content--one .tempete-prod {
    position: relative;
    left: 0;
    margin-bottom: 20px; }
  .shows__content--one .tags {
    font-weight: 900;
    font-size: 1.286em; }
  .shows__content--one .date:before {
    content: "";
    display: block;
    width: 66.66%;
    height: 6px;
    background-image: url(../img/svg/border.svg);
    margin: 10px 0;
    background-size: 100%;
    background-repeat: no-repeat; }

.fiche .main header:not(.header--fiche) svg {
  width: 35px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); 
  height: auto;
}

.article {
  position: relative; }
  .article #light {
    position: absolute;
    top: 70px;
    left: -5px;
    max-width: 35px;
    max-height: 35px; }
  .article .text-content {
    padding: 5px 20px 0 35px; }
    .article .text-content p:not(.small) {
      font-size: 1.143em;
      line-height: 1.7em; 
      margin-top: 0;
    }


      .chapo,
    .article .text-content .chapo {
      font-size: 1.375em;
      line-height: 1.7em; }
            .chapo p,
      .article .text-content .chapo p {
        margin-top: 0; }
    .article .text-content h2, .article .text-content h3 {
      text-transform: uppercase;
      margin-top: 5px; }
  .article .infos-plus {
    padding: 0 20px 0 35px; }

.small {
  font-size: 0.9em;
  line-height: 1.5em; }

.aside {
  padding-top: 70px; }
  .aside .infos {
    font-size: 1em; }
  .aside a.default {
    margin: 5px 0;
    font-size: 1em; }

.alternate {
  margin-bottom: 25px; }
  .alternate ul {
    margin: 0; }

.alternate.resa {
  margin-top: 25px; }

.alternate:not(.off) .date time:last-child:before {
  width: 7px; }

.off .date time:last-child:before {
  content: '';
  display: inline-block;
  padding: 0;
  background-color: #000;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: relative;
  top: -1px;
  left: -2px;
  width: 15px;
  height: 7px;
  -webkit-mask-image: url(../img/svg/stain.svg);
  mask-image: url(../img/svg/stain.svg); }

.no-cssmask .off .date time:last-child:before {
  background-color: transparent;
  content: '•';
  font-size: 2em;
  top: 5px;
  left: 0; }

.content--media .item {
  width: auto;
  padding-right: 0;
  padding-bottom: 50px; }
  .content--media .item figure {
    height: 350px; }
  .content--media .item figcaption {
    padding-top: 6px;
    font-size: 0.714em;
    color: #898989; }


    .content--media .item figcaption p{
    margin:0; }
  .content--media .item img {
    width: auto;
    height: 100%;
    position: relative; }




.content--media.owl-carousel figure:not(.custom-img) .owl-video-wrapper,
.content--media.owl-carousel .item img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  mix-blend-mode: screen;
  -moz-transition: all 0.5s ease-in-out 1s;
  -o-transition: all 0.5s ease-in-out 1s;
  -webkit-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s; }

.content--media.owl-carousel .item figure {
  -moz-transition: background-color 0.5s ease-in-out 1s;
  -o-transition: background-color 0.5s ease-in-out 1s;
  -webkit-transition: background-color 0.5s ease-in-out 1s;
  transition: background-color 0.5s ease-in-out 1s; }

figure.custom-img .owl-video-wrapper {
  opacity: 0; }

figure.custom-img.videoActive .owl-video-wrapper {
  opacity: 1; }

.content--media.in-view.owl-carousel .item figure {
  background-color: #000 !important; }

.content--media.in-view.owl-carousel figure:not(.custom-img) .owl-video-wrapper,
.content--media.in-view.owl-carousel .item img {
  -webkit-filter: saturate(1);
  filter: saturate(1); }

.section__content__box .item--video,
.content--media .item--video {
  min-width: 620px; }
  .section__content__box .item--video figure,
  .content--media .item--video figure {
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 56.35%;
    width: 100%;
    z-index: 998;
    background-color: #000; }
    .section__content__box .item--video figure iframe,
    .section__content__box .item--video figure img,
    .content--media .item--video figure iframe,
    .content--media .item--video figure img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

  .content--media .item--video figure.custom-img > img {
          height: auto;
  }


.content--media.one-item {
  width: 50%;
  height: auto;
  min-height: 380px; }
  .content--media.one-item .item {
    height: auto; }
    .content--media.one-item .item img {
      width: auto;
      height: 100%; }

.owl-carousel .owl-video-wrapper,
.owl-carousel .owl-video-tn,
.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.owl-carousel .owl-item .owl-lazy {
  posiiton: absolute;
  width: 100%;
  top: 0; }

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

button.play-video,
.owl-carousel .owl-video-play-icon {
  z-index: 999;
  background: url(../img/svg/icon-play.svg) no-repeat center;
  transform-origin: 0 0;
  background-size: 90% 90%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  margin: 0; }
  button.play-video:hover,
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -moz-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%); }

button.play-video {
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer; }

ul.links {
  padding-left: 35px; }

span.title {
  font-size: 3em;
  display: block;
  font-weight: 900;
  text-transform: uppercase; 
  line-height: 1;
}

#next-events header {
  margin-bottom: 3%; }
  #next-events header a {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    white-space: nowrap; }

.bloc-option.full-text {
  margin-bottom: 50px; }

.alternate header {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.143em;
  margin-bottom: 7px; }

.fiche-spectacle .owl-next {
  right: -35px; }

.owl-dots {
  position: absolute;
  top: 0;
  left: -25px; }

.owl-dot span {
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask-image: url("../img/svg/dot-empty.svg");
  mask-image: url("../img/svg/dot-empty.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-bottom: 5px; }

.owl-dot.active span {
  -webkit-mask-image: url("../img/svg/dot.svg");
  mask-image: url("../img/svg/dot.svg"); }

.no-cssmask .owl-dot span {
  background-color: transparent !important;
  background: url("../img/svg/dot-empty.svg") no-repeat center;
  background-size: 15px 15px; }

.no-cssmask .owl-dot.active span {
  background-color: transparent !important;
  background: url("../img/svg/dot.svg") no-repeat center;
  background-size: 15px 15px; }

.fiche-spectacle .section-split .text--content,
.fiche-spectacle .section-split .calendar {
  padding-left: 45px; }

/*/ BIOS /*/
.biographies .owl-dots {
  display: none; }
.biographies figure {
  max-width: 80%; }
.biographies .item {
  padding: 0; }
.biographies img {
  padding: 0;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  mix-blend-mode: screen;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }



  #list-artistes-saison .biographies img
  {
  -webkit-filter: none;
  filter: none;
 }

.biographies figure > span {
  display: block;
  content: "";
  width: 100%;
  height: auto;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative; }
.biographies figure:hover > span {
  background-color: #000 !important; }
.biographies figure:hover img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%); }

.cssmask .biographies figure > span {
  -webkit-mask-image: url("../img/svg/stain-bio.svg");
  mask-image: url("../img/svg/stain-bio.svg");
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }
  .cssmask .biographies figure > span:after {
    display: none; }

.biographies figure > span:after {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  background: url("../img/layout/stain-bio.png") no-repeat center;
  background-size: cover; }

.aside.biographies .item {
  padding: 0 15%;
  box-sizing: border-box; }

.no-cssmask .aside.biographies .item {
  padding: 0; }

.biographies:not(.owl-carousel) figure {
  max-width: 15%; }

.no-photo svg {
  height: 100%;
  width: 100%;
  margin: auto;
  display: block; }

.biographies {
  margin: 45px 0 45px 35px; }
  .biographies figcaption span.surname, .biographies figcaption span.name {
    display: block;
    font-weight: 900; }
  .biographies figcaption span.name {
    text-transform: uppercase; }
  .biographies figcaption span.role {
    font-weight: 400;
    font-size: 0.9em; }

body:not(.fiche-spectacle) .biographies figure > span {
  background-color: #000; }

body:not(.fiche-spectacle) .biographies figure.no-photo:hover > span {
  background-color: grey !important; }

.no-backgroundblendmode .biographies img,
.no-cssmask .biographies img {
  z-index: 1; }

.no-backgroundblendmode body:not(.fiche-spectacle) .biographies figure > span,
.no-cssmask body:not(.fiche-spectacle) .biographies figure > span {
  background-color: transparent; }

#direction .biographies {
  margin: 55px 0; }

.press {
  margin: 3% 0 3% 35px; }
  .press .owl-dots {
    display: none; }
  .press p {
    margin-bottom: 0; }
  .press h3 {
    font-style: italic;
    margin: 0;
    font-size: 1.1em; }
  .press .item {
    padding: 0; }

.section-split h2.text-indent {
  font-size: 1.500em;
  text-transform: uppercase;
  padding-left: 45px;
  margin-bottom: 35px; }

/*/ PROG /*/
.prog__content {
  margin: 5% 0 5% 0; }

.prog__content .image {
  position: relative; }
  .prog__content .image svg {
    height: 80px;
    width: 80px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
.prog__content:hover .image svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.container--aside .prog__content .image svg {
  height: 60px;
  width: 60px; }

.section__content h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 7px 0;
  line-height: 1.3em; }

.prog__content time {
  font-size: 1.286em;
  line-height: 1em; }

.hidden {
  display: none !important; }

.prog__content .text {
  padding-left: 10%; }

.section__content--four .prog__content .text,
.owl-carousel .prog__content .text {
  padding-left: 0;
  margin-top: 5%; }

.section__content--four .prog__content.item,
.owl-carousel .prog__content.item {
  padding-right: 35px; }

.img-responsive {
  width: 100%;
  height: auto; }

ul.tags {
  padding: 0;
  margin: 0 0 8px 0; }
  ul.tags li {
    display: inline-block;
    font-weight: 900; }
    ul.tags li:before {
      content: '/';
      display: inline-block;
      padding-right: 5px; }
  ul.tags li:first-child::before {
    display: none; }

.focus__content #border {
  position: relative;
  width: calc(50% + 25px);
  margin-bottom: 7px;
  -webkit-transform: translate(-25px, 0);
  -moz-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
  height: 8px; }
  .focus__content #border path {
    fill: #FFFF00; }

.focus__content h3 {
  margin-top: 0;
  margin-bottom: 12px; }

.focus__content.item {
  padding-right: 35px; }

.one-item .focus__content #border {
  position: relative;
  width: 115%;
  -webkit-transform: translate(-15%, 0);
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0); }

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../img/svg/stain.svg);
  mask-image: url(../img/svg/stain.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #000;
  font-size: 0; }
  .owl-next:before,
  .owl-prev:before {
    content: "";
    display: block;
    position: relative;
    background-color: #fff;
    width: 35px;
    height: 35px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .owl-next:hover,
  .owl-prev:hover {
    background-color: #FFFF00; }
    .owl-next:hover:before,
    .owl-prev:hover:before {
      background-color: #000; }

.no-cssmask .owl-next,
.no-cssmask .owl-prev {
  background-color: transparent; }
  .no-cssmask .owl-next:before,
  .no-cssmask .owl-prev:before {
    background-color: transparent; }

.owl-prev::before {
  left: -3px;
  -webkit-mask-image: url(../img/svg/prev.svg);
  mask-image: url(../img/svg/prev.svg); }

.owl-next {
  right: 25px; }
  .owl-next:before {
    -webkit-mask-image: url(../img/svg/next.svg);
    mask-image: url(../img/svg/next.svg); }

.no-cssmask .owl-prev::before {
  background-color: transparent !important;
  background: url("../img/svg/prev.svg") no-repeat center; }
.no-cssmask .owl-next::before {
  background-color: transparent !important;
  background: url("../img/svg/next.svg") no-repeat center; }

.fiche:not(.fiche-spectacle) .owl-next,
.bloc-option .owl-next {
  right: -35px; }

.bloc-option .owl-prev {
  left: 25px; }

.fiche:not(.fiche-spectacle) .owl-prev .owl-prev,
#histoire .bloc-option .owl-prev,
#en-projet .bloc-option .owl-prev {
  left: 5px; }

.owl-nav .disabled {
  display: none; }

.focus .owl-prev {
  left: 25px; }

.fiche-spectacle .section-split .calendar {
  padding-left: 45px; }

@media screen and (min-width: 768px) {
  .minify-dots.owl-dots .owl-dot {
    display: none; }

  .minify-dots.owl-dots .owl-dot:nth-child(3n+1) {
    display: block; } }
.bloc-option h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.286em; }
.bloc-option h3 {
  text-transform: uppercase;
  font-size: 1.143em; }

.bloc-option.text-image {
  margin: 35px 0 45px 0; }

.page .bloc-option.text-image {
  margin: 35px 0 45px 0; }

.acces .aside p {
  margin: 3px 0; }

.bloc-option.text-only {
  margin: 45px 0; }

.socials {
  margin: 45px 0 55px 0; }
  .socials .date {
    color: #666666;
    font-weight: 400;
    display: block;
    margin: 8px 0; }
  .socials p {
    margin: 0; }
  .socials .picto--facebook,
  .socials .picto--instagram {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    z-index: 3;
    left: -5px; }
    .socials .picto--facebook svg,
    .socials .picto--instagram svg {
      width: 100%;
      position: relative;
      height: auto; }
      .socials .picto--facebook svg path:first-child,
      .socials .picto--instagram svg path:first-child {
        fill: #fff; }
      .socials .picto--facebook svg path:nth-child(2),
      .socials .picto--instagram svg path:nth-child(2) {
        fill: #000; }
      .socials .picto--facebook svg path:nth-child(3),
      .socials .picto--instagram svg path:nth-child(3) {
        fill: #000; }
  .socials .picto--instagram {
    position: absolute;
    top: 0; }
    .socials .picto--instagram g > path:nth-child(1) {
      fill: #000; }

.section-split .text--content {
  margin: 45px 0 25px 0; }

.modale {
  z-index: 999998;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  pointer-events: none; }

.infos-open {
  height: 100vh;
  overflow: hidden; }

.dropdown.item .dropdown__header + div {
  max-height: 0;
  height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
.dropdown.item p {
  margin: 3px 0; }
.dropdown.item p a {
  background-color: transparent; }
.dropdown.item .dropdown__header {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer; }
  .dropdown.item .dropdown__header ul {
    margin-top: 15px; }
  .dropdown.item .dropdown__header span {
    text-transform: uppercase;
    font-weight: 900;
    display: block; }
  .dropdown.item .dropdown__header:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/svg/arrow-date.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 5px;
    right: 3px; }
  .dropdown.item .dropdown__header:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-image: url(../img/svg/border.svg);
    margin: 10px 0;
    background-size: 100%;
    background-repeat: no-repeat; }
.dropdown.item a {
  font-weight: 900; }
  .dropdown.item a:hover {
    background-color: #FFFF00; }

.dropdown.item.js--open .dropdown__header + div {
  padding-bottom: 30px;
  max-height: 1000px;
  height: auto; }

#reservation .section__content:first-of-type {
  margin: 25px 0;
  display: block; }
  #reservation .section__content:first-of-type:after, #reservation .section__content:first-of-type:before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 6px;
    background-image: url(../img/svg/border.svg);
    margin: 10px 0;
    background-size: 66.66666% 100%;
    background-repeat: no-repeat; }
#reservation .select {
  width: 28%;
  margin: 10px 0 5px 0; }
#reservation .select-styled {
  font-weight: 600; }
#reservation button.default {
  margin: 0 7%;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase; }
#reservation li a {
  background-color: #FFFF00;
  position: relative; }
  #reservation li a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #FFFF00;
    height: 100%;
    width: 0;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
  #reservation li a:hover {
    background-color: transparent; }
    #reservation li a:hover:before {
      width: 100%; }

.header-infos h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.143em;
  display: inline-block; }

.header-infos span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 5px; }

#abonnements .section__content {
  margin: 10px 0 35px 0; }

/*/ ARCHIVES PARCOURS /*/
.focus--grid .item {
  overflow: hidden; }
  .focus--grid .item .text {
    padding: 25px; }
    .focus--grid .item .text h2 {
      text-transform: uppercase;
      margin: 8px 0; }
    .focus--grid .item .text #border {
      margin-bottom: 8px; }

.fiche-focus article {
  margin-bottom: 55px; }

/*/ bloc option reverse /*/
#histoire,
#en-projet {
  padding: 0 0 0 35px; }
  #histoire .bloc-option,
  #en-projet .bloc-option {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 55px 0 0 0; }
    #histoire .bloc-option .image,
    #en-projet .bloc-option .image {
      padding-right: 20px; }

#equipe .bloc-option h2,
#equipe .bloc-option h3 {
  font-size: 1.1em;
  margin-bottom: 0; }

.section__content.shows .pictos {
  position: absolute;
  top: 0;
  right: 0; }

/*/ CONTAINER SPLIT (Type Saison) /*/
.container-split .text {
  padding-top: 0;
  padding-left: 0; }
.container-split .container--aside .pictos {
  position: absolute;
  left: 25%;
  -webkit-transform: translate(-25%);
  -moz-transform: translate(-25%);
  -ms-transform: translate(-25%);
  transform: translate(-25%); }
  .container-split .container--aside .pictos .picto-over {
    width: 60px;
    height: 60px;
    top: 0; }
.container-split .shows__content--one .image {
  padding-right: 0; }
.container-split .prog__content .text {
  padding-left: 0; }
.container-split span.title {
  font-size: 2.5em; }
.container-split .section__content h3 {
  font-size: 1.286em; }

/*/ FICHES /*/
section header.header--fiche {
  margin: 35px 0; }
  section header.header--fiche h1 {
    padding-left: 0;
    margin: 0;
    font-size: 2em;
    max-width: 66%; }
  section header.header--fiche .date {
    margin-bottom: 0;
    font-size: 1.3em; }

  section#stages header svg#internship,
  section header.header--fiche svg {
    top: 0;
    left: auto;
    right: 0;
    width: 100px;
    height: 100px; }

.fiche:not(.fiche-spectacle) {
  padding-top: 35px; }
  .fiche:not(.fiche-spectacle) .article #light {
    top: 5px; }
  .fiche:not(.fiche-spectacle) .article p {
    margin-top: 0; }
  .fiche:not(.fiche-spectacle) .article .text-content {
    padding-top: 0; }
  .fiche:not(.fiche-spectacle) .aside {
    padding-top: 0; }
  .fiche:not(.fiche-spectacle) .alternate.resa {
    margin-top: 0; }
  .fiche:not(.fiche-spectacle) .owl-dots {
    left: -35px; }
  .fiche:not(.fiche-spectacle) .owl-dots span {
    background-color: #000; }
  .fiche:not(.fiche-spectacle) .content--media {
    margin: 20px 0 20px 35px; }

.fiche-event ul.share, .fiche-stage ul.share {
  margin: 0;
  left: -15px; }

.shows-carousel {
  margin-bottom: 50px; }
  .shows-carousel .owl-dots {
    display: none; }
  .shows-carousel .owl-next {
    right: 0; }
  .shows-carousel .shows__content h2 {
    font-size: 1.286em; }
  .shows-carousel .item {
    padding-right: 0; }
  .shows-carousel .item .image {
    height: 20vh; }
  .shows-carousel .spin {
    height: 80px;
    width: 80px; }
  .shows-carousel .date {
    margin-bottom: 3px;
    color: #555555; }

.aside.biographies figure {
  max-width: 350px !important; }
  .aside.biographies figure img {
    -webkit-filter: saturate(100%);
    filter: saturate(100%); }

.fiche-artiste .article h1 {
  font-size: 1.714em;
  text-transform: uppercase;
  margin-bottom: 10px; }
.fiche-artiste .article #light {
  position: relative;
  top: 18px !important; }
.fiche-artiste .text-content {
  top: -20px;
  position: relative; }
.fiche-artiste ul.socials--bio {
  margin-top: 25px; }
  .fiche-artiste ul.socials--bio li:first-child svg {
    display: inline-block;
    color: black;
    width: 25px;
    height: 15px;
    position: relative;
    top: 3px;
    left: 5px;
    padding-right: 15px; }
  .fiche-artiste ul.socials--bio li:nth-child(2) svg {
    position: relative;
    top: 6px;
    padding-right: 10px; }

#spectacles {
  margin-top: 85px; }

.fiche.fiche-focus .article .text-content {
  padding-top: 10px; }
.fiche.fiche-focus .article #light {
  top: 60px; }

.intro {
  font-size: 1.286em;
  font-weight: 400;
  margin-top: 15px;
  display: block; }

/*/ ACCESS /*/
.acces #venir iframe {
  width: 100%;
  margin-left: 0; }

.section__content.download {
  margin-bottom: 35px; }
  .section__content.download .item {
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em; }
    @media screen and (min-width: 436px) {
      .section__content.download .item {
        max-width: 50%;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .section__content.download .item {
        max-width: 25%;
        width: 25%; } }
    .section__content.download .item a {
      display: block;
      position: relative; }
    .section__content.download .item span {
      display: block; }
  .section__content.download .item--video figure, .section__content.download .item--video img {
    width: 100%; }
  .section__content.download .item--video figure {
    height: 0;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden; }
  .section__content.download .item--video img {
    z-index: 9;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .section__content.download .item--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
  @media screen and (min-width: 436px) {
    .section__content.download .item--video {
      max-width: 100%;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .section__content.download .item--video {
      max-width: 50%;
      width: 50%; } }

.section__content.download.download--img .item a,
.section__content.download.download--file .item a {
  background: url("../img/svg/download.svg") no-repeat;
  background-position: 50% 50%;
  background-size: 27%;
  padding-bottom: 15px;
  width: 200px;
  height: 100px;
  padding-right: 25px; }
.section__content.download.download--img .item.file a:after,
.section__content.download.download--file .item.file a:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  top: 100%;
  background-image: url(../img/svg/border.svg);
  margin-bottom: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative; }
.section__content.download.download--img .item.file a:hover,
.section__content.download.download--file .item.file a:hover {
  -webkit-animation: bumbBackground .8s linear infinite;
  animation: bumbBackground .8s linear infinite; }

.section__content.download.download--img .item {
  padding-right: 15px; }
  .section__content.download.download--img .item a {
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 200px;
    height: 120px;
    margin-bottom: 15px;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    -webkit-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out; }
    .section__content.download.download--img .item a:hover {
      background-size: 110%; }
  .section__content.download.download--img .item.file a {
    background-size: auto; }
  .section__content.download.download--img .item.file a:hover {
    background-size: auto; }

h2.title-show {
  text-transform: uppercase;
  font-size: 1.4em; }

@-webkit-keyframes bumbBackground {
  0% {
    background-position: 50% 50%; }
  20% {
    background-position: 50% 70%; }
  50% {
    background-position: 50% 10%; }
  75% {
    background-position: 50% 70%; } }
@keyframes bumbBackground {
  0% {
    background-position: 50% 50%; }
  20% {
    background-position: 50% 70%; }
  50% {
    background-position: 50% 10%; }
  75% {
    background-position: 50% 70%; } }
.prog--acces .owl-dots {
  display: none; }

.prog--acces .prog__content {
  margin-bottom: 55px;
  padding: 0 15px; }
  .prog--acces .prog__content time {
    font-size: 1.2em; }
  .prog--acces .prog__content h3 {
    font-size: 1.2em; }

.login .bloc-item p,
.login .bloc-item form {
  padding-left: 35px;
  width: 100%;
  box-sizing: border-box; }

h2.eye {
  position: relative;
  padding-left: 35px;
  text-transform: uppercase; }
  h2.eye:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -6px;
    width: 35px;
    height: 35px;
    background: url("../img/svg/eye.svg") no-repeat center;
    background-size: 25px;
    padding-right: 10px; }

h2.bulb {
  position: relative;
  padding-left: 35px;
  text-transform: uppercase; }
  h2.bulb:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 25px;
    background: url("../img/svg/light.svg") no-repeat center;
    background-size: 25px;
    padding-right: 10px; }

.form-login:not(#form-newsletter) .input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.form-login fieldset {
  margin: 0;
  padding: 0;
  width: 100%; }

.form-login input[type="text"],
.form-login input[type="password"],
.form-login input[type="email"] {
  border-width: 0 0 7px 0;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-image: url("../img/svg/border.svg") 0 0 50 0;
  -webkit-border-image: url("../img/svg/border.svg") 0 0 50 0;
  -moz-border-image: url("../img/svg/border.svg") 0 0 50 0;
  border-image-slice: 0 0 50 0 fill;
  padding: 8px 35px 8px 5px;
  margin: 8px;
  display: block;
  width: 45%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.newsletter .bloc-container {
  width: 50%;
  margin: 7% auto 2%; }

#form-newsletter.form-login input[type="text"],
#form-newsletter.form-login input[type="password"],
#form-newsletter.form-login input[type="email"] {
  width: 100%;
  padding: 8px 5px; }

.form-login input[type="submit"].default {
  padding: 8px 35px;
  display: block;
  float: right; }

/*/ 404 /*/
.page.error404 .container {
  text-align: center;
  padding: 65px 35px;
  text-transform: uppercase; }

.page.error404 header.navbar {
  background-image: none !important; }

.page.error404 header.navbar:after {
  display: none; }

.error404 .container h1 {
  font-size: 3em; }

.error404 .container p {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 2.3em; }
  .error404 .container p a {
    background-color: transparent;
    color: #fff; }

.error404 .container .loader {
  height: auto;
  overflow: auto; }

.error404 .container .loader svg {
  width: 30%;
  height: 30%;
  display: block;
  margin: auto;
  opacity: 1; }

/*/ Page type /*/
.page--type .main .container {
  max-width: 900px;
  padding: 55px 20px; }
  .page--type .main .container h1, .page--type .main .container h2, .page--type .main .container h3 {
    text-transform: uppercase; }
  .page--type .main .container em {
    font-weight: 400; }

.bloc-option li,
.page--type .main .container li {
  display: block; }
  .bloc-option li:before,
  .page--type .main .container li:before {
    content: "•";
    display: inline-block;
    padding: 0 5px 0 0;
    font-weight: 600; }

/*/ TINY MCE /*/
span.no-break {
  white-space: nowrap; }

span.uppercase {
  font-weight: 900;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important; }

  .section__content:not(.owl-carousel) .prog__content.item {
    max-width: 50%; } }
@media screen and (min-width: 1025px) {
  .visible-sm {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; }

  .visible-sm {
    display: block !important; } }
@media screen and (min-width: 1024px) {
 .visible-lg {
    display: block !important; } 

}


@media screen and (max-width: 1024px) {
  .fiche:not(.fiche-spectacle) .bloc-container.double .text-content {
    padding-left: 0; }
  .fiche:not(.fiche-spectacle) .bloc-container.double #light {
    display: none; }

  .aside.biographies {
    margin-top: 0; }
    .aside.biographies figure {
      margin: auto; }

  .fiche-artiste .text-content {
    top: 0; } }
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block; }

  .section__content h3 {
    font-size: 1em; }

  .date time {
    font-size: 1em; }

  .prog__content .image svg {
    width: 60px;
    height: 60px; }

  .shows__content .image {
    height: 50vh; }

  .shows__content .text {
    padding-top: 7px;
    padding-right: 0;
    border-width: 6px 0 0 0; }

  .prog__content .text {
    padding-left: 0; }

  .owl-next {
    right: 0; }

  #histoire, #en-projet {
    padding: 25px 0 0 25px; }

  #toutes-creations {
    padding-bottom: 45px; }

  #histoire .bloc-option .image,
  #en-projet .bloc-option .image {
    padding-right: 0; }

  .bloc-option.section__content {
    display: block;
    margin: 25px 0 25px 0; }
    .bloc-option.section__content .text.item {
      padding: 10px 0; }
    .bloc-option.section__content .image.item {
      width: calc(100% + 65px);
      margin: 0 -25px;
      padding: 0; }

  .theatre .bloc-option .owl-next {
    right: -15px; }

  .theatre .bloc-option.section__content .image.item,
  .home .bloc-option.section__content .image.item {
    width: calc(100% + 50px); }

  .shows__content--one .tempete-prod {
    position: absolute;
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }

  .shows__content--one span.title {
    font-size: 1.714em; }

.chapo,
  .article .text-content p.chapo {
    font-size: 1.143em;
    line-height: 1.5em; }

  .article #light {
    display: none; }

  .article .infos-plus,
  .article .text-content {
    padding: 0;
    font-size: 1em; }

  .article .text-content p.small {
    font-size: 0.9em; }

  .owl-dots {
    top: -25px;
    left: 0; }

  .owl-carousel .owl-dot {
    display: inline-block;
    margin-right: 3px; }

  .infos-plus {
    margin-bottom: 60px; }

  .section-split h2 {
    font-size: 1.286em; }

  /*/ FICHE /*/
  section header.header--fiche {
    margin: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    section header.header--fiche h1 {
      font-size: 1.5em;
      max-width: 100%; }

    section#stages header svg#internship,
    section header.header--fiche svg {
      position: relative;
      width: 80px;
      height: 80px; }

  .fiche:not(.fiche-spectacle) .content--media {
    margin: 50px 0 20px 0; }
    .fiche:not(.fiche-spectacle) .content--media .owl-next {
      right: -25px; }
  .fiche:not(.fiche-spectacle) .bloc-container .article {
    margin-top: 10px; }
  .fiche:not(.fiche-spectacle) .owl-dots {
    left: 0; }
  .fiche:not(.fiche-spectacle) .alternate.resa p {
    margin-top: 0; }

  .fiche .main header:not(.header--fiche) svg {
    width: 30px; }

  .dropdown.item .dropdown__header span {
    display: block; }

  .bloc-option h2 {
    font-size: 1.143em; }

  .socials {
    margin: 15px 0 55px 0; }

  .form-login .input-group {
    display: block; }

  .form-login input[type="text"],
  .form-login input[type="password"] {
    width: calc(100% - 55px); }

  h2.eye, h2.bulb,
  .login .bloc-item form,
  .login .bloc-item p {
    padding-left: 0; }

  h2.eye, h2.bulb {
    font-size: 1.2em; }
    h2.eye:before, h2.bulb:before {
      display: none; }

  .section__content.download.download--file .item a {
    width: 100%;
    background-position: 0 50%;
    background-size: 20%; }
    .section__content.download.download--file .item a:hover {
      -webkit-animation: none;
      animation: none; }
    .section__content.download.download--file .item a:after {
      display: none; }

  .section__content.download.download--img .item {
    margin-bottom: 25px;
    padding-right: 0; }
    .section__content.download.download--img .item a {
      width: 100%; }

  .fiche-spectacle .owl-next {
    right: -10px; }

    .fiche-spectacle .press .owl-next {
    right: -40px }

    .fiche-spectacle .press .owl-prev {
    left: -14px }

  /*/16/9 Mobile/*/
  .content--media.one-item {
    min-height: 250px; }

  .content--media .item:not(.item--video) figure {
    height: 250px; }

  .content--media .item--video {
    min-width: calc(100vw - 80px); }

  .content--media:not(.owl-carousel) .item img {
    width: 100%;
    height: auto; }

  .error404 .container svg {
    width: 80%;
    height: 80%; }

  .fiche-spectacle .section-split .text--content,
  .fiche-spectacle .section-split .calendar {
    padding-left: 0; }

  body.newsletter {
    padding-top: 80px; }

  .newsletter .bloc-container {
    width: 100%;
    padding: 25px;
    box-sizing: border-box; }

  #form-newsletter.form-login input[type="text"],
  #form-newsletter.form-login input[type="password"],
  #form-newsletter.form-login input[type="email"] {
    width: 95%; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shows__content h2 {
    font-size: 2em; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fiche-artiste .bloc-container.double {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .fiche-artiste .bloc-container.double .aside, .fiche-artiste .bloc-container.double .article {
      width: 50%; }
  .fiche-artiste .biography__content.item {
    padding-right: 70px; }

  #reservation .select {
    width: 33%; }

  #reservation button.default {
    margin: 0 3%; }

  .shows__content h2 {
    font-size: 2em; }

  .bloc-option.section__content .item {
    width: 50%; }


    .bloc-option.section__content.section__content--three .item{
    width: 33.3333%; }


  #edito .bloc-option.section__content .item {
    width: 100%; }

  #histoire, #en-projet {
    padding: 0; }

  .page .bloc-option.text-image {
    margin: 35px 0 45px -35px; }

  .main.anchor--content section {
    margin-bottom: 55px; }

  .fiche-spectacle .content--media {
    margin-top: 55px; }

  body.newsletter {
    padding-top: 80px; }

  .content--media.one-item {
    min-height: 280px; } }
/*/ ADD CONTEXTUALS BLOCS 22/09 /*/
.thumb--archive {
  margin-bottom: 50px; }

/*/ ADD IMG TAG INSTEAD OF SVG </*/
.shows__content img {
  height: 92%;
  width: auto;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute; }

@media screen and (min-width: 768px) and (max-width: 2000px) {
  .section__content--three .shows__content img {
    height: 75%; } }
.fiche-spectacle .shows__content .image img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.shows__content.item .image a {
  width: 100%;
  min-height: 1px;
  display: block;
  position: absolute;
  height: 100%; }

.shows-carousel img {
  height: 100%;
  width: auto !important; }

.shows__content .item .image a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

body:not(.fiche-spectacle) .shows__content.item .image {
  max-height: 600px; }

@media screen and (min-width: 767px) {
  .owl-carousel .shows__content img {
    height: 100%; }

  .container-split .shows__content .image img,
  .fiche-spectacle .shows__content .image img {
    width: 95%;
    height: auto; } }
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .fiche-spectacle .shows__content .image img,
  .page.saison .container-split .shows__content .image img {
    width: auto;
    height: 100%; } }
@media screen and (min-width: 1024px) {
  .home .shows__content.shows__content--one .image {
    min-height: 70vh; } }
@media screen and (min-width: 2000px) {
  .shows__content img {
    width: 75%;
    height: auto; }

  .home .shows__content.shows__content--one img {
    height: 100%;
    width: auto; } }
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .shows__content:not(.shows__content--one) .shows__content img {
    height: auto;
    width: 95%; }

  .fiche-spectacle .shows__content .image img {
    width: 60%; } }
.section__content.shows ul.tags {
  position: absolute;
  top: -20px; }

header.navbar {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-transition: background-size 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out, height 0.3s ease-in-out;
  padding-bottom: 10px; }



  #sub-menu-desktop li a,
  header.navbar .menu__main li a {
    color: #fff;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    background: url("../img/svg/button.svg") no-repeat;
    background-position: -100% center;
    background-size: 0 100%;
    padding: 5px 10px; }

  #sub-menu-desktop li:hover a,
  header.navbar .menu__main li:hover a {
    color: #FFFF00; }

  #sub-menu-desktop li.active > a,
  header.navbar li.active > a {
    color: #000;
    background-size: 100% 100%; }

.no-borderimage header.navbar:after {
  display: none; }

.brand {
  width: 15%;
  padding: 25px 0 0 25px;
  box-sizing: border-box;
  z-index: 999;
  max-height: 120px;
  -moz-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out; }
  .brand svg {
    width: 90%;
    height: 90%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 180px; }

header.minify {
  background-size: 15%;
  height: 65px; }
  header.minify .brand {
    padding: 8px 0 0 25px;
    max-height: 80px; }
    header.minify .brand svg {
      width: auto;
      height: 90%; }
  header.minify ul li a {
    font-size: 1.2em; }
  header.minify .menu__main {
    padding-top: 10px; }

header .menu__aside .js-menu {
  width: 35px;
  height: 35px;
  position: relative;
  top: 5px; }

.menu {
  width: calc(75% - 35px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 990; }

li a.js-search {
  background: url(../img/svg/recherche.svg) no-repeat center;
  width: 65px;
  height: 35px;
  display: block;
  padding-top: 10px; }

.open-search li a.js-search {
  background: url(../img/svg/close.svg) no-repeat center; }

form.form-search {
  height: 0;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease-in-out, opacity 0 ease-in-out, margin 0.3s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out, opacity 0 ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0 ease-in-out, margin 0.3s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0 ease-in-out, margin 0.3s ease-in-out;
  width: 100%;
  margin: 0 auto;
  top: 120px;
  position: relative;
  box-sizing: border-box;
  z-index: 9999;
  left: 0;
  background-size: 50% 100%; }
  form.form-search fieldset {
    text-align: center; }
  form.form-search label {
    padding-right: 8px; }
  form.form-search svg {
    position: relative;
    left: -5px;
    width: 32px;
    position: relative;
    top: 10px; }
  form.form-search input#searchinput {
    padding: 8px;
    width: calc(100% - 160px);
    border: none;

    background-color: transparent;
    font-size: 2em;
    -webkit-appearance: none; }
form.form-search fieldset:after{
  content: "";
  display: block;
   width: calc(100% - 160px);
    border-width: 0 0 7px 0;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image: url("../img/svg/border.svg") 0 0 60 0;
    -webkit-border-image: url("../img/svg/border.svg") 0 0 60 0;
    -moz-border-image: url("../img/svg/border.svg") 0 0 60 0;
    border-top: none;
    background-color: transparent;
    margin: 0 0 0 80px;
   }




  form.form-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000; }
  form.form-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1; }
  form.form-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1; }
  form.form-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  form.form-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  form.form-search input[type='submit'] {
    -webkit-mask-image: url(../img/svg/stain.svg);
    mask-image: url(../img/svg/stain.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #FFFF00;
    width: 50px;
    height: 50px;
    border: none;
    margin-left: 8px;
    font-size: 1.1em;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    position: relative;
    top: 3px; }

.no-cssmask form.form-search input[type='submit'] {
  background-color: transparent;
  background: url("../img/svg/stain.svg") no-repeat center; }

.open-search form.form-search {
  height: auto;
  margin: 0 auto;
  padding: 25px 0;
  width: calc(100% - 110px);
  top: 0;
  opacity: 1;
  max-height: 800px;
  -moz-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: absolute; }
  .open-search form.form-search label svg {
    width: 40px;
    height: 40px; }



.menu__main a.menu-billetterie{
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu__main {
    padding-top: 20px;
    margin: auto; }
    .menu__main li {
      padding: 3px 17px; } }
.menu__aside {
  position: absolute;
  right: 25px;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .menu__aside li {
    margin: 0 12px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    .menu__aside li:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

  .menu-billetterie #tickets{
    width: 45px;
    height: 45px; 
  }

  .menu__main   .menu-billetterie #tickets{
position: absolute;
top:0;
  }

.open-search header.navbar {
  background-image: none !important; }

.open-search .minify form.form-search {
  padding: 0;
  height: 100%; }
  .open-search .minify form.form-search input#searchinput {
    padding: 0; }
  .open-search .minify form.form-search input[type='submit'] {
    width: 40px;
    height: 40px;
    font-size: .9em; }


header ul {
  padding: 0; }
  header ul li a {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400; }

.menu > ul {
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-self: center; }

.form-search {
  height: 100%; }
  .form-search fieldset {
    border: none;
    padding: 0; }

@media screen and (max-width: 1024px) {

  form.form-search fieldset:after{
       width: calc(100% - 60px);

    margin: 0 0 0 10px;
   }


  .menu ul.menu__main {
    position: fixed;
    -webkit-transform: translate(120%, 0);
    -moz-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    transform: translate(120%, 0);
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    margin: 0;
    padding: 50px 25px 0 0; }

  .menu-open .menu ul.menu__main {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  header.navbar li.active {
    background: transparent; }

  header.minify ul li a,
  header ul li a {
    font-size: 2em; }

  #menu-burger #line_1 {
    transform-origin: 20px 15px;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  #menu-burger #line_3 {
    transform-origin: 23px 15px;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }

  .menu-open #menu-burger #line_1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-open #menu-burger #line_2 {
    opacity: 0; }
  .menu-open #menu-burger #line_3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  header.navbar {
    background-size: 300% auto; }

  .menu__main li {
    padding-top: 35px; }

  header.navbar.minify {
    background-size: 260% auto; }
    header.navbar.minify .menu__main li {
      padding-top: 15px; }

  .menu__aside li:nth-child(2) a {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    display: block;
    position: relative; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-open .menu ul.menu__main {
    -webkit-transform: translate(290px, 0);
    -moz-transform: translate(290px, 0);
    -ms-transform: translate(290px, 0);
    transform: translate(290px, 0); }

  .menu ul.menu__main {
    top: 87px; }

  header.navbar {
    height: 80px; }

  header.navbar.minify {
    height: 50px; }

  header.minify .brand svg {
    width: 80%; }

  header.minify .menu ul.menu__main {
    top: 60px; }

  .menu-open header.navbar:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .open-search form.form-search {
    padding: 0;
    width: calc(100% - 100px);
    height: 100%; }

  form.form-search input#searchinput {
    border-image: none;
    border-color: transparent;
    padding-top: 15px; } }
@media screen and (max-width: 767px) {
  header.navbar {
    background-image: none !important; }

  header.navbar.minify {
    height: 52px; }

  .open-search form.form-search {
    padding: 0 0;
    top: 0;
    height: 100%; }

  .menu__aside {
    margin: 0;
    padding-top: 10px; }
    .menu__aside li {
      margin: 0 5px; }

  .brand {
    padding: 7px 0 0 15px;
    width: 35%; }
    .brand svg {
      width: 100%;
      max-width: 120px; }

  header.minify .menu__aside {
    margin: 3px 0; }
  header.minify .brand {
    padding: 5px 0 0 15px; }
    header.minify .brand svg {
      width: 100%; 
      position: relative;
      top: -2px;
    }

  form.form-search input[type='submit'] {
    width: 40px;
    height: 40px;
    font-size: .9em; }

  form.form-search label {
    display: none; }
  form.form-search input#searchinput {
    width: calc(100% - 80px);
    padding: 5px 0; }

  .menu-open header.navbar:after {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .menu ul.menu__main {
    top: 93px; } }
footer {
  background-color: #000;
  position: relative; }

footer section header h1 {
  margin-top: 15px; }

footer .instagram--footer {
  width: 100%; }

footer .instagram--inner {
  background-color: #fff;
  position: relative;
  padding-top: 15px; }
  footer .instagram--inner:before {
    display: block;
    background-color: transparent;
    content: "";
    border-width: 10px 0 0 0;
    border-style: solid;
    border-image: url("../img/layout/border-bottom.png") 50 0 0 0 repeat;
    -webkit-border-image: url("../img/layout/border-bottom.png") 50 0 0 0 repeat;
    -moz-border-image: url("../img/layout/border-bottom.png") 50 0 0 0 repeat;
    border-bottom: none;
    width: 100%;
    position: absolute;
    top: -8px;
    left: 0; }
  footer .instagram--inner:after {
    display: block;
    content: "";
    border-width: 0 0 10px 0;
    border-style: solid;
    border-image: url("../img/layout/border-top-black.jpg") 0 0 50 0 repeat;
    -webkit-border-image: url("../img/layout/border-top-black.jpg") 0 0 50 0 repeat;
    -moz-border-image: url("../img/layout/border-top-black.jpg") 0 0 50 0 repeat;
    border-top: none;
    width: 100%;
    position: absolute;
    bottom: -3px; }

footer .instagram--carousel {
  max-width: 1600px;
  padding: 25px;
  margin: auto;
  box-sizing: border-box; }
  footer .instagram--carousel .item {
    padding-right: 0; }

footer section:not(.instagram--footer) {
  max-width: 1600px;
  margin: auto;
  padding: 0 35px 15px 35px;
  color: #fff; }

.block {
  max-width: 1600px;
  margin: auto;
  font-weight: 900;
  color: #000; }

footer section.socials--footer {
  padding-top: 15px;
  padding-bottom: 15px; }

footer section header h1 {
  color: #fff;
  font-size: 1.1em;
  padding-left: 0; }

/*.hashtag{
	position: absolute;
	font-weight:900;
    color: #000;
    z-index: 9;
   	max-width: 1600px;
    padding: 0 25px;
	margin: auto;
    display: block;
    box-sizing:border-box;
    width: 100%;
    left: 50%;
    @include transform(translate(-50%, 0));
  }/*/
.socials--footer ul {
  padding: 0;
  display: inline-block; }
  .socials--footer ul li {
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 40px; }
    .socials--footer ul li:hover svg {
      fill: #FFFF00;
      -moz-transition: fill 0.5s ease-in-out;
      -o-transition: fill 0.5s ease-in-out;
      -webkit-transition: fill 0.5s ease-in-out;
      transition: fill 0.5s ease-in-out; }
    .socials--footer ul li svg {
      width: 100%;
      fill: #fff; }

a.picto--newsletter {
  padding-left: 55px;
  position: relative;
  top: -10px;
  color: #fff;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out; }
  a.picto--newsletter svg {
    position: absolute;
    fill: #fff;
    -moz-transition: fill 0.5s ease-in-out;
    -o-transition: fill 0.5s ease-in-out;
    -webkit-transition: fill 0.5s ease-in-out;
    transition: fill 0.5s ease-in-out;
    top: -15px;
    left: 0; }
  a.picto--newsletter:hover {
    color: #FFFF00; }
    a.picto--newsletter:hover svg {
      fill: #FFFF00; }

footer .section__content--four {
  justify-content: space-between; }
  footer .section__content--four .item {
    width: 20%;
    max-width: 20%;
    padding: 0; }

.access--footer .section__content--four .item {
  border-width: 5px 0 0 0;
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-image: url(../img/svg/border-w.svg) 30 0 30;
  -webkit-border-image: url(../img/svg/border-w.svg) 30 0 30;
  -moz-border-image: url(../img/svg/border-w.svg) 30 0 30;
  border-image-slice: 40 0 40 0 fill;
  padding-top: 15px;
  color: #fff;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .access--footer .section__content--four .item:hover {
    color: #FFFF00; }

.no-borderimage .access--footer .section__content--four .item {
  border: none; }

.infos--footer header {
  padding-top: 15px;
  border-width: 5px 0 0 0;
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-image: url(../img/svg/border-w.svg) 30 0 30;
  -webkit-border-image: url(../img/svg/border-w.svg) 30 0 30;
  -moz-border-image: url(../img/svg/border-w.svg) 30 0 30;
  border-image-slice: 30 0 30 0 fill; }

.no-borderimage .infos--footer header {
  border: none; }

.infos--footer p.picto {
  padding-left: 30px;
  position: relative; }
  .infos--footer p.picto a {
    color: #fff;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .infos--footer p.picto a:hover {
      color: #FFFF00; }
  .infos--footer p.picto:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out; }

p.picto.picto--map::before {
  -webkit-mask-image: url(../img/svg/map.svg);
  mask-image: url(../img/svg/map.svg); }

p.picto.picto--link::before {
  -webkit-mask-image: url(../img/svg/link.svg);
  mask-image: url(../img/svg/link.svg); }

p.picto.picto--bus::before {
  -webkit-mask-image: url(../img/svg/bus.svg);
  mask-image: url(../img/svg/bus.svg); }

p.picto.picto--phone::before {
  -webkit-mask-image: url(../img/svg/phone.svg);
  mask-image: url(../img/svg/phone.svg); }

p.picto.picto--mail::before {
  -webkit-mask-image: url(../img/svg/mail.svg);
  mask-image: url(../img/svg/mail.svg); }

p.picto.picto--pdf::before {
  -webkit-mask-image: url(../img/svg/pdf-file.svg);
  mask-image: url(../img/svg/pdf-file.svg); }

p.picto.picto--mail::before {
  -webkit-mask-image: url(../img/svg/mail-simple.svg);
  mask-image: url(../img/svg/mail-simple.svg); }

p.picto.picto--ticket::before {
  -webkit-mask-image: url(../img/svg/billetterie.svg);
  mask-image: url(../img/svg/billetterie.svg); }

p.link:hover:before {
  background-color: #FFFF00; }
p.link:hover a {
  color: #FFFF00; }

.no-cssmask .infos--footer p.picto:before {
  background-color: transparent;
  background: url("../img/svg/cube-w.svg") no-repeat center; }

footer .instagram--footer .owl-dots {
  display: none; }

@media screen and (min-width: 1600px) {
  .hashtag {
    left: calc(50%); }

  footer .instagram--carousel {
    padding: 15px 0; } }
@media screen and (max-width: 1600px) {
  .block {
    padding-left: 25px; } }
@media screen and (max-width: 768px) {
  footer .section__content--four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  footer .section__content--four .item {
    width: 50%;
    line-height: 2em;
    max-width: 50%; } }
@media screen and (max-width: 767px) {
  footer section header h1 {
    margin-top: 0; }

  footer section:not(.access--footer) .section__content--four {
    display: block; }

  footer .section__content--four .item {
    width: 100%;
    line-height: 2em;
    max-width: 100%;
    display: block; }

  footer .access--footer .section__content--four .item {
    width: 50%;
    border-top: 0;
    padding-right: 18px; }

  footer section:not(.instagram--footer) {
    padding: 10px 25px; }

  .infos--footer p.picto {
    margin: 7px 0 0; }

  footer section.infos--footer {
    padding-bottom: 0; }

  p.picto:before {
    top: 4px !important; }

  footer section.socials--footer {
    padding-bottom: 25px; }
    footer section.socials--footer header h1 {
      margin-bottom: 0; }

  a.picto--newsletter {
    top: 0;
    padding-left: 55px;
    display: block;
    margin-top: 15px; }
    a.picto--newsletter svg {
      left: 0; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .section__content--four .item {
    width: 50%; }

  .access--footer .section__content--four .item {
    border: none; } }
/*/// NAV /*/
nav {
  background-color: transparent;
  box-shadow: none; }

nav ul li {
  display: inline-block; }

/*//// GRID /*/
.fiche .main,
.page .main {
  padding-top: 120px; }

.fiche .container,
.page .container {
  padding: 0 35px; }

.main {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.main.loaded {
  opacity: 1; }

.main .container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  min-height: 50vh; }

.archive-parcours.page .main {
  padding-top: 200px; }

.main.anchor--content {
  width: 100%;
  position: relative;
  padding: 130px 0 0; }


.main.anchor--content.has-alert {
  padding-top: 55px; 

}


.section__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.main section {
  padding: 0 35px; }

.main.anchor--content section {
  padding: 0 15px 0 35px;
  margin-bottom: 85px; }

.item {
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.main section {
  position: relative; }

.page .anchor--content .container {
  padding-right: 40px; }

.fiche-spectacle .shows__content {
  min-height: 75vh; }

.section__content.focus {
  margin-left: -35px;
  margin-top: 75px;
  margin-bottom: 35px;
  position: relative; }
  .section__content.focus .text {
    padding: 25px; }

.fiche-artiste .section__content.focus.one-item {
  margin-left: -35px; }

#espaces .section__content.focus {
  margin-left: -70px; }
  #espaces .section__content.focus #border {
    -webkit-transform: translate(-35px, 0);
    -moz-transform: translate(-35px, 0);
    -ms-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
    width: calc(50% + 35px); }
  #espaces .section__content.focus .item:first-of-type {
    padding-right: 12px; }
  #espaces .section__content.focus .item:last-of-type {
    padding-left: 12px;
    padding-right: 0; }
  #espaces .section__content.focus .text {
    padding: 25px 25px 25px 35px; }

.section__content.focus.one-item .image {
  width: 33.333333%; }
.section__content.focus.one-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .section__content.focus.one-item .item .text {
    padding: 0 25px;
    max-width: 43.33333%; }

.container-split .shows__content {
  height: auto;
  min-height: 50vh;
  margin-bottom: 20px; }

.container-split {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .container-split .item {
    padding-right: 0; }
  .container-split .container--main {
    width: 75%; }
  .container-split .container--aside {
    width: 25%; }
  .container-split .section__content.prog {
    display: block; }
  .container-split .section__content:not(.owl-carousel) .prog__content.item {
    max-width: 100%; }

.page.saison .container-split .container--main {
  width: 80%; }
.page.saison .container-split .container--aside {
  padding-left: 3%;
  width: 20%; }

.container-split .item:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; 
}

section.bottom-section {
  padding: 35px 35px 35px 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.calendar {
  margin: 55px 0;
  padding-right: 35px; }

.fiche-spectacle .calendar {
  margin: 0; }

.section-split .calendar {
  padding-right: 0; }
  .section-split .calendar .name-show {
    display: none; }

.calendar__inner .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.calendar__inner span {
  display: block;
  padding-right: 15px; }

.calendar__header span,
.calendar__content span.date,
.calendar__inner span.place {
  width: 25%; }



.calendar__header span:nth-child(2) {
  width: 50%; }

.calendar__inner span.name-show {
  width: 50%; }

.section-split .calendar__header span,
.section-split .calendar__inner span.date,
.section-split .calendar__inner span.place {
  width: 40%;
  display: block; }

.calendar__content .row {
  position: relative;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 5px; 
  border-width: 5px 0 0 0;
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-image: url("../img/svg/border.svg") 50 0 0 0;
  -webkit-border-image: url("../img/svg/border.svg")  50 0 0 0;
  -moz-border-image: url("../img/svg/border.svg")  50 0 0 0;
  border-image-slice:  50 0 0 0 fill;


}


/*
  .calendar__content .row:before {
    content:  "";
    display: block;
    width: 100%;
    height: 6px;
    background-image: url(../img/svg/border.svg);
    background-size: 100% 6px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 6px 0 10px 0;
    top: 0; }

*/






.calendar__content .row.disabled {
  opacity: .4; }

.calendar__header span {
  font-weight: 900;
  font-size: 0.857em; }

.calendar__content span {
  font-weight: 900; }

.calendar__content span.name-show {
  text-transform: uppercase;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .calendar__content span.name-show:hover {
    opacity: .5; }

.calendar__content span.small {
  font-weight: 400; }

.calendar .date time:last-child:before {
  width: 7px; }

#venir iframe {
  width:100%;
  margin-top: 15px; }

#prix-places .section__content {
  margin-top: 35px; }

.calendar a {
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.calendar a:hover {
  opacity: .6; }

.grid {
  margin: auto;
  max-width: 1600px; }

.grid .item {
  width: calc(33.33333% - 25px); }

.archive-parcours .focus__content.item {
  padding-right: 0; }

.fiche-focus .nav-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fiche-focus .nav-buttons .default.next {
    left: 100%;
    -webkit-transform: translate(-200%);
    -moz-transform: translate(-200%);
    -ms-transform: translate(-200%);
    transform: translate(-200%); } }
/*/ LOADER /*/
.loader-home {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  display: none;
  padding: 7% 0;
  box-sizing: border-box;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .loader-home svg {
    margin: auto;
    width: 65%;
    max-width: 900px;
    height: 100%; }

#monstre-full {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out 0.8s;
  -o-transition: opacity 0.3s ease-in-out 0.8s;
  -webkit-transition: opacity 0.3s ease-in-out 0.8s;
  transition: opacity 0.3s ease-in-out 0.8s; }

.loaded #oeil-gauche path,
.loaded #oeil-droit_1_ path {
  -webkit-animation: fillEye 2s linear 1s;
  animation: fillEye 2s linear 1s; }

@-webkit-keyframes fillEye {
  0% {
    fill: #fff; }
  25% {
    fill: #FFF; }
  30% {
    fill: #FFF; }
  31% {
    fill: #000; }
  36% {
    fill: #000; }
  37% {
    fill: #fff; }
  42% {
    fill: #fff; }
  43% {
    fill: #000; }
  48% {
    fill: #000; }
  49% {
    fill: #fff; }
  78% {
    fill: #fff; }
  79% {
    fill: #000; }
  84% {
    fill: #000; }
  85% {
    fill: #fff; } }
@keyframes fillEye {
  0% {
    fill: #fff; }
  25% {
    fill: #FFF; }
  30% {
    fill: #FFF; }
  31% {
    fill: #000; }
  36% {
    fill: #000; }
  37% {
    fill: #fff; }
  42% {
    fill: #fff; }
  43% {
    fill: #000; }
  48% {
    fill: #000; }
  49% {
    fill: #fff; }
  78% {
    fill: #fff; }
  79% {
    fill: #000; }
  84% {
    fill: #000; }
  85% {
    fill: #fff; } }
.loaded #monstre-full {
  opacity: 1; }

.home-loading {
  height: 100vh;
  overflow: hidden; }

.move .loader-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

.home-loading .loader-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

@media screen and (max-width: 1100px) {
  section.bottom-section {
    display: block;
    padding-bottom: 25px; }

  .default {
    font-size: 1em; } }
@media screen and (min-width: 768px) and (max-width: 1100px) {
  section.bottom-section {
    padding: 25px; }
    section.bottom-section .default {
      margin-top: 0; }

  .nav-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; } }
@media screen and (max-width: 767px) {
  .item {
    width: 100%; }

  .section__content {
    display: block; } }
@media screen and (min-width: 768px) {

   .section__content--one-two .image{
    width: 33.33%;
    max-width: 33.33%;
   }

  .section__content--one-two .text{
    width: 66.66%;
    max-width: 66.66%;
   }



  .section__content--two-one .text{
    width: 33.33%;
    max-width: 33.33%;
   }

  .section__content--two-one .image{
    width: 66.66%;
    max-width: 66.66%;
   }




  .section__content--two .item {
    width: 50%;
    max-width: 50%; }

  .section__content--three .item {
    width: 33.3333333%;
    max-width: 33.3333333%; }

  .section__content--four .item {
    width: 50%;
    max-width: 50%; }

  .section__content--four.socials .item {
    width: 25%;
    max-width: 25%; }

  .section__content--three.socials .item {
    width: 33.333333%;
    max-width: 33.3333333%; }

  .infos-open .aside {
    width: 50%;
    max-width: 50%; } }
@media screen and (min-width: 992px) {
  .section__content--four .item {
    width: 25%; } }
@media screen and (min-width: 1024px) {
  .bloc-container.double {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .bloc-container.double .article {
      width: 66.6666666%;
      padding-right: 40px; }
    .bloc-container.double aside {
      width: 33.3333333%; }

  .bloc-container:not(.double) {
    padding-right: 45px; }

  body.newsletter .bloc-container {
    padding-right: 0; }

  .content--media {
    margin: 35px 0 35px 35px; }

  .section-split {
    width: 50%; }

  .section-split:first-child {
    padding-right: 20px; }

  .section-split:last-child {
    padding-left: 20px; }

  .login.acces,
  body.newsletter {
    padding-top: 120px; }

  .login .bloc-item {
    width: 50%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .login section {
    margin-bottom: 65px; }

  .login .bloc-item:first-child {
    padding-right: 25px; }

  .login .bloc-item:last-child {
    padding-left: 25px; } }
@media screen and (min-width: 1600px) {
  #venir iframe {
    width: 100%;
    margin-left: 0; }

  #espaces .section__content.focus {
    margin-left: 0; }

  .page .bloc-option.text-image {
    margin: 35px 0 45px 0; } }
@media screen and (max-width: 1024px) {
  .fiche:not(.fiche-spectacle, .fiche-artiste) .bloc-container.double {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .section__content.focus.one-item .image {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .fiche .main, .page .main {
    padding-top: 80px; }

  section header h1 {
    font-size: 1.286em;
    padding-left: 35px;
    padding-top: 7px;
    margin-top: 0; }

section#stages header svg#header,
  section header svg {
    width: 45px; }

  .main.anchor--content {
    padding: 80px 0 0; }
    .main.anchor--content section {
      padding: 10px 25px 0 25px;
      margin-bottom: 0; }

  .page:not(.theatre) .main.anchor--content section {
    padding: 25px 0 0 25px; }

  .theatre .main.anchor--content section {
    padding: 0; }

  .page.theatre .container,
  .page.home .container {
    padding: 0 25px; }

  .home .section__content.focus {
    margin-left: -25px;
    margin-right: -25px; }

  .section__content .item {
    width: 100%;
    padding-right: 15px; }

  .shows__content h2 {
    font-size: 1.5em; }

  .section__content.focus.one-item .item {
    display: block; }

  .section__content.focus {
    margin-top: 20%; }
    .section__content.focus .item {
      padding-right: 0; }
    .section__content.focus .text {
      padding: 25px 25px; }

  .section__content.focus.one-item .item .text {
    max-width: 100%;
    padding: 25px 25px; }

  .one-item .focus__content #border {
    width: 50%; }

  .socials__content {
    margin-bottom: 25px; }


  .shows__content--one {
    display: block; }

  .shows__content--one .image,
  .shows__content--one .text {
    width: 100%;
    padding: 0; }

  .shows__content--one .image {
    height: 33vh; }

  .shows__content--one.item {
    padding-right: 0; }

  .bloc-container .article {
    margin-top: 35px; }

  .page .container {
    padding-right: 0; }

  .archive-parcours.page .container {
    padding: 0; }

  .press,
  .biographies {
    margin: 3% 0; }

  .fiche-spectacle.infos-open .aside {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  .calendar__header {
    display: none; }

  .calendar__inner .row {
    display: block; }

  .bloc-container .section-split:last-child {
    margin: 35px 0; }

  .calendar__header span,
  .calendar__content span.date,
  .calendar__inner span.place,
  .calendar__inner span.name-show,
  .section-split .calendar__header span,
  .section-split .calendar__inner span.date,
  .section-split .calendar__inner span.place {
    width: 100%; }

  .section-split .calendar__inner span.date {
    margin-bottom: 0;
    font-size: 0.9em; }

  .grid-sizer,
  .grid .item {
    width: 100%; }

  .container-split {
    display: block; }

  .container-split .container--aside,
  .container-split .container--main {
    width: 100%; }

  .page .container {
    padding: 0; }

  .container-split .shows__content {
    height: auto;
    margin-bottom: 35px; }
    .container-split .shows__content .image {
      min-height: 33vh; }

  .main section {
    padding: 0 25px 25px; }

  .fiche .container,
  .page .container {
    padding: 0; }

  .fiche-focus .nav-buttons {
    display: block; }

  .dropdown.item {
    padding-right: 0; }

  #venir iframe {
    width: calc(100% + 50px);
    margin-left: -25px; }

  #espaces .section__content.focus .item:first-of-type {
    padding-right: 0; }

  #espaces .section__content.focus .item:last-of-type {
    padding-left: 0; }

  #espaces .section__content.focus {
    margin-left: -25px; }
  #espaces .image {
    width: calc(100% + 20px); }

  #reservation {
    width: 90%; }

  #abonnements {
    margin-top: 55px; }
    #abonnements .section__content--three {
      width: 90%; }

  .page .bloc-option.text-image {
    margin: 35px 0 45px 0px; }

  .login.acces {
    padding-top: 80px; }

  #tournee-saison {
    margin-top: 35px; }

  .calendar {
    padding-right: 0;
    margin: 15px 0; }

  .section__content.focus.one-item .image {
    width: 100%; }

  .bloc-option .owl-carousel .owl-stage-outer {
    width: 100%;
    top: -100px;
    margin-bottom: -80px; }

  .bloc-option .owl-carousel .owl-next,
  .bloc-option .owl-carousel .owl-prev {
    top: 20px; }

  #histoire {
    padding: 0;
    margin-top: 50px; }
    #histoire .image {
      margin-top: 150px; }

  .box__content__text {
    max-height: 350px;
    overflow: scroll; }

  .page.saison .container-split .container--main,
  .page.saison .container-split .container--aside {
    width: 100%; }

  #spectacles {
    margin-top: 0; }

  .fiche-artiste .section__content.focus.one-item {
    margin-left: -25px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grid .item {
    width: calc(50% - 25px);
    max-width: calc(50% - 25px); }

  .section__content--three.shows .item {
    width: 50%;
    max-width: 50%; }

  .section__content.shows .item:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .main.anchor--content section {
    padding: 0; }

  .fiche .main .container,
  .page.saison .main .container {
    padding: 0; }

  .main .container {
    padding-left: 35px; }

  .login.acces {
    padding-top: 80px; }

  .page.saison .container-split .container--main {
    width: 75%;
    max-width: 75%; }

  .page.saison .container-split .container--aside {
    width: 25%;
    max-width: 25%; }

  .shows__content.shows__content--one {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .shows__content--one .image,
  .shows__content--one .text {
    width: 100%;
    max-width: 100%; }

  .shows__content--one .image {
    height: 25vh; }

  .shows__content.shows__content--one .text .pictos {
    position: absolute;
    top: 0;
    right: 0; } }
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fiche .main, .page .main {
    padding-top: 40px; }

  .main.anchor--content {
    padding: 110px 0 0; }

  .fiche .main.anchor--content {
    padding: 110px 0 0 25px; }

     .section__content:not(.shows-carousel) .shows__content.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }


   .prod-index  .section__content:not(.shows-carousel) .shows__content.item {
       display: block; 
  }


 .prod-index .section__content:not(.shows-carousel) .shows__content .text {
    width: auto;
    padding-right: 0;
    align-self: flex-end; }




    .prod-index .section__content:not(.shows-carousel) .shows__content.item .image {
    display: block; 
    width: 33.333%;
    padding-right: 0;
  }


  .list-prod-index.prod-index .section__content:not(.shows-carousel) .shows__content.item .image {
      width: 100%;
  }

  .section__content:not(.shows-carousel) .shows__content .image {
    width: 50%;
    padding-right: 5%; }

  .shows-carousel .item .image {
    height: 10vh; }

  .section__content:not(.shows-carousel) .shows__content .text {
    width: 50%;
    padding-right: 0;
    align-self: flex-end; }

  .fiche-spectacle .shows__content {
    height: auto;
    margin-bottom: 50px; }

  .section__content--three.shows .item {
    width: 100%;
    max-width: 100%; }

  .bloc-container .article {
    margin-top: 35px; }

  .container-split .shows__content {
    min-height: auto; }

  .container-split .item:nth-child(odd) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .saison .container-split .shows__content {
    margin-bottom: 55px; }

  #creation .bloc-container .section-split:last-child {
    max-width: 50%;
    margin-top: 75px; }

  .fiche:not(.fiche-spectacle) {
    padding-top: 100px; }

  .shows.section__content--two .item {
    width: 100%;
    max-width: 100%; }

  #espaces .section__content.focus {
    margin-left: -35px; }

  #venir iframe {
    width: calc(100% + 35px);
    margin-left: -35px; }

 .fiche-spectacle .press .owl-next,
  .fiche-spectacle .owl-next {
    right: 0; }


 .fiche-spectacle .press .owl-prev{
    left: -14px; }


  .fiche .main {
    padding: 0 35px 0 0; } }
@media screen and (max-width: 1024px) {
  .fiche .main.anchor--content section {
    padding: 10px 25px 0 25px; }

  .fiche-spectacle .aside {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    box-sizing: border-box;
    z-index: 999999;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    padding: 30px 0 25px 0; }
    .fiche-spectacle .aside .aside__inner {
      overflow-x: scroll;
      padding: 0 25px;
      height: calc(100vh - 50px); }
    .fiche-spectacle .aside:after {
      content: "";
      display: block; } }
@media screen and (min-width: 1600px) {
  .fiche-artiste .section__content.focus.one-item,
  .section__content.focus {
    margin-left: 0;
    margin-top: 100px; }

  .fiche-artiste .section__content.focus.one-item {
    margin-top: 30px; }

  .bloc-option.text-image {
    margin: 35px 0 45px 0; }

  #espaces .section__content.focus .text {
    padding: 25px 25px 25px 0; }

  #espaces .section__content.focus #border,
  .focus__content #border {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }

  .section__content.focus .text {
    padding: 25px 0; } }
.no-csspositionsticky .anchor {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: fixed;
  right: 0; }

.csspositionsticky .anchor {
  float: right;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky; }

.anchor {
  z-index: 9999;
  width: 38px;
  top: calc(50vh - 80px); }
  .anchor ul {
    padding: 0; }
  .anchor a {
    width: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    margin: 5px 0;
    z-index: 2; }
    .anchor a span {
      opacity: 0;
      font-size: .9em;
      text-align: right;
      position: absolute;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -moz-transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out, width 0s 0.3s;
      -o-transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out, width 0s 0.3s;
      -webkit-transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out, width 0s 0.3s;
      transition: opacity 0.5s ease-in-out 0.3s, transform 0.5s ease-in-out, width 0s 0.3s;
      width: 0;
      overflow: hidden;
      z-index: -1; }
    .anchor a svg {
      fill: #fff; }

.anchor.unfix {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: translate(0, -100%); }

.anchor a.active svg {
  fill: #FFFF00; }

.no-touchevents .anchor a:hover span {
  opacity: 1;
  width: 500%;
  -webkit-transform: translate(-105%, 0);
  -moz-transform: translate(-105%, 0);
  -ms-transform: translate(-105%, 0);
  transform: translate(-105%, 0); }

#billetterie {
  position: fixed;
  width: 66.66666%;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: white;
  z-index: 999999;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  overflow: hidden;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }

.open-ticketing {
  overflow: hidden;
  height: 100vh; }

.open-ticketing #billetterie {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.open-ticketing .billetterie--overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 999998;
  overflow: hidden; }

.iframe-billetterie,
#billetterie iframe {
  border: none;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 87; }

#billetterie iframe {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#billetterie iframe.loaded {
  opacity: 1; }

#seance {
  background: none !important; }

/*/ BOX /*/
.box {
  display: block;
  width: 40px;
  height: 65px;
  background: url(../img/svg/boxes.svg) no-repeat;
  background-size: 1800%;
  background-position: 0 -28px;
  cursor: pointer;
  margin-left: -12px;
  position: relative;
  top: 20px; }
  .box:before {
    display: block;
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: -1;
    -webkit-mask-image: url(../img/svg/stain.svg);
    mask-image: url(../img/svg/stain.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #FFFF00;
    top: 5px;
    left: -15px; }

.no-cssmask .box:before {
  display: none; }

/*/ SEARCH /*/
.search .container {
  padding: 120px 35px 50px 35px; }
  .search .container h1 {
    font-size: 1.286em; }
    .search .container h1:before {
      content: "";
      display: inline-block;
      width: 35px;
      height: 35px;
      background: url("../img/svg/light.svg") no-repeat center;
      position: relative;
      top: 10px;
      padding-right: 15px; }
.search ul.categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 100%;
  margin: 35px 0;
  padding: 25px;
  font-size: 1.286em; }
  .search ul.categories li {
    padding: 10px 10px; }
  .search ul.categories .default {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    left: 0;
    padding: 10px 10px; }
.search .table-content {
  padding: 0 25px; }
.search .row {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  padding: 15px 0; }
  .search .row:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    bottom: -5px;
    position: absolute;
    border-width: 0 0 7px 0;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image: url(../img/svg/border.svg) 0 0 30 0;
    -webkit-border-image: url(../img/svg/border.svg) 0 0 30 0;
    -moz-border-image: url(../img/svg/border.svg) 0 0 30 0;
    border-top: none;
    left: 0; }
  .search .row span {
    display: block; }
  .search .row .picto--see {
    padding-right: 15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px; }
    .search .row .picto--see:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .search .row .picto--see:before {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      width: 45px;
      height: 45px;
      top: 0;
      left: -5px;
      -webkit-mask-image: url(../img/svg/stain.svg);
      mask-image: url(../img/svg/stain.svg);
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      background-color: #FFFF00; }
    .search .row .picto--see a {
      transform-origin: 50% 50%;
      width: 35px;
      height: 35px;
      position: relative;
      display: block; }
    .search .row .picto--see svg {
      width: 80%;
      height: 80%;
      top: 50%;
      left: 50%;
      position: relative;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.search .table-content.loaded .row {
  opacity: 1; }

.no-borderimage .search .row:after {
  height: 2px;
  border-width: 0 0 2px 0; }

.no-cssmask .search .row .picto--see::before {
  display: none; }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 15px; }
  .pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .pagination ul li.active {
      font-weight: 900;
      pointer-events: none; }
    .pagination ul li {
      padding: 5px;
      cursor: pointer; }
  .pagination span {
    position: relative;
    font-size: 1.3em;
    top: 16px; }
  .pagination .prev {
    padding-right: 5px; }
  .pagination .next {
    padding-left: 5px; }

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .pagination {
    padding: 15px 0; } }
.modal-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  background-color: #fff;
  z-index: 9999999;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .modal-box .owl-dots {
    display: none; }
  .modal-box .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .modal-box .section__content__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 80px; }
    .modal-box .section__content__box .box__content {
      padding: 0;
      width: 65%;
      max-width: 1000px;
      margin: auto;
      opacity: 0;
      -moz-transition: opacity 0.3s ease-in-out 0.7s;
      -o-transition: opacity 0.3s ease-in-out 0.7s;
      -webkit-transition: opacity 0.3s ease-in-out 0.7s;
      transition: opacity 0.3s ease-in-out 0.7s; }
  .modal-box .owl-next, .modal-box .owl-prev {
    background-color: #000 !important; }
    .modal-box .owl-next:before, .modal-box .owl-prev:before {
      background-color: #fff !important; }
  .modal-box .owl-prev {
    left: 35px; }
  .modal-box .owl-next {
    right: 0; }
  .modal-box .steps {
    position: absolute;
    bottom: 0;
    font-size: 1.5em;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .modal-box .steps:before {
      content: "";
      display: block;
      width: 100px;
      height: 100px;
      background-color: #000;
      -webkit-mask-image: url("../img/svg/stain.svg");
      mask-image: url("../img/svg/stain.svg");
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      position: absolute;
      z-index: -1;
      bottom: -50px;
      left: -30px; }
    .modal-box .steps .total:before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 7px;
      background-color: #fff;
      -webkit-mask-image: url("../img/svg/stain.svg");
      mask-image: url("../img/svg/stain.svg");
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%;
      position: relative;
      left: -4px;
      top: -5px;
      padding-right: 3px; }

.no-cssmask .modal-box .owl-next, .no-cssmask .modal-box .owl-prev {
  background-color: transparent !important; }
  .no-cssmask .modal-box .owl-next:before, .no-cssmask .modal-box .owl-prev:before {
    background-color: transparent !important; }

.no-cssmask .modal-box .steps {
  color: #000; }

.no-cssmask .modal-box .steps:before {
  background-color: transparent; }

.no-cssmask .modal-box .steps .total:before {
  content: '•';
  background-color: transparent;
  font-size: 2em;
  top: 8px;
  margin: 0 3px;
  left: -6px; }

.open-box {
  body: 100vh;
  overflow: hidden; }
  .open-box .modal-box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .open-box .modal-box .section__content__box .box__content {
      opacity: 1; }

.sc-info-close,
.sc-artwork-list,
.sc-info-toggle {
  display: none; }

.sc-pause,
.sc-play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  -webkit-mask-image: url("../img/svg/icon-play.svg");
  mask-image: url("../img/svg/icon-play.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #000;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.sc-player h3, .sc-player h4 {
  margin: 10px 0 0; }

.sc-player .sc-pause,
.sc-player.playing .sc-play {
  opacity: 0; }

.sc-player .sc-play,
.sc-player.playing .sc-pause {
  opacity: 1; }

.sc-played {
  height: 5px;
  background-color: #000; }

.sc-pause {
  display: block !important;
  -webkit-mask-image: url("../img/svg/icon-play.svg");
  mask-image: url("../img/svg/icon-play.svg"); }

.no-cssmask .sc-pause {
  background: url("../img/svg/icon-play.svg") no-repeat center; }

.no-cssmask .sc-pause, .no-cssmask .sc-play {
  background: url("../img/svg/icon-play.svg") no-repeat center; }

.sc-info {
  padding-left: 85px; }

.sc-waveform-container {
  height: 30px; }
  .sc-waveform-container img {
    height: 100%; }

.sc-time-indicators {
  padding-top: 5px; }

.sc-trackslist {
  padding: 0; }
  .sc-trackslist li {
    color: #999999;
    font-size: .8em;
    background-color: #fff;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding-top: 5px; }
    .sc-trackslist li:after {
      content: '';
      display: block;
      background-color: #000;
      -webkit-mask-image: url("../img/svg/border.svg");
      mask-image: url("../img/svg/border.svg");
      height: 5px;
      width: 100%;
      margin-top: 5px; }
    .sc-trackslist li:hover {
      background-color: #FFFF00; }
  .sc-trackslist li.active {
    color: #000; }

.no-cssmask .sc-trackslist li:after {
  height: 2px; }

.alert.alert-warning {
  position: fixed;
  z-index: 999999999;
  background-color: red;
  font-size: 1.3em;
  width: 100%;
  top: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .modal-box .section__content__box .box__content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); } }
@media screen and (max-width: 767px) {
  .anchor {
    width: 35px; }

  #billetterie {
    width: 100%; }

  .search .container {
    padding: 80px 15px 50px 15px; }
    .search .container h1 {
      padding: 0 15px;
      margin: 20px 0 0 0; }
      .search .container h1:before {
        display: none; }

  .search .row {
    border-image-slice: 0 0 100 0 fill; }

  .search ul.categories {
    padding: 15px;
    display: block; }
    .search ul.categories li {
      text-align: center; }

  .search .table-content {
    padding: 0 10px; }

  .box {
    background-size: 1500%;
    width: 35px;
    height: 40px;
    background-position: 8px -28px; }
    .box:before {
      width: 35px;
      height: 35px;
      left: 5px; }

  /*/ Box /*/
  .modal-box .section__content__box {
    padding: 35px; }

  .section__content__box .item--video {
    min-width: calc(100vw - 90px); }

  .section__content__box .item--video figure {
    padding-bottom: calc(56.35% - 10px);
    width: calc(100% - 10px); }

  .modal-box .section__content__box .box__content {
    width: 100%;
    padding: 0 10px; }

  .modal-box .owl-prev {
    left: 25px; }

  .modal-box .owl-next {
    right: -10px; } }
body.search .main {
  min-height: 100vh; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .sc-trackslist {
    display: none; }

  .modal-box .section__content__box {
    padding: 15px; } }
button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.spin {
  height: 120px;
  width: 120px;
  display: block;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  .spin:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#spin {
  -webkit-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
  transform-origin: 50% 50%; }

.picto-over #spin {
  transform-origin: 28px 30px; }

#order-picto #spin {
  transform-origin: 600px 315px; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
.tempete-prod {
  position: absolute;
  top: 0;
  right: 5%; }

.text .pictos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.picto-over {
  position: relative;
  left: 15px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px; }

.container-split .shows__content--one .tempete-prod {
  width: 90px;
  height: 90px; }

.default {
  -webkit-appearance: none;
  background-image: url(../img/svg/button.svg);
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 1.1em;
  padding: 5px 15px 5px 40px;
  position: relative;
  margin: 20px 0;
  left: 0;
  cursor: pointer;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .default:before {
    content: "";
    background-image: url(../img/svg/billetterie.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    display: block;
    position: absolute;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .default:hover {
    -webkit-animation: marker .3s linear;
    animation: marker .3s linear; }

.touchevents .default {
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

@-webkit-keyframes marker {
  0% {
    background-postiion: -200px 50%; }
  100% {
    background-position: 0 50%; } }
@keyframes marker {
  0% {
    background-position: -200px 50%; }
  100% {
    background-position: 0 50%; } }
.default.disabled {
  pointer-events: none;
  color: #999999; }

.default.eyes {
  padding-left: 75px; }

.default.prev {
  padding-left: 55px; }

.default.next {
  padding-left: 35px;
  padding-right: 55px; }

.default.mail::before {
  background-image: url(../img/svg/mail-simple.svg);
  width: 20px;
  height: 20px;
  left: 15px;
  top: 5px; }

.default.order::before {
  background-image: url(../img/svg/billetterie.svg);
  width: 20px;
  height: 20px;
  left: 15px;
  top: 5px; }

.default.eye::before {
  background-image: url(../img/svg/eye.svg);
  width: 20px;
  height: 20px;
  left: 12px;
  top: 6px; }

.default.eyes::before {
  background-image: url(../img/svg/eyes.svg);
  width: 43px;
  height: 30px;
  left: 20px;
  top: 1px; }

.default.link::before {
  background-image: url(../img/svg/link.svg);
  width: 18px;
  height: 27px;
  left: 15px;
  top: 3px; }

.default.phone::before {
  background-image: url(../img/svg/phone.svg);
  width: 20px;
  height: 20px;
  left: 13px;
  top: 5px; }

.default.prev::before {
  background-image: url(../img/svg/prev.svg);
  width: 35px;
  height: 35px;
  left: 10px;
  top: -1px; }

.default.next::before {
  background-image: url(../img/svg/next.svg);
  left: auto;
  right: 10px;
  top: -1px;
  width: 35px;
  height: 35px; }

.default.btn-bottom::before {
  background-image: url(../img/svg/next.svg);
  left: 7px;
  top: -2px;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.btn-bottom {
  display: block; }

.btn-up {
  width: 32px;
  height: 32px;
  padding: 15px; }

.default.btn-up::before {
  background-image: url(../img/svg/next.svg);
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.link-show a {
  text-transform: uppercase;
  font-weight: 900;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .link-show a:hover {
    color: #000 !important; }

.loader {
  text-align: center;
  height: 0;
  overflow: hidden;
  margin: 0; }
  .loader svg {
    width: 160px;
    height: 160px;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
    .loader svg #eyeright {
      -webkit-animation: eye 2s linear infinite;
      animation: eye 2s linear infinite; }
    .loader svg #eyeleft {
      -webkit-animation: eye 2s linear infinite;
      animation: eye 2s linear infinite; }

.loader.loaded {
  height: auto;
  overflow: auto;
  margin: 35px 0; }
  .loader.loaded svg {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.loader-global {
  height: auto;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: bounce 3s linear infinite;
  animation: bounce 3s linear infinite;
  transform-origin: 0 0; }
  .loader-global svg {
    opacity: 1; }

@-webkit-keyframes eye {
  0% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0); }
  24% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0); }
  25% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  49% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  74% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  99% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes eye {
  0% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0); }
  24% {
    -webkit-transform: translate(-1px, 0);
    -moz-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0); }
  25% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  49% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  74% {
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0); }
  75% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  99% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  20% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  25% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  30% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  35% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  40% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  75% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  80% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  85% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  90% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  95% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }
@keyframes bounce {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  20% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  25% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  30% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  35% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  40% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  75% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  80% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  85% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  90% {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
    -moz-transform: scale(1.2) translate(-50%, -50%);
    -ms-transform: scale(1.2) translate(-50%, -50%);
    transform: scale(1.2) translate(-50%, -50%); }
  95% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }
.picto--focus {
  position: absolute;
  top: -40px;
  right: 35px;
  width: 90px;
  height: 90px;
  z-index: 3; }
  .picto--focus:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #FFFF00;
    -webkit-mask-image: url(../img/svg/stain.svg);
    mask-image: url(../img/svg/stain.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    top: 10px;
    left: -25px;
    z-index: -1; }
  .picto--focus svg#stain {
    top: -75px;
    left: -25px;
    position: relative; }
    .picto--focus svg#stain path {
      fill: #FFFF00; }

.no-cssmask .picto--focus:before {
  background-color: transparent;
  background: url("../img/svg/stain.svg") no-repeat center; }

.picto--order {
  transform-origin: 70px;
  position: absolute;
  right: 15%;
  top: 70%;
  width: 280px;
  height: 280px; }
  .picto--order #spin-order {
    transform-origin: 70px; }
  .picto--order:before {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #FFFF00;
    -webkit-mask-image: url(../img/svg/stain.svg);
    mask-image: url(../img/svg/stain.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    top: 70px;
    left: 45px;
    z-index: -1; }

.no-cssmask .picto--order:before {
  display: none; }

.fiche-focus .picto--focus:before {
  width: 100px;
  height: 100px;
  top: 30px;
  left: -45px; }

.one-item .picto--focus {
  top: 0;
  width: 120px;
  height: 120px;
  right: 10%; }

.aside button.close {
  position: fixed;
  right: 5px;
  top: 15px;
  border: none;
  background-color: transparent; }
  .aside button.close svg {
    width: 20px;
    height: 20px; }

.share svg,
#light,
.related .links svg,
figure.no-photo svg path,
.fiche-spectacle .main header svg path,
.anchor-inner #button path {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.share svg:hover {
  fill: #000; }

.related {
  margin: 5% 0 3% 0; }
  .related .related__related-pages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .related .related__related-pages a {
      display: block;
      width: 30%;
      margin-right: 3.33333333%; }
  .related .focus, .related .event {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .related .focus header, .related .event header {
      font-weight: 600;
      font-size: 0.714em;
      text-transform: uppercase; }
    .related .focus .text, .related .event .text {
      padding-left: 25px;
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .related .focus .image, .related .event .image {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .related .focus time,
    .related .focus .date, .related .event time,
    .related .event .date {
      font-size: 0.9em;
      margin: 3px 0;
      font-style: normal; }
    .related .focus:hover .image, .related .event:hover .image {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .related .image {
    width: 100px;
    height: 100px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    .related .image svg {
      width: 100%;
      height: 100%; }
  .related .focus svg:first-child {
    width: 75%;
    position: relative;
    left: 30px; }
  .related .focus #stain {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: -1;
    max-width: 100px; }
    .related .focus #stain path {
      fill: #FFFF00; }
  .related .links svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px; }



 .alternate.related ul.links{
padding: 0;
}

.related > ul li > a:hover {
  color: #000; }
  .related > ul li > a:hover svg {
    fill: #000; }

a.picto--show {
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  margin-top: 30px; }
  a.picto--show svg {
    width: 100%;
    position: relative; }

.anchor-inner {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 6px 35px 6px 50px;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  font-size: 1em;
  font-weight: 600;
  left: 0; }
  .anchor-inner:hover #button path {
    fill: #FFFF00; }
  .anchor-inner #button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .anchor-inner #tickets,
  .anchor-inner #phone,
  .anchor-inner #link,
  .anchor-inner #anchor {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 23px;
    top: 7px;
    fill: #fff; }
    .anchor-inner #tickets path,
    .anchor-inner #phone path,
    .anchor-inner #link path,
    .anchor-inner #anchor path {
      fill: #fff; }

button.infos-mobile {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.143em;
  -webkit-appearance: none;
  border: none;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  margin-left: -35px; }
  button.infos-mobile svg {
    width: 20px;
    position: relative;
    top: 6px;
    padding-right: 5px; }
    button.infos-mobile svg path {
      fill: #fff; }

button.close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/svg/close.svg) no-repeat center;
  border: none;
  background-color: transparent;
  z-index: 88;
  right: 15px;
  top: 15px;
  color: transparent;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden; }
  button.close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.archive-parcours .picto--focus {
  top: -20px; }

.bottom-button {
  margin: 60px auto;
  display: block;
  padding-left: 40px;
  font-size: 1.1em;
  padding-top: 8px;
  padding-bottom: 8px; }
  .bottom-button svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 2px;
    left: 10px;
    position: absolute;
    width: 30px; }
    .bottom-button svg path {
      fill: #000; }

.calendar .bottom-button {
  margin: 30px 0; }

.header-torn {
  display: block;
  height: 55px;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 1.3em;
  letter-spacing: 0.08em; }
  .header-torn svg {
    fill: #000;
    width: 120%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -50%;
    bottom: 0;
    right: 0;
    z-index: -1; }
    .header-torn svg path {
      fill: #000; }

section.dropdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box; }
  section.dropdown .header-torn svg {
    width: 140%;
    min-width: 300px; }

@media screen and (min-width: 1600px) {
  .header-torn {
    width: 55%; } }
.saison .dropdown {
  margin: 55px; }

body.saison > div > div > section:nth-child(1) {
  margin: 55px 0 0 0;
  padding-bottom: 0; }
  body.saison > div > div > section:nth-child(1) .header-torn {
    height: 70px;
    font-size: 2em; }

.saison #edito {
  margin-bottom: 0; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 220px;
  height: 40px; }

.select-styled {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 14px 20px 0 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #000;
  font-weight: 900; }

.select-styled:after {
  content: url("../img/svg/arrow-date.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 15px;
  transform-origin: 0 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.select-styled:hover {
  background-color: #FFFF00; }

.select-styled:active:after, .select-styled.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 18px;
  right: 20px; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-height: 195px;
  overflow-y: scroll; }

.select-options li {
  margin: 0;
  padding: 12px 0 0 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: .9em;
  background: #fff;
  text-indent: 20px; }
  .select-options li:after {
    content: "";
    display: block;
    margin-top: 8px;
    background: url(../img/svg/border.svg);
    height: 3px; }

.select-options li:hover {
  background-color: #FFFF00; }

.select-options li[rel="hide"] {
  display: none; }

.select.disabled {
  pointer-events: none;
  opacity: .5; }

.picto-place {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #000;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%; }

.picto--navette {
  -webkit-mask-image: url(../img/svg/bus.svg);
  mask-image: url(../img/svg/bus.svg); }

.picto--bike {
  -webkit-mask-image: url(../img/svg/bike.svg);
  mask-image: url(../img/svg/bike.svg); }

.picto--subway {
  -webkit-mask-image: url(../img/svg/subway.svg);
  mask-image: url(../img/svg/subway.svg); }

.picto--car {
  -webkit-mask-image: url(../img/svg/car.svg);
  mask-image: url(../img/svg/car.svg); }

.picto--cube {
  -webkit-mask-image: url(../img/svg/cube.svg);
  mask-image: url(../img/svg/cube.svg); }

.no-cssmask .picto-place {
  background-color: transparent;
  background: url("../img/svg/cube.svg") no-repeat center; }

.map {
  display: block;
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px;
  font-size: 1.286em;
  font-weight: 600; }
  .map:before {
    content: "";
    display: inline-block;
    background: url("../img/svg/map-stain.svg") no-repeat center;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -10px; }

.input-group .label {
  font-weight: bold;
  padding-top: 15px;
  padding-right: 25px; }

.form-login input[type="password"] {
  width: auto; }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .one-item .picto--focus {
    top: -85px;
    left: 5%;
    right: auto;
    width: 90px;
    height: 90px; }
    .one-item .picto--focus:before {
      width: 100px;
      height: 100px;
      top: 20px;
      left: -5px; }

  .section__content.focus.one-item {
    margin-top: 100px; }

  .select-styled {
    padding: 14px 0 0; }

  .select-styled:after {
    right: 15px; }

  .spin {
    width: 100px;
    height: 100px; }

  .header-torn svg {
    width: 150%; }

  body.saison > div > div > section:nth-child(1) {
    margin: 105px 0 0 0; }

  .picto-over {
    top: 15px; }

  .picto-over svg {
    width: 80%; }

  .container-split .container--aside .pictos {
    position: absolute;
    left: 40%;
    top: 7px; }

  section.dropdown .header-torn {
    font-size: 1em; }

  .picto--order.spin {
    top: 80%;
    width: 200px;
    height: 200px; }
    .picto--order.spin:before {
      top: 20px;
      left: 15px; } }
@media screen and (max-width: 767px) {
  .spin {
    height: 80px;
    width: 80px; }

  .default {
    margin: 12px 0;
    text-align: center;
    display: block;
    background-position: center center;
    background-size: 110% 110%;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s; }
    .default:before {
      background-size: 100% 100%;
      display: inline-block;
      position: absolute;
      left: 35px;
      top: 8px; }

  a.eyes::before {
    left: 23px; }

  .tempete-prod {
    right: -2%; }

  .section__content.focus {
    position: relative; }

  .one-item .picto--focus,
  .picto--focus {
    width: 80px;
    height: 80px;
    left: 35px;
    position: absolute; }

  .section__content.focus .picto--focus {
    top: -10%; }

  .fiche-focus .picto--focus {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    margin: 20px 0; }
    .fiche-focus .picto--focus:before {
      top: 0;
      left: -35px; }

  .fiche-artiste .section__content.focus {
    margin-right: -25px; }

  .section__content--two.focus .picto--focus,
  .section__content--three.focus .picto--focus {
    top: -3%; }

  .bottom-section a.default {
    width: 100%; }

  .default {
    display: inline-block; }

  .related {
    margin: 45px 0; }

  .related .related__related-pages {
    display: block; }

  .related .related__related-pages a {
    display: block;
    width: 100%;
    margin-right: 0; }

  ul.links {
    padding-left: 0; }

  body.saison > div > div > section:nth-child(1) .header-torn {
    font-size: 1.4em;
    height: 55px; }

  .header-torn {
    width: 100%; }

  body.saison > div > div > section:nth-child(1) {
    margin-top: 45px; }

  .header-torn svg {
    width: 130%;
    left: -30%; }

  .spin {
    height: 75px;
    width: 75px; }

  .text .pictos {
    position: absolute;
    right: -10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .text .pictos .picto-over {
      left: -7px;
      width: 70px;
      height: 70px;
      margin-bottom: 0; }

  .shows__content--one .text .pictos {
    right: 0;
    top: -100%; }

  .container-split .shows__content--one .tempete-prod {
    width: 75px;
    height: 75px;
    position: relative;
    margin-bottom: 10px; }

  .container-split .container--aside .pictos .picto-over {
    top: 0; }

  .container-split .container--aside .pictos {
    left: 25%; }

  .saison .dropdown {
    padding: 35px;
    margin: 0; }

  section.dropdown {
    display: block;
    padding: 0; }
    section.dropdown .header-torn {
      font-size: 1em; }
      section.dropdown .header-torn svg {
        top: -18px;
        width: calc(100% + 90px);
        left: 0;
        margin-left: -70px; }
    section.dropdown .select {
      margin-top: 20px; }

  #reservation .select {
    width: 100%; }

  #reservation .section__content:first-of-type:after,
  #reservation .section__content:first-of-type:before {
    background-size: 100% 100%; }

  #reservation button.default {
    bottom: -8px;
    z-index: 99;
    width: auto;
    left: -25px;
    position: absolute; }

  .picto--order svg {
    width: 110px;
    height: 110px; }

  .picto--order {
    display: none; }

  .picto--order:before {
    width: 90px;
    height: 90px; }

  .select-styled:after {
    right: 0; }

  .select-styled {
    padding: 14px 0; }

  .bottom-button svg {
    display: none; }

  .form-login:not(#form-newsletter) .input-group {
    display: block; }
    .form-login:not(#form-newsletter) .input-group input {
      margin: 5px 0 15px 0; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  button.infos-mobile {
    margin-left: -50px; }

  .infos-open.fiche-spectacle .aside {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  section#stages header svg#internship,
  section header.header--fiche svg {
    top: 25px;
    width: 100%;
    height: 100%; } }

/*# sourceMappingURL=screen.css.map */
