@font-face {
    font-family: "mainFont";
    src: url("/site/fonts/6bfdeb49-9ab5-45fb-a6e2-e497cfc83328.woff2") format("woff2"), url("/site/fonts/d50b0b72-8ece-471b-b4f7-ef3c2a6ece12.woff") format("woff");
}

/************************************************************************/
/******************************* Skeleton *******************************/
/************************************************************************/

body {
    font-family: 'mainFont', sans-serif;
    font-weight: normal;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    padding: 0 15px;
}

#main-content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #fff;
}

.section-title {
    line-height: 1;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

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

a:hover {
    color: #A5A5A5;
}

/************************************************************************/
/****************************** Navigation ******************************/
/************************************************************************/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.navbar-brand {
    /* font-size: 0.8rem; */
    font-family: 'mainFont', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.navbar-toggler {
    /* font-size: 0.8rem;  */
    /* text-transform: uppercase; */
    font-weight: normal;
    border: none;
    box-shadow: none !important;
    padding-right: 0;
}

.navbar-toggler span.open-nav {
    display: none;
}

.navbar-toggler.collapsed span.open-nav {
    display: block;
}

.navbar-toggler.collapsed span.close-nav {
    display: none;
}


.navbar-collapse {
    display: none;
}

.navbar-collapse.collapse.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100% - 50px);
    width: 100%;
    padding: 0 15px;
    margin-top: 50px;
    background-color: #fff;
    z-index: 1;
}

.navbar-nav {
    margin: 35px 0;
}

#navbarNews {
    display: block;
    margin-bottom: 30px;
}

#navbarNews .navbar-nav {
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

#navbarNews .navbar-nav li {
    margin-right: 10px;
}

#navbarNews .navbar-nav li a {
    font-size: 1rem;
}

.navbar-nav li {
    margin: 5px 0;

}

.navbar-nav li a {
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    padding: 15px 0;
}

.navbar-nav li a.active {
    color: #A5A5A5;
}

.navbar-nav li a:hover {
    color: #A5A5A5;
}

.small.navbar-nav {
    margin: 0;
}

.small.navbar-nav li a {
    font-size: 1rem;
    padding: 5px 0;
}

#searchForm {
    display: none !important;
}


.section-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.view-more-link {
    line-height: 1;
    position: absolute;
    bottom: 60px;
    text-align: center;
    left: 0;
    width: 100%;
}

.view-more-link a {
    line-height: 1;
    padding: 5px 10px;
    border: 1px solid #000;
}

#navbarSupportedContent .navbar-nav {
    position: relative;
}


/************************************************************************/
/******************************** Footer ********************************/
/************************************************************************/

footer {
    margin-top: auto;
}

#newsletter-wrapper {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-color: #F3F3F3;
}

#newsletter-wrapper input, #newsletter-wrapper button {
    background-color: transparent;
    border: none;
    /*border-bottom: 1px solid;*/
    border-radius: 0;
    padding-left: 0;
    padding-top: 0;
    box-shadow: none !important;
}

#newsletter-wrapper input {
    border-bottom: 1px solid;
}

#newsletter-wrapper input {

}

#newsletter-wrapper button {
    width: 100%;
    text-align: left;
}


#eInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#eInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#eInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.footer-contact {
    position: fixed;
    padding: 45px 0 35px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.footer-contact .gallery-name {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.newsletter-row {
    flex-direction: column;
}

.newsletter-row {

}

.footer-contact .small.navbar-nav {
    padding: 0;
}

.footer-contact .small.navbar-nav li {
    padding: 0;
    margin: 0;
}

.footer-contact .small.navbar-nav li a {
    padding: 0;
}

.insta {
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/site/graphisme/instagram.svg");
}

#empty-footer {
    position: relative;
    z-index: -1;
    height: 400px;
}


/************************************************************************/
/******************************* Homepage *******************************/
/************************************************************************/
#detailsSlideshow {
}

.carouselContainer {
    height: 45vh;
    overflow: hidden;
}

.carousel-inner {
    overflow: visible;
}

.carousel-caption {
    top: initial;
    color: #000;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -170px;
    z-index: 9999;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.two-mobile .img-container {
    height: 15vh;
}

.img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30vh;
    /*background-color: #F3F3F3;*/
}

