/* Slider */
:root{
  --theme-color: #E4DE00;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\F104';
}

[dir='rtl'] .slick-prev:before {
  content: '\F105';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\F105';
}

[dir='rtl'] .slick-next:before {
  content: '\F104';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\F111';
  text-align: center;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}

/*$color-bkg: #FFF200;
$color-body-bkg: #7194bf;
$color-bkg: #7194bf;
*/

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  background-color: var(--theme-color);
  font-size: 0.9rem;
  line-height: 1.3;
}

.row-offcanvas {
  background-color: var(--theme-color);
  top: 80px;
  margin-bottom: 50px;
}

a {
  color: #009eba;
}

header.main-header {
  position: fixed;
  height: 100px;
  z-index: 100;
  padding: 0;
}

@media (max-width: 767px) {
  header.main-header {
    height: 50px;
  }
}

header.main-header .first-nav {
  background-color: #000000;
  color: #FFF;
  padding: 9px 20px;
  text-transform: uppercase;
  font-family: 'Berthold Akzidenz-Grotesk';
  font-size: 1.3rem;
  line-height: 1.5;
}

header.main-header .second-nav {
  background-color: var(--theme-color);
  color: #000;
  padding: 10px 20px;
  height: 50px;
  text-transform: uppercase;
  font-family: 'Berthold Akzidenz-Grotesk';
  font-size: 1.3rem;
  line-height: 1.5;
}

header.main-header .logo a {
  color: #FFF;
}

header.main-header nav {
  margin: 0;
  padding: 0;
  text-align: right;
}

header.main-header ul {
  margin: 0;
  padding: 0;
}

header.main-header ul li {
  list-style: none;
  display: inline-block;
}

header.main-header ul li:before {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}

header.main-header ul li:first-child:before {
  content: '';
}

header.main-header ul li a {
  color: #FFF;
}

header.main-header .second-nav ul li a {
  color: #000;
}

header.main-header ul li.sel a {
  color: rgba(255, 255, 255, 0.6);
}

.no-padding,
.no-padding > .col,
.no-padding > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Berthold Akzidenz-Grotesk';
  color: #000;
}

h1.kakemono {
  font-size: 4em;
}

ul.list-margin-bottom li {
  margin-bottom: 20px;
}

.bt-return {
  color: #0093b5;
}

.bt-return:hover {
  text-decoration: none;
}

hr.separateur {
  margin: 20px 0;
}

/*----------------------------------------------------------------------------------------------------*/

/* Home page */

/*----------------------------------------------------------------------------------------------------*/

/*-------------calendar-----------------------------------------*/

.calendar {
  width: 100%;
  margin: 20px 0;
}

.calendar-month-header {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: 'Berthold Akzidenz-Grotesk';
  color: #000;
  font-size: 20px;
  border-top: solid 1px #000;
  padding: 3px 0;
}

.calendar-month {
  border-bottom: solid 1px #000;
}

.calendar-month th,
.calendar-month td {
  font-family: 'Berthold Akzidenz-Grotesk';
  font-size: 16px;
  border: 0;
  border-top: solid 1px #000;
  padding: 6px 0;
}

.calendar-month td {
  position: relative;
  opacity: 0;
}

.calendar-month td.active {
  opacity: 1;
}

.calendar-month td a {
  position: absolute;
  display: block;
  top: 0;
  left: -6px;
  bottom: 0;
  padding: 6px;
  width: 24px;
  color: #FFF !important;
  background-color: #000;
}

/*------------tooltips------------------------------------------*/

.tooltip {
  font-size: 12px;
}

.tooltip-inner {
  border-radius: 0;
  padding: 10px 8px 13px 8px;
  color: #CCC;
}

.tooltip-inner span {
  display: block;
  color: #FFF;
}

.tooltip-inner strong {
  display: block;
  color: #FFF;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.tooltip-inner hr {
  margin: 8px auto 5px auto;
  padding: 0;
  width: 20%;
  border-color: rgba(255, 255, 255, 0.3);
}

