#rightMenu/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/****fonctions basiques ****/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.uppCase {
  text-transform: uppercase;
}
.cache {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
/**********************************/
/*              FONTS             */
/**********************************/
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-Regular-Web.eot');
  src: url('../fonts/AtlasGrotesk-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-Regular-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-Regular-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-Regular-Web.svg#AtlasGrotesk-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.AtlasGrotesk-Regular-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-RegularItalic-Web.eot');
  src: url('../fonts/AtlasGrotesk-RegularItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-RegularItalic-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-RegularItalic-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-RegularItalic-Web.svg#AtlasGrotesk-RegularItalic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
.AtlasGrotesk-RegularItalic-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-Bold-Web.eot');
  src: url('../fonts/AtlasGrotesk-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-Bold-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-Bold-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-Bold-Web.svg#AtlasGrotesk-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
.AtlasGrotesk-Bold-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-BoldItalic-Web.eot');
  src: url('../fonts/AtlasGrotesk-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-BoldItalic-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-BoldItalic-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-BoldItalic-Web.svg#AtlasGrotesk-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
.AtlasGrotesk-BoldItalic-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'Atlas Grotesk Web';
  src: url('../fonts/AtlasGrotesk-Black-Web.eot');
  src: url('../fonts/AtlasGrotesk-Black-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasGrotesk-Black-Web.woff') format('woff'), url('../fonts/AtlasGrotesk-Black-Web.ttf') format('truetype'), url('../fonts/AtlasGrotesk-Black-Web.svg#AtlasGrotesk-Black') format('svg');
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}
.AtlasGrotesk-Black-Web {
  font-family: 'Atlas Grotesk Web';
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-Medium-Web.eot');
  src: url('../fonts/Druk-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Medium-Web.woff') format('woff'), url('../fonts/Druk-Medium-Web.ttf') format('truetype'), url('../fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
.Druk-Medium-Web {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
/**********************************/
/*              GLOBAL            */
/**********************************/
html {
  background-color: #fff;
}
body {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 12px;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  /* Pour firefox */
  background: red;
}
::selection {
  /* Pour les autres */
  background: #e2001a;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #000;
}
#content p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  *font-weight: normal;
}
.displayNone {
  display: none;
}
.loader {
  display: none;
  position: absolute;
  right: 242px;
  top: 110px;
}
.loader-list {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.loader-calendrier {
  display: none;
  padding: 30px;
  text-align: center;
}
.selected-month {
  cursor: pointer;
}
.formError {
  color: red;
  margin-bottom: 12px;
}
.noVisual #container > section {
  margin-top: 30px;
}
.top-spacer {
  height: 20px;
}
/**********************************/
/*            CONTAINER           */
/**********************************/
#container {
  width: 985px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  #container {
    width: 95%;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  #container {
    width: 90%;
  }
}
/**********************************/
/*             GENERIC            */
/**********************************/
.top-black {
  border-top: 6px solid #000;
  padding-top: 6px;
  margin-top: 6px;
}
.top-red {
  border-top: 6px solid #ff0000;
  padding-top: 6px;
  margin-top: 6px;
}
.bottom-black {
  border-bottom: 6px solid #000;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.bottom-red {
  border-bottom: 6px solid #ff0000;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.col-large {
  float: left;
  width: 690px;
}
.col-small {
  float: right;
  width: 265px;
}
@media screen and (max-width: 420px) {
  .col-large {
    width: 100%;
    float: none;
  }
  .col-small {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  .col-large {
    width: 65%;
  }
  .col-small {
    width: 30%;
  }
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #000;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
/**********************************/
/*             HEADER             */
/**********************************/
header {
  position: relative;
  padding: 20px 0 0;
}
header nav.menu {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 100;
}
header nav.menu .toggle-menu {
  display: none;
}
header nav.menu li {
  display: inline-block;
  position: relative;
}
header nav.menu li div {
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
header nav.menu li div li {
  padding-right: 20px;
}
header nav.menu li:hover > div {
  display: block;
}
header nav.menu .first-level li {
  padding-left: 10px;
}
header nav.menu a {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  display: block;
  padding: 3px 0;
}
header nav.menu a.booking {
  color: #ff0000;
}
header nav.menu .search {
  float: right;
  margin-top: 27px;
  padding-bottom: 0;
}
header nav.menu .search input[type=text] {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  border: none;
  width: 160px;
  vertical-align: top;
  padding: 5px 0;
  color: #000;
  background-color: #fff;
}
header nav.menu .search button[type=submit] {
  -webkit-appearance: none;
  border: none;
  background: transparent url('../images/loop.png') no-repeat 50%;
  width: 24px;
  height: 24px;
  vertical-align: top;
  padding: 0;
}
header h1 {
  position: relative;
}
header h1 p {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 45px;
  color: #000;
  text-transform: uppercase;
}
header h1 p:nth-child(2) {
  display: inline-block;
}
header h1 img {
  position: absolute;
  top: 5px;
  left: 215px;
  width: 90px;
}
header h1 img.temporary {
  width: 338px;
  height: 204px;
  left: -112px;
  top: -58px;
}
@media screen and (max-width: 420px) {
  header nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  header nav.menu .toggle-menu {
    display: block;
    background-color: #ff0000;
    padding: 15px 10px;
  }
  header nav.menu .toggle-menu p {
    color: #fff;
    background: #ff0000 url(../images/arrowDown.png) no-repeat right 50%;
  }
  header nav.menu .first-level {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fe4040;
  }
  header nav.menu li {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
  }
  header nav.menu li div {
    display: none;
    position: relative;
    top: initial;
    left: initial;
    background-color: transparent;
  }
  header nav.menu li:hover > div {
    display: none;
  }
  header nav.menu a {
    color: #fff;
  }
  header nav.menu a.booking {
    color: #fff;
  }
  header nav.menu a.active,
  header nav.menu a:hover {
    color: #000;
  }
  header nav.menu .search {
    display: none;
  }
  header nav.menu.open {
    bottom: 0;
  }
  header nav.menu.open .toggle-menu p {
    background: #ff0000 url(../images/arrowUp.png) no-repeat right 50%;
  }
  header h1 {
    padding-top: 45px;
  }
  header h1 img {
    top: 50px;
    left: initial;
    right: 0;
    width: 90px;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  header nav.menu {
    max-width: 380px;
    top: 27px;
  }
  header nav.menu .first-level {
    text-align: right;
  }
  header nav.menu .first-level div {
    text-align: left;
  }
  header nav.menu .search {
    margin-top: 15px;
  }
}
/**********************************/
/*             SHARE              */
/**********************************/
.share {
  width: 28px;
  height: 108px;
  background: url('../images/fdShare.png') no-repeat;
  position: fixed;
  right: 0;
  top: 35%;
  padding: 11px 0 0 14px;
  z-index: 95;
  margin-top: -54px;
}
.share li {
  margin-bottom: 5px;
}
.share li a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  background-position: bottom left;
}
.share li a:hover {
  background-position: left top;
}
.share li .fb {
  background-image: url('../images/facebook.png');
}
.share li .news {
  background-image: url('../images/btnNews.png');
}
.share li .youtube {
  background-image: url('../images/btnYoutube.png');
  height: 26px;
}
.share li .appli {
  background-image: url('../images/btnAppli.png');
}
.occupation2 .share {
  top: 60%;
}
@media screen and (max-width: 420px) {
  .share {
    margin-top: 0;
    top: 180px;
  }
}
/**********************************/
/*            CONTENT             */
/**********************************/
.visual.main {
  margin: 10px 0;
}
.visual.main img {
  width: 100%;
}
article {
  position: relative;
  margin-bottom: 30px;
}
article h2 {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  color: #000;
  margin-bottom: 10px;
}
article h2.small-title {
  font-size: 23px;
}
article h2.home {
  margin-top: 0;
}
article h2.subtitle.festival {
  color: #ff0000;
}
article h2 .spacer {
  display: block;
  height: 40px;
}
article .dwlSaison {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 40px;
  position: absolute;
  top: 10px;
  right: 0;
  text-transform: none;
  font-size: 12px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
}
article .list li {
  margin-bottom: 10px;
}
article .list li .visual {
  float: right;
  width: 350px;
  margin-left: 10px;
}
article .list li .visual img {
  width: 100%;
}
article .list li .legend p,
article .list li .legend .date {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 19px;
  color: #000;
}
article .list li .legend .date {
  color: #ff0000;
}
article .see-more {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  letter-spacing: 1px;
  color: #000;
}
article .see-more .plus {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -24px;
}
article .see-more .red {
  color: #ff0000;
}
article .block {
  display: none;
}
article .rdp {
  position: relative;
  margin-top: 40px;
}
article .rdp .title {
  text-transform: uppercase;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  letter-spacing: 1px;
  color: #000;
}
article .rdp li {
  margin-bottom: 20px;
}
article .rdp li.item,
article .rdp li.pageNumber {
  margin-bottom: 0;
}
article .rdp .item {
  width: 50%;
  float: left;
}
article .rdp .date {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #ff0000;
  font-size: 15px;
}
article .rdp h4 {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
article .rdp a {
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
article .rdp .paginator {
  position: absolute;
  top: 6px;
  right: 0;
}
article .rdp .paginator li {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
}
article .rdp .paginator li.current a {
  color: #ff0000;
}
aside {
  margin-bottom: 30px;
}
aside .dwlDoc {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  display: block;
  color: #fff;
  background-color: #ff0000;
  padding: 10px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 12px;
}
aside .dwlDoc:hover {
  color: #fff;
}
aside h2 {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 23px;
  color: #ff0000;
  margin-bottom: 10px;
}
aside h3 {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #ff0000;
  font-size: 15px;
  margin-bottom: 10px;
}
aside li {
  margin-bottom: 10px;
}
aside h4,
aside p,
aside .suite {
  color: #000;
  font-size: 15px;
}
aside h4 {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
aside p,
aside .suite {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
aside .artists-block li {
  margin-bottom: 4px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
aside .artists-block li a {
  color: #000;
}
aside .artists-block li.red a {
  color: #ff0000;
}
aside .season {
  border-top: 6px solid #ff0000;
  padding-top: 6px;
  margin-top: 6px;
  margin-top: 0;
}
aside .season li {
  margin-bottom: 6px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}
aside .season li a {
  color: #ff0000;
}
aside .search-block .seasons {
  margin-top: 0;
}
aside .search-block .search {
  padding-bottom: 8px;
}
aside .search-block .search input[type=text] {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  border: none;
  width: 85%;
  vertical-align: top;
  padding: 5px 0;
  color: #000;
  background-color: #fff;
}
aside .search-block .search button[type=submit] {
  float: right;
  -webkit-appearance: none;
  border: none;
  background: transparent url('../images/loop.png') no-repeat 50%;
  width: 10%;
  height: 24px;
  vertical-align: top;
  padding: 0;
}
aside .search-block .search + .season {
  border-top: 6px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 420px) {
  article h2 .spacer {
    display: none;
  }
  article .dwlSaison {
    position: relative;
    margin-bottom: 10px;
  }
  article .list li .visual {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  article .list li .visual {
    width: 45%;
  }
}
/**********************************/
/*            SLIDER              */
/**********************************/
.visual.slideshow {
  margin: 10px 0;
}
.visual.slideshow .flexslider {
  position: relative;
}
.visual.slideshow .flexslider .slides li {
  position: relative;
}
.visual.slideshow .flexslider .slides img {
  display: block;
  width: 100%;
  height: auto;
}
.visual.slideshow .flexslider .flex-caption {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 35;
  text-align: right;
  background-color: #000;
  color: #fff;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
}
.visual.slideshow .flexslider .flex-caption .title {
  padding-right: 5px;
}
.visual.slideshow .flexslider .flex-direction-nav a {
  display: block;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.visual.slideshow .flexslider .flex-direction-nav a.flex-prev {
  background-image: url(../images/slider-prev.png);
  left: 0;
}
.visual.slideshow .flexslider .flex-direction-nav a.flex-next {
  background-image: url(../images/slider-next.png);
  right: 0;
}
.visual.slideshow .flexslider .flex-control-nav {
  display: none;
}
@media screen and (max-width: 420px) {
}
@media screen and (min-width: 421px) and (max-width: 768px) {
}
/******** sans visuel *******/
/**********************************/
/*           CALENDRIER           */
/**********************************/
.calendar .cal {
  width: 100%;
}
.calendar .cal .month {
  text-transform: uppercase;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #e2001a;
  font-size: 23px;
  display: block;
  position: relative;
}
.calendar .cal .month .cal-btn a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  width: 28px;
  height: 23px;
  position: absolute;
  top: 8px;
}
.calendar .cal .month .cal-btn a.prev {
  background: url('../images/navCalPrev.jpg') no-repeat;
  left: 0;
}
.calendar .cal .month .cal-btn a.next {
  background: url('../images/navCalNext.jpg') no-repeat;
  right: 0;
}
.calendar .cal .day {
  margin-top: 5px;
}
.calendar .cal .day li {
  width: 16.5%;
  height: 21px;
  float: left;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #000;
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}
.calendar .cal .day li span {
  display: block;
  height: 100%;
  margin: 0 6px;
  padding-top: 8px;
}
.calendar .cal .day li.active {
  cursor: pointer;
}
.calendar .cal .day li.active span {
  background-color: #ff0000;
}
.calendar .cal .day li.selected {
  cursor: pointer;
}
.calendar .cal .day li.selected span {
  background-color: #ff0000;
}
.calendar .seasons > li {
  clear: both;
}
.calendar .seasons > li .month {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000;
  font-size: 23px;
  text-transform: uppercase;
}
.calendar .results li {
  border-top: 6px solid #000;
  padding-top: 6px;
  margin-top: 6px;
  float: left;
  width: 48%;
  min-height: 170px;
  margin-bottom: 30px;
}
.calendar .results li:nth-child(even) {
  float: right;
}
.calendar .results li a,
.calendar .results li a:hover,
.calendar .results li a:visited,
.calendar .results li a:active {
  color: #000;
}
.calendar .results li h2 {
  margin-bottom: 10px;
}
.calendar .results li h2 span {
  color: #000;
  text-transform: uppercase;
}
.calendar .results li.festival h2,
.calendar .results li.festival h2 span {
  color: #ff0000;
}
.calendar .results li.festival h4 span {
  background-color: #000;
}
.calendar .results li .date {
  text-transform: uppercase;
  color: #ff0000;
}
.calendar .results li .text {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 20px;
}
.calendar .results li.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media screen and (max-width: 420px) {
  .calendar .results li {
    float: none;
    width: 100%;
  }
  .calendar .results li:nth-child(even) {
    float: none;
  }
}
/**********************************/
/*             MIETTES            */
/**********************************/
.miettes .seasons li {
  margin-top: 20px;
}
.miettes .seasons li:nth-child(1) {
  margin-top: 0;
}
.miettes .seasons .month {
  text-transform: uppercase;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 50px;
}
/**********************************/
/*            CONTENT             */
/**********************************/
article.col-large:last-of-type {
  margin-bottom: 0;
}
article.col-large.toggles {
  border-top: solid 6px #7E7E7E;
}
article.col-large.toggles .realisation {
  padding-top: 5px;
  border-color: #7E7E7E;
}
article.col-large.toggles .realisation:first-of-type {
  padding-top: 5px;
}
article.col-large.toggles .realisation .see-more {
  color: #7E7E7E;
  position: relative;
  padding-top: 6px;
}
article.col-large.toggles .realisation .see-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 26px;
  width: 26px;
  transform: translateY(-50%);
  background-image: url('../images/toggle-closed.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article.col-large.toggles .realisation .see-more.open::after {
  background-image: url('../images/toggle-open.svg');
  background-size: 26px 6px;
}
article.col-large.toggles .realisation .see-more + .block {
  margin-top: 2px;
}
article.col-large.toggles .realisation .see-more + .block .block__content {
  color: #7E7E7E;
  font-family: "Atlas Grotesk Web";
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
article.col-large.toggles .realisation .see-more + .block .block__content:last-of-type {
  margin-bottom: 14px;
}
article.col-large.toggles .realisation .see-more + .block .block__content p {
  margin-bottom: 10px;
}
#content .preview {
  margin-top: 0;
}
#content .preview .spacer {
  display: block;
  height: 40px;
}
#content .preview.bottom-black {
  border: none;
}
#content .preview.bottom-black .top-black {
  max-width: 450px;
}
#content .preview.bottom-black .date {
  margin-bottom: 6px;
}
#content .preview.bottom-black .preview-content {
  width: 100%;
  margin-bottom: 6px;
}
#content .preview.bottom-black .preview-content__img {
  width: 100%;
  height: 255px;
  margin-bottom: 17px;
  object-fit: cover;
  object-position: center;
}
#content .preview.bottom-black .preview-content__text {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 17px;
}
#content .intro {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
}
#content .intro a {
  color: #ff0000;
}
#content h1 {
  text-transform: uppercase;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 50px;
  display: inline-block;
}
#content h1.full {
  display: block;
}
#content .date {
  display: inline-block;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  margin-bottom: 7px;
}
#content .pers {
  margin-bottom: 7px;
}
#content .pers a {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
}
#content .booking-content {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #ff0000;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
}
#content .with {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin: 7px 0;
  font-size: 12px;
}
#content .genre {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 7px;
  font-size: 12px;
  color: #ff0000;
}
#content .chapeau {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
#content .chapeau p {
  margin-bottom: 20px;
}
#content .text p {
  font-family: 'Atlas Grotesk Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