.img-container img {
    position: absolute;
    height: 100%;
    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%);
}

.img-container img.portrait {
    height: auto;
    width: 100%;
}

.img-container img.paysage {
    height: auto;
    width: 100%;
}

.home-exhibition {
    margin-bottom: 50px;
}

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

.home-exhibition .exhibition-artist-list {
    font-size: 1rem;
    text-transform: uppercase;
}

.home-exhibition .exhibition-name {
    font-size: 1rem;
}

.home-exhibition .exhibition-date {
    font-size: .8rem;
}

.home-exhibition .exhibition-location {
    font-size: .8rem;
}

.home-exhibition .exhibition-details {
    text-align: left;
}

.home-exhibition-title {
    padding: 20px 0;
}


#latestNews .news-artists {
    text-transform: uppercase;
}

#latestNews .news-description {
}


.home-latest-news-item {
    margin-bottom: 50px;
}

.home-latest-news-item .description_Carousel {
}

/************************************************************************/
/******************************** Artists *******************************/
/************************************************************************/


.artist-mos-name {
    padding-top: 20px;
    text-align: center;
}

.artist-mos-item {
    margin-bottom: 50px;
}

.artiste-background-wrap {
    display: none;
}

.artisteHover {
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}

.portraitArtiste {
    position: relative;
}


.artiste-background-wrap {
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    background: #FFF;
    width: 100%;
}

.artiste-background-wrap img {
    height: auto;
    right: 0;
    top: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
}


#artist-mos .img-container {
    height: 15vh;
}


/************************************************************************/
/******************************* Exhibition *****************************/
/************************************************************************/
.home-exhibition-title p {
    line-height: 1;
    text-align: center;
    margin-bottom: 8px;
}

.news-title .news-details {
    line-height: 1;
    margin-bottom: 8px;
}

.exhibition-item {
    margin-bottom: 30px;
}

.exhibition-item .exhibition-artist-list {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.exhibition-item .exhibition-name {
    font-size: 1.2rem;
}

.exhibition-item .exhibition-date {
    font-size: .9rem;
}

.exhibition-details {

}

/************************************************************************/
/*********************************** News *******************************/
/************************************************************************/
.news-item {
    margin-bottom: 50px;
}


.news-item .img-container {
    margin-bottom: 30px;
    /*background-color: #eee;*/
}

.news-artist-list {
    text-transform: uppercase;
}

.bloc-txt *, .bloc-txt em, .bloc-txt strong, .bloc-txt span, .bloc-txt p {
    text-align: justify;
    font-size: 1rem !important;
}

.bloc-txt a {
    text-decoration: underline;
}

.news-details.news-description {
    padding-top: 8px;
}

.news-details.news-type {
    margin-bottom: 15px;
}

/************************************************************************/
/********************************* About ********************************/
/************************************************************************/
.about {

}

.about .bloc-txt {
    margin-bottom: 30px;
    text-align: justify;
}

.about h2 {
    font-size: 1.3rem;
}

.about .row {
    flex-direction: column-reverse;
}


/************************************************************************/
/****************************** Details ******************************/
/************************************************************************/
.details-title h1 {
    line-height: 1;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.details-title h2 {
    line-height: 1;
    font-size: 1.3rem;
}

.details-pres .bloc-txt {
    text-align: justify;
}

.details-section {
    position: relative;
    padding-bottom: 70px;
}

.details-section.details-view {
    padding-bottom: 35px;
}

.details-date {
    margin-bottom: 30px;
}


.details-selected-works .img-container {
    margin-bottom: 30px;
}

.details-view .img-container {
    /*background-color: #F3F3F3;*/
}

.artwork-item {
    margin-bottom: 50px;
    cursor: pointer;
}

.details-selected-works .artwork-item .img-container img,
.details-selected-works .artwork-item .img-container img.paysage,
.details-selected-works .artwork-item .img-container img.portrait {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.artwork-title {
    text-align: center;
}

.artwork-item .artwork-artist {
    text-transform: uppercase;
}

.artwork-item .artwork-artist {

}


.details-nav .navbar {
    height: auto;
}

.pdf-link a {
    text-decoration: underline;
}

.pdf-link {
    padding-top: 25px;
}


/************************************************************************/
/********************************* Video ********************************/
/************************************************************************/
.video-item .img-container {
    margin-bottom: 30px;
}


/************************************************************************/
/***************************** Details News *****************************/
/************************************************************************/
.presentation-news .img-container {
    background-color: transparent;
}

.presentation-news .img-container {
    height: auto;
    width: 100%;
}

.presentation-news .img-container img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: 30px;


    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}


.presentation-news .img-container img.paysage, .presentation-news .img-container img.portrait {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}


/************************************************************************/
/******************************* View more ******************************/
/************************************************************************/
.fixed-close-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}


.close-btn {
    text-align: right;
}

.close-btn a {
    display: inline-block;
    color: #ADACAC;
    padding: 20px;
    position: relative;
    right: -20px;
    font-size: 1.5rem;
}

.view-more-link a {
    color: #909090;

}


/************************************************************************/
/****************************** Diaporama ******************************/
/************************************************************************/
#main-content.diaporama {
    padding-top: 50px;
}

