@charset "UTF-8";
/*!
Theme Name: dr-nguyen
Text Domain: dr-nguyen
Template: dede
*/

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('../fonts/GothamRounded-Book.eot');
    src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Book.woff2') format('woff2'),
    url('../fonts/GothamRounded-Book.woff') format('woff'),
    url('../fonts/GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Light Italic';
    src: url('../fonts/GothamRounded-LightItalic.eot');
    src: url('../fonts/GothamRounded-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-LightItalic.woff2') format('woff2'),
    url('../fonts/GothamRounded-LightItalic.woff') format('woff'),
    url('../fonts/GothamRounded-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book Italic';
    src: url('../fonts/GothamRounded-BookItalic.eot');
    src: url('../fonts/GothamRounded-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-BookItalic.woff2') format('woff2'),
    url('../fonts/GothamRounded-BookItalic.woff') format('woff'),
    url('../fonts/GothamRounded-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('../fonts/GothamRounded-Bold.eot');
    src: url('../fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
    url('../fonts/GothamRounded-Bold.woff') format('woff'),
    url('../fonts/GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Bold Italic';
    src: url('../fonts/GothamRounded-BoldItalic.eot');
    src: url('../fonts/GothamRounded-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-BoldItalic.woff2') format('woff2'),
    url('../fonts/GothamRounded-BoldItalic.woff') format('woff'),
    url('../fonts/GothamRounded-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Light';
    src: url('../fonts/GothamRounded-Light.eot');
    src: url('../fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Light.woff2') format('woff2'),
    url('../fonts/GothamRounded-Light.woff') format('woff'),
    url('../fonts/GothamRounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Medium';
    src: url('../fonts/GothamRounded-Medium.eot');
    src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
    url('../fonts/GothamRounded-Medium.woff') format('woff'),
    url('../fonts/GothamRounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    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;
    }
}

/* 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 */


/* 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-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-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;
}

.isActivePage {
    color: #48722C;
}

.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;
}

.btn {
    margin-top: 3.125rem;
}

.btn-info {
    margin-top: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #000000;
    opacity: 1;
    padding: 5px 15px;
    width: 300px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.btn-info::before {
    margin-right: 10px;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
}

.btn-info:hover {
    background-color: #0f590f;
    color: white;
}

.get:hover::before {
    background: url(/site/assets/img/arrow_icon_white.svg) no-repeat center center;
}

.get::before {
    background: url(/site/assets/img/arrow_icon.svg) no-repeat center center;
}

.download:hover::before {
    background: url(/site/assets/img/download_icon_white.svg) no-repeat center center;
}

.download::before {
    background: url(/site/assets/img/download_icon.svg) no-repeat center center;
}

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

@keyframes tooltip {
    from {
        opacity: 0;
        transform: translate(-50%, -70%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -100%);
    }
}

body {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 70px;
}

body h1.firstone {
    margin-top: 0px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
}

body h1.firstone.fixed {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    background-color: white;
    margin: 0 auto;
    max-width: 1280px;
    z-index: 100;
}

body .header-bottom .firstone {
    margin-bottom: 0;
}

.minimized {
    padding-bottom: 114px;
}

.minimized header .logo {
    height: 45px;
    width: auto;
}

.minimized main {
    z-index: 5;
    margin-top: 68px;
}

.minimized.galerie:not(.accueil) header {
    padding-bottom: 5px;
}

.minimized.galerie:not(.accueil) header .header-bottom a {
    font-size: 22px;
}

header {
    margin: 0 auto;
    padding: 20px 0;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}

header .container-header {
    max-width: 1280px;
    margin: 0 auto;
}

header .header-bottom {
    margin: 10px 0;
}

header .header-bottom a {
    transition: 0.5s;
}

header .header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

header .logo {
    display: block;
    height: 85px;
    transition: 0.5s;
    width: auto;
}

header .nav-bar {
    height: 100%;
    width: auto;
}

header .nav-bar ul {
    display: flex;
    flex-direction: row;
    margin: 0px;
}

header .nav-bar li {
    padding-left: 25px;
    list-style: none;
}

header .nav-bar li.active a, header .nav-bar li:active a {
    color: #195929;
}

header .nav-bar a {
    font-size: 17px;
    font-weight: 200;
    line-height: 27px;
}

header .nav-bar a:focus, header .nav-bar a:hover, header .nav-bar a:active {
    color: #195929;
}

header .nav-bar .menu-instagram img {
    height: 11px;
    filter: invert(0%) sepia(95%) saturate(0%) hue-rotate(130deg) brightness(100%) contrast(105%);
}

header .nav-bar .menu-instagram:hover img {
    filter: none;
}

header .button-nav {
    display: none;
}

.galerie.accueil {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.galerie.accueil header {
    background: transparent;
    background: white;
    transform: translateY(-100%);
}

.galerie.accueil header.move-down {
    transition: 0.7s;
    transform: translateY(0);
}

.galerie.accueil main {
    max-width: 1280px;
    margin: 0 auto;
}

main {
    top: 0;
    z-index: 5;
    margin-top: 100px;
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-next,
.slick-prev {
    z-index: 100;
    height: 30px;
    width: 18px;
}

.slick-next::before,
.slick-prev::before {
    content: "";
    background: url("/site/assets/img/arrow.png") no-repeat center center;
    display: block;
    height: 30px;
    width: 18px;
}

.slick-next {
    right: 0;
}

.slick-next::before {
    transform: rotate(180deg);
}

.slick-prev {
    left: 0;
}

.slider-home {
    height: calc(100vh - 50px);
    margin: 0;
}

.slider-home .slick-active .slide .slide-infos {
    opacity: 1;
    bottom: 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.slider-home .slide {
    position: relative;
    overflow: hidden;
}

.slider-home .slide img {
    object-fit: cover;
    object-position: center;
    transition: 0.7s;
    width: 100%;
    height: calc(100vh - 45px);
}

.slider-home .slide .container-slide-info {
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: 0.7s;
}

.slider-home .slide .container-slide-info.move-up {
    transform: translateY(0);
}

.slider-home .slide .slide-infos {
    background: white;
    width: 100%;
    height: max-content;
    padding: 20px 0;
    font-family: "Gotham Rounded Light", arial, sans-serif;

}

.slider-home .slide .slide-infos .informations span {
    display: block;
    font-size: 18px;
    font-weight: 200;
    width: fit-content;
    line-height: 1;
    padding: 5px 0;
}

.slider-home .slide .slide-infos .informations .artist-name {
    color: #195929;
    font-weight: normal;
    font-size: 21px;
    line-height: 20px;
}

.slider-home .slide .slide-infos .informations .exhibition-name {
    font-size: 32px;
}

.container-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1280px;
    height: 20px;
    margin: 0 auto;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.slick-dots li {
    margin: 2px;
    width: 8px;
    height: 2px;
}

.slick-dots li button::before {
    width: 8px;
    height: 2px;
    content: "";
    background: #195929;
}

.artistes.index main {
    height: 100%;
}

.artistes.index h1 {
    font-weight: 400;
    text-transform: uppercase;
}

.grid-artists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
    justify-content: center;
    justify-items: center;
}

.grid-artists .artist {
    text-align: center;
}

.grid-artists .artist img {
    width: 100%;
    height: 225px;
    max-height: 225px;
    object-fit: cover;
}

.column-artists {
    columns: 3;
}

.artist {
    padding: 0 10px;
}

.artistes.details main {
    margin-top: 120px;
}

.sub-nav-fixed {
    position: fixed;
    margin-top: 50px;
}

.sub-nav-fixed ul {
    width: auto;
}

.sub-nav-fixed li {
    list-style: none;
    width: auto;
}

.sub-nav-fixed li .active {
    color: #195929;
}

section {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    min-width: 100%;
    min-height: 10px;
    display: flex;
    flex-direction: column;
}

section #oeuvres,
section #expositions,
section #biographie {
    position: absolute;
    top: -75px;
}

section #oeuvres {
    top: -130px;
}

.container-artist-artworks {
    display: flex;
    justify-content: center;
}

.container-artist-artworks .column-left {
    width: 20%;
}

.container-artist-artworks .column-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cv {
    font-size: 13px;
    max-height: 130px;
    overflow: hidden;
    position: relative;
}

.cv::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 2%, rgba(255, 255, 255, 0.4) 50%, white 100%);
}

.cv.slide-down {
    max-height: 500px;
    height: auto;
    transition: 0.7s;
}

.cv.slide-down::after {
    transition: 0.7s;
    opacity: 0;
}

a.more {
    display: flex;
    align-items: center;
    height: auto;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #195929;
    margin-top: 30px;
    margin-bottom: 40px;
}

a.more::before {
    margin-right: 10px;
    margin-bottom: -1px;
    content: "";
    background: url(/site/assets/img/arrow_icon.svg);
    display: block;
    height: 15px;
    width: 15px;
    color: #195929;
}

.are-images-unloaded {
    opacity: 0;
    margin: 0;
}

.artworks-masonry {
    width: 100%;
}

.artworks-masonry .grid__gutter-sizer {
    width: 40px;
}

.artworks-masonry .item-artwork {
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
}

.artworks-masonry .item-artwork .artwork-img {
    position: relative;
    display: block;
    width: 100%;
}

.artworks-masonry .item-artwork .artwork-img img {
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.artworks-masonry .item-artwork .artwork-img .artwork-hover {
    background: rgba(30, 93, 46, 0.7);
    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;
}

.artworks-masonry .item-artwork .artwork-img .artwork-hover:hover {
    opacity: 1;
}

.artworks-masonry .item-artwork .artwork-img .artwork-hover .actu-style,
.artworks-masonry .item-artwork .artwork-img .artwork-hover .actu-title,
.artworks-masonry .item-artwork .artwork-img .artwork-hover .actu-date {
    font-size: 20px;
    color: white;
    opacity: 1;
    text-align: center;
}

.artworks-masonry .item-artwork .artwork-img .artwork-hover .actu-style {
    font-size: 20px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
}

.artworks-masonry .item-artwork .artwork-img .artwork-hover .actu-title {
    font-size: 16px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
}

.page-load-status {
    display: none;
    /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

#modal {
    position: fixed;
    overflow: scroll;
    min-height: 100vh;
    top: 0;
    left: 0;
    background: white;
    z-index: 900;
    width: 100vw;
    max-width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
}

.oeuvres.details {
    padding-top: 45px;
    max-width: 1460px;
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
}

.oeuvres.details .logo {
    margin-left: 5.625rem;
    max-height: 45px;
    width: auto;
}

.oeuvres.details .container-global-oeuvres {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.oeuvres.details .container-global-oeuvres .btn-next,
.oeuvres.details .container-global-oeuvres .btn-prev {
    height: calc(100vh - 130px - 70px);
    justify-content: center;
    align-items: center;
    display: flex;
    min-width: 50px;
    margin: 42px 40px 0 40px;
}

.oeuvres.details .container-global-oeuvres .btn-next a,
.oeuvres.details .container-global-oeuvres .btn-prev a {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.oeuvres.details .container-global-oeuvres .btn-next a::before,
.oeuvres.details .container-global-oeuvres .btn-prev a::before {
    content: "";
    background: url("/site/assets/img/arrow.png") no-repeat center center;
    display: block;
    height: 30px;
    width: 18px;
}

.oeuvres.details .container-global-oeuvres .btn-next {
    right: -60px;
    top: 0px;
    margin-right: 0;
}

.oeuvres.details .container-global-oeuvres .btn-next a::before {
    transform: rotate(180deg);
}

.oeuvres.details .container-global-oeuvres .btn-prev {
    left: -60px;
    top: 0px;
    margin-left: 0;
}

.oeuvres.details .container-global-oeuvres .btn-prev a img {
    transform: rotate(180deg);
}

.oeuvres.details .container-global-oeuvres .container-oeuvres {
    height: calc(100vh - 130px - 70px);
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 180px);
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos {
    width: 50%;
    padding-right: 50px;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos ul {
    margin: 0;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos li {
    list-style: none;
    height: 20px;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .artwork-mini-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px -5px;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .artwork-mini-image li {
    display: block;
    margin: 5px;
    height: auto;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .artwork-mini-image li a {
    display: block;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .artwork-mini-image li a img {
    max-height: 70px;
    width: auto;
    display: block;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-artist {
    margin: 10px 0 0 0;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-artist a {
    color: #48722C;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos span {
    height: auto;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-date {
    font-weight: 500;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-date,
.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-localisation,
.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-style,
.oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-text {
    display: inline-block;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .images {
    display: flex;
    align-items: center;
    width: 50%;
    height: calc(100vh - 155px - 30px);
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .slider-oeuvre {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .slider-oeuvre img {
    max-width: 100%;
    max-height: calc(100vh - 155px - 30px);
    object-fit: contain;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
}

.oeuvres.details .container-global-oeuvres .container-oeuvres .slider-oeuvre .slick-list {
    width: 100%;
}

.oeuvres.details .closed-popin {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 3.125rem;
    right: 0.9375rem;
    cursor: pointer;
    background: transparent;
    width: 33px;
    padding: 0;
    border: none;
}

.oeuvres.details .closed-popin span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background: #48722C;
    transform-origin: center center;
}

.oeuvres.details .closed-popin span:first-child {
    transform: translateY(10px) rotate(45deg);
}

.oeuvres.details .closed-popin span:nth-child(2) {
    opacity: 0;
}

.oeuvres.details .closed-popin span:last-child {
    transform: translateY(-10px) rotate(-45deg);
}

.expositions.index .grid-exhibitions,
.expositions.details .grid-exhibitions,
.artistes.details .grid-exhibitions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.expositions.index .grid-exhibitions ul,
.expositions.details .grid-exhibitions ul,
.artistes.details .grid-exhibitions ul {
    margin-top: 0px;
}

.expositions.index .exhibition-item a,
.expositions.details .exhibition-item a,
.artistes.details .exhibition-item a {
    width: 100%;
    height: 100%;
}

.expositions.index .exhibition-item a img,
.expositions.details .exhibition-item a img,
.artistes.details .exhibition-item a img {
    width: 100%;
}

.expositions.index .exhibition-item .actu-artists,
.expositions.details .exhibition-item .actu-artists,
.artistes.details .exhibition-item .actu-artists {
    font-family: "Gotham Rounded Book", arial, sans-serif;
    color: #48722C;
    font-size: 21px;
    line-height: 20px;
}

.expositions.index .exhibition-item .actu-title,
.expositions.details .exhibition-item .actu-title,
.artistes.details .exhibition-item .actu-title {
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.expositions.index .exhibition-item .actu-location,
.expositions.details .exhibition-item .actu-location,
.artistes.details .exhibition-item .actu-location {
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.expositions.index .exhibition-item .actu-dates,
.expositions.details .exhibition-item .actu-dates,
.artistes.details .exhibition-item .actu-dates {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.expositions.index li,
.expositions.details li,
.artistes.details li {
    list-style: none;
}

.expositions.details .infos {
    padding-top: 53px;
}

.expositions.details .actu-artists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    line-height: 22px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
}

.expositions.details .actu-artists a, .expositions.details .actu-artists span {
    display: flex;
    align-items: center;
    display: inline-block;
    color: #195929;
    line-height: 22px;
}

.expositions.details .actu-title {
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.expositions.details .actu-dates {
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
    margin-bottom: 40px;
}

.expositions.details .actu-location {
    margin-top: 10px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 200;
}

.expositions.details .images-expo {
    position: relative;
    height: 100%;
}

.expositions.details .images-expo img {
    height: 100%;
    max-height: 589px;
    width: 100%;
    object-fit: contain;
}

.expositions.details .images-expo .slick-dots {
    background-color: white;
    max-width: 1280px;
    height: 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
    left: inherit;
    bottom: inherit;
}

.expositions.details .presentation-expo {
    margin: 60px 0 60px 0;
    font-size: 13px;
    columns: 2;
}

.expositions.details .presentation-expo p {
    margin-top: 0;
}

.expositions.details .btn {
    margin: 0;
}

.expositions.details .btn-info {
    width: fit-content;
}

.container-galerie .sub-nav-galerie {
    padding-top: 10px;
}

.container-galerie .container-global-news {
    position: relative;
}

.container-galerie .container-global-news .slick-next {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    opacity: 0.3;
}

.container-galerie .container-global-news .slick-prev {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) rotate(180deg);
    opacity: 0.3;
}

.container-galerie .container-global-news .container-news {
    margin-top: 24px;
    display: flex;
    width: 100%;
    height: 100%;
}

.container-galerie .container-global-news .container-news img {
    width: 100%;
    height: 100%;
}

.container-galerie .sub-slider-galerie {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 60% 1fr;
    font-size: 13px;
}

.container-galerie .sub-slider-galerie .container-info-galerie {
    margin-left: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.container-galerie .sub-slider-galerie .presentation p {
    margin-top: 0;
}

.container-galerie .sub-slider-galerie .address,
.container-galerie .sub-slider-galerie .horaires {
    font-size: 11px;
}

.container-galerie .sub-slider-galerie .address p,
.container-galerie .sub-slider-galerie .horaires p {
    margin: 0;
}

.container-galerie .sub-slider-galerie .contact {
    margin-top: 20px;
}

.container-galerie .sub-slider-galerie .footer {
    margin-top: 20px;
    font-size: 11px;
}

.container-galerie .sub-slider-galerie h3 {
    font-family: "Gotham Rounded Book", arial, sans-serif;
    margin-top: 0;
    color: #195929;
}

.sub-nav-galerie {
    transition: 0.5s;
    position: sticky;
}

.sub-nav-galerie ul {
    display: flex;
    list-style: none;
}

.sub-nav-galerie li {
    padding: 0 20px;
    line-height: 15px;
    border-right: 1px solid black;
}

.sub-nav-galerie li:last-child {
    border-right: none;
}

.sub-nav-galerie li:first-child {
    padding-left: 0;
}

.sub-nav-galerie li.active a, .sub-nav-galerie li:active a {
    color: #195929;
}

.sub-nav-galerie a {
    transition: 0.5s;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    font-weight: 400;
    font-size: 25px;
    display: inline;
}

.galerie main {
    margin-top: 175px;
}

.galerie.contact main,
.galerie.newsletter main {
    margin-top: 195px;
}

.btn-white {
    background: white !important;
    color: #195929 !important;
    width: max-content !important;
}

.btn-white:hover {
    background: #195929 !important;
    color: white !important;
}

.btn-green {
    background: #195929 !important;
    color: white !important;
    width: max-content !important;
}

.btn-green:hover {
    background: white !important;
    color: #195929 !important;
}

.container-newsletter {
    margin: 0 auto 0 auto;
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-newsletter .mentionsnewsletter {
    font-size: 12px;
}

.container-newsletter .formulaire {
    width: 100%;
}

.container-newsletter .formulaire::placeholder {
    color: black;
}

.container-newsletter .formulaire .form-input,
.container-newsletter .formulaire .form {
    width: 100%;
}

.container-newsletter .formulaire .form-input input,
.container-newsletter .formulaire .form input {
    font-size: 13px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    line-height: 20px;
    width: 100%;
    height: auto;
    padding: 8px 20px;
    border: 2px solid #195929;
    margin-bottom: 20px;
}

.container-newsletter .formulaire .form-input textarea,
.container-newsletter .formulaire .form textarea {
    width: 100%;
    border: 2px solid #195929;
}

.container-newsletter .formulaire .submit {
    margin: 30px 0;
    display: flex;
    justify-content: flex-end;
}

.container-newsletter .formulaire .submit button {
    font-size: 13px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    line-height: 20px;
    width: auto;
    height: auto;
    padding: 8px 30px;
    margin-left: 10px;
    border: 2px solid #195929;
    background: white;
}

.container-newsletter .formulaire .submit button:hover {
    background: #195929;
    color: white;
    cursor: pointer;
}

.container-newsletter .formulaire .form textarea {
    resize: none;
    width: 100%;
    min-height: 150px;
    font-size: 15px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    line-height: 20px;
    padding: 8px 20px;
}

.container-newsletter .formulaire .form textarea::placeholder {
    color: black;
}

.container-newsletter .formulaire .subscribeNews {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}

.container-newsletter .formulaire .subscribeNews div {
    height: auto;
    font-size: 10px;
    line-height: 0;
    margin-left: 15px;
}

.container-newsletter .formulaire .subscribeNews div input {
    display: none;
}

.container-newsletter .formulaire .subscribeNews div label {
    height: auto;
    display: flex;
    margin-top: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-newsletter .formulaire .subscribeNews div span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #195929;
    margin-bottom: 10px;
}

.container-newsletter .formulaire .subscribeNews div input:checked + label span {
    background: #195929;
}

.container-newsletter .formulaire .subscribeNews p {
    margin: 0;
    font-size: 12px;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    line-height: 16px;
}


body {
    font-family: "Gotham Rounded Book", arial, sans-serif;
}

h1 {
    font-size: 1.5625rem;
    font-family: "Gotham Rounded Book", arial, sans-serif;
    line-height: 39px;
    margin-top: 35px;
    margin-bottom: 25px;
    color: #195929;
}

h1 a {
    color: #195929;
}

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

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

.logo-footer {
    display: flex;
    margin-left: 20px;
    height: 30px;
    width: 30px;
}

.temp-footer-line {
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
    font-size: 13px;
}


#instagram-icon {
    background: #fff url("../img/instagram.svg") center center no-repeat;
    background-size: 29px;
}

#facebook-icon {
    background: #fff url("../img/facebook.svg") center center no-repeat;
    background-size: 33px;
}


@media only screen and (max-width: 1400px) {
    header {
        justify-content: space-around;
        padding: 20px 24px;
    }

    .artistes,
    .oeuvres,
    .expositions,
    .galerie {
        margin-left: 36px;
        margin-right: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    header .header-top {
        align-items: center;
    }

    .column-artists {
        columns: 1;
    }

    header .nav-bar {
        display: none;
    }

    header .nav-bar.open {
        z-index: 2000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(25, 89, 41, 0.5);
        height: 100vh;
    }

    header .nav-bar.open ul {
        display: flex;
        flex-direction: column;
    }

    header .nav-bar.open li {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .nav-bar.open a {
        color: white;
        line-height: 66px;
        font-size: 25px;
        font-weight: normal;
    }

    header .nav-bar.open a img {
        filter: invert(95%) sepia(95%) saturate(21%) hue-rotate(6deg) brightness(105%) contrast(104%);
    }

    header .button-nav {
        display: block;
        cursor: pointer;
        background: transparent;
        width: 33px;
        padding: 0;
        border: none;
    }

    header .button-nav span {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 8px;
        background: #195929;
    }

    header .button-nav.closed-nav {
        z-index: 10000;
    }

    header .button-nav.closed-nav span {
        background: white;
        transform-origin: center center;
    }

    header .button-nav.closed-nav span:first-child {
        transform: translateY(10px) rotate(45deg);
    }

    header .button-nav.closed-nav span:nth-child(2) {
        opacity: 0;
    }

    header .button-nav.closed-nav span:last-child {
        transform: translateY(-10px) rotate(-45deg);
    }

    .artistes body,
    .oeuvres body,
    .expositions body,
    .galerie body {
        padding: 45px;
    }

    .artistes body main,
    .oeuvres body main,
    .expositions body main,
    .galerie body main {
        padding-top: 40px;
    }

    .artistes body.minimized main,
    .oeuvres body.minimized main,
    .expositions body.minimized main,
    .galerie body.minimized main {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 820px) {
    .artworks-masonry .item-artwork {
        width: calc((100% - 40px) / 2);
    }

    .expositions.index .grid-exhibitions, .expositions.details .grid-exhibitions, .artistes.details .grid-exhibitions {
        grid-template-columns: 1fr;
    }

    body {
        font-size: 14px;
    }

    body h3 {
        font-size: 9px;
    }

    main {
        margin-top: 80px;
    }

    .galerie.accueil {
        height: calc(100vh - 48px);
        margin-left: 24px;
        margin-left: 24px;
    }

    .artistes,
    .oeuvres,
    .expositions,
    .galerie:not(.accueil) {
        margin-left: 36px;
        margin-right: 36px;
    }

    header {
        padding-left: 24px;
        padding-right: 24px;
    }

    header .header-bottom ul {
        height: 20px;
    }

    header .header-bottom a {
        font-size: 20px;
        height: auto;
    }

    header .header-bottom li {
        padding: 0 10px;
        height: auto;
        line-height: 20px;
    }

    header .header-bottom li:last-child {
        border-right: none;
    }

    header .header-bottom li:first-child {
        padding-left: 0;
    }

    header .logo {
        height: 45px;
        width: auto;
    }

    .button-nav {
        margin-top: 10px;
        width: 25px;
        height: 25px;
    }

    .slider-home {
        height: 100%;
        border: none;
    }

    .slider-home .slick-active .slide .slide-infos {
        border: none;
        left: 0;
        max-width: 100%;
        width: 100%;
        min-width: auto;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .temp-footer-line {
        justify-content: flex-start;
    }

    .logo-footer {
        margin-left: 0;
        margin-right: 20px;
    }

    .slider-home .slick-active .slide .slide-infos .informations {
        margin-bottom: 20px;
    }

    .slick-dots {
        left: inherit;
        width: auto;
        right: 5px;
    }

    .container-artworks-masonry {
        margin: 0;
        width: 100%;
    }

    .container-artworks-masonry .artwork-img {
        margin: 25px 0;
    }

    .container-artworks-masonry img {
        max-width: 100%;
    }

    .grid-artists {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .artist {
        padding: 0 0px;
    }

    section #oeuvres,
    section #expositions,
    section #biographie {
        position: absolute;
        top: -75px;
    }

    section #oeuvres {
        top: -190px;
    }

    .artistes.details ul {
        margin: 0;
    }

    .artistes.details main {
        padding-top: 100px;
        margin-top: 80px;
    }

    .artistes.details h1 {
        margin-bottom: 0px;
        background-color: white;
        width: 100%;
        transition: 0.5s;
    }

    .artistes.details .sub-nav-fixed {
        position: fixed;
        top: 118px;
        z-index: 90;
        background-color: white;
        width: 100%;
        transition: 0.5s;
    }

    .artistes.details .container-artist-artworks .sub-nav-fixed {
        margin-top: 0;
    }

    .artistes.details.minimized main h1 {
        top: 60px;
        font-size: 20px;
    }

    .artistes.details.minimized .container-artist-artworks .sub-nav-fixed {
        margin-top: 0;
    }

    .container-artist-artworks {
        display: flex;
        flex-direction: column;
    }

    .container-artist-artworks .sub-nav-container {
        display: none;
    }

    .container-artist-artworks .sub-nav-fixed {
        position: relative;
        margin-top: 0;
    }

    .container-artist-artworks .column-right,
    .container-artist-artworks .column-left {
        width: 100%;
    }

    .galerie:not(.accueil) h3 {
        font-size: 13px;
    }

    .galerie:not(.accueil) .sub-slider-galerie {
        display: flex;
        flex-direction: column-reverse;
    }

    .galerie:not(.accueil) .container-info-galerie {
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .galerie:not(.accueil) .slick-prev,
    .galerie:not(.accueil) .slick-next {
        height: 20px;
        font-weight: bold;
    }

    .galerie:not(.accueil) .slick-prev {
        left: -40px;
    }

    .galerie:not(.accueil) .slick-next {
        right: -40px;
    }

    .galerie:not(.accueil) .container-newsletter {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .galerie:not(.accueil) .form input {
        font-size: 9px;
    }

    .galerie:not(.accueil) .formulaire .submit button {
        font-size: 9px;
    }

    .galerie:not(.accueil) .formulaire .form textarea {
        font-size: 9px;
    }

    .oeuvres.details {
        padding-top: 15px;
    }

    .oeuvres.details .logo {
        margin-left: 36px;
        width: auto;
    }

    .oeuvres.details .closed-popin {
        top: 30px;
        right: 36px;
    }

    .oeuvres.details .container-global-oeuvres .btn-next,
    .oeuvres.details .container-global-oeuvres .btn-prev {
        display: none;
        margin: 0 0 0 0;
    }

    .oeuvres.details .container-global-oeuvres .btn-next a,
    .oeuvres.details .container-global-oeuvres .btn-prev a {
        width: auto;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres {
        height: auto;
        flex-direction: column-reverse;
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
        padding: 36px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos {
        padding-right: 0;
        width: 100%;
        margin-top: 31px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .btn {
        margin-top: 30px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .btn .btn-info {
        width: 230px;
        font-size: 8px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-artist {
        font-size: 23px;
        display: inline-block;
        height: auto;
        line-height: 0;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-artist a {
        display: inline-block;
        height: auto;
        line-height: 0;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-title {
        font-weight: 500;
        font-size: 13px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-date,
    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-localisation,
    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-style,
    .oeuvres.details .container-global-oeuvres .container-oeuvres .infos .news-text {
        font-size: 12px;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .images {
        width: 100%;
        height: 100%;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .slider-oeuvre {
        height: 100%;
    }

    .oeuvres.details .container-global-oeuvres .container-oeuvres .slider-oeuvre img {
        height: auto;
    }

    .expositions.index .container-actualites,
    .expositions.details .container-actualites {
        display: grid;
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .expositions.details .actu-location .actu-location {
        margin-top: 10px;
        font-size: 10px;
        font-weight: 200;
        line-height: 12px;
    }

    .expositions.details .actu-title {
        font-size: 14px;
        line-height: 21px;
    }

    .expositions.details .artist {
        font-size: 20px;
        line-height: 31px;
    }

    .expositions.details .btn-info {
        font-size: 10px;
        width: fit-content;
    }

    .expositions.details .images-expo {
        position: relative;
        height: auto;
    }

    .container-newsletter {
        max-width: 100%;
    }

    .container-newsletter h2 {
        font-size: 20px;
    }

    .expositions.details .presentation-expo {
        columns: 1;
    }

    .expositions.details .infos {
        padding-top: 0;
    }

    .container-galerie .sub-slider-galerie .horaires {
        text-align: right;
    }

    .galerie.contact main, .galerie.newsletter main,
    .galerie.index main {
        margin-top: 90px;
    }

    .minimized.galerie:not(.accueil) header .header-bottom a {
        font-size: 20px;
    }

    .slider-home .slide .slide-infos .informations .exhibition-name {
        font-size: 24px;
    }

    .slider-home .slide .slide-infos .informations span {
        font-size: 16px;
    }

    .slider-home .slick-active .slide .slide-infos {
        padding-bottom: 0;
    }
}

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