/*------------------------------------------------------*/

.container-focus {
  padding-top: 20px;
}

.container-focus [class*="col-"] {
  margin-bottom: 30px;
}

.focus {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
  background-color: #FFF;
  -webkit-transition: background-color 400ms, color 200ms;
  transition: background-color 400ms, color 200ms;
}

a.focus:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFF;
}

a.focus.black:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #000;
}

.focus a {
  text-decoration: none;
  background-color: black;
}

.focus .focus-img {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.focus .focus-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.focus .focus-legend {
  font-family: 'Berthold Akzidenz-Grotesk';
  text-transform: uppercase;
  padding: 20px 10px;
  width: 100%;
  color: #FFF;
  text-align: center;
  -webkit-transition: background-color 400ms, color 200ms;
  transition: background-color 400ms, color 200ms;
}

.focus .focus-legend h1 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 3.6em;
  color: #FFF;
}

.focus .focus-legend h2 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.focus.white .focus-legend h1,
.focus.white .focus-legend h2,
.focus.white .focus-legend h3,
.focus.white .focus-legend h4,
.focus.white .focus-legend h5,
.focus.white .focus-legend h6,
.focus.white .focus-legend p {
  color: #000;
}

.focus.white {
  background-color: #FFF;
}

.focus.white:hover {
  background-color: #000000;
  color: #FFF;
}

.focus.white:hover .focus-legend {
  color: #FFF;
}

.focus.white:hover .focus-legend h1,
.focus.white:hover .focus-legend h2,
.focus.white:hover .focus-legend h3,
.focus.white:hover .focus-legend h4,
.focus.white:hover .focus-legend h5,
.focus.white:hover .focus-legend h6,
.focus.white:hover .focus-legend p {
  color: #FFF;
}

.bloc-focus {
  position: relative;
  display: block;
  min-height: 200px;
  height: 100%;
  font-family: 'Berthold Akzidenz-Grotesk';
  text-transform: uppercase;
  text-align: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 400ms, color 200ms;
  transition: background-color 400ms, color 200ms;
}

.bloc-focus.short {
  min-height: 200px;
}

a.bloc-focus:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFF;
}

a.bloc-focus.black:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #000;
}

.bloc-focus.past img,
.bloc-focus.past .text {
  opacity: 0.5;
}

.bloc-focus.white.past .text,
.bloc-focus.black.past .text {
  opacity: 0.3;
}

a.bloc-focus:hover h1,
a.bloc-focus:hover h2,
a.bloc-focus:hover h3,
a.bloc-focus:hover h4,
a.bloc-focus:hover h5,
a.bloc-focus:hover h6,
a.bloc-focus:hover p {
  color: #FFF;
}

a.bloc-focus.black:hover h1,
a.bloc-focus.black:hover h2,
a.bloc-focus.black:hover h3,
a.bloc-focus.black:hover h4,
a.bloc-focus.black:hover h5,
a.bloc-focus.black:hover h6,
a.bloc-focus.black:hover p {
  color: #000;
}

.bloc-focus.bloc-focus-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .bloc-focus .text h1 {
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 0;
}

.home .bloc-focus .text h2,
.home .bloc-focus .text h3,
.home .bloc-focus .text h4,
.home .bloc-focus .text p {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
}

.home .focus h1 {
  font-size: 4em;
  line-height: 1;
  margin-bottom: 0;
}

.home .focus h2,
.home .focus h3,
.home .focus h4,
.home .focus p {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 0;
}

.portail .bloc-focus .text h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0;
}

.portail .bloc-focus .text h2,
.portail .bloc-focus .text h3,
.portail .bloc-focus .text h4,
.portail .bloc-focus .text p {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0;
}

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
  .focus .focus-legend h1 {
    font-size: 2em;
  }

  .focus .focus-legend h2,
  .focus .focus-legend p {
    font-size: 1em;
  }
}

/* Small devices (landscape phones, less than 768px)*/

