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--aff-2 {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .f-oeuvre--aff-2:hover .oeuvre_contenu .oeuvre_titre {
    color: #E9635B;
  }
}
.f-oeuvre--aff-2 .lien_cache {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
}
.f-oeuvre--aff-2 .oeuvre_image {
  height: 285px;
  width: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.f-oeuvre--aff-2 .oeuvre_contenu .oeuvre_titre {
  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--aff-2 .oeuvre_contenu .oeuvre_titre {
    font-size: 16px;
  }
}
.f-oeuvre--aff-2 .oeuvre_contenu .oeuvre_titre:after {
  width: 50px;
  height: 3px;
  background-color: #E6E6E8;
  content: "";
  margin: 15px 0px;
  display: block;
}
.f-oeuvre--aff-2 .oeuvre_contenu .oeuvre_artiste {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
}
.f-oeuvre--aff-2 .oeuvre_contenu .oeuvre_bas * {
  font-family: "acumin-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1D1D1B;
}
/*# sourceMappingURL=node--f-oeuvre--aff-2.css.map */
