@charset "UTF-8";
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 0%;
  width: calc(50% + 45px*2);
  height: 100%;
  border: none;
  border-radius: 0%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  background: rgba(0, 255, 25, 0.5);
  background: transparent;
  cursor: pointer; }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button.previous {
  left: -90px;
  cursor: pointer; }
  .flickity-prev-next-button.previous svg {
    left: 0; }

.flickity-prev-next-button.next {
  right: -90px;
  cursor: pointer; }
  .flickity-prev-next-button.next svg {
    right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: auto; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.embed, .embed iframe, .embed img, .embed object {
  max-width: 100%; }

.embed {
  position: relative;
  margin: 0;
  padding: 0; }

.embed img {
  display: block;
  height: auto; }

.embed--video iframe, .embed--video object, .embed__thumb {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.embed--video {
  background-color: #ddd;
  overflow: hidden; }

.embed--error {
  font-size: .8em; }

.embed__thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer; }

.embed__thumb > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  min-width: 75px;
  max-width: 175px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: .65; }

.embed__thumb:hover > img {
  opacity: 1; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0; }

html {
  font-family: "Self Modern", serif;
  color: #000000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-size: 18px;
  line-height: 27px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a,
a:hover,
a:visited {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  color: #000000;
  text-decoration: none;
  outline: 0; }

ins {
  color: #000000;
  text-decoration: none;
  background-color: #000000; }

mark {
  font-style: italic;
  font-weight: bold;
  color: #000000;
  background-color: #000000; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #000000; }

input,
select {
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

body {
  font-size: 18px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  margin: 45px;
  margin-top: 33px;
  margin-bottom: 0;
  letter-spacing: -0.007em; }
  @media (max-width: 667px) {
    body {
      font-size: 13px;
      line-height: 20px; } }
  @media (max-width: 667px) {
    body {
      margin: 20px;
      margin-top: 16px; } }

strong {
  font-weight: normal; }

.layout {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  padding: 45px 22.5px;
  visibility: hidden; }
  .body-grid-is-visible .layout {
    visibility: visible; }

.layout__item {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 22.5px;
  background-color: rgba(0, 0, 0, 0.03); }

.main {
  margin-top: 45px; }

.text-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }
  .text-wrapper p {
    margin-bottom: 27px; }
    .text-wrapper p sup {
      position: relative;
      top: -8px;
      font-family: "Self Modern Text", serif;
      font-size: 12px;
      line-height: 16px; }
      @media (max-width: 667px) {
        .text-wrapper p sup {
          font-size: 10px;
          line-height: 16px; } }
  .text-wrapper ul {
    list-style-type: none;
    margin-bottom: 13.5px; }
    .text-wrapper ul li {
      margin-left: 1.1em;
      text-indent: -1.1em; }
      .text-wrapper ul li:before {
        content: "— "; }
  .text-wrapper a {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
    .text-wrapper a:hover {
      background: none; }
  .text-wrapper h1, .text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper h5, .text-wrapper h6 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 21.6px;
    max-width: 75%; }
    @media (max-width: 667px) {
      .text-wrapper h1, .text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper h5, .text-wrapper h6 {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 667px) {
      .text-wrapper h1, .text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper h5, .text-wrapper h6 {
        max-width: none; } }
  .text-wrapper blockquote {
    font-style: italic; }
  @media (max-width: 667px) {
    .text-wrapper {
      margin-bottom: 45px; }
      .text-wrapper p {
        margin-bottom: 20px; } }

.text-wrapper--category {
  margin-top: 45px; }

.text-wrapper--sommaire {
  text-align: center; }
  .text-wrapper--sommaire ul {
    list-style-type: none; }
    .text-wrapper--sommaire ul li {
      display: inline;
      margin: 0;
      text-indent: 0; }
      .text-wrapper--sommaire ul li:before {
        content: "· "; }
      .text-wrapper--sommaire ul li:first-of-type:before {
        display: none; }

.text-inner {
  text-align: left; }
  .text-inner .external-links-wrapper,
  .text-inner .attachments-wrapper {
    margin-top: 90px;
    margin-bottom: 180px; }
    .text-inner .external-links-wrapper.page-has-also-external-links,
    .text-inner .attachments-wrapper.page-has-also-external-links {
      margin-top: 0; }
    .text-inner .external-links-wrapper.page-has-also-attachments,
    .text-inner .attachments-wrapper.page-has-also-attachments {
      margin-bottom: 0; }
  @media (max-width: 667px) {
    .text-inner .external-links-wrapper,
    .text-inner .attachments-wrapper {
      margin-top: 45px;
      margin-bottom: 45px; } }

.text-wrapper .text-inner__excerpt {
  display: none; }

.text-wrapper.page-has-children-grid.is-long-text .text-inner__excerpt {
  display: block; }

.text-wrapper.page-has-children-grid.is-long-text .text-inner__full {
  display: none; }

.text-button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-top: 0;
  border: 1px solid;
  padding: 0.2em 1.2em 0.6em;
  border-radius: 1.3em;
  cursor: pointer;
  display: none; }
  .text-button span {
    position: relative;
    display: inline-block;
    transform: translateY(0.15em); }
  .text-button:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .is-long-text .text-button {
    display: inline-block; }
  .is-short-text .text-button {
    display: none; }
  .page-has-no-children-grid .text-button {
    display: none; }

.credits-wrapper {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  font-family: "Self Modern Text", serif;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }
  @media (max-width: 667px) {
    .credits-wrapper {
      font-size: 10px;
      line-height: 16px; } }
  .credits-wrapper p {
    max-width: 35ch;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: 0; }
  .credits-wrapper em {
    font-style: normal; }

.attachments-wrapper,
.external-links-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }
  .attachments-wrapper.page-has-also-attachments,
  .external-links-wrapper.page-has-also-attachments {
    margin-bottom: 0; }

.attachments__item,
.external-links__item {
  margin-left: 1.5em;
  text-indent: -1.5em; }
  .attachments__item span,
  .external-links__item span {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .attachments__item a:hover span,
  .external-links__item a:hover span {
    background: none; }

.attachments__item svg {
  position: relative;
  top: 2px;
  margin-right: 9px; }

.external-links__item svg {
  position: relative;
  top: 2px;
  margin-right: 9px; }

.grid {
  font-size: 0;
  margin-bottom: 45px; }
  .body-template-programmation .grid {
    margin-bottom: 0; }

.grid__item {
  font-size: 18px;
  text-align: center;
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 2 + ( (2 - 1) * 45px ));
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 45px;
  margin-bottom: 33px; }
  .grid__item:nth-of-type(3n), .grid__item:last-of-type {
    margin-right: 0; }
  .grid__item a:hover .grid__item__image__title {
    display: none; }
    .grid__item a:hover .grid__item__image__title--hover {
      display: block; }
  .grid__item.has-sommaire a:hover .grid__item__sommaire-wrapper {
    visibility: visible; }
  .body-template-programmation .grid__item .grid__item__image img {
    visibility: hidden; }
  .body-template-programmation .grid__item a:hover .grid__item__sommaire {
    visibility: hidden; }
  .body-template-home .grid__item:not(.grid__item--actualite) a:hover .grid__item__title span:not(.grid__item__title__parent) {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .body-template-parent .grid__item a:hover .grid__item__title span:not(.grid__item__title__parent),
  .body-template-child .grid__item a:hover .grid__item__title span:not(.grid__item__title__parent),
  .body-template-ressources .grid__item a:hover .grid__item__title span:not(.grid__item__title__parent) {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  @media (max-width: 667px) {
    .grid__item {
      width: 100%;
      font-size: 13px;
      margin-right: 0;
      margin-bottom: 20px; } }

.grid__item--event {
  margin-bottom: 45px; }
  .grid__item--event .grid__item__title {
    display: none; }
  .grid__item--event.has-event-image a:hover .grid__item__event-image {
    visibility: visible; }
  .grid__item--event.has-event-image a:hover .grid__item__image__title-wrapper {
    visibility: hidden; }
  @media (max-width: 667px) {
    .grid__item--event {
      margin-bottom: 20px; } }

.grid__item__event-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 45px*2);
  height: auto;
  visibility: hidden; }

.grid__item__date {
  margin-top: 13.5px; }
  @media (max-width: 667px) {
    .grid__item__date {
      margin-top: 10px; } }

.grid__item__category {
  position: absolute;
  bottom: 22.5px;
  right: 22.5px;
  text-align: right;
  font-style: italic;
  font-size: 14px;
  line-height: 23px; }

.grid__item__image {
  position: relative;
  line-height: 0; }

.grid__item__image__svg {
  position: relative; }
  .grid__item__image__svg svg {
    width: 100%;
    height: auto;
    display: none; }
  .grid__item__image__svg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%; }
  .grid__item__image__svg > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid__item__image__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }

.grid__item__image__title {
  font-size: 25px;
  line-height: 31px;
  box-sizing: border-box;
  padding: 22.5px;
  width: 100%; }
  @media (max-width: 667px) {
    .grid__item__image__title {
      font-size: 20px;
      line-height: 26px; } }
  .grid__item__image__title sup {
    position: relative;
    top: -10px;
    font-size: 19px; }

.grid__item__image__title--hover {
  display: none; }
  .grid__item__image__title--hover span {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 94%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ea5725, -1px 1px 0px #ea5725, -1px 2px 0px #ea5725, -1px -1px 0px #ea5725, -1px -2px 0px #ea5725, -1px -3px 0px #ea5725, -2px 0px 0px #ea5725, -2px 1px 0px #ea5725, -2px 2px 0px #ea5725, -2px -1px 0px #ea5725, -2px -2px 0px #ea5725, -2px -3px 0px #ea5725, 1px 0px 0px #ea5725, 1px 1px 0px #ea5725, 1px 2px 0px #ea5725, 1px -1px 0px #ea5725, 1px -2px 0px #ea5725, 1px -3px 0px #ea5725, 2px 0px 0px #ea5725, 2px 1px 0px #ea5725, 2px 2px 0px #ea5725, 2px -1px 0px #ea5725, 2px -2px 0px #ea5725, 2px -3px 0px #ea5725;
    text-shadow: none; }