@media (min-width: 576px) and (max-width: 767px) {
  .focus .focus-legend h1 {
    font-size: 2.5em;
  }

  .focus .focus-legend h2,
  .focus .focus-legend p {
    font-size: 1.5em;
  }
}

/* Medium devices (tablets, less than 992px)*/

@media (min-width: 768px) and (max-width: 991px) {
  .focus .focus-legend h1 {
    font-size: 3em;
  }

  .focus .focus-legend h2,
  .focus .focus-legend p {
    font-size: 2em;
  }
}

.black {
  background-color: #000000;
  color: #FFF;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black p {
  color: #FFF;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p,
.focus.grey h1,
.focus.grey h2,
.focus.grey h3,
.focus.grey h4,
.focus.grey h5,
.focus.grey h6,
.focus.grey p,
.focus.black:hover h1,
.focus.black:hover h2,
.focus.black:hover h3,
.focus.black:hover h4,
.focus.black:hover h5,
.focus.black:hover h6,
.focus.black:hover p {
  color: #000;
}

.grey:hover h1,
.grey:hover h2,
.grey:hover h3,
.grey:hover h4,
.grey:hover h5,
.grey:hover h6,
.grey:hover p,
.focus.grey:hover h1,
.focus.grey:hover h2,
.focus.grey:hover h3,
.focus.grey:hover h4,
.focus.grey:hover h5,
.focus.grey:hover h6,
.focus.grey:hover p {
  color: #FFF;
}

.grey {
  background-color: #959595;
  color: #000;
}

.white {
  background-color: #FFF;
  color: #000;
}

.bloc-focus .text {
  padding: 20px;
}

.bloc-focus .text h1 {
  font-size: 1.6em;
}

.bloc-focus .text h2 {
  font-size: 1.4em;
}

.bloc-focus .text h3 {
  font-size: 1.2em;
}

.bloc-focus .text p {
  margin-bottom: 0;
}

.bloc-focus ul {
  padding: 0;
  list-style: none;
}

.tinytext p {
  font-size: 80% !important;
}

.tinytext .small {
  font-size: inherit;
}

/*----------------------------------------------------------------------------------------------------*/

/* spectacle */

/*----------------------------------------------------------------------------------------------------*/

h2.tiny,
h2.onglet {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .spectacle-l-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .spectacle-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .spectacle-r-side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#accordion {
  padding-top: 2px;
}

/*----------------------------------------------------------------------------------------------------*/

/* multiple */

/*----------------------------------------------------------------------------------------------------*/

.multiple .l-side h1,
.multiple .r-side h1 {
  font-size: 1.6rem;
}

.multiple .l-side h2,
.multiple .r-side h2 {
  font-size: 1.2rem;
}

.multiple .l-side h3,
.multiple .r-side h3 {
  font-size: 1rem;
}

.multiple .l-side h4,
.multiple .r-side h4 {
  font-size: 1rem;
}

.multiple .content h1 {
  font-size: 1.8rem;
}

.multiple .content h2 {
  font-size: 1.4rem;
}

.multiple .content h3 {
  font-size: 1.2rem;
}

.multiple .content h4 {
  font-size: 1rem;
}

.grey .text a {
  color: #59e6ff;
}

.bloc-focus .picto {
  text-align: center;
  max-width: 100%;
  font-size: 5em;
  padding: 16px 0 9px 0;
  color: #FFF;
  background-color: #2d415a;
}

.list-agenda-bg {
  position: relative;
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}

.list-agenda-bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  content: 'saison 18/19';
  background-color: var(--theme-color);
  border: solid 1px #000;
  border-width: 1px 1px 0 1px;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  height: 40px;
  font-family: 'Berthold Akzidenz-Grotesk';
  text-align: center;
}

.list-agenda-cont {
  border: solid 1px #000;
  border-top: 0;
  height: 510px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/images/cdno.png?4b0486be7a5641585abfcfaa75f6240f);
}

