a#fade_success {
  border-bottom: 1px solid rgba(192, 192, 192, 0);
  transition: border .5s
}

a#fade_success:hover {
  border-bottom: 1px solid silver
}

.node-type-artwork .page-top {
  max-width: 1220px
}

.node-type-art-work .site-header .burger-toggle {
  background: url(/themes/custom/guimet/img/burger.svg) center no-repeat;
}

.node-type-artwork .paragraph--type--3-cols-text,
.node-type-artwork .paragraph--type--accordion,
.node-type-artwork .paragraph--type--embed,
.node-type-artwork .paragraph--type--image,
.node-type-artwork .paragraph--type--image-text,
.node-type-artwork .paragraph--type--key-figures,
.node-type-artwork .paragraph--type--logos,
.node-type-artwork .paragraph--type--ressources,
.node-type-artwork .paragraph--type--wysiwyg {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto
}

.artwork-header {
  color: #fff;
  padding-top: 250px;
  background: #000;
}

@media (max-width:600px) {
  .artwork-header {
    padding-top: 140px;
  }

  .artwork-header+.page-top {
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
  }
}

.artwork-header h1 {
  font-size: 80px;
  line-height: 80px;
  text-align: left;
  font-family: "Guimet";
  font-weight: bold;
  max-width: 1220px;
  margin: 0 auto;
}

.artwork-header .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 30px auto;
  margin-bottom: 0;
}

.artwork-header .tags .tag {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 20px
}

.artwork-header .main-artwork {
  display: table;
  margin: 20px auto -100px;
  position: relative;
  max-width: 1220px
}

.artwork-header .main-artwork img {
  width: 1220px;
  margin: 0 auto;
  display: block;
}