#slideshow .carouselContainer {
    overflow: visible;
}

#slideshow .img-container, #slideshow .carouselContainer {
    height: 60vh;
    background-color: transparent;
}

#slideshow .img-container img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.carousel-control-next-icon {
    background-image: url("/site/graphisme/triangle-arrow.svg");
}

.carousel-control-prev-icon {
    transform: scaleX(-1);
    background-image: url("/site/graphisme/triangle-arrow.svg");
}

.carousel-control-next {
    right: 40px;
}

.carousel-control-prev {
    left: inherit;
    right: 80px;
}

.carousel-control-next, .carousel-control-prev {
    position: fixed;
    height: 50px;
    top: 0;
}


.close-diaporama {
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    /*height: 10vh;*/
    height: 50px;

}


.close-diaporama a {
    display: inline-block;
    color: #ADACAC;
    padding: 20px;
    font-size: 1.5rem;
}

#slideshow .carousel-indicators {
    margin: 0 auto;
    flex-wrap: wrap;
    height: 15vh;
    align-items: center;
    display: none;
}

.carousel-indicators button[data-bs-target] {
    /*opacity: 1;*/
}

.carousel-indicators button {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
}

.vignette-container {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.vignette-container img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    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%);
}

.slide-caption {
    text-align: left;
}

.slide-caption p {
    margin-bottom: 5px;
    line-height: 1;
}

.slide-caption .artwork-artist {
    text-transform: uppercase;
}

.hover-black:hover {
    color: #000;
}


.inquire-btn {
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
}

#slideshow .carouselContainer .img-container img {
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

/************************************************************************/
/******************************** Search ********************************/
/************************************************************************/


/*------------------------------------------------------------> [ SEARCH ] */
#searchContainer {
    position: absolute;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

#searchInputContainer {
    /*height: 70px;*/
    /*display: flex;*/
    width: 100%;
    /*justify-content: center;*/
    background: #fff;
    align-items: center;
}

#searchTop {
    width: 0;
    height: 100%;
    border: none;
    border-bottom: 2px solid #000;
    outline: none !important;
    font-size: 30px;

    display: block;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.opened #searchTop {
    width: 100%;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

#animatedBar {
    width: 0;
    height: 1px;
    background-color: #000;
    z-index: 99;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;

}

.opened #animatedBar {
    width: 100%;

    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.position_relative {
    position: relative;
}

#restultContainer {
    position: fixed;
    left: 0;
    top: 100px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

#resultInner {
}

#searchClose {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #ADACAC;
}

.selectize-dropdown [data-selectable] .highlight {
    /*background-color: rgba(155, 155, 155, 0.2) !important;*/
    background-color: rgba(255, 255, 102, 1) !important;
}

.selectize-dropdown [data-selectable] {
    padding: 5px;
}

.selectize-dropdown .active {
    background-color: #eeeeee !important;
}

.selectize-control.single .selectize-input::after {
    display: none;
    visibility: hidden;
}

.selectize-input.dropdown-active:before {
    height: 0 !important;
}

.image_container {
    width: 40%;
    height: 150px;
}

.image_container img {
    height: 100%;
}

.title_container {
    width: 60%;
}

.image_container, .title_container {
    float: left;
}

.title_container {
    float: left;
    line-height: 1;
    padding-left: 20px;
    font-size: 13px;
    color: #000;
    /*color:#999;*/

}

#searchInputContainer {

}