.list-agenda {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.list-agenda h1,
.list-agenda p {
  font-family: 'Berthold Akzidenz-Grotesk';
  text-transform: uppercase;
  text-align: center;
}

.list-agenda h1 {
  font-size: 24px;
  line-height: 25px;
}

.list-agenda h1 a {
  text-decoration: none;
  color: #000;
}

.list-agenda h1.title {
  margin-top: 50px;
  font-size: 30px;
  color: #888;
}

.list-agenda h1.past a {
  color: #666;
}

.list-agenda p {
  font-size: 14px;
  margin-bottom: 10px;
}

.list-agenda-title {
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 60px;
  font-family: 'Berthold Akzidenz-Grotesk';
  text-align: center;
}

.spectacle-event-list {
  list-style: none;
  padding-left: 0;
}

.spectacle-event-list li {
  padding-bottom: 2px;
}

.spectacle-event-list li.old {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .list-agenda-bg:before {
    border: 0;
  }

  .list-agenda-bg {
    display: none;
    width: 100%;
  }

  .simplebar-scroll-content {
    overflow-y: hidden !important;
  }

  .list-agenda-cont {
    position: relative;
    padding: 0 20px;
    border: none;
    overflow-y: auto;
    overflow-x: auto;
    height: auto;
    width: 100%;
    background-image: none;
  }
}

@media (min-width: 992px) {
  .list-agenda-title {
    display: none;
  }
}

.hidden {
  display: none !important;
}

footer {
  font-family: 'Berthold Akzidenz-Grotesk';
  font-size: 18px;
  padding: 40px 0;
  background-color: #000000;
  color: #FFF;
}

footer.flottant {
  font-family: 'Berthold Akzidenz-Grotesk';
  font-size: 18px;
  padding: 5px 0;
  background-color: #000000;
  color: #FFF;
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
}

.flottant .flottant-cont {
  margin: 0 auto;
  padding: 0 30px;
  color: #AAA;
}

.flottant .flottant-cont .billeterie {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  footer.flottant .flottant-cont {
    width: 750px;
  }
}

@media (min-width: 992px) {
  footer.flottant .flottant-cont {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  footer.flottant .flottant-cont {
    width: 1170px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .list-agenda-cont {
    height: 420px;
  }
}

@media (max-device-width: 480px) {
  footer.flottant {
    display: none;
  }
}

ul.social {
  margin-top: 20px;
  list-style: none;
}

.flottant ul.social {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
}

.flottant ul.social li {
  margin-right: 14px;
}

.flottant ul.social li a {
  font-size: 16px;
}

ul.social li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
}

ul.social li a {
  font-size: 36px;
}

.conteneur-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

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

.button {
  display: block;
  text-transform: uppercase;
  font-family: 'Berthold Akzidenz-Grotesk';
  width: 100%;
  background-color: #FFF;
  color: #000;
  text-align: center;
  line-height: 2;
  font-size: 1rem;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

a.button:hover {
  background-color: #CCC;
  color: #000;
  text-decoration: none;
}

.button-big {
  padding-top: 1px;
  line-height: 1.8;
  font-size: 1.4rem;
}

.button.button-black {
  background-color: #000000;
  color: #FFF;
}

a.button.button-black:hover {
  background-color: #444;
  color: #FFF;
  text-decoration: none;
}

.button.button-dark {
  background-color: #959595;
  color: #000;
}

a.button.button-dark:hover {
  background-color: #000000;
  color: #FFF;
  text-decoration: none;
}

.home .bloc-newsletter {
  background-color: #444;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear;
}

.home .bloc-newsletter.open {
  height: 170px;
}

.bloc-newsletter .inf-main {
  margin: 0 !important;
}

.bloc-newsletter h4 {
  display: none;
}

.bloc-newsletter .inf-main span {
  color: #AAA !important;
}

.bloc-newsletter input,
.bloc-newsletter .inf-main .inf-input input {
  width: 100% !important;
  color: #AAA !important;
}

.bloc-newsletter .inf-main .inf-input input {
  background-color: #AAA !important;
  color: #000 !important;
}

table {
  width: 100%;
  margin-bottom: 10px;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 3px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table > thead > tr:first-child td,
table > tbody > tr:first-child td,
table > tfoot > tr:first-child td {
  border-bottom-width: 2px;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

/*
 * Opage spectacle
 * --------------------------------------------------

 */

.img-spectacle {
  margin-bottom: 10px;
}

.cartouche {
  background-color: #FFF;
  padding: 10px;
}

.cartouche h1,
.cartouche h2,
.cartouche h3,
.cartouche h4 {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
  background-color: #000000;
  text-align: center;
  color: #FFF;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */

.row-offcanvas {
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.row-offcanvas-right {
  right: 0;
}

.row-offcanvas-left {
  left: 0;
}

.row-offcanvas-right .sidebar-offcanvas {
  right: -100%;
  /* 12 columns */
}

.row-offcanvas-right.active .sidebar-offcanvas {
  right: -350px;
  /* 6 columns */
}

.row-offcanvas-left .sidebar-offcanvas {
  left: -100%;
  /* 12 columns */
}

.row-offcanvas-left.active .sidebar-offcanvas {
  left: -50%;
  /* 6 columns */
}

.row-offcanvas-right.active {
  right: 350px;
  /* 6 columns */
}

.row-offcanvas-left.active {
  left: 50%;
  /* 6 columns */
}

.sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 350px;
  /* 6 columns */
}

.sidebar-offcanvas {
  background-color: #333;
  height: 100%;
}

.btn-off-canvas {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #FFF;
  display: none;
}

.menu-offcanvas {
  height: 100%;
  overflow-y: scroll;
}

.menu-offcanvas li {
  display: block;
}

.menu-offcanvas li.menu-item a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.menu-offcanvas li.menu-item a:hover {
  text-decoration: none;
}

.menu-offcanvas li.menu-separateur {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn-off-canvas {
    display: block;
  }

  .second-nav {
    display: none;
  }

  .row-offcanvas {
    top: 50px;
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------------------------- */

/* bootstrap acordion*/

.card {
  background-color: transparent;
  border: 0;
}

.card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.card-header a {
  cursor: pointer;
  border-bottom: solid 1px #000;
}

/*----------------------------------------------------------------------------------------------------*/

/* popup */

/*----------------------------------------------------------------------------------------------------*/

@-webkit-keyframes show-off {
  0% {
    opacity: 1;
    width: inherit;
    height: inherit;
  }

  99% {
    opacity: 0;
    width: inherit;
    height: inherit;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

@keyframes show-off {
  0% {
    opacity: 1;
    width: inherit;
    height: inherit;
  }

  99% {
    opacity: 0;
    width: inherit;
    height: inherit;
  }

  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}

#home-popup-cloud {
  position: fixed;
  overflow: hidden;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity ease-out 500ms;
  transition: opacity ease-out 500ms;
  z-index: 100000;
}

#home-popup-cloud.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-popup-cloud.reveal {
  opacity: 1;
}

#home-popup-cloud.reveal #home-popup {
  top: 0;
}

#home-popup-cloud.disappear {
  -webkit-animation: show-off 500ms;
          animation: show-off 500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#home-popup-cloud #home-popup {
  position: relative;
  width: 650px;
  min-height: 350px;
  padding: 50px 30px 30px 130px;
  top: -100px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: top ease-out 500ms;
  transition: top ease-out 500ms;
}

#home-popup-cloud #home-popup:before {
  display: block;
  position: absolute;
  content: ' ';
  width: 84px;
  height: 0;
  padding-top: 200px;
  overflow: hidden;
  background: transparent url(/images/LOGO_CDNO_noir.jpg?c2c6b767d2b0a3c26b33c2cdca79d230) no-repeat;
  background-size: cover;
  top: 0;
  left: 20px;
}

#home-popup-cloud #home-popup #home-popup-close {
  position: absolute;
  display: block;
  top: 5px;
  right: 10px;
  cursor: pointer;
}


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