@media (max-width:1260px) {
  .artwork-header .main-artwork img {
    width: 100%;
    min-width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

@media (max-width:900px) {
  .artwork-header .main-artwork img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.artwork-header .main-artwork figcaption {
  color: #000;
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px
}

.artwork-header .main-artwork figcaption+.field--name-field-legend {
  display: none;
}

.artwork-header .main-artwork .top-right-links {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center
}

.artwork-header .main-artwork .top-right-links>button {
  background: #fff;
  border-radius: 55px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px
}

.artwork-header .main-artwork .top-right-links>button:focus,
.artwork-header .main-artwork .top-right-links>button:hover {
  background: gray
}

.artwork-header .main-artwork .top-right-links>button.open-video:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(/themes/custom/guimet/img/icon_video.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin-left: 5px
}

.artwork-header .main-artwork .top-right-links>button.open-3d:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(/themes/custom/guimet/img/icon_3d.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin-left: 5px
}

.artwork-header .main-artwork .open-gallery {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  border-radius: 55px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px
}

.artwork-header .main-artwork .open-gallery:focus,
.artwork-header .main-artwork .open-gallery:hover {
  background: gray
}

.artwork-header .main-artwork .open-gallery:after {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(/themes/custom/guimet/img/icon_gallery.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin-left: 5px
}

.artwork-header .white-placeholder {
  background: #fff;
  width: 100%;
  height: 120px;
  display: block
}

.warnings-wrapper {
  display: flex;
  justify-content: space-between
}

.warnings-wrapper>* {
  margin-right: 20px
}

.light-warning {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px
}

.light-warning:before {
  content: "" !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(/themes/custom/guimet/img/light-warning.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 5px;
}

.light-marker {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-decoration-line: underline
}

.light-marker:hover {
  text-decoration-line: none;
}

.light-marker:before {
  content: "" !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(/themes/custom/guimet/img/marker-light.svg) center no-repeat;
  background-size: contain;
  display: block;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  border-color: #fff;
}

.light-marker:hover::before {
  filter: invert(1);
}

.paragraph--type--wysiwyg {
  max-width: 720px;
  margin: 50px auto
}

.paragraph--type--wysiwyg h2 {
  font-weight: 900;
  font-size: 20px;
  line-height: 27px;
  margin: 30px 0 10px
}

.paragraph--type--wysiwyg p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px
}



.node-ref-author {
  display: flex;
  max-width: 720px;
  margin: 50px auto
}

.node-ref-author img {
  max-width: 75px;
  height: auto;
  margin-right: 25px;
  align-self: flex-start
}

.node-ref-author .text {
  text-align: left;
  max-width: 300px
}

.node-ref-author .text .title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px
}

.node-ref-author .text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px
}

.node-ref-author .text a {
  text-decoration: underline;
  margin: 10px 0 0;
  font-size: 14px
}

.info-table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

.info-table .cell {
  width: 50%;
  margin-bottom: 30px
}

.info-table .cell span {
  display: block
}

.info-table .cell .label {
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase
}

.info-table .cell .value {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px
}

@media (max-width:1440px) {
  .node-type-artwork .page-top {
    margin: 20px auto 40px
  }
}

@media (max-width:1260px) {
  .node-type-artwork .page-top {
    margin: 20px 20px 40px
  }

  .artwork-header .main-artwork figcaption {
    margin: 0;
    padding: 10px 20px;
    background: #fff;
  }
}

@media (max-width:990px) {
  .artwork-header h1 {
    /* font-weight: 400; */
    font-size: 40px;
    line-height: 40px;
    margin: 0 30px
  }
}

@media (max-width:800px) {
  .artwork-header .tags {
    margin-bottom: 20px
  }

  .artwork-header .main-artwork {
    margin-top: 20px
  }

  .artwork-header .main-artwork .top-right-links {
    top: 20px;
    right: 20px;
    flex-direction: column
  }

  .artwork-header .main-artwork .top-right-links>button {
    margin-left: 0;
    margin-bottom: 10px
  }

  .artwork-header .main-artwork .top-right-links>button.open-video {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center
  }

  .artwork-header .main-artwork .top-right-links>button.open-video:after {
    margin-left: 0
  }

  .artwork-header .main-artwork .top-right-links>button.open-video span {
    display: none
  }

  .artwork-header .main-artwork .top-right-links>button.open-3d {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center
  }

  .artwork-header .main-artwork .top-right-links>button.open-3d:after {
    margin-left: 0
  }

  .artwork-header .main-artwork .top-right-links>button.open-3d span {
    display: none
  }

  .artwork-header .main-artwork .open-gallery {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center
  }

  .artwork-header .main-artwork .open-gallery:after {
    margin-left: 0
  }

  .artwork-header .main-artwork .open-gallery span {
    display: none
  }

  .warnings-wrapper {
    flex-direction: column
  }

  .warnings-wrapper>* {
    margin-bottom: 10px
  }
}

@media (max-width:760px) {

  .node-type-artwork .paragraph--type--3-cols-text,
  .node-type-artwork .paragraph--type--accordion,
  .node-type-artwork .paragraph--type--embed,
  .node-type-artwork .paragraph--type--image,
  .node-type-artwork .paragraph--type--image-text,
  .node-type-artwork .paragraph--type--key-figures,
  .node-type-artwork .paragraph--type--logos,
  .node-type-artwork .paragraph--type--ressources,
  .node-type-artwork .paragraph--type--wysiwyg {
    margin-left: 20px;
    margin-right: 20px
  }

  .node-ref-author,
  .paragraph--type--wysiwyg {
    margin: 50px 20px
  }
}

@media (max-width:640px) {
  .node-type-artwork .page-top {
    justify-content: space-between
  }
}

@media (max-width:600px) {

  .light-marker,
  .light-warning {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
  }

  .paragraph--type--wysiwyg h2 {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px
  }

  .paragraph--type--wysiwyg p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
  }

  .info-table .cell {
    width: 100%
  }
}


.node-type-art-work .page-top {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 0;
}

@media (max-width:1260px) {
  .node-type-art-work .page-top {
    padding: 0 20px;
    max-width: 100%;
  }
}

.node-type-art-work .page-top .partager-link {
  position: relative;
  right: 0;
}

@media (min-width:700px) {
  .node-type-art-work .page-top .partager-link button {
    height: 40px;
  }
}


.node-type-news .page-top {
  max-width: 800px;
  margin-bottom: 40px;
}
