div[id*=toolbar-administration] {
  z-index: 2000 !important;
}

.visually-hidden {
  display: none !important;
}

.contextual-region.block .contextual {
  display: none;
}

body:not(.gin--edit-form) ul {
  list-style: none;
}

body.gin--edit-form ul {
  list-style: initial;
  padding: revert;
  padding-left: 10px;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

*:focus-visible {
  outline: unset;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: unset;
}

label, img {
  display: block;
}

span {
  display: initial;
  line-height: 1;
}

img {
  aspect-ratio: unset;
}

.ajax-progress, .ajax-progress-throbber {
  display: none;
}

p, span, h1, h2, h3, h4, h5, h6, ul, li {
  padding: unset;
  margin: unset;
}

body.gin--edit-form {
  padding: initial;
  margin: initial;
  font-weight: initial;
}
body.gin--edit-form p, body.gin--edit-form span, body.gin--edit-form h1, body.gin--edit-form h2, body.gin--edit-form h3, body.gin--edit-form h4, body.gin--edit-form h5, body.gin--edit-form h6, body.gin--edit-form ul, body.gin--edit-form li {
  padding: revert;
  margin: revert;
}
body.gin--edit-form .fieldset__label {
  padding: 10px 10px 10px 25px;
}

body:not(.gin--horizontal-toolbar) {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: unset;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > nav {
  width: 100%;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] {
  position: fixed;
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 20;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] .alert * {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1D1D1B;
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] .alert .btn-close {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../img/icons/close_black.svg");
          mask-image: url("../img/icons/close_black.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1D1D1B;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body:not(.gin--horizontal-toolbar) .dialog-off-canvas-main-canvas .page > footer {
  width: 100%;
}

body .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] {
  position: fixed;
  top: 150px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 20;
  max-width: 769px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
}
body .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] .alert {
  position: relative;
  padding-right: 100px;
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1D1D1B;
}
body .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] .alert * {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1D1D1B;
}
body .dialog-off-canvas-main-canvas .page > main .page__content > .container > div[role*=region] .alert .btn-close {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../img/icons/close_black.svg");
          mask-image: url("../img/icons/close_black.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1D1D1B;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.file + span {
  display: none !important;
}

.f-oeuvre img {
  pointer-events: none !important;
}

.media.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media.align-left {
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.media.align-right {
  float: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-align-justify {
  text-align: justify !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

/* Couleurs */
/* Transitions */
h1 {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1D1D1B;
  -webkit-transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: "Termina";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1D1D1B;
  -webkit-transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

h3 {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1D1D1B;
  -webkit-transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1B;
}

h5 {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #1D1D1B;
}

.tag {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 146%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1D1B;
  padding: 6px 10px 5px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.subtitle {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1D1D1B;
  margin-bottom: 24px;
}
.subtitle a {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #1D1D1B;
  border-bottom: 2px solid;
  border-color: #FFC033;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.subtitle:last-child {
  margin-bottom: 0px;
}

.bodylarge {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
}

.bodylargebold {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1D1D1B;
  line-height: 150%;
}

.bodybold {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #1D1D1B;
}

.bodysmall {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #1D1D1B;
}

.bodysmallbold {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #1D1D1B;
}

.bodydefault {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  margin-bottom: 16px;
}
.bodydefault:last-child {
  margin-bottom: 0px;
}

p {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  margin-bottom: 16px;
}
p a {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #1D1D1B;
  border-bottom: 2px solid;
  border-color: #FFC033;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
p:last-child {
  margin-bottom: 0px;
}

ul:not(.nav):not(.slick-dots):not(.toolbar-menu):not(.pager):not(.pagination) {
  margin-bottom: 16px;
  padding-left: 8px;
}
ul:not(.nav):not(.slick-dots):not(.toolbar-menu):not(.pager):not(.pagination) li {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul:not(.nav):not(.slick-dots):not(.toolbar-menu):not(.pager):not(.pagination) li:before {
  width: 3px;
  height: 3Px;
  background-color: #1D1D1B;
  margin-right: 8px;
  content: "";
  top: 10px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

strong {
  font-weight: bold !important;
}

em {
  font-style: italic !important;
}

.f-oeuvre--full {
  padding-top: 120px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.f-oeuvre--full .oeuvre_container_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-oeuvre--full .oeuvre_container_img .container_images_zoom {
  display: none !important;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut {
  width: 100%;
  max-width: calc(1276px - var(--scrollbar-width));
  padding: 0px 40px;
  margin: 0 auto 24px;
}
@media (min-width: 1440px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_haut {
    width: calc(100% - 244px);
    margin: 0 auto 24px;
    max-width: 2000px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_haut {
    padding: 0px 24px;
  }
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list {
  width: 100%;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image:hover:after, .f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image:hover:before {
    opacity: 1;
  }
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image:before {
  width: 110px;
  height: 110px;
  background-image: url("../../img/icons/cadre.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "Agrandir";
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.54);
  content: "";
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image img {
  max-width: 100%;
  max-height: 460px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas {
  width: 100%;
  max-width: calc(1276px - var(--scrollbar-width));
  padding: 0px 40px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1440px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_bas {
    width: calc(100% - 244px);
    margin: 0 auto 24px;
    max-width: 2000px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_bas {
    padding: 0px 24px;
  }
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-arrow.slick-prev {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0px;
  color: transparent;
  padding: unset;
  border: unset;
  -webkit-mask-image: url("../../img/icons/arrow_left.svg");
          mask-image: url("../../img/icons/arrow_left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1D1D1B;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  cursor: pointer;
  margin-right: 20px;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-arrow.slick-prev.disabled {
  background-color: #999999;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-arrow.slick-next {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0px;
  color: transparent;
  padding: unset;
  border: unset;
  -webkit-mask-image: url("../../img/icons/arrow_right.svg");
          mask-image: url("../../img/icons/arrow_right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #1D1D1B;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  cursor: pointer;
  margin-left: 20px;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-arrow.slick-next.disabled {
  background-color: #999999;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-list {
  width: 100%;
  max-width: 255px;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-list .slick-track .wrapper_image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  cursor: pointer;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-list .slick-track .wrapper_image .media--type-image-oeuvre {
  width: 100%;
  height: 100%;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image {
  width: 100%;
  height: 100%;
}
.f-oeuvre--full .oeuvre_container_img .container_images_bas .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.f-oeuvre--full .introduction {
  width: 100%;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0px;
  margin-bottom: 80px;
}
.f-oeuvre--full .introduction .introduction_contenu {
  width: 100%;
  width: 100%;
  max-width: calc(910px - var(--scrollbar-width));
  padding: 0px 100px;
  margin: 0 auto 0;
}
@media (max-width: 1024px) {
  .f-oeuvre--full .introduction .introduction_contenu {
    max-width: 654px;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full .introduction .introduction_contenu {
    padding: 0px 24px;
  }
}
.f-oeuvre--full .introduction .introduction_contenu:has(.field--name-field-introduction) .field--name-field-description {
  margin-top: 24px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections > .field__item, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 > .field__item {
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections > .field__item.active, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 > .field__item.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 769px) {
  .f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections > .field__item:hover a, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 > .field__item:hover a {
    border-color: #E9635B;
  }
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections > .field__item a, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 > .field__item a {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 146%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1D1B;
  padding: 6px 10px 5px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  background-color: #FFFFFF;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections .bouton_voir_plus, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 .bouton_voir_plus {
  height: auto;
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 146%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1D1B;
  padding: 6px 10px 5px;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  border: 1px solid transparent;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections .bouton_voir_plus.active, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 .bouton_voir_plus.active {
  display: none !important;
}
@media (min-width: 769px) {
  .f-oeuvre--full .introduction .introduction_contenu .field--name-field-collections .bouton_voir_plus:hover, .f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 .bouton_voir_plus:hover {
    border-color: #E9635B;
  }
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-taxonomie-1 a {
  pointer-events: none;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-nom {
  width: 100%;
  margin-bottom: 16px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-vue-1 {
  width: 100%;
  margin-bottom: 10px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-vue-1 > .field__item {
  width: 100%;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-vue-1 > .field__item .views-element-container {
  width: 100%;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-vue-1 > .field__item .views-element-container .vue-artistes-oeuvre .container_rows {
  width: 100%;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-vue-1 > .field__item .views-element-container .vue-artistes-oeuvre .container_rows .views-row {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1B;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-token-date {
  width: 100%;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-token-date:before {
  width: 50px;
  height: 3px;
  background: #E9635B;
  margin-bottom: 10px;
  display: block;
  content: "";
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-token-date h4 * {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1B;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-introduction {
  width: 100%;
  margin-top: 40px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-introduction * {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-description {
  width: 100%;
  margin-top: 40px;
}
.f-oeuvre--full .introduction .introduction_contenu .field--name-field-description * {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
}
.f-oeuvre--full > section {
  width: 100%;
  width: 100%;
  max-width: calc(910px - var(--scrollbar-width));
  padding: 0px 100px;
  margin: 0 auto 64px;
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section {
    max-width: 654px;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full > section {
    padding: 0px 24px;
  }
}
.f-oeuvre--full > section:last-of-type {
  width: 100%;
  max-width: calc(910px - var(--scrollbar-width));
  padding: 0px 100px;
  margin: 0 auto 150px;
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section:last-of-type {
    max-width: 654px;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full > section:last-of-type {
    padding: 0px 24px;
  }
}
.f-oeuvre--full > section .section_titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #F7F7F7;
  cursor: pointer;
}
.f-oeuvre--full > section .section_titre h3 {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #1D1D1B;
  -webkit-transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section .section_titre h3 {
    font-size: 16px;
  }
}
.f-oeuvre--full > section .section_titre .section_croix {
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .f-oeuvre--full > section .section_titre .section_croix:hover {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .f-oeuvre--full > section .section_titre .section_croix:hover span:nth-child(2) {
    opacity: 1;
  }
}
.f-oeuvre--full > section .section_titre .section_croix.active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.f-oeuvre--full > section .section_titre .section_croix.active span:nth-child(2) {
  opacity: 1;
}
.f-oeuvre--full > section .section_titre .section_croix span {
  position: absolute;
  width: 24px;
  background-color: #1D1D1B;
  height: 2px;
  border-radius: 3px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.f-oeuvre--full > section .section_titre .section_croix span:nth-child(1) {
  -webkit-transform: rotate(-90deg) translatex(-50%);
          transform: rotate(-90deg) translatex(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 0;
  position: absolute;
}
.f-oeuvre--full > section .section_titre .section_croix span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 0;
  position: absolute;
  top: 50%;
  opacity: 0;
}
.f-oeuvre--full > section .section_contenu {
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  max-height: 1800px;
}
.f-oeuvre--full > section .section_contenu.active {
  max-height: 0px;
}
.f-oeuvre--full > section .section_contenu .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.f-oeuvre--full > section .section_contenu .field:last-child {
  margin-bottom: 0px;
}
.f-oeuvre--full > section .section_contenu .field .field__label {
  font-family: "Termina";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #1D1D1B;
  color: #999999;
  margin-right: 48px;
}
.f-oeuvre--full > section .section_contenu .field > .field__items > .field__item {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  max-width: 347px;
  margin-bottom: 4px;
  text-align: right;
}
.f-oeuvre--full > section .section_contenu .field > .field__items > .field__item a {
  text-decoration: underline !important;
}
.f-oeuvre--full > section .section_contenu .field > .field__items > .field__item:last-child {
  margin-bottom: 0px;
}
.f-oeuvre--full > section .section_contenu .field > .field__item {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #1D1D1B;
  max-width: 347px;
}
.f-oeuvre--full > section .section_contenu .field > .field__item a {
  text-decoration: underline !important;
}
.f-oeuvre--full > section .section_contenu .field > .field__item * {
  text-align: right;
  margin-bottom: 4px;
}
.f-oeuvre--full > section .section_contenu .field > .field__item *:last-child {
  margin-bottom: 0px;
}
.f-oeuvre--full .field--name-field-vue {
  width: 100%;
  max-width: calc(1276px - var(--scrollbar-width));
  padding: 0px 40px;
  margin: 0 auto 0;
  margin-top: 96px;
}
@media (min-width: 1440px) {
  .f-oeuvre--full .field--name-field-vue {
    width: calc(100% - 244px);
    margin: 0 auto 0;
    max-width: 2000px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full .field--name-field-vue {
    padding: 0px 24px;
  }
}
.f-oeuvre--full .field--name-field-vue > .field__item {
  width: 100%;
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container {
  width: 100%;
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection > header {
  max-width: 710px;
  width: 100%;
  margin-bottom: 56px;
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection > header .contenu_header * {
  font-family: "Termina";
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1D1D1B;
  -webkit-transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  transition: font-size 0.5s linear, line-height 0.5s linear, color 0.35s linear;
  text-align: center;
}
@media (max-width: 1024px) {
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection > header .contenu_header * {
    font-size: 20px;
    line-height: 24px;
  }
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows .views-row {
  height: auto;
  width: calc(25% - 18px);
}
.f-oeuvre--full .popup_container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  padding: 130px 40px 40px;
}
.f-oeuvre--full .popup_container.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.f-oeuvre--full .popup_container .popup_contenu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.f-oeuvre--full .popup_container .popup_contenu .popup_close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: -92px;
  z-index: 10;
  background-image: url("../../img/icons/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  color: transparent;
  font-size: 0px;
  cursor: pointer;
}
.f-oeuvre--full .popup_container .popup_contenu .wrap_img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .f-oeuvre--full .popup_container .popup_contenu .wrap_img.zoomon:hover img {
    opacity: 0;
  }
  .f-oeuvre--full .popup_container .popup_contenu .wrap_img.zoomon:hover figure {
    opacity: 1;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
}
.f-oeuvre--full .popup_container .popup_contenu .wrap_img figure {
  margin: unset;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 15;
}
.f-oeuvre--full .popup_container .popup_contenu .wrap_img img {
  max-width: 800px;
  max-height: 770px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
  opacity: 1;
}

@media (max-width: 1024px) {
  .f-oeuvre--full {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .f-oeuvre--full .oeuvre_container_img .container_images_haut {
    width: 100%;
    max-width: 1154px;
    padding: 0px 100px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_haut {
    padding: 0px 24px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_bas {
    width: 100%;
    max-width: 1154px;
    padding: 0px 100px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .f-oeuvre--full .oeuvre_container_img .container_images_bas {
    padding: 0px 24px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full .introduction {
    padding: 80px 0px;
  }
  .f-oeuvre--full .introduction .introduction_contenu {
    width: 100%;
    max-width: 1154px;
    padding: 0px 100px;
    margin: 0 auto 0;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .f-oeuvre--full .introduction .introduction_contenu {
    padding: 0px 24px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section {
    width: 100%;
    max-width: 1154px;
    padding: 0px 100px;
    margin: 0 auto 48px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .f-oeuvre--full > section {
    padding: 0px 24px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section:last-of-type {
    width: 100%;
    max-width: 1154px;
    padding: 0px 100px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .f-oeuvre--full > section:last-of-type {
    padding: 0px 24px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section .section_titre {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full > section .section_contenu .field .field__label {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full .field--name-field-vue {
    margin-top: unset;
  }
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection > header {
    margin-bottom: 32px;
  }
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows {
    row-gap: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows .views-row {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1024px) {
  .f-oeuvre--full .popup_container {
    padding: 40px 80px;
  }
  .f-oeuvre--full .popup_container .popup_contenu {
    width: 100%;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .f-oeuvre--full .popup_container .popup_contenu .popup_close {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
    right: -64px;
  }
  .f-oeuvre--full .popup_container .popup_contenu .wrap_img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .f-oeuvre--full .popup_container .popup_contenu .wrap_img img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .f-oeuvre--full {
    padding-top: 64px;
  }
  .f-oeuvre--full .oeuvre_container_img .container_images_haut .slick-list .slick-track .wrapper_image .media--type-image-oeuvre .field--name-field-media-image img {
    max-height: 400px;
  }
  .f-oeuvre--full .introduction {
    padding: 64px 0px;
  }
  .f-oeuvre--full .introduction .introduction_contenu .field--name-field-introduction {
    margin-top: 24px;
  }
  .f-oeuvre--full .introduction .introduction_contenu .field--name-field-description {
    margin-top: 24px;
  }
  .f-oeuvre--full > section {
    margin-bottom: 40px;
  }
  .f-oeuvre--full > section:last-of-type {
    margin-bottom: 64px;
  }
  .f-oeuvre--full > section .section_titre {
    margin-bottom: 24px;
  }
  .f-oeuvre--full > section .section_contenu {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .f-oeuvre--full > section .section_contenu .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
  }
  .f-oeuvre--full > section .section_contenu .field .field__label {
    margin-right: unset;
    margin-bottom: 8px;
  }
  .f-oeuvre--full > section .section_contenu .field > .field__items > .field__item {
    max-width: unset;
    text-align: left;
  }
  .f-oeuvre--full > section .section_contenu .field > .field__item {
    max-width: unset;
  }
  .f-oeuvre--full > section .section_contenu .field > .field__item * {
    text-align: left;
  }
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 24px;
  }
  .f-oeuvre--full .field--name-field-vue > .field__item .views-element-container .vue-oeuvre-meme-collection .container_rows .views-row {
    width: 100%;
  }
  .f-oeuvre--full .popup_container {
    padding: 80px 24px 32px;
  }
  .f-oeuvre--full .popup_container .popup_contenu .popup_close {
    width: 45px;
    height: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -54px;
  }
}
/*# sourceMappingURL=node--f-oeuvre--full.css.map */