.grid__item__image__title__type {
  font-size: 18px;
  line-height: 27px;
  margin-top: 2.7px; }
  @media (max-width: 667px) {
    .grid__item__image__title__type {
      font-size: 13px;
      line-height: 20px; } }

.grid__item__image__subhead {
  font-size: 18px;
  line-height: 27px; }
  @media (max-width: 667px) {
    .grid__item__image__subhead {
      font-size: 13px;
      line-height: 20px; } }

.grid__item__image__social-links a:hover .social-link {
  background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
  background-size: 100% 1px;
  text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

.grid__item__title {
  margin-top: 13.5px; }
  @media (max-width: 667px) {
    .grid__item__title {
      margin-top: 10px; } }

.grid__item__title__parent {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px; }
  @media (max-width: 667px) {
    .grid__item__title__parent {
      font-size: 10px;
      line-height: 16px; } }
  .body-template-child .grid__item__title__parent {
    display: none; }
  .event-related-events .grid__item__title__parent {
    display: inline-block; }

.grid__item__sommaire-wrapper {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 45px*2);
  height: auto; }

.grid__item__sommaire {
  line-height: 27px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 66.66%; }
  .grid__item__sommaire ul {
    list-style-type: none; }
  .grid__item__sommaire li {
    display: inline; }
    .grid__item__sommaire li:after {
      content: " · "; }
    .grid__item__sommaire li:last-of-type:after {
      content: none; }
  .grid__item__sommaire p {
    margin-bottom: 8px; }
  @media (max-width: 667px) {
    .grid__item__sommaire {
      visibility: hidden; } }

.grid__item__sommaire__text {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 22.5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 667px) {
    .grid__item__sommaire__text {
      font-size: 10px;
      line-height: 16px; } }
  .grid__item__sommaire__text p:last-of-type {
    margin-bottom: 0; }

.event-grid-title {
  font-size: 25px;
  line-height: 31px;
  padding: 45px 0; }
  @media (max-width: 667px) {
    .event-grid-title {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 667px) {
    .event-grid-title {
      padding: 20px 0; } }

.event-grid-no-events {
  text-align: center;
  margin-top: 135px; }

.grid__item--actualite .grid__item__image__svg {
  box-sizing: border-box;
  border: 1px solid; }

.grid-wrapper--passes .grid__item__date {
  color: #c0c0c0; }

.image-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .image-container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.page-title {
  font-size: 60px;
  line-height: 72px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 67.5px;
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 4 + ( (4 - 1) * 45px )); }
  @media (max-width: 667px) {
    .page-title {
      font-size: 25px;
      line-height: 31px; } }
  .page-title sup {
    position: relative;
    top: -25px;
    font-size: 45px; }
  .body-template-event .page-title {
    margin-bottom: 45px; }
  @media (max-width: 667px) {
    .page-title {
      width: 100%; }
      .body-template-event .page-title {
        margin-bottom: 13.3333333333px; } }

.gallery-wrapper {
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 4 + ( (4 - 1) * 45px ));
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
  min-height: 600px; }
  @media (max-width: 667px) {
    .gallery-wrapper {
      min-height: 0px;
      width: 100%; } }

.gallery {
  box-sizing: border-box;
  width: 100%;
  visibility: hidden;
  /* FADE */
  /* FADE */ }
  .gallery.flickity-enabled {
    visibility: visible; }
  .gallery .flickity-viewport {
    transition: height 200ms; }
  .gallery .flickity-prev-next-button {
    display: none; }
  .gallery .flickity-slider {
    transform: none !important; }
  .gallery .gallery__item {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0ms ease-in-out;
    z-index: -1; }
  .gallery .gallery__item.is-selected {
    opacity: 1;
    z-index: 0; }
  @media (max-width: 667px) {
    .gallery .flickity-prev-next-button {
      display: block; }
      .gallery .flickity-prev-next-button svg {
        display: none; }
      .gallery .flickity-prev-next-button.previous {
        left: 0;
        width: 50%; }
      .gallery .flickity-prev-next-button.next {
        right: 0;
        width: 50%; } }

.gallery__item {
  width: 100%;
  height: 600px;
  height: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery__item img {
    max-height: 100%;
    max-width: 100%; }
  @media (max-width: 667px) {
    .gallery__item {
      height: auto; } }

.gallery-button {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: calc(50% + 50px + 45px/2);
  height: calc(100% - 16px*3);
  cursor: pointer; }
  .gallery-button svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .gallery-button svg #horizontal {
      visibility: hidden; }
  @media (max-width: 667px) {
    .gallery-button {
      display: none; } }