#searchbox {
    display: none;
    top: 100px;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    left: 0;
}

#searchContainer .selectize-input {
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    /*padding: 7px 7px 7px 0px;*/
    /*top: 18px;*/
    padding: 0;
    top: 0;
}

#searchContainer .selectize-input input {
    width: 100% !important;
    font-size: 1.2rem;
    line-height: 1 !important;
    border: none;

}

#searchContainer .selectize-input input:focus {
    outline: none !important;
}

#searchContainer .selectize-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

#searchContainer .selectize-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

#searchContainer .selectize-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

#searchContainer .selectize-input input :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

#searchContainer .selectize-dropdown {
    background: #ffffff;
    margin: 2px 0 0 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding-top: 0 !important;
    border: none !important;
    outline: none !important;

    width: 100% !important;
    overflow: hidden;
}

#searchContainer .selectize-dropdown-content {
    max-height: 95vh;
    /*height: 95vh;*/

    overflow-y: scroll;
    box-sizing: content-box;
    width: 100%;


    padding: 0 30px 5px 0;
    margin-top: 0;
}

#searchContainer .selectize-dropdown-content > div:first-of-type {
    padding-top: 5px;
}

.navbar-nav li.search-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -35px;
    width: 100%;
}


.searchOpener {
    background-image: url("/site/graphisme/search.svg");
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}


.on-hover-test {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
}


/*/////// [ CROIX ] */
.croix, #cross, .closeIcon {
    width: 30px;
    height: 30px;
    /*background-color: white;*/
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
}

.croix::after, .croix::before,
.closeIcon::after, .closeIcon::before,
#cross::after, #cross::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    display: block;
    width: 30px;
    /*height: 5px;*/
    height: 3px;
    background-color: rgba(102, 102, 102, 1);

}

.closeIcon::after, .closeIcon::before {
    background-color: #000;
}

.croix::after, #cross::after, .closeIcon::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}

.croix::before, #cross::before, .closeIcon::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#searchInputContainer .highlight {
    padding: 0;
}


/************************************************************************/
/****************************** Newsletter ******************************/
/************************************************************************/
#formulaire .control-group {
    margin-bottom: 15px;
}

#formulaire .control-group input {
    width: 100%;
}

#formulaire button {
    border: 1px solid #000;
}