#content .text p strong {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
#content form .formError {
  color: #ff0000;
  font-size: 15px;
  line-height: 20px;
}
#content form input[type=text],
#content form input[type=password] {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: transparent;
  border: none;
  width: 35%;
  vertical-align: top;
  padding: 5px 0;
  color: #000;
  font-size: 15px;
  border-top: 6px solid #000;
  padding-top: 6px;
  margin-top: 6px;
  border-bottom: 6px solid #000;
  padding-bottom: 6px;
  margin-bottom: 6px;
  margin-top: 0;
}
#content form button[type=submit] {
  -webkit-appearance: none;
  border: none;
  background-color: #ff0000;
  color: #fff;
  width: 23%;
  float: right;
  vertical-align: top;
  padding: 12px 5px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
}
#content form input[type=password],
#content form button[type=submit] {
  margin-left: 20px;
}
#content .dwlDoc {
  float: right;
  margin-left: 9px;
  display: inline-block;
  background-color: #290e15;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 9px;
}
#content .dwlDoc:hover {
  color: #fff;
}
#content .dwlSaison {
  float: right;
  margin-left: 9px;
  display: inline-block;
  background-color: #290e15;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 9px;
  margin-right: 9px;
  background: url('../images/arrowUp.png') no-repeat 3px 5px #e2001a;
  padding-left: 20px;
}
#content .dwlSaison:hover {
  color: #fff;
}
#content .list {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}
#content .list li {
  height: 210px;
  position: relative;
  margin-bottom: 17px;
}
#content .list li .visual {
  width: 390px;
  height: 210px;
  float: right;
}
#content .list li .legend {
  width: 330px;
  height: 210px;
  line-height: 210px;
  position: absolute;
  z-index: 45;
  right: 330px;
  text-align: right;
}
#content .list li .legend div {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
}
#content .list li .legend h2 {
  margin-bottom: 15px;
}
#content .list li .legend h2 span {
  display: inline-block;
  background-color: #e2001a !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  max-width: 275px;
  padding: 5px 25px 5px 10px;
}
#content .list li .legend .date,
#content .list li .legend p {
  padding-right: 80px;
  color: #e2001a !important;
}
#content .list li .legend .date {
  text-transform: uppercase;
  font-size: 12px;
}
#content .list li .legend p {
  font-size: 16px;
}
#content .list li.lien {
  width: 390px;
  height: 36px;
}
#content .list li.lien a,
#content .list li.lien a:hover,
#content .list li.lien a:visited,
#content .list li.lien a:active {
  font: bold 16px Arial, verdana, sans-serif;
  color: #e2001a;
  background-color: #fff;
  display: block;
  width: 377px;
  height: 18px;
  margin-left: 260px;
  padding: 8px 5px 8px 8px;
}
#content .list li.lien .plus {
  display: block;
  width: 24px;
  height: 22px;
  background-color: #290e15;
  text-align: center;
  color: #e2001a;
  float: right;
  padding-top: 2px;
  margin-top: -3px;
  *margin-top: -22px;
}
.fiche.festival .preview h2 span {
  background-color: #000 !important;
}
.fiche.festival .preview .date,
.fiche.festival .preview p,
.fiche.festival .preview .pers a {
  color: #000!important;
}
.fiche.festival #content .list {
  padding-top: 10px;
  margin-bottom: 30px;
}
#content .list li.festival .legend .date,
#content .list .legend.festival .legend .date,
#content .list li.festival .legend p,
#content .list .legend.festival .legend p {
  color: #000!important;
}
#content .list li.festival h2 span,
#content .list .legend.festival h2 span {
  background-color: #000 !important;
}
#content .list .legend.festival .date,
#content .list .legend.festival p {
  color: #000!important;
}
@media screen and (max-width: 420px) {
  #content form input[type=text],
  #content form input[type=password] {
    width: 100%;
    display: block;
  }
  #content form button[type=submit] {
    float: none;
    width: 100%;
    padding: 12px 25px;
    display: block;
  }
  #content form input[type=password],
  #content form button[type=submit] {
    margin-left: 0;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  #content form input[type=text],
  #content form input[type=password] {
    width: 47%;
  }
  #content form button[type=submit] {
    float: none;
    width: auto;
    padding: 12px 25px;
    display: block;
  }
  #content form button[type=submit] {
    margin-left: 0;
  }
}
/**********************************/
/*           LEFT MENU            */
/**********************************/
/**********************************/
/*             FICHE              */
/**********************************/
/**********************************/
/*           RIGHT MENU           */
/**********************************/
#rightMenu .navFiche {
  position: relative;
  background-color: #ff0000;
  padding: 10px;
  margin-bottom: 7px;
  text-align: center;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 12px;
}
#rightMenu .navFiche a {
  color: #fff;
}
#rightMenu .navFiche a:hover {
  color: #fff;
}
#rightMenu .navFiche .prev,
#rightMenu .navFiche .next {
  width: 15px;
  height: 12px;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  position: absolute;
  margin-top: -6px;
  top: 50%;
}
#rightMenu .navFiche .prev {
  background: url('../images/navFichePrev.png') no-repeat;
  left: 10px;
}
#rightMenu .navFiche .next {
  background: url('../images/navFicheNext.png') no-repeat;
  right: 10px;
}
#rightMenu .btn {
  background-color: #ff0000;
  color: #fff;
  padding: 10px 13px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 12px;
  margin-bottom: 7px;
}
#rightMenu .block {
  color: #ff0000;
}
#rightMenu .block.top-red {
  margin-top: 0;
}
#rightMenu .rub {
  clear: both;
  margin-bottom: 30px;
}
#rightMenu .rub p {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ff0000;
}
#rightMenu .titreRub {
  border-bottom: 6px solid #ff0000;
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: block;
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 23px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#rightMenu .aussi li {
  margin-top: 13px;
}
#rightMenu .aussi li:first-child {
  margin-top: 0px;
}
#rightMenu .aussi .genre {
  text-transform: uppercase;
  font-size: 11px;
  color: #e2001a;
}
#rightMenu .aussi h5 {
  font-size: 24px;
  color: #e2001a;
  line-height: 24px;
  margin-top: 3px;
}
#rightMenu .reseau li {
  float: left;
}
#rightMenu .reseau li.send {
  background: url('../images/btnSend.png') no-repeat left top;
  clear: both;
  padding: 2px 0 0 15px;
  display: block;
  height: 18px;
  margin-top: 5px;
}
#rightMenu .reseau li.send .at16nc,
#rightMenu .reseau li.send .at300bs {
  background: none;
}
#rightMenu .reseau li.send .at_a11y {
  display: none;
}
#rightMenu .media li {
  width: 100%;
  height: 139px;
  overflow: hidden;
  margin-bottom: 10px;
}
#rightMenu .media li img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#rightMenu .link {
  padding-left: 23px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  color: #ff0000;
  background: url(../images/navFicheNext.png) no-repeat 0 3px;
}
@media screen and (max-width: 420px) {
  #rightMenu {
    clear: both;
    margin-top: 20px;
  }
  #rightMenu .btn {
    display: block;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  #rightMenu .btn {
    display: block;
    float: none;
    text-align: center;
  }
}
/**********************************/
/*            DOWNLOAD            */
/**********************************/
.dwl {
  margin-top: 10px;
}
.dwl > li {
  width: 510px;
  clear: both;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: right;
}
.dwl .legend {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
.dwl .legend h2 {
  margin-bottom: 10px;
}
.dwl .legend h2 span {
  display: inline-block;
  background-color: #e2001a;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  max-width: 275px;
  padding: 5px 25px 5px 10px;
}
.dwl .legend .date {
  text-transform: uppercase;
  color: #e2001a;
}
.dwl .festival h2 span {
  background-color: #000;
}
.dwl .block {
  background-color: #290e15;
  padding: 15px 20px;
  clear: both;
  float: left;
  width: 470px;
}
.dwl .lien {
  width: 100%;
  height: 36px;
  margin-bottom: 15px;
}
.dwl .lien a,
.dwl .lien a:hover,
.dwl .lien a:visited,
.dwl .lien a:active {
  font: bold 16px Arial, verdana, sans-serif;
  color: #e2001a;
  background-color: #fff;
  display: block;
  height: 18px;
  padding: 8px 5px 8px 15px;
}
.dwl .lien .plus {
  display: block;
  width: 24px;
  height: 22px;
  background-color: #290e15;
  text-align: center;
  color: #e2001a;
  float: right;
  padding-top: 2px;
  margin-top: -3px;
  *margin-top: -22px;
}
.dwl .HDtitle {
  padding: 2px 5px;
  background-color: #e2001a;
  color: #fff;
}
.dwl .img {
  margin-top: 15px;
  width: 483px;
}
.dwl .img .item {
  width: 228px;
  float: left;
  margin-bottom: 10px;
  margin-right: 13px;
}
.dwl .img .item img {
  width: 228px;
  height: auto;
}
.dwl .img .item span {
  font-size: 11px;
  color: #fff;
}
/**********************************/
/*           connexion            */
/**********************************/
.connexion #content {
  width: 100%;
}
.connexion #content .block {
  width: 310px;
  height: 185px;
  margin: 70px auto 0 auto;
  background-color: #290e15;
  padding: 35px 115px;
  color: #fff;
  font-weight: bold;
}
.connexion #content .block a {
  color: #e2001a;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 25px;
}
.connexion #content .block input {
  width: 300px;
  height: 32px;
  border: none;
  margin-bottom: 5px;
  color: #e2001a;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
}
.connexion #content .block button {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #e2001a;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  float: right;
}
/**********************************/
/*              404               */
/**********************************/
.erreur404 {
  margin-top: 320px!important;
  padding-left: 100px!important;
  width: 550px!important;
}
.erreur404 h1 {
  background-color: #e2001a;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin: 50px 0 20px 0;
}
.erreur404 a {
  text-decoration: none!important;
  font-size: 11px;
  color: #290e15;
  display: block;
  margin-bottom: 5px;
}
/**********************************/
/*              FOOTER            */
/**********************************/
footer {
  padding-bottom: 25px;
  margin-top: 30px !important;
}
footer .coords {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
footer nav.secondary a {
  display: block;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 20px;
  color: #ff0000;
}
@media screen and (max-width: 420px) {
  footer .coords {
    font-size: 14px;
    line-height: 18px;
  }
  footer nav.secondary {
    margin-top: 20px;
  }
  footer nav.secondary a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 421px) and (max-width: 768px) {
  footer .coords {
    font-size: 14px;
    line-height: 18px;
  }
  footer nav.secondary a {
    font-size: 14px;
    line-height: 18px;
  }
}
/*******************************/
/*      lightbox texte         */
/*******************************/
.lightboxText {
  width: 575px;
  height: 560px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -295px;
  margin-left: -312px;
  z-index: 300;
  padding: 15px 25px;
  color: #290e15;
  display: none;
}
.lightboxText .info {
  position: absolute;
  top: -19px;
  left: 0;
  background-color: #e2001a;
  color: #fff;
  padding: 2px 5px;
}
.lightboxText .wrap {
  width: 600px;
  height: 560px;
  margin: 0;
  clear: both;
  overflow-y: auto;
  overflow-x: hidden;
}
.lightboxText .genre {
  text-transform: uppercase;
  font-size: 11px;
  color: #e2001a;
}
.lightboxText h1 {
  font-size: 24px;
  color: #e2001a;
  text-align: left;
  margin-bottom: 0;
}
.lightboxText .auteur {
  font-size: 14px;
  color: #290e15;
}
.lightboxText .visual {
  width: 390px;
  margin: 20px 0 15px 0;
}
.lightboxText .visual img {
  width: 100%;
  height: auto;
}
.lightboxText .chapeau,
.lightboxText .text {
  width: 550px;
}
.lightboxText .tovisit span {
  font-size: 14px;
  font-weight: bold;
  color: #e2001a;
}
.lightboxText .tovisit a {
  color: #290e15;
  text-decoration: underline;
}
.lightboxText .close {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  width: 16px;
  height: 16px;
  top: 15px;
  right: -22px;
  background: url('../images/btnClose-red.png') no-repeat;
  position: absolute;
}
.lightboxText.newsletter {
  background-color: #fff;
  width: 390px;
  height: auto;
  margin-left: -265px;
  border-top: 6px solid #000;
  padding-top: 6px;
  margin-top: 6px;
  border-bottom: 6px solid #000;
  padding-bottom: 6px;
  margin-bottom: 6px;
  padding: 35px 70px;
  color: #000;
  top: 50px;
}
.lightboxText.newsletter h3 {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  font-size: 30px;
  margin: 10px 0;
}
.lightboxText.newsletter input[type="text"],
.lightboxText.newsletter input[type="email"] {
  width: 100%;
  height: 32px;
  border: none;
  margin-bottom: 5px;
  color: #e2001a;
  font-weight: bold;
  font-size: 16px;
  padding-left: 0;
  border-top: 6px solid #000;
  padding-top: 6px;
  margin-top: 6px;
  border-bottom: 6px solid #000;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.lightboxText.newsletter button {
  width: 24px;
  height: 24px;
  border: none;
  background-color: #e2001a;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  position: absolute;
  left: 70px;
}
.lightboxText.newsletter input[type="checkbox"] {
  float: left;
}
.lightboxText.newsletter p {
  clear: both;
  margin: 10px 0;
  padding-bottom: 15px;
}
.lightboxText.newsletter label {
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}
.lightboxText.newsletter .close {
  right: 15px;
}
.lightboxText.newsletter .desinscription-newsletter {
  text-decoration: underline;
  float: right;
  margin-top: 25px;
}
.removeRegister h1 {
  margin-bottom: 20px;
}
.removeRegister #newsletterRemoveRegistration {
  margin-top: 25px;
}
.removeRegister #newsletterRemoveRegistration input {
  border: none;
  background-color: #fff;
  color: #E2001A;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  margin-bottom: 5px;
  padding-left: 10px;
  width: 300px;
}
.removeRegister #newsletterRemoveRegistration button {
  width: 34px;
  height: 34px;
  border: none;
  background-color: #e2001a;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .lightboxText.newsletter {
    width: auto;
    height: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    padding: 35px 10px;
  }
}
/*******************************/
/*      player son             */
/*******************************/
.jp-current-time,
.jp-duration,
.jp-time-holder,
.jp-controls {
  float: left;
  margin-bottom: 5px;
}
.jp-time-holder {
  margin-top: 11px;
}
.jp-current-time {
  margin-left: 15px;
}
.jp-current-time:after {
  content: " / ";
}
.jp-duration {
  margin-left: 5px;
}
#globalPlaylist {
  clear: both;
  margin-top: 10px;
}
#globalPlaylist .play-list li {
  margin: 0 5px 0 10px;
}
#globalPlaylist .play-list li a {
  color: #290e15;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
}
#globalPlaylist .play-list li.jp-playlist-current a {
  color: #fff;
  background-color: #290e15;
}
#globalPlaylist .video-legend {
  display: none!important;
}
/*******************************/
/*      fancybox               */
/*******************************/
#fancybox-overlay {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  overflow: hidden;
  background-color: #290e15 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#fancybox-overlay.white {
  background-color: #fff !important;
}
/*.fancybox-outer{
    padding: 0!important;
}*/
.fancybox-inner {
  border: 5px solid #fff!important;
}
.fancybox-close {
  width: 16px!important;
  height: 16px!important;
  top: 15px!important;
  right: -22px !important;
  background: url('../images/btnClose.png') no-repeat !important;
}
.fancybox-prev,
.fancybox-next {
  width: 23px!important;
  height: 40px!important;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.fancybox-next {
  background: url('../images/nextArrow.png') no-repeat !important;
  right: 20px!important;
}
.fancybox-prev {
  background: url('../images/previousArrow.png') no-repeat !important;
  left: 32px!important;
}
.fancybox-image {
  height: auto!important;
}
.fancybox-title-float-wrap {
  bottom: auto!important;
  right: 0!important;
  left: 0!important;
  position: relative!important;
  width: auto!important;
  text-align: left!important;
  background-color: yellow;
}
.fancybox-title-float-wrap .child {
  background: none!important;
  padding: 0!important;
  color: #000!important;
  text-shadow: none!important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  position: absolute!important;
  left: 0;
  margin-right: 0!important;
  right: -10px;
}
.fancybox-title-float-wrap .legende {
  background-color: #fff;
  padding: 10px 10px 10px 16px;
  font-weight: normal;
  line-height: 16px;
  font-family: Arial, verdana, sans-serif;
}
.fancybox-title-float-wrap .legende .title {
  font-weight: bold;
}
/*******************/
/*******************************/
/*      Occupation             */
/*******************************/
.occupation-menu {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;
  text-align: right;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .occupation-menu {
    display: none;
  }
}
.occupation-menu li {
  display: block;
}
.occupation-menu li a {
  background-color: white;
  display: inline-block;
  height: 28px;
  padding-left: 20px;
  padding-right: 9px;
  color: #000;
  text-transform: uppercase;
  font-family: Druk Web;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: right;
  padding-top: 4px;
}
.occupation-menu li a:hover {
  text-decoration: underline;
}
.occupation-menu li a.hide {
  padding-left: 45px;
  transform: translateX(100%) translateX(-37px);
  transition: transform 0.3s, padding-left 0.3s;
}
.occupation-menu li a.hide:hover {
  transform: translateX(0);
  padding-left: 20px;
}
.occupation-menu li a.selected, .occupation-menu li a.booking {
  background-color: black;
  color: white;
}
.occupation-list {
  width: 100%;
  margin-top: 10px;
}
.occupation-list__item {
  position: relative;
  width: 100%;
}
.occupation-list__item__header {
  position: relative;
  overflow: hidden;
}
.occupation-list__item__header .text-bg {
  font-family: 'Atlas Grotesk Web';
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-size: 142px;
  line-height: 135px;
  text-transform: uppercase;
}
.occupation-list__item__header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .occupation-list__item__header .container {
    width: 296px;
  }
}
.occupation-list__item__header .container__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 362px;
}
@media screen and (max-width: 768px) {
  .occupation-list__item__header .container__content {
    width: 250px;
  }
}
.occupation-list__item--global {
  margin-bottom: 42px;
}
.occupation-list__item--global__header {
  height: 522px;
}
.occupation-list__item--global__header .container {
  height: 420px;
}
.occupation-list__item--global__header .main-title {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 86px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--global__header .main-title {
    font-size: 54px;
  }
}
.occupation-list__item--global__header .description {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--global__header .description {
    font-size: 14px;
  }
}
.occupation-list__item--global__header .date {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--global__header .date {
    font-size: 14px;
  }
}
.occupation-list__item--global__header .link {
  display: inline-block;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  color: #fff;
  padding: 0 13px;
}
.occupation-list__item--global__header .link:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--global__header .link {
    font-size: 10px;
  }
}
.occupation-list__item--global__content {
  margin-top: 22px;
}
.occupation-list__item--global__content .full {
  width: 100%;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.occupation-list__item--global__content .full p {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--global__content .full p {
    font-size: 30px;
    line-height: 38px;
  }
}
.occupation-list__item--article {
  margin-bottom: 23px;
}
.occupation-list__item--article:last-of-type .occupation-list__item__content.occupation-list__item--article__content {
  border-bottom: none;
}
.occupation-list__item--article__header {
  height: 388px;
}
.occupation-list__item--article__header .container {
  height: 262px;
}
.occupation-list__item--article__header .main-title {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .occupation-list__item--article__header .main-title {
    font-size: 36px;
    line-height: 44px;
  }
}
.occupation-list__item--article__content {
  margin-top: 14px;
}
.occupation-list__item--article__content .col-large {
  width: 640px;
}
@media screen and (max-width: 768px) and (min-width: 421px) {
  .occupation-list__item--article__content .col-large {
    width: 65%;
  }
}
@media all and (max-width: 420px) {
  .occupation-list__item--article__content .col-large {
    width: 100%;
  }
}
.occupation-list__item--article__content .col-small {
  width: 314px;
}
@media screen and (max-width: 768px) and (min-width: 421px) {
  .occupation-list__item--article__content .col-small {
    width: 30%;
  }
}
@media all and (max-width: 420px) {
  .occupation-list__item--article__content .col-small {
    width: 100%;
  }
}
.occupation-list__item--article__content article #content .genre {
  color: #000;
}
.occupation-list__item--article__content aside #rightMenu {
  width: 314px;
}
@media all and (max-width: 768px) {
  .occupation-list__item--article__content aside #rightMenu {
    width: auto;
  }
}
.occupation-list__item--article__content aside #rightMenu .navFiche {
  margin-bottom: 12px;
  padding: 12px 10px;
  background-color: #000;
}
.occupation-list__item--article__content aside #rightMenu .navFiche a {
  text-transform: uppercase;
}
.occupation-list__item--article__content aside #rightMenu .block {
  color: #000;
  border-top: solid 6px #7E7E7E;
  padding-top: 6px;
  margin-top: 24px;
}
.occupation-list__item--article__content aside #rightMenu .block .titleBlock {
  color: #7E7E7E;
  font-family: Druk Web;
  font-size: 42px;
  font-weight: 500;
  line-height: 49px;
  text-transform: uppercase;
}
.occupation-list__item--article__content aside #rightMenu .block .rub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
}
.occupation-list__item--article__content aside #rightMenu .block .rub p {
  margin-top: 7px;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 0;
}
.occupation-list__item--article__content aside #rightMenu .block .rub .titleRub {
  font-family: Druk Web;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
}
.occupation-list__item--article__content aside #rightMenu .block .rub .navFiche {
  align-self: flex-start;
  padding: 4px 8px 0;
  margin-top: 7px;
  margin-bottom: 11px;
}
.occupation-list__item--article__content aside #rightMenu .block .rub .navFiche a {
  color: #FFFFFF;
  font-family: Druk Web;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: right;
}
.occupation-list__item--article__content aside #rightMenu .block .rub hr {
  width: 64px;
  height: 6px;
  background-color: #000;
  margin: 0;
}
.occupation-list__item--article__content aside #rightMenu .block .rub:last-of-type {
  margin-bottom: 10px;
}
.occupation-list__item--article__content aside #rightMenu .block .rub:last-of-type hr {
  display: none;
}
.occupation-list__item--article__content aside #rightMenu .block.block-sites .list-site {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
}
.occupation-list__item--article__content aside #rightMenu .block.block-sites .list-site__item {
  text-decoration: underline;
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: black!important; 
}
.occupation-list__item--article__content aside #rightMenu .block.block-sites .list-site__item:last-of-type {
  margin-bottom: 0;
}
.occupation-list__item--article__content aside #rightMenu .block.block-sites .list-site__item.download {
  padding-left: 18px;
  background-image: url('../images/icon-download.svg');
  background-size: 10px 12px;
  background-position: left top 1px;
  background-repeat: no-repeat;
}
.occupation-list__item--article__content aside #rightMenu .rub p {
  color: #000;
}
.occupation-list__item--article__content aside #rightMenu .titreRub {
  border-bottom: 6px solid #000;
  padding-bottom: 6px;
  margin-bottom: 6px;
  color: #000;
}
.occupation-third.occupation-list .occupation-list__item {
  margin-bottom: 0px;
}
.occupation-third.occupation-list .occupation-list__item__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.occupation-third.occupation-list .occupation-list__item__header .container {
  background-color: transparent;
}
.occupation-third.occupation-list .occupation-list__item__header .container__content .sub-title {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 63px;
  letter-spacing: 0.79px;
  line-height: 74px;
  text-transform: uppercase;
}
.occupation-third.occupation-list .occupation-list__item__header .container__content .links {
  display: flex;
  justify-content: center;
}
.occupation-third.occupation-list .occupation-list__item__header .container__content .links .link {
  font-family: "Atlas Grotesk Web";
  font-weight: 900;
  color: black;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 118px;
  width: 100%;
}
.occupation-third.occupation-list .occupation-list__item__header .container__content .links .link:first-of-type {
  margin-right: 19px;
}
.occupation-third.occupation-list .occupation-list__item__content .full {
  padding-bottom: 60px;
  border-bottom: solid 6px black;
  margin-bottom: 60px;
}
.occupation-third.occupation-list .occupation-list__item__content .full p {
  color: black;
}
.occupation-third.occupation-list .occupation-list__item--article:last-of-type .occupation-list__item--article__theme + .occupation-list__item--article__content {
  border-bottom: none;
  padding-bottom: 0;
}
.occupation-third.occupation-list .occupation-list__item--article__header {
  padding-bottom: 46px;
  border-bottom: solid 6px black;
  margin-bottom: 60px;
  background: none;
  height: 100%;
}
.occupation-third.occupation-list .occupation-list__item--article__header .container {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  height: 529px;
  top: 0;
  left: 0;
  transform: none;
  display: flex;
}
.occupation-third.occupation-list .occupation-list__item--article__header .container a {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: none;
}
.occupation-third.occupation-list .occupation-list__item--article__header .container a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/white-play-btn.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}
.occupation-third.occupation-list .occupation-list__item--article__header .container a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.occupation-third.occupation-list .occupation-list__item--article__header .teaser-title {
  font-family: 'Druk Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  letter-spacing: 0.4px;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: underline;
}
.occupation-third.occupation-list .occupation-list__item--article__activities {
  padding-bottom: 60px;
  border-bottom: solid 6px #000;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item {
  height: 215px;
  width: calc(50% - 10.5px);
  margin-bottom: 20px;
  position: relative;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item:nth-last-of-type(2),
.occupation-third.occupation-list .occupation-list__item--article__activities__item:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .occupation-third.occupation-list .occupation-list__item--article__activities__item {
    width: 100%;
  }
  .occupation-third.occupation-list .occupation-list__item--article__activities__item:nth-last-of-type(2) {
    margin-bottom: 20px;
  }
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-text .activity-title,
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-text .activity-subtitle {
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-text .activity-title {
  font-family: Druk Web;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 50px;
  text-decoration: underline;
}
.occupation-third.occupation-list .occupation-list__item--article__activities__item .activity-text .activity-subtitle {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
}
.occupation-third.occupation-list .occupation-list__item--article__theme {
  position: relative;
  clear: both;
  padding-top: 60px;
}
.occupation-third.occupation-list .occupation-list__item--article__theme + .occupation-list__item--article__content {
  padding-bottom: 62px;
  border-bottom: solid 6px;
}
.occupation-third.occupation-list .occupation-list__item--article__theme .theme-header {
  position: relative;
  display: flex;
  margin-bottom: 52px;
}
.occupation-third.occupation-list .occupation-list__item--article__theme .theme-img {
  height: 235px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.occupation-third.occupation-list .occupation-list__item--article__theme .theme-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.occupation-third.occupation-list .occupation-list__item--article__theme .theme-text .theme-title {
  color: #FFFFFF;
  font-family: Druk Web;
  font-size: 83px;
  font-weight: 500;
  letter-spacing: 1.04px;
  line-height: 97px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
@media all and (max-width: 420px) {
  .occupation-third.occupation-list .occupation-list__item--article__theme .theme-text .theme-title {
    font-size: 53px;
    line-height: 67px;
  }
}
.occupation-third.occupation-list .occupation-list__item--article__theme .theme-text .theme-subtitle {
  font-family: 'Atlas Grotesk Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 32px;
}
@media all and (max-width: 420px) {
  .occupation-third.occupation-list .occupation-list__item--article__theme .theme-text .theme-subtitle {
    margin-top: 12px;
  }
}