.gallery-button--prev {
  left: calc(-50px - 45px/2); }
  .gallery-button--prev svg {
    left: 0; }
  .gallery-button--prev:hover svg #horizontal {
    visibility: visible; }

.gallery-button--next {
  right: calc(-50px - 45px/2); }
  .gallery-button--next svg {
    right: 0; }
  .gallery-button--next:hover svg #horizontal {
    visibility: visible; }

.gallery-info {
  position: relative;
  box-sizing: border-box;
  margin-top: 16px;
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px; }
  @media (max-width: 667px) {
    .gallery-info {
      font-size: 10px;
      line-height: 16px; } }
  .gallery-info ::-moz-selection {
    color: #000000;
    text-shadow: none;
    background: transparent; }
  .gallery-info ::selection {
    color: #000000;
    text-shadow: none;
    background: transparent; }

.gallery__text {
  text-align: center;
  width: calc( ( ( 100% - 45px*7 ) / 6 ) * 3 + ( (3 - 1) * 45px ));
  margin: 0 auto;
  box-sizing: border-box; }
  .gallery__text a {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
    .gallery__text a:hover {
      background: none; }
  @media (max-width: 667px) {
    .gallery__text {
      width: 100%; } }

.gallery__count {
  text-align: center; }

.issuu-embed-wrapper {
  margin-bottom: 45px; }
  .issuu-embed-wrapper div {
    width: calc( ( ( 100% - 45px*5 ) / 6 ) * 6 + ( (6 - 1) * 45px )) !important;
    margin: 0 auto; }
    @media (min-width: 1700px) {
      .issuu-embed-wrapper div {
        width: calc( ( ( 100% - 45px*5 ) / 6 ) * 4 + ( (4 - 1) * 45px )) !important; } }

.video-wrapper {
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 4 + ( (4 - 1) * 45px ));
  margin: 0 auto;
  margin-bottom: 90px; }

.iframe-wrapper {
  position: relative;
  padding-top: 0;
  height: 0; }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-credits {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  font-family: "Self Modern Text", serif;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center; }
  @media (max-width: 667px) {
    .video-credits {
      font-size: 10px;
      line-height: 16px; } }
  .video-credits p {
    margin-bottom: 16px; }
  .video-credits em {
    font-style: normal; }

