@charset "UTF-8";
/*!
Theme Name: dr-nguyen
Text Domain: dr-nguyen
Template: dede
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Montserrat:wght@500&family=Spectral:ital,wght@0,300;0,500;0,700;1,300&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-family: "Spectral", arial, sans-serif;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Spectral", arial, sans-serif;
}

h1 {
  font-size: 36px;
  font-family: "EB Garamond", arial, sans-serif;
  line-height: 47px;
  margin: 0;
}

h2 {
  font-size: 28px;
  font-family: "EB Garamond", arial, sans-serif;
  line-height: 36px;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

address {
  font-style: normal;
}

p {
  padding-bottom: 0;
}

ul {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
}
h1 {
  font-size: 36px;
  font-family: "EB Garamond", arial, sans-serif;
  line-height: 47px;
  margin: 0;
}

h2 {
  font-size: 28px;
  font-family: "EB Garamond", arial, sans-serif;
  line-height: 36px;
  margin: 0;
}

h3 {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 18px;
  margin-bottom: 17px;
  line-height: 23px;
}

html {
  height: 100%;
  font-size: 16px;
}

header,
main,
footer {
  padding: 0 140px;
}

body {
  margin: 0 auto;
  font-size: 1rem;
  box-sizing: border-box;
}
body.minimized header {
  height: 70px;
}
body.minimized main {
  margin-top: 70px;
}
body .container-global {
  max-width: 1600px;
  margin: 0 auto;
}
body .container-global .text {
  font-family: "Spectral", arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
body main {
  transition: margin-top 0.3s;
  min-height: 100%;
  margin-top: 140px;
}
body main .container-global {
  padding-bottom: 93px;
  min-height: calc(100vh - 140px);
}
body main .slide-show {
  margin-top: 30px;
}
body main .slide-show .actu-style {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body main .slide-show .actu-artist {
  font-family: "Spectral", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 3px;
}
body main .slide-show .actu-title {
  font-family: "Spectral", arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 15px;
}
body main .slide-show .actu-date {
  font-family: "Spectral", arial, sans-serif;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
body main div.slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
body main div.slide .artist {
  background: white;
  position: absolute;
  bottom: 0;
  left: 50px;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 40px;
}

.modal {
  display: none;
  background-color: #fff;
  z-index: 900;
  position: fixed;
  padding: 100px;
  border: 2px solid #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
}
.modal .close {
  background: url("/site/assets/img/bt_close.png") center no-repeat;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.tooltip {
  position: relative;
}
.tooltip span {
  position: absolute;
  top: 0;
  width: max-content;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  transform: translate(-50%, -100%);
  padding: 10px;
  border-radius: 5px;
  animation-duration: 0.4s;
  animation-timing-function: linear;
  animation-name: tooltip;
}
.tooltip span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
}

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

@keyframes tooltip {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -100%);
  }
}
.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin: 0 -20px;
}
.container-flex .half {
  width: 50%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  body {
    min-height: 100vh;
  }
  body main {
    margin-bottom: 80px;
    padding-bottom: 0px;
  }
  header,
main,
footer {
    padding: 0 40px;
  }
  .modal {
    padding: 50px;
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
  }
  .container-flex {
    margin: 0;
  }
  .container-flex .half {
    width: 100%;
    padding: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

footer {
  background-image: linear-gradient(180deg, #E3E3E3 0%, #FFFFFF 20%);
  position: relative;
  font-family: "Spectral", arial, sans-serif;
}
footer .container-global {
  padding: 20px 0px;
}
footer .top-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  font-family: "Spectral", arial, sans-serif;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
footer .bottom-footer {
  text-align: right;
  margin-top: 15px;
  letter-spacing: -0.8px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
footer .form-footer,
footer .logo-footer,
footer .contact,
footer .address {
  width: 25%;
  margin-top: 48px;
}
footer .logo-footer a img {
  height: 85px;
}
footer a {
  color: #000;
  font-weight: 500;
}
footer .phone {
  font-size: 18px;
}
footer .contact p {
  padding: 0;
  margin: 0;
}
footer .address h3 {
  display: none;
}
footer .form-horizontal {
  display: flex;
  flex-direction: row;
  margin-bottom: 28px;
}
footer .form-horizontal input {
  border-radius: 3px;
  border: 1px solid #95989A;
  background: #fff;
  height: 30px;
  padding: 5px;
  font-family: "Spectral", arial, sans-serif;
}
footer .form-horizontal button {
  all: unset;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  padding: 0 15px;
  height: 30px;
  font-family: "Spectral", arial, sans-serif;
  display: grid;
  place-content: center;
  margin-left: 10px;
}
footer .form-horizontal button:hover {
  background-color: #fff;
  color: #000;
}
footer .social a {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 30px;
}
footer .social a img {
  height: 100%;
}
footer .social a svg path {
  fill: #000;
}
footer .copyright,
footer .copyright a {
  font-size: 10px;
  color: #acacac;
}

.scroll-up {
  display: none;
  position: fixed;
  bottom: 74px;
  right: 100px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-content: center;
}
.scroll-up img {
  height: 27px;
  width: 27px;
  color: white;
}

@media only screen and (max-width: 1024px) {
  footer .container-global {
    padding: 0;
  }
  footer .container-global .top-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0px 5px;
    line-height: 21px;
    letter-spacing: -0.8px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }
  footer .container-global .bottom-footer {
    text-align: left;
    letter-spacing: -0.8px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
  }
  footer .container-global .logo-footer {
    padding-bottom: 0 !important;
  }
  footer .container-global .logo-footer a img {
    height: 70px;
  }
  footer .container-global .address {
    width: 100%;
  }
  footer .container-global .address h3 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
  }
  footer .container-global .form-footer,
footer .container-global .logo-footer,
footer .container-global .contact,
footer .container-global .social,
footer .container-global .address {
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    margin-top: 15px;
  }
  footer .container-global .social {
    display: flex;
    align-items: center;
  }
  footer .container-global .social a {
    margin-right: 44px;
  }
  footer .container-global .form-footer {
    justify-content: flex-start;
  }
}
.button {
  font-family: "Spectral", arial, sans-serif;
  border: 0.7px solid;
  padding: 8px 52px;
  background: white;
}

.form {
  max-width: 572px;
}
.form .message {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.form .message.form-error {
  color: rgb(138, 58, 58);
}
.form .message.form-success {
  color: rgb(52, 114, 52);
}
.form .form-input {
  width: 100%;
  margin-bottom: 20px;
}
.form .form-input.error textarea,
.form .form-input.error input {
  border-color: rgb(138, 58, 58);
  color: rgb(138, 58, 58);
}
.form .form-input.error textarea::placeholder,
.form .form-input.error input::placeholder {
  color: rgb(138, 58, 58);
}
.form .form-input input {
  font-size: 13px;
  font-family: "Spectral", arial, sans-serif;
  line-height: 20px;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  border: 2px solid #000;
  color: #000;
}
.form .form-input input::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
.form .form-input .error-field {
  margin: 0;
  font-size: 14px;
  color: rgb(138, 58, 58);
}
.form .form-input textarea {
  resize: none;
  width: 100%;
  min-height: 150px;
  border: 2px solid #000;
  font-size: 15px;
  font-family: "Spectral", arial, sans-serif;
  line-height: 20px;
  padding: 8px 20px;
  color: #000;
}
.form .form-input textarea::placeholder {
  color: #000;
}
.form .submit {
  margin: 30px 0;
  display: flex;
  justify-content: flex-end;
}
.form input[type=submit],
.form button {
  display: block;
  font-size: 13px;
  font-family: "Spectral", arial, sans-serif;
  line-height: 20px;
  width: fit-content;
  height: auto;
  padding: 8px 15px;
  margin-left: 10px;
  border: 2px solid black;
  background: white;
}
.form input[type=submit]:hover,
.form button:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.form .subscribeNews {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
}
.form .subscribeNews div {
  height: auto;
  font-size: 10px;
  line-height: 0;
  margin-left: 15px;
}
.form .subscribeNews div input {
  display: none;
}
.form .subscribeNews div label {
  height: auto;
  display: flex;
  margin-top: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form .subscribeNews div span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid black;
  margin-bottom: 10px;
}
.form .subscribeNews div input:checked + label span {
  background: black;
}
.form .subscribeNews p {
  margin: 0;
  font-size: 12px;
  font-family: "Spectral", arial, sans-serif;
  line-height: 16px;
}

header {
  height: 140px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  transition: height 0.3s;
}
header div.container-global {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
header div.container-global label.menu-label {
  cursor: pointer;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 105;
}
header div.container-global label.menu-label .opened-menu,
header div.container-global label.menu-label .closed-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header div.container-global label.menu-label .opened-menu svg {
  width: 32px;
  height: 32px;
}
header div.container-global label.menu-label .closed-menu {
  display: none;
}
header div.container-global label.menu-label .closed-menu svg {
  width: 26px;
  height: 26px;
}
header div.container-global input.menu-cb {
  display: none;
}
header div.container-global input.menu-cb:checked ~ .menu-nav {
  display: flex;
}
header div.container-global input.menu-cb:checked ~ .menu-label .opened-menu {
  display: none;
}
header div.container-global input.menu-cb:checked ~ .menu-label .closed-menu {
  display: block;
}
header div.container-global nav.menu-nav {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  height: 100vh;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
header div.container-global nav.menu-nav ul {
  width: 186px;
}
header div.container-global nav.menu-nav ul li {
  line-height: 32px;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
header div.container-global nav.menu-nav ul li a {
  color: #ffffff;
  font-family: "Spectral", arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
}
header div.container-global a {
  display: block;
  height: 100%;
  padding: 10px 0;
}
header div.container-global a .logo {
  height: 100%;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  header {
    height: 120px;
  }
  header div.container-global {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  header div.container-global .logo {
    height: 60px;
    padding: auto;
  }
  header div.container-global label.menu-label {
    right: 0;
  }
  header div.container-global label.menu-label .closed-menu {
    top: 4px;
    right: 44px;
  }
  header div.container-global nav.menu-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
  }
  header div.container-global nav.menu-nav ul {
    width: auto;
  }
  header div.container-global nav.menu-nav ul li {
    line-height: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
  header div.container-global nav.menu-nav ul li a {
    color: #ffffff;
    font-family: "Spectral", arial, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
  }
}
.news-item {
  padding-right: 17px;
  padding-left: 17px;
}
.news-item .actualites-infos {
  margin-top: 15px;
}
.news-item .actualites-infos .news-item-info {
  display: block;
}
.news-item .actualites-infos .actu-style {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.news-item .actualites-infos .actu-artist {
  font-family: "Spectral", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.news-item .actualites-infos .actu-title {
  font-family: "Spectral", arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 10px;
}
.news-item .actualites-infos .actu-date {
  font-family: "Spectral", arial, sans-serif;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
}
.news-item img {
  width: 100%;
}

main .container-global .container-actualites {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 110px 20px;
  justify-content: center;
  justify-items: center;
}
main .container-global .container-actualites .actualites {
  width: 100%;
}
main .container-global .container-actualites .actualites a.actualite-img {
  overflow: hidden;
  display: block;
  height: 200px;
  width: 100%;
  margin-bottom: 17px;
}
main .container-global .container-actualites .actualites a.actualite-img img {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.7s;
}
main .container-global .container-actualites .actualites a.actualite-img img:hover {
  transform: scale(1.05);
}
main .container-global .container-actualites .actualites .actualites-infos {
  display: flex;
  flex-direction: column;
}
main .container-global .container-actualites .actualites .actualites-infos .actu-style {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
main .container-global .container-actualites .actualites .actualites-infos .actu-title {
  font-family: "Spectral", arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 6px;
}
main .container-global .container-actualites .actualites .actualites-infos .actu-subtitle {
  font-family: "Spectral", arial, sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 15px;
}
main .container-global .container-actualites .actualites .actualites-infos .actu-date {
  font-family: "Spectral", arial, sans-serif;
  line-height: 17px;
  font-size: 14px;
}
main .container-global-news {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 -92px;
}
main .container-global-news .btn-next,
main .container-global-news .btn-prev {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 20px;
  width: 50px;
}
main .container-global-news .btn-next a,
main .container-global-news .btn-prev a {
  display: flex;
  width: 50px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}
main .container-global-news .btn-next a:hover img,
main .container-global-news .btn-prev a:hover img {
  opacity: 1;
}
main .container-global-news .btn-next a img,
main .container-global-news .btn-prev a img {
  transition: opacity 0.2ms;
  width: 50px;
  opacity: 0.3;
}
main .container-global-news .btn-next {
  right: -60px;
  top: 0px;
}
main .container-global-news .btn-prev {
  left: -60px;
  top: 0px;
}
main .container-global-news .btn-prev a img {
  transform: rotate(180deg);
}
main .container-global-news .container-news {
  margin-top: 42px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
main .container-global-news .container-news .infos {
  padding-right: 50px;
}
main .container-global-news .container-news .news-artist {
  display: block;
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 49px;
  margin-bottom: 20px;
}
main .container-global-news .container-news .news-title {
  display: block;
  display: block;
  font-family: "Spectral", arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
main .container-global-news .container-news .news-style {
  display: block;
  text-transform: uppercase;
}
main .container-global-news .container-news .news-date,
main .container-global-news .container-news .news-localisation,
main .container-global-news .container-news .news-style {
  display: block;
  font-family: "Spectral", arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
main .container-global-news .container-news .news-text {
  display: block;
  padding-top: 30px;
  font-family: "Spectral", arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
main .container-global-news .container-news img {
  max-width: 712px;
  max-height: 545px;
}

@media only screen and (max-width: 1600px) {
  main .container-global .container-global-news {
    margin: 0;
  }
  main .container-global .container-global-news .btn-next,
main .container-global .container-global-news .btn-prev {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  main .container-global {
    padding-bottom: 0 !important;
  }
  main .container-global .container-actualites {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    justify-content: center;
  }
  main .container-global .container-actualites .actualites {
    width: 100%;
  }
  main .container-global .container-actualites .actualites a.actualite-img {
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 6px;
  }
  main .container-global .container-actualites .actualites a.actualite-img img {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.7s;
  }
  main .container-global .container-actualites .actualites a.actualite-img img:hover {
    transform: scale(1.05);
  }
  main .container-global .container-actualites .actualites .actualites-infos {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  main .container-global .container-actualites .actualites .actualites-infos .actu-style {
    font-family: "EB Garamond", arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 7px;
    text-transform: uppercase;
  }
  main .container-global .container-actualites .actualites .actualites-infos .actu-title {
    font-family: "Spectral", arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
  }
  main .container-global .container-actualites .actualites .actualites-infos .actu-subtitle {
    font-family: "Spectral", arial, sans-serif;
    font-size: 11px;
    line-height: 7px;
  }
  main .container-global .container-actualites .actualites .actualites-infos .actu-date {
    font-family: "Spectral", arial, sans-serif;
    line-height: 0px;
    font-size: 10px;
  }
  main .container-global .container-global-news {
    position: relative;
  }
  main .container-global .container-global-news .btn-next,
main .container-global .container-global-news .btn-prev {
    display: none;
  }
  main .container-global .container-global-news .container-news {
    position: relative;
    margin-top: 42px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  main .container-global .container-global-news .container-news .infos {
    padding-right: 0px;
  }
  main .container-global .container-global-news .container-news .infos h2.news-artist {
    font-size: 18px;
    line-height: 23px;
  }
  main .container-global .container-global-news .container-news .news-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }
  main .container-global .container-global-news .container-news .news-date,
main .container-global .container-global-news .container-news .news-localisation,
main .container-global .container-global-news .container-news .news-style {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
  }
  main .container-global .container-global-news .container-news .news-text {
    display: inline-block;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }
  main .container-global .container-global-news .container-news img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: inherit;
    margin-bottom: 27px;
  }
  .news-item {
    padding: 0;
  }
  .news-item .actualites-infos {
    margin-top: 10px;
  }
  .news-item .actualites-infos .news-item-info {
    display: block;
  }
  .news-item .actualites-infos .actu-style {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
  }
  .news-item .actualites-infos .actu-artist {
    font-size: 16px;
    line-height: 16px;
  }
  .news-item .actualites-infos .actu-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .news-item .actualites-infos .actu-date {
    font-size: 12px;
    line-height: 12px;
  }
}
.galerie.accueil {
  position: relative;
}
.galerie.accueil .anim-bloc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.galerie.accueil .anim-bloc .anim {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  overflow: hidden;
}
.galerie.accueil .anim-bloc .anim.out {
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-name: moveTop;
}
.galerie.accueil .anim-bloc .anim img.anim-logo {
  width: 20%;
}

.slick-disabled {
  display: none !important;
}

main .bx-wrapper .bx-controls {
  position: relative;
  width: 100%;
}
main .slider-home {
  margin-bottom: 30px;
}
main .slider-home .slick-dots {
  width: auto;
  position: absolute;
  bottom: 125px;
  right: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .slider-home .slick-dots li {
  display: block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
}
main .slider-home .slick-dots li.slick-active {
  background-color: #000;
}
main .slider-home .slick-dots button {
  display: none;
}
main .slider-home .slide {
  border: 0;
  box-shadow: none;
}
main .slider-home .slide img {
  height: calc(100vh - 275px) !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
main .slider-home .slide .container-info-details {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
}
main .slider-home .slide .container-info-details .informations {
  display: flex;
  flex-direction: column;
}
main .slider-home .slide .container-info-details .informations .artist-name {
  font-family: "Spectral", arial, sans-serif;
  font-size: 28px;
}
main .slider-home .slide .container-info-details .informations .work-year {
  font-family: "Spectral", arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  height: 30px;
}
main .slider-home .slide .container-info-details .details {
  font-family: "Spectral", arial, sans-serif;
  font-size: 18px;
  border: 1px solid #000;
  padding: 8px 52px;
  height: 42px;
  width: 163px;
}
main .slider-home .slide .container-info-details .button:hover {
  background-color: black;
  color: white;
}
main .actualites h2 {
  font-size: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "EB Garamond", arial, sans-serif;
}
main .actualites .slider-actu {
  position: relative;
  margin: 0 -17px;
}
main .actualites .slider-actu .slick-disabled {
  display: none;
}
main .actualites .slider-actu button.slick-prev {
  all: unset;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
  transition: opacity 2ms;
}
main .actualites .slider-actu button.slick-prev::before {
  display: none;
}
main .actualites .slider-actu button.slick-prev:hover img {
  opacity: 1;
}
main .actualites .slider-actu button.slick-prev img {
  opacity: 0.3;
}
main .actualites .slider-actu button.slick-next {
  all: unset;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  transition: opacity 2ms;
}
main .actualites .slider-actu button.slick-next::before {
  display: none;
}
main .actualites .slider-actu button.slick-next:hover img {
  opacity: 1;
}
main .actualites .slider-actu button.slick-next img {
  opacity: 0.3;
}

@keyframes moveTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  main .actualites .slider-actu button.slick-prev {
    all: unset;
    width: 25px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(180deg);
  }
  main .actualites .slider-actu button.slick-prev img {
    opacity: 0.3;
  }
  main .actualites .slider-actu button.slick-next {
    all: unset;
    width: 25px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }
  main .actualites .slider-actu button.slick-next img {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 1024px) {
  .galerie.accueil .anim-bloc .anim {
    padding: 0 20px;
  }
  .galerie.accueil .anim-bloc .anim img.anim-logo {
    width: 80%;
  }
  main .bx-wrapper {
    margin-bottom: 0px;
  }
  main .bx-wrapper .bx-controls {
    position: relative;
    width: 100%;
  }
  main .bx-wrapper .bx-controls .bx-pager {
    width: auto;
    position: absolute;
    bottom: 120px;
    right: 30px;
  }
  main .slider-home .slick-dots {
    bottom: 115px;
    right: 20px;
  }
  main .container-home .bxslider {
    margin-bottom: 0px;
  }
  main .container-home .slide {
    margin-bottom: 0px;
  }
  main .container-home .slide .container-info-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .container-home .slide .container-info-details .informations {
    height: 100%;
  }
  main .container-home .slide .container-info-details .informations span {
    display: block;
  }
  main .container-home .slide .container-info-details .informations .artist-name {
    font-family: "Spectral", arial, sans-serif;
    font-size: 18px;
  }
  main .container-home .slide .container-info-details .informations .work-year {
    font-size: 14px;
  }
  main .container-home .slide .container-info-details .details {
    font-size: 12px;
    padding: 5px 20px;
    width: auto;
    height: auto;
  }
  main .container-home .slide .container-info-details .button:hover {
    background: black;
    color: white;
  }
  main .actualites {
    height: 100%;
  }
  main .actualites h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  main .actualites .slider-actu {
    position: relative;
    margin: 0;
  }
  main .actualites .slider-actu button.slick-prev {
    all: unset;
    width: 25px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) rotate(180deg);
  }
  main .actualites .slider-actu button.slick-prev img {
    opacity: 0.3;
  }
  main .actualites .slider-actu button.slick-next {
    all: unset;
    width: 25px;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  main .actualites .slider-actu button.slick-next img {
    opacity: 0.3;
  }
  main .actualites .slider-actu .slide-img {
    padding-right: 17px;
    padding-left: 17px;
  }
  main .actualites .slider-actu .slide-img .actualites-infos .actu-style {
    font-family: "EB Garamond", arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  main .actualites .slider-actu .slide-img .actualites-infos .actu-artist {
    font-family: "Spectral", arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 6px;
  }
  main .actualites .slider-actu .slide-img .actualites-infos .actu-title {
    font-family: "Spectral", arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 15px;
  }
  main .actualites .slider-actu .slide-img .actualites-infos .actu-date {
    font-family: "Spectral", arial, sans-serif;
    line-height: 17px;
    font-size: 14px;
  }
  main .actualites .slider-actu .slide-img img {
    width: 100%;
  }
}
main .container-galerie {
  margin-bottom: 4.375rem;
}
main .container-galerie .location {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main .container-galerie .location .location-left {
  font-size: 1.125rem;
  font-family: "Spectral", arial, sans-serif;
  line-height: 1.375rem;
  font-weight: 300;
}
main .container-galerie .location .location-left .presentation {
  padding-right: 100px;
}
main .container-galerie .location .location-left .presentation ul {
  padding-left: 20px;
}
main .container-galerie .location .location-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
main .container-galerie .location .location-right .map {
  height: 497px;
}
main .container-galerie .location .sub-map {
  position: relative;
  margin-top: 30px;
  font-size: 1.125rem;
  font-family: "Spectral", arial, sans-serif;
  line-height: 1.375rem;
  font-weight: 300;
}
main .container-galerie .location .sub-map .macfine {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-family: "Spectral", arial, sans-serif;
  line-height: 26px;
  font-weight: 400;
}
main .container-galerie .location .sub-map .address-logo address {
  margin-bottom: 20px;
}
main .container-galerie .location .sub-map .address-logo .logo-galerie {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
main .container-galerie .location .sub-map .address-logo .logo-galerie a img {
  width: 120px;
}
main .container-newsletter h2 {
  width: 100%;
  text-align: left;
}
main .container-newsletter .cn-sub {
  margin-top: 30px;
}
main .container-newsletter .cn-sub form.form {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
main .container-newsletter .cn-sub form.form .champs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
  margin-bottom: 20px;
}
main .container-newsletter .cn-sub form.form .champs .form-input:last-child {
  grid-column: 1/3;
  text-align: right;
}
main .container-newsletter .cn-sub form.form .submit {
  text-align: right;
  margin: 0;
}
main .container-newsletter .cn-sub form.form .submit button {
  color: #000;
  background: #fff;
}
main .container-newsletter .cn-sub form.form .submit button:last-child {
  color: #fff;
  background: #000;
}
main .container-newsletter .cn-sub .legal p {
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  main .container-galerie {
    margin-bottom: 90px;
  }
  main .container-galerie .location {
    display: flex;
    flex-direction: column;
  }
  main .container-galerie .location .location-left {
    width: 100%;
    padding-right: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    margin-bottom: 27px;
  }
  main .container-galerie .location .location-left .presentation {
    padding-right: 0;
  }
  main .container-galerie .location .location-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  main .container-galerie .location .location-right .map {
    height: 200px;
  }
  main .container-galerie .location .sub-map {
    position: relative;
    margin-top: 30px;
    font-size: 14px;
    font-family: "Spectral", arial, sans-serif;
    line-height: 21px;
    font-weight: 200;
  }
  main .container-galerie .location .sub-map .macfine {
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
  main .container-galerie .location .sub-map .address-logo address {
    margin-bottom: 20px;
  }
  main .container-galerie .location .sub-map .address-logo .logo-galerie {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  main .container-galerie .location .sub-map .address-logo .logo-galerie a img {
    width: 80px;
  }
  main .container-newsletter .cn-sub {
    margin: 20px auto 0;
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  main .container-newsletter .cn-sub form.form {
    padding-right: 0;
  }
  .container-gloal {
    padding-top: 20px;
  }
  .half-legal {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 520px) {
  main .container-newsletter .cn-sub {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  main .container-newsletter .cn-sub form.form {
    padding-right: 0;
  }
  main .container-newsletter .cn-sub form.form .champs {
    grid-template-columns: 1fr;
    padding-right: 0px;
  }
  main .container-newsletter .cn-sub form.form .champs .form-input:last-child {
    grid-column: inherit;
    text-align: right;
  }
  main .container-newsletter .cn-sub form.form .champs input {
    padding-left: 10px;
    display: block;
    text-align: center;
    height: 36px;
    width: 100%;
    color: black;
  }
}
body.artistes.minimized main .cda-sub-nav {
  top: 70px;
}

body.artistes main {
  margin-top: 165px;
}
body.artistes main .container-global {
  min-height: calc(100vh - 140px - 208px);
  margin-top: -40px !important;
}
body.artistes main #biographie {
  position: absolute;
  top: -195px;
}
body.artistes main #oeuvres,
body.artistes main #actualites {
  position: absolute;
  top: -140px;
}
body.artistes main .container-artist {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px 30px;
  justify-content: center;
  justify-items: center;
}
body.artistes main h3 {
  display: none;
}
body.artistes main .artist {
  height: 20vw;
  width: 100%;
}
body.artistes main .artist a.artist-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body.artistes main .artist a.artist-link .artist-img {
  flex: 1;
  overflow: hidden;
  text-align: center;
}
body.artistes main .artist a.artist-link .artist-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.7s;
}
body.artistes main .artist a.artist-link .artist-img img:hover {
  transform: scale(1.05);
}
body.artistes main .artist a.artist-link .artist-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "EB Garamond", arial, sans-serif;
  line-height: 1.375rem;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 15px;
}
body.artistes main .cda-sub-nav {
  background-color: white;
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  transition: top 0.3s;
  z-index: 2;
}
body.artistes main .cda-sub-nav ul {
  padding: 0;
  display: flex;
  flex-direction: row;
}
body.artistes main .cda-sub-nav ul li {
  width: 100%;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
}
body.artistes main .cda-sub-nav ul li a {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a2a2a2;
}
body.artistes main .cda-sub-nav ul li a:focus, body.artistes main .cda-sub-nav ul li a:hover, body.artistes main .cda-sub-nav ul li a.active, body.artistes main .cda-sub-nav ul li a:active {
  color: black;
}
body.artistes main .container-artist-details,
body.artistes main .container-artist-artworks,
body.artistes main .container-artist-news {
  position: relative;
}
body.artistes main .container-artist-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 50px;
}
body.artistes main .container-artist-details h2 {
  font-size: 18px;
  margin-bottom: 27px;
  line-height: 23px;
}
body.artistes main .container-artist-details .cda-infos {
  margin-top: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.artistes main .container-artist-details .cda-infos .cv {
  padding-right: 120px;
  display: block;
  align-items: center;
  font-family: "Spectral", arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 50px;
  max-height: 89px;
  overflow: hidden;
}
body.artistes main .container-artist-details .cda-infos .cv p, body.artistes main .container-artist-details .cda-infos .cv span, body.artistes main .container-artist-details .cda-infos .cv strong, body.artistes main .container-artist-details .cda-infos .cv a {
  font-size: 1.25rem;
  font-family: "EB Garamond", arial, sans-serif !important;
  line-height: 22px !important;
  color: #000;
}
body.artistes main .container-artist-details .cda-infos .cv p {
  margin-bottom: 22px !important;
}
body.artistes main .container-artist-details .cda-infos .cv p:last-child {
  margin-bottom: 0 !important;
}
body.artistes main .container-artist-details .cda-infos div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.artistes main .container-artist-details .cda-infos div a.read-more {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
  padding-right: 120px;
  opacity: 1;
  align-content: space-between;
  width: 100%;
  height: 35px;
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
body.artistes main .container-artist-details .cda-infos div a.read-more::before {
  margin-right: 10px;
  margin-top: 1px;
  content: "";
  background: url(/site/assets/img/arrow_icon.svg);
  display: block;
  height: 15px;
  width: 15px;
}
body.artistes main .container-artist-details .cda-infos img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
body.artistes main .container-artist-artworks .cda-masonry {
  columns: 3;
  column-gap: 50px;
  position: relative;
}
body.artistes main .container-artist-artworks .cda-masonry .artwork {
  height: auto;
  break-inside: avoid;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  width: 100%;
}
body.artistes main .container-artist-artworks .cda-masonry .artwork img {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.7s;
}
body.artistes main .container-artist-artworks .cda-masonry .artwork img:hover {
  transform: scale(1.05);
}
body.artistes main a.more {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  height: 100%;
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}
body.artistes main a.more::before {
  margin-right: 10px;
  content: "";
  background: url(/site/assets/img/arrow_icon.svg);
  display: block;
  height: 15px;
  width: 15px;
}
body.artistes main .container-artist-news {
  margin-top: 200px;
}
body.artistes main .container-artist-news .slider-actu {
  position: relative;
  margin: 0 -17px;
}
body.artistes main .container-artist-news .slider-actu button.slick-prev {
  all: unset;
  width: 50px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
body.artistes main .container-artist-news .slider-actu button.slick-prev img {
  opacity: 0.3;
}
body.artistes main .container-artist-news .slider-actu button.slick-next {
  all: unset;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
body.artistes main .container-artist-news .slider-actu button.slick-next img {
  opacity: 0.3;
}
body.artistes main .container-artist-news .slider-actu .news {
  padding-right: 17px;
  padding-left: 17px;
}
body.artistes main .container-artist-news .slider-actu .news img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1880px) {
  body.artistes main .cda-sub-nav {
    margin-left: 140px;
    margin-right: 140px;
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1600px) {
  body.artistes main .cda-sub-nav {
    margin-left: 80px;
    margin-right: 80px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.artistes main .cda-sub-nav {
    margin-left: 40px;
    margin-right: 40px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.artistes main .container-global h2 {
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 23px;
  }
  body.artistes main .container-global h3 {
    display: none;
  }
  body.artistes main .container-global .container-artist {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 23px;
    justify-content: center;
    justify-items: center;
  }
  body.artistes main .container-global .container-artist div.artist {
    height: 33.3333333333vw;
  }
  body.artistes main .container-global .container-artist div.artist a.artist-link .artist-img {
    height: 88px;
    width: 100%;
  }
  body.artistes main .container-global .container-artist div.artist a.artist-link .artist-name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  body.artistes main .container-global .container-artist-details {
    margin-bottom: 30px;
  }
  body.artistes main .container-global .container-artist-details h2 {
    font-size: 18px;
    margin-bottom: 27px;
    line-height: 23px;
  }
  body.artistes main .container-global .container-artist-details .cda-infos {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  body.artistes main .container-global .container-artist-details .cda-infos div .cv {
    padding-right: 120px;
    font-weight: 300;
    padding-right: 0px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 27px;
    max-height: 93px;
    overflow: hidden;
  }
  body.artistes main .container-global .container-artist-details .cda-infos div .cv p, body.artistes main .container-global .container-artist-details .cda-infos div .cv span {
    font-size: 1rem !important;
    font-family: "EB Garamond", arial, sans-serif !important;
    line-height: 18px !important;
    color: #000;
  }
  body.artistes main .container-global .container-artist-details .cda-infos div .cv p {
    margin-bottom: 22px !important;
  }
  body.artistes main .container-global .container-artist-details .cda-infos div .cv p:last-child {
    margin-bottom: 0 !important;
  }
  body.artistes main .container-global .container-artist-details .cda-infos div a {
    margin-top: 10px;
    padding: 0;
    height: 100%;
  }
  body.artistes main .container-global .container-artist-details .cda-infos img {
    width: 100%;
    height: 100%;
  }
  body.artistes main .container-global .container-artist-artworks .cda-masonry {
    columns: 1;
    column-gap: 0;
  }
  body.artistes main .container-global .container-artist-news {
    margin-top: 30px;
  }
  body.artistes main .container-global .container-artist-news .slider-actu {
    position: relative;
    margin: 0 -10px;
  }
  body.artistes main .container-global .container-artist-news .slider-actu .news-item {
    padding: 0 10px;
  }
  body.artistes main .cda-sub-nav {
    margin: 0 40px;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.3s;
  }
  body.artistes main .cda-sub-nav h2 {
    font-size: 18px;
    margin-bottom: 17px;
    line-height: 23px;
  }
  body.artistes main .cda-sub-nav ul {
    margin: 10px;
  }
  body.artistes main .cda-sub-nav ul li {
    margin: 0 10px;
  }
}
main .artwork-detail-image {
  width: 100%;
  height: 100%;
}
main .artwork-detail-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
main .artwork-detail-slider.slick-slider {
  width: 100%;
  height: 100%;
}
main .artwork-detail-slider.slick-slider .slick-list {
  height: 100%;
  width: 100%;
}
main .artwork-detail-slider.slick-slider .slick-list .slick-track {
  height: 100%;
  min-width: calc(100vw - 200px - 100px);
}
main .artwork-detail-slider.slick-slider .slick-list .slick-track .slick-slide div {
  width: 100%;
  height: 100%;
}
main .artwork-detail-slider.slick-slider .slick-list .slick-track .slick-slide div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
main .artwork-detail-slider.slick-slider button.slick-prev {
  all: unset;
  width: 50px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
main .artwork-detail-slider.slick-slider button.slick-prev img {
  opacity: 0.3;
}
main .artwork-detail-slider.slick-slider button.slick-prev:hover img {
  opacity: 1;
}
main .artwork-detail-slider.slick-slider button.slick-next {
  all: unset;
  width: 50px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
main .artwork-detail-slider.slick-slider button.slick-next img {
  opacity: 0.3;
}
main .artwork-detail-slider.slick-slider button.slick-next:hover img {
  opacity: 1;
}
main .container-global form {
  font-family: "Spectral", arial, sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 30px;
}
main .container-global form select {
  margin-left: 30px;
  padding-left: 15px;
  border: 2px solid black;
  background: white;
  font-family: "EB Garamond", arial, sans-serif !important;
  width: 40%;
  height: 2.125rem;
  line-height: 1.875rem;
  font-size: 1rem;
  border-radius: 0;
}
main .container-global form select option {
  color: rgba(0, 0, 0, 0.5333333333);
  font-family: "EB Garamond", arial, sans-serif !important;
}
main .container-global form .list-a-z {
  margin-top: 15px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
main .container-global form .list-a-z label {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  height: 2.125rem;
  width: 2.125rem;
  color: #000000;
  border: 2px solid #000;
}
main .container-global form .list-a-z input[type=checkbox] {
  display: none;
}
main .container-global form .list-a-z input[type=checkbox]:checked + label {
  color: #fff;
  background: #000;
}
main .container-global .container-artworks {
  margin-top: 60px;
  columns: 3;
  column-gap: 50px;
}
main .container-global .container-artworks .artwork {
  height: auto;
  break-inside: avoid;
  margin-bottom: 30px;
  position: relative;
}
main .container-global .container-artworks .artwork a.artwork-img {
  overflow: hidden;
  display: block;
  width: 100%;
}
main .container-global .container-artworks .artwork a.artwork-img img {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
main .container-global .container-artworks .artwork .artwork-hover {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}
main .container-global .container-artworks .artwork .artwork-hover:hover {
  opacity: 1;
}
main .container-global .container-artworks .artwork .artwork-hover .actu-style,
main .container-global .container-artworks .artwork .artwork-hover .actu-title,
main .container-global .container-artworks .artwork .artwork-hover .actu-date {
  font-size: 20px;
  color: white;
  opacity: 1;
}
main .container-global .container-artworks .artwork .artwork-hover .actu-style {
  font-size: 38px;
  font-family: "EB Garamond", arial, sans-serif;
}
main .container-global .container-artworks .artwork .artwork-hover .actu-title {
  font-size: 24px;
  font-family: "Spectral", arial, sans-serif;
  text-align: center;
}
main .container-global .container-global-oeuvres {
  display: flex;
  justify-content: space-between;
  margin: 0 -92px;
}
main .container-global .container-global-oeuvres .btn-next,
main .container-global .container-global-oeuvres .btn-prev {
  height: calc(100vh - 135px - 155px - 30px);
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 20px;
  width: 50px;
}
main .container-global .container-global-oeuvres .btn-next a,
main .container-global .container-global-oeuvres .btn-prev a {
  display: flex;
  width: 50px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}
main .container-global .container-global-oeuvres .btn-next a:hover img,
main .container-global .container-global-oeuvres .btn-prev a:hover img {
  opacity: 1;
}
main .container-global .container-global-oeuvres .btn-next a img,
main .container-global .container-global-oeuvres .btn-prev a img {
  transition: opacity 0.2ms;
  width: 50px;
  opacity: 0.3;
}
main .container-global .container-global-oeuvres .btn-next {
  right: -60px;
  top: 0px;
}
main .container-global .container-global-oeuvres .btn-prev {
  left: -60px;
  top: 0px;
}
main .container-global .container-global-oeuvres .btn-prev a img {
  transform: rotate(180deg);
}
main .container-global .container-global-oeuvres .container-oeuvres {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos {
  max-width: 50%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-title {
  font-weight: 500;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-artist {
  font-family: "EB Garamond", arial, sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-title {
  display: inline-block;
  font-family: "Spectral", arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-date,
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-localisation,
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-style {
  font-family: "Spectral", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-text {
  display: inline-block;
  padding-top: 30px;
  font-family: "Spectral", arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  padding-right: 50px;
  display: block;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos a.btn-get-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  opacity: 1;
  padding: 5px 15px;
  width: fit-content;
  font-family: "Spectral", arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos a.btn-get-info::before {
  margin-right: 10px;
  content: "";
  background: url(/site/assets/img/arrow_icon.svg) no-repeat center center;
  display: block;
  height: 15px;
  width: 15px;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-provenance,
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-description {
  font-size: 16px;
  font-weight: 500;
  font-family: "Spectral", arial, sans-serif;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-provenance p,
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-description p {
  margin-top: 0;
  font-weight: 300;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-provenance em,
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-description em {
  font-weight: 300;
  font-style: regular;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .images {
  width: 100%;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .images #thumbCarousel .carousel__slide {
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  max-height: 80px;
  overflow: hidden;
}
main .container-global .container-global-oeuvres .container-oeuvres .infos .images #thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main .container-global .container-global-oeuvres .container-oeuvres .images {
  width: 50%;
}
main .container-global .container-global-oeuvres .container-oeuvres .images #carousel_artwork.carousel {
  width: 100%;
  height: calc(100vh - 135px - 42px - 42px - 155px);
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
main .container-global .container-global-oeuvres .container-oeuvres .images #carousel_artwork.carousel .carousel__slide {
  width: 100%;
  padding: 0;
}
main .container-global .container-global-oeuvres .container-oeuvres .images #carousel_artwork.carousel .carousel__slide img {
  width: 100%;
  height: calc(100vh - 135px - 42px - 42px - 155px);
  object-fit: contain;
}

@media only screen and (max-width: 1600px) {
  main .container-global .container-global-oeuvres {
    margin: 0;
  }
  main .container-global .container-global-oeuvres .btn-next,
main .container-global .container-global-oeuvres .btn-prev {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  main .container-global h1 {
    font-size: 18px;
    line-height: 23px;
  }
  main .container-global h2 {
    font-size: 18px;
    line-height: 23px;
  }
  main .container-global form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  main .container-global form label {
    font-size: 12px;
  }
  main .container-global form select {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
  }
  main .container-global form .list-a-z {
    display: none;
  }
  main .container-global .container-artworks {
    margin-top: 30px;
    columns: 2;
    column-gap: 15px;
    row-gap: 15px;
  }
  main .container-global .container-artworks .artwork .artwork-hover {
    display: none;
  }
  main .container-global .container-global-oeuvres {
    margin: 0;
  }
  main .container-global .container-global-oeuvres .btn-next,
main .container-global .container-global-oeuvres .btn-prev {
    display: none;
  }
  main .container-global .container-global-oeuvres .container-oeuvres {
    position: relative;
    padding-top: 0px;
    height: auto;
    flex-direction: column-reverse;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .news-artist {
    position: inherit;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .infos {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 50px;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .infos h2.news-artist {
    font-size: 18px;
    line-height: 18px;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .infos .news-title {
    font-size: 18px;
    line-height: 18px;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .infos .news-date,
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-localisation,
main .container-global .container-global-oeuvres .container-oeuvres .infos .news-style,
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-description,
main .container-global .container-global-oeuvres .container-oeuvres .infos .info-provenance {
    font-size: 16px;
    line-height: 16px;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .infos a.btn-get-info {
    letter-spacing: -0.6px;
    padding: 5px 10px;
    white-space: nowrap;
    justify-self: center;
    margin: 30px 0;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .images {
    margin-top: 30px;
    max-height: auto;
    height: auto;
    width: 100%;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .images .img-principal {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .images .artwork-views-more {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 17px;
  }
  main .container-global .container-global-oeuvres .container-oeuvres .images .artwork-views-more img {
    padding-left: 0;
    height: auto;
    max-height: 155px;
    max-width: 100%;
    margin: 10px;
  }
}
.fancybox:hover .loupeHover {
  display: block;
}

.loupeHover {
  /*display: block;*/
  height: 60px;
  width: 60px;
  background-image: url(/site/assets/img/ios-search.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  border-radius: 50%;
  background-position-y: 15px;
  opacity: 0.6;
  display: none;
}

@media only screen and (min-width: 1920px) {
  .info-description {
    margin-top: 50px;
  }
}
main .container-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .container-newsletter .title {
  margin-top: 15px;
  max-width: 572px;
  display: flex;
  justify-content: flex-start;
}
main .container-newsletter .mentionsNewsletter {
  max-width: 572px;
  font-size: 12px;
  font-weight: 200;
}

@media only screen and (max-width: 767px) {
  main .container-newsletter .title {
    width: 100%;
  }
  main .container-newsletter .newsletter-form {
    width: 100%;
  }
  main .container-newsletter .mentionsNewsletter {
    width: 100%;
  }
  main .container-newsletter .mentionsNewsletter p {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  main .container-newsletter .title {
    width: 572px;
  }
  main .container-newsletter .newsletter-form {
    width: 572px;
  }
  main .container-newsletter .mentionsNewsletter {
    width: 572px;
  }
}
@media only screen and (max-width: 1600px) {
  header,
main,
footer {
    padding: 0 80px;
  }
  .scroll-up {
    right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
  .scroll-up {
    right: 20px;
  }
  header,
main,
footer {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

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