/************************************************************************/
/****************************** Responsive ******************************/
/************************************************************************/
@media (min-width: 992px) {

    .container-fluid {
        padding: 0 50px;
        max-width: 1200px;
    }

    #main-content {
        padding-top: 110px;
    }

    .navbar {
        height: 100px;
    }

    .navbar.fixed {
        height: 50px;
    }

    .navbar-nav {
        margin: 0;
    }

    .small.navbar-nav {
        display: none;
    }

    .footer-contact .small.navbar-nav {
        display: block;
    }

    #empty-footer {
        height: 440px;
    }

    .navbar-brand {
        font-size: 1.8rem;
        height: 40px;
        padding: 0;
    }


    .navbar-nav li {
        margin: 0 0 0 30px;

    }

    #navbarNews .navbar-nav li {
        margin: 0 30px 0 0;
    }

    #navbarNews .navbar-nav li a {
        font-size: 1.2rem;
    }

    .news-list .navbar {
        height: auto;
    }

    #navbarNews {
        align-self: center;
    }

    .navbar-nav li a {
        font-size: 1.2rem;
    }

    .navbar-expand-lg .navbar-collapse {
        align-self: self-end;
    }

    .newsletter-row {
        flex-direction: row;
    }


    #newsletter-wrapper input, #newsletter-wrapper button {
        padding-bottom: 20px;
    }

    #newsletter-wrapper {
        padding: 70px 0 60px 0;
    }

    .footer-contact {
        padding: 65px 0 55px 0;
    }


    /*CAROUSEL*/
    .carouselContainer {
        height: 85vh;
    }

    .home-exhibition .img-container {
        height: 70vh;
    }

    .img-container img {
        height: auto;
        width: 100%;
    }

    .home-exhibition .exhibition-details {
        font-size: 1.2rem;
    }

    .home-exhibition .exhibition-date {
        text-align: right;
    }

    .home-exhibition .exhibition-location {
        text-align: right;
    }


    .carousel_ul.row {
        width: auto !important;
        left: 0 !important;
    }

    .carousel_ul.row .carousel_li {
        margin-right: 0 !important;
    }

    .carousel_ul.row .carousel_li img {

    }

    .arrow_cont {
        display: none !important;
    }

    .artisteHover {
        padding: 0 0 25px;
        line-height: 1;
    }


    .exhibition-alone .img-container {
        height: 70vh;
    }

    .exhibition-item {

    }


    .img-container img.portrait {
        height: auto;
        width: 100%;
    }

    .img-container img.paysage {
        height: 100%;
        width: auto;
    }


    .about .row {
        flex-direction: row;
    }

    .about .bloc-txt {
        margin-bottom: 0;
    }

    .details-view .img-container {
        height: 70vh;
    }

    #navbarDetails {
        display: block;
    }

    #navbarDetails .navbar-nav {
        flex-direction: column;
    }

    #navbarDetails .navbar-nav li {
        margin: 0;
    }

    .details-nav {
        margin-top: 30px;
    }

    .artwork-item .artwork-title {
        opacity: 0;
    }

    .artwork-item:hover .artwork-title {
        opacity: 1;
    }


    #main-content.diaporama {
        padding: 50px 0 15vh;
    }

    #detailsSlideshow .container-fluid {
        max-width: 100%;
    }

    .navbar-nav li.search-container {
        justify-content: flex-end;
        position: initial;
        top: 0;
        width: 100%;
    }

    .artist-img-wrap {
        height: 100%;
    }

    .artiste-background-wrap img {
        top: 50%;
        transform: translateY(-50%);
    }


    .two-mobile .img-container {
        height: 30vh;
    }

    .view-more-link {
        /*
        position: relative;
        bottom: 0;
        text-align: right;
        width: auto;

         */
    }

    #slideshow .carousel-indicators {
        display: flex;
        margin: 0 20vw;
        z-index: 9999;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 0;
        height: 100%;
    }


    .view-more-link a {
        /*
        padding: 0;
        border: none;
         */
    }


    .details-section.details-view {
        padding-bottom: 70px;
    }

    .pdf-link {
        padding-top: 50px;
    }

    .carousel-control-prev {
        left: 0;
        right: initial;
    }

    #slideshow .img-container, #slideshow .carouselContainer {
        height: calc(80vh - 50px);
    }

    .carousel-caption {
        /*
        top: 100%;
        height: 100%;
        */
        bottom: -150px;
    }


    .hover-animation .img-container img {
        webkit-transform: translate(-50%, -50%), scale(1.04);
        -ms-transform: translate(-50%, -50%) scale(1.04);
        transform: translate(-50%, -50%) scale(1.04);
        -webkit-transition: -webkit-transform .6s ease-out;
        transition: -webkit-transform .6s ease-out;
        transition: transform .6s ease-out;
        transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    }

    .hover-animation .img-container:hover img {
        -webkit-transform: translate(-50%, -50%), scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }


    /*
    * Always display full width image
    * The gallery decided to use images with a ratio of 1.47
    * From the call conversation with david and alexa the 01/12/2023
    */
    #artist-mos .artist-mos-item .img-container-bis img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }


    #artist-mos .img-container {
        height: 30vh;
    }

}


/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/
/*********/


/*Carousel Artist*/
#carousel_container {
    width: 100%;
    height: 340px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: -25px;
    visibility: visible;
    position: relative;
}

.carousel_inner {
    padding-bottom: 25px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
}

.carousel_inner::-webkit-scrollbar {
    display: none;
}

.carousel_ul {
    padding: 0;
    position: relative;
}

.carousel_ul, .carousel_li {
    text-decoration: none;
    list-style: none;
    vertical-align: top;
}

.carousel_ul li {
    display: inline-block;
    vertical-align: top;
}

.carousel_li img.paysage {
    height: 100%;
    width: auto;
}

.carousel_li {
    margin-right: 50px !important;
    width: 60vw;
    display: inline-block;
}

.description_Carousel {
    padding-top: 15px;
}

.arrow_cont {
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid red;*/
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    display: block;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.arrow_cont.visible {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.arrow_left, .arrow_right {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    background-image: url(/site/graphisme/arrows.svg);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: 80px;
    cursor: pointer;
}

.arrow_left {
    left: 20px;
    display: none;
}

.arrow_right {
    right: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