.event-info {
  text-align: center;
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 2 + ( (2 - 1) * 45px ));
  margin: 0 auto;
  margin-bottom: 67.5px; }
  .event-info a:hover {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .event-is-past .event-info {
    color: #c0c0c0; }
    .event-is-past .event-info a {
      color: #c0c0c0; }
  @media (max-width: 667px) {
    .event-info {
      width: 100%; } }

.event-info__location__details {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3.2px; }
  @media (max-width: 667px) {
    .event-info__location__details {
      font-size: 10px;
      line-height: 16px; } }

.event-related-events {
  margin-top: 135px; }
  @media (max-width: 667px) {
    .event-related-events {
      margin-top: 20px; } }

.event-related-events__title {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 22.5px;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 21.6px;
  max-width: 75%; }
  @media (max-width: 667px) {
    .event-related-events__title {
      font-size: 20px;
      line-height: 26px; } }
  @media (max-width: 667px) {
    .event-related-events__title {
      max-width: none; } }
  @media (max-width: 667px) {
    .event-related-events__title {
      width: 100%; } }

.event-related-events__grid {
  text-align: center; }
  .event-related-events__grid .grid__item a:hover span:not(.grid__item__title__parent) {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

.actualite-info {
  text-align: center;
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 2 + ( (2 - 1) * 45px ));
  margin: 0 auto;
  margin-bottom: 67.5px; }
  .actualite-info a:hover {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

.newsletter-wrapper label {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5em;
  width: 100%;
  display: block; }
  @media (max-width: 667px) {
    .newsletter-wrapper label {
      font-size: 10px;
      line-height: 16px; } }

.newsletter-wrapper input[type="text"],
.newsletter-wrapper input[type="tel"],
.newsletter-wrapper input[type="email"],
.newsletter-wrapper input[type="submit"] {
  width: 100%;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Self Modern", serif;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid;
  box-sizing: border-box;
  padding: 7px 11px; }
  @media (max-width: 667px) {
    .newsletter-wrapper input[type="text"],
    .newsletter-wrapper input[type="tel"],
    .newsletter-wrapper input[type="email"],
    .newsletter-wrapper input[type="submit"] {
      font-size: 13px;
      line-height: 20px; } }

.newsletter-wrapper input[type="submit"] {
  width: auto;
  cursor: pointer;
  border: 1px solid;
  padding: 0.3em 1em 0.4em;
  border-radius: 1.1em;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  margin-top: 27px; }
  .newsletter-wrapper input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000; }

.logo {
  position: absolute;
  pointer-events: none;
  z-index: 900;
  top: 41px;
  left: 41px;
  width: calc( ( ( 100% - 45px*7 ) / 6 ) * 1.3 + ( (1.3 - 1) * 45px )); }
  .logo svg {
    width: 100%;
    height: auto; }
  @media (max-width: 667px) {
    .logo {
      top: 20px;
      left: 20px;
      width: 50%; } }

.header {
  display: flex;
  justify-content: space-between;
  text-align: center; }
  @media (max-width: 667px) {
    .header {
      width: 100%;
      flex-wrap: wrap; } }

.header-logo,
.menu {
  width: calc( (100% - 45px)/2); }
  @media (max-width: 667px) {
    .header-logo,
    .menu {
      width: 100%; } }

.header-logo a:hover {
  background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
  background-size: 100% 1px;
  text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

@media (max-width: 667px) {
  .body-template-home .header-logo {
    font-size: 60px;
    line-height: 72px; } }
  @media (max-width: 667px) and (max-width: 667px) {
    .body-template-home .header-logo {
      font-size: 25px;
      line-height: 31px; } }

.header__search {
  position: absolute;
  top: 36px;
  right: 45px; }
  @media (max-width: 667px) {
    .header__search {
      display: none; } }

.menu {
  box-sizing: border-box;
  padding: 0 45px; }
  .body-template-home .menu {
    display: none; }
  @media (max-width: 667px) {
    .menu {
      display: none; }
      .body-template-child .menu,
      .body-template-subchild .menu,
      .body-template-ressources-child .menu {
        display: block;
        margin-top: 45px;
        margin-bottom: -36px; }
        .body-template-child .menu .menu-comma,
        .body-template-subchild .menu .menu-comma,
        .body-template-ressources-child .menu .menu-comma {
          display: none; }
        .body-template-child .menu .menu__item:not(.is-active),
        .body-template-subchild .menu .menu__item:not(.is-active),
        .body-template-ressources-child .menu .menu__item:not(.is-active) {
          display: none; }
        .body-template-child .menu .menu__item.is-active,
        .body-template-subchild .menu .menu__item.is-active,
        .body-template-ressources-child .menu .menu__item.is-active {
          margin-left: -9px; }
      .body-template-subchild .menu {
        margin-top: 45px;
        margin-bottom: 0; } }

.menu--grandparent {
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 3 + ( (3 - 1) * 45px ));
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: -0px; }
  @media (max-width: 667px) {
    .body-template-child .menu--grandparent,
    .body-template-ressources-child .menu--grandparent {
      display: none; }
    .body-template-subchild .menu--grandparent {
      width: 100%;
      margin-top: 0;
      margin-bottom: -36px; } }

.menu-inner {
  max-width: 70ch;
  margin: 0 auto; }
  @media (max-width: 667px) {
    .menu-inner {
      max-width: none; } }

.menu__item {
  display: inline-block; }
  .menu__item:last-of-type .menu-comma {
    display: none; }
  .menu__item:not(:last-of-type):after {
    display: none;
    position: relative;
    content: ",";
    left: -0.25em; }
  .menu__item a .menu__item__text:hover {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .menu__item.is-active svg {
    position: relative;
    top: -0.03em; }
  .menu__item.is-active a .menu__item__text {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .menu__item.menu__item--soutenir-la-maison.is-active a:before {
    content: none; }
  .body-template-programmation .menu__item.menu__item--programmation.is-active a:before {
    content: none; }
  .body-template-recherche .menu__item.menu__item--recherche.is-active a:before {
    content: none; }
  .body-template-ressources .menu__item.menu__item--ressources.is-active a:before {
    content: none; }
  .menu--grandparent--event .menu__item a:before {
    content: url('data:image/svg+xml; utf8, <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" width="13px" height="6px" viewBox="0 0 26.84 12.81"><title>cursor-left</title><path d="M26.84,5.66V7.14H8.12V5.66Z" fill="#000000"/><polygon points="6.4 11.83 1.41 6.4 6.4 0.98 5.91 0.49 5.42 0 0 5.91 0 6.9 5.42 12.81 5.91 12.31 5.91 12.32 6.4 11.83" fill="#000000"/></svg>');
    top: -0.03em;
    margin-right: 0.3em; }

.body-page-has-no-children .menu__item.is-active a:before {
  display: none; }

.body-template-child .menu--grandparent .menu__item.is-active a:before,
.body-template-ressources-child .menu--grandparent .menu__item.is-active a:before {
  display: none; }

@media (max-width: 667px) {
  .body-template-event .menu--grandparent--event {
    display: block;
    width: 100%;
    margin-bottom: -36px; } }

.menu__item--home.is-active a:before {
  display: none; }

.sub-menu {
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 67.5px; }
  @media (max-width: 667px) {
    .sub-menu {
      font-size: 25px;
      line-height: 31px; } }
  .sub-menu a:hover {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 95%;
    background-size: 100% 1px;
    text-shadow: -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -3px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -3px 0px #ffffff, -3px 1px 0px #ffffff, -3px 2px 0px #ffffff, -3px -3px 0px #ffffff, -4px 1px 0px #ffffff, -4px 2px 0px #ffffff, -4px -3px 0px #ffffff, -5px 1px 0px #ffffff, -5px 2px 0px #ffffff, -5px -3px 0px #ffffff, -6px -1px 0px #ffffff, -6px 1px 0px #ffffff, -6px 2px 0px #ffffff, -6px -3px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -3px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -3px 0px #ffffff, 3px 1px 0px #ffffff, 3px 2px 0px #ffffff, 3px -3px 0px #ffffff, 4px 1px 0px #ffffff, 4px 2px 0px #ffffff, 4px -3px 0px #ffffff, 5px 1px 0px #ffffff, 5px 2px 0px #ffffff, 5px -3px 0px #ffffff, 6px -1px 0px #ffffff, 6px 1px 0px #ffffff, 6px 2px 0px #ffffff, 6px -3px 0px #ffffff; }
  @media (max-width: 667px) {
    .body-template-home .sub-menu {
      display: none; } }

.sub-menu__item {
  display: inline-block; }
  .sub-menu__item:last-of-type .menu-comma {
    display: none; }
  .sub-menu__item:not(:last-of-type):after {
    display: none;
    position: relative;
    content: ",";
    left: -0.25em; }
  .sub-menu__item.is-active a {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 95%;
    background-size: 100% 1px;
    text-shadow: -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -3px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -3px 0px #ffffff, -3px 1px 0px #ffffff, -3px 2px 0px #ffffff, -3px -3px 0px #ffffff, -4px 1px 0px #ffffff, -4px 2px 0px #ffffff, -4px -3px 0px #ffffff, -5px 1px 0px #ffffff, -5px 2px 0px #ffffff, -5px -3px 0px #ffffff, -6px -1px 0px #ffffff, -6px 1px 0px #ffffff, -6px 2px 0px #ffffff, -6px -3px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -3px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -3px 0px #ffffff, 3px 1px 0px #ffffff, 3px 2px 0px #ffffff, 3px -3px 0px #ffffff, 4px 1px 0px #ffffff, 4px 2px 0px #ffffff, 4px -3px 0px #ffffff, 5px 1px 0px #ffffff, 5px 2px 0px #ffffff, 5px -3px 0px #ffffff, 6px -1px 0px #ffffff, 6px 1px 0px #ffffff, 6px 2px 0px #ffffff, 6px -3px 0px #ffffff; }

.programmation-categories {
  width: calc( ( ( 100% - 45px*5 ) / 6 ) * 3 + ( (3 - 1) * 45px ));
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 667px) {
    .programmation-categories {
      width: 100%;
      margin-top: 0;
      margin-bottom: 22.5px; } }

.programmation-categories__item {
  display: inline-block; }
  .programmation-categories__item:last-of-type .menu-comma {
    display: none; }
  .programmation-categories__item.is-active a {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }
  .programmation-categories__item a:hover {
    background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
    background-size: 100% 1px;
    text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

.breadcrumb-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 22.5px 45px;
  padding-top: 17.5px;
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  visibility: hidden; }
  @media (max-width: 667px) {
    .breadcrumb-wrapper {
      font-size: 10px;
      line-height: 16px; } }
  .breadcrumb-wrapper sup {
    position: relative;
    top: -5px;
    font-size: 8px; }
  .breadcrumb-wrapper.is-visible {
    visibility: visible; }
  @media (max-width: 667px) {
    .breadcrumb-wrapper {
      display: none; } }

.breadcrumb {
  text-align: center; }

.breadcrumb__item {
  display: inline-block; }
  .breadcrumb__item a svg {
    margin-right: 0.3em; }
  .breadcrumb__item:not(.breadcrumb__item--1home):not(:hover) .breadcrumb__item__text {
    background: transparent linear-gradient(90deg, #999999, #999999) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow: -1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -2px 1px 0px #ffffff, -2px -1px 0px #ffffff, 1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 2px 1px 0px #ffffff, 2px -1px 0px #ffffff; }

.breadcrumb-buttons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 45px;
  padding-top: 19.5px; }
  .breadcrumb-buttons div {
    display: inline-block;
    margin-left: 15px; }

.back-to-top-button {
  cursor: pointer; }

.mobile-menu-button {
  display: block;
  width: 32.4px;
  height: 27px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  visibility: hidden; }
  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000; }
    .mobile-menu-button span:nth-of-type(1) {
      transform-origin: bottom right; }
    .mobile-menu-button span:nth-of-type(3) {
      transform-origin: bottom right; }
  .body-mobile-menu-is-open .mobile-menu-button {
    width: 37.8px; }
    .body-mobile-menu-is-open .mobile-menu-button span:nth-of-type(1) {
      transform: rotate(-45deg); }
    .body-mobile-menu-is-open .mobile-menu-button span:nth-of-type(2) {
      visibility: hidden; }
    .body-mobile-menu-is-open .mobile-menu-button span:nth-of-type(3) {
      transform: rotate(45deg); }
  @media (max-width: 667px) {
    .mobile-menu-button {
      visibility: visible; } }

.mobile-menu {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 72px;
  visibility: hidden; }
  @media (max-width: 667px) {
    .mobile-menu {
      font-size: 25px;
      line-height: 31px; } }
  .body-mobile-menu-is-open .mobile-menu {
    visibility: visible; }

.mobile-menu__item.is-active a .mobile-menu__item__title {
  background: transparent linear-gradient(90deg, #000000, #000000) no-repeat 0 97%;
  background-size: 100% 1px;
  text-shadow: -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px #ffffff, -2px -1px 0px #ffffff, -2px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px #ffffff, 2px -1px 0px #ffffff, 2px -2px 0px #ffffff; }

.mobile-menu__item.is-active .mobile-menu__item__children {
  display: block; }

.mobile-menu__item--soutenir-la-maison.is-active .mobile-menu__item__children {
  display: none; }

.mobile-menu__item__children {
  font-size: 18px;
  line-height: 27px;
  display: none;
  margin-top: 0.4em; }
  @media (max-width: 667px) {
    .mobile-menu__item__children {
      font-size: 13px;
      line-height: 20px; } }

.body-mobile-menu-is-open {
  height: 100%;
  overflow: hidden; }

.soutenir-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }
  @media (max-width: 667px) {
    .soutenir-form-wrapper {
      margin-bottom: 45px; } }

.soutenir-title {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 1em; }
  @media (max-width: 667px) {
    .soutenir-title {
      font-size: 20px;
      line-height: 26px; } }

.soutenir-form__line {
  width: 100%;
  margin-bottom: 1em; }

.soutenir-form__line--nom,
.soutenir-form__line--prenom,
.soutenir-form__line--codepostal,
.soutenir-form__line--ville {
  display: inline-block;
  width: calc( (100% - 45px) / 2);
  margin-right: -6px; }
  @media (max-width: 667px) {
    .soutenir-form__line--nom,
    .soutenir-form__line--prenom,
    .soutenir-form__line--codepostal,
    .soutenir-form__line--ville {
      width: 100%;
      margin-right: 0; } }

.soutenir-form__line--prenom,
.soutenir-form__line--codepostal {
  margin-right: 39px; }
  @media (max-width: 667px) {
    .soutenir-form__line--prenom,
    .soutenir-form__line--codepostal {
      margin-right: 0; } }

.soutenir-form__line__label {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0.5em; }
  @media (max-width: 667px) {
    .soutenir-form__line__label {
      font-size: 10px;
      line-height: 16px; } }

.soutenir-form__line__input input[type="text"],
.soutenir-form__line__input input[type="tel"],
.soutenir-form__line__input input[type="email"],
.soutenir-form__line__input input[type="submit"] {
  width: 100%;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Self Modern", serif;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid;
  box-sizing: border-box;
  padding: 7px 11px; }
  @media (max-width: 667px) {
    .soutenir-form__line__input input[type="text"],
    .soutenir-form__line__input input[type="tel"],
    .soutenir-form__line__input input[type="email"],
    .soutenir-form__line__input input[type="submit"] {
      font-size: 13px;
      line-height: 20px; } }

.soutenir-form__line__input input[type="submit"] {
  width: auto;
  cursor: pointer;
  border: 1px solid;
  padding: 0.3em 1em 0.4em;
  border-radius: 1.1em;
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .soutenir-form__line__input input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000; }

.soutenir-form__line__input select {
  font-family: "Self Modern", serif;
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
  margin: 0;
  width: 100%;
  padding: 7px 11px;
  border: 1px solid;
  border-radius: 0px;
  height: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg id="down-arrow" xmlns="http://www.w3.org/2000/svg" width="10px" height="7px" viewBox="0 0 10.04 7"><title>Down Arrow</title><polygon points="5.02 7 10.04 0 0 0 5.02 7"/></svg>');
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 97.5% center; }
  @media (max-width: 667px) {
    .soutenir-form__line__input select {
      font-size: 13px;
      line-height: 20px; } }

.soutenir-form__line__input__radio {
  position: relative;
  padding-left: 1.7em;
  text-indent: -1.7em;
  padding-top: 3px;
  padding-bottom: 1px; }
  .soutenir-form__line__input__radio.is-selected .soutenir-form__line__input__radio__label,
  .soutenir-form__line__input__radio.is-selected .soutenir-form__line__input__radio__price {
    color: #000000; }
  .soutenir-form__line__input__radio input[type="radio"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    cursor: pointer;
    top: -1px; }
    .soutenir-form__line__input__radio input[type="radio"]:after {
      content: " ";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      width: calc(2em - 8px);
      height: calc(2em - 8px);
      background-color: #000000;
      visibility: hidden; }
    .soutenir-form__line__input__radio input[type="radio"]:checked:after {
      visibility: visible; }

.soutenir-form__line__input__radio__label {
  display: inline-block;
  cursor: pointer;
  width: calc(100% - (2em - 8px) + 10px);
  text-indent: 0;
  color: #c0c0c0; }
  @media (max-width: 667px) {
    .soutenir-form__line__input__radio__label {
      width: calc(100% - 75px); } }

.soutenir-form__line__input__radio__price {
  position: absolute;
  top: 3px;
  right: 0;
  color: #c0c0c0;
  pointer-events: none; }

.soutenir-form__legals {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  max-width: 300px; }
  @media (max-width: 667px) {
    .soutenir-form__legals {
      font-size: 10px;
      line-height: 16px; } }
  .soutenir-form__legals p {
    margin-bottom: 16px; }
  .soutenir-form__legals a {
    background: transparent linear-gradient(90deg, #999999, #999999) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow: -1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -2px 1px 0px #ffffff, -2px -1px 0px #ffffff, 1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 2px 1px 0px #ffffff, 2px -1px 0px #ffffff; }
    .soutenir-form__legals a:hover {
      background: none; }

.soutenir-cheque-wrapper {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }

.recherche-form {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 90px; }
  .recherche-form form {
    display: flex; }
  .recherche-form input {
    width: 100%;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Self Modern", serif;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid;
    box-sizing: border-box;
    padding: 7px 11px; }
    @media (max-width: 667px) {
      .recherche-form input {
        font-size: 13px;
        line-height: 20px; } }
  .recherche-form input[type="submit"] {
    width: auto;
    cursor: pointer;
    border: 1px solid;
    padding: 0.3em 1em 0.4em;
    border-radius: 1.1em;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    margin-left: 22.5px; }
    .recherche-form input[type="submit"]:hover {
      background-color: #ffffff;
      border-color: #000000;
      color: #000000; }

.search-no-result {
  text-align: center; }

.footer {
  font-family: "Self Modern Text", serif;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 225px;
  margin-bottom: 45px; }
  @media (max-width: 667px) {
    .footer {
      font-size: 10px;
      line-height: 16px; } }
  .footer a:hover {
    background: transparent linear-gradient(90deg, #999999, #999999) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow: -1px 1px 0px #ffffff, -1px -1px 0px #ffffff, -2px 1px 0px #ffffff, -2px -1px 0px #ffffff, 1px 1px 0px #ffffff, 1px -1px 0px #ffffff, 2px 1px 0px #ffffff, 2px -1px 0px #ffffff; }
  @media (max-width: 667px) {
    .footer {
      margin-top: 90px;
      margin-bottom: 20px; } }

.footer__pages {
  margin-top: 8px; }
  @media (max-width: 667px) {
    .footer__pages {
      margin-top: 16px; } }

.footer__text {
  margin-top: 8px; }
  @media (max-width: 667px) {
    .footer__text {
      margin-top: 16px; } }

.footer__item {
  display: inline-block;
  margin: 0 8px; }

.admin-edit-button,
.admin-edit-button:hover {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 22.5px;
  background-color: #ffffff;
  border-top-left-radius: 10px;
  font-family: Arial;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase; }

.admin-edit-button:hover {
  text-decoration: underline; }

/*
@font-face {
	font-family: 'FontName';
	src: url('../fonts/FontName.eot');
	src: url('../fonts/FontName.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FontName.woff') format('woff'),
		 url('../fonts/FontName.ttf') format('truetype'),
		 url('../fonts/FontName.svg#FontName') format('svg');
	font-style: normal;
	font-weight: normal;
}
*/
@font-face {
  font-family: 'Self Modern';
  src: url("../fonts/bretagne_self-modern_regular_web.eot");
  src: url("../fonts/bretagne_self-modern_regular_web.eot?#iefix") format("embedded-opentype"), url("../fonts/bretagne_self-modern_regular_web.woff") format("woff"), url("../fonts/bretagne_self-modern_regular_web.woff2") format("woff2"), url("../fonts/bretagne_self-modern_regular_web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Self Modern';
  src: url("../fonts/bretagne_self-modern_italic_web.eot");
  src: url("../fonts/bretagne_self-modern_italic_web.eot?#iefix") format("embedded-opentype"), url("../fonts/bretagne_self-modern_italic_web.woff") format("woff"), url("../fonts/bretagne_self-modern_italic_web.woff2") format("woff2"), url("../fonts/bretagne_self-modern_italic_web.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Self Modern Text';
  src: url("../fonts/bretagne_self-modern_text_web.eot");
  src: url("../fonts/bretagne_self-modern_text_web.eot?#iefix") format("embedded-opentype"), url("../fonts/bretagne_self-modern_text_web.woff") format("woff"), url("../fonts/bretagne_self-modern_text_web.woff2") format("woff2"), url("../fonts/bretagne_self-modern_text_web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background: #000000; }

::selection {
  color: #ffffff;
  text-shadow: none;
  background: #000000; }
