/*///////////////////////////////---------------------------------------------------> [ FONTS ] */
@font-face {
    font-family: 'ITC_BOOK';
    src: url('/site/fonts/ITCAvantGardePro-Bk.eot');
    src: url('/site/fonts/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/ITCAvantGardePro-Bk.woff') format('woff'),
    url('/site/fonts/ITCAvantGardePro-Bk.ttf') format('truetype'),
    url('/site/fonts/ITCAvantGardePro-Bk.svg#FUNSBOL_') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC_DEMI';
    src: url('/site/fonts/ITCAvantGardePro-Demi.eot');
    src: url('/site/fonts/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/ITCAvantGardePro-Demi.woff') format('woff'),
    url('/site/fonts/ITCAvantGardePro-Demi.ttf') format('truetype'),
    url('/site/fonts/ITCAvantGardePro-Demi.svg#FUNSBIT_') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*TAILLES MENU*/
/* Prevent hiding browser bar */
html {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch !important; /* iOS velocity scrolling */
}

body {
    font-family: 'ITC_BOOK', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color: #f2f2f2;
    -webkit-overflow-scrolling: touch !important;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
    /*color: #fff;*/
}

html, body {
    height: 100%;
}

/*///////////////////////////////---------------------------------------------------> [ GENERALE ] */
.no_overflow {
    overflow: hidden;
    height: 100%;
}

a.active, .active {
    color: #ed1e64 !important;
}

.rouge {
    color: red !important;
}

input:focus, input:active {
    outline: none;
    text-decoration: none;
}

.blacka {
    color: #000;
}

.whity {
    color: #fff;
}

#artwork_details .legend_container .bot .blacka {
    color: #000 !important;
}

.noPadBot {
    padding-bottom: 0 !important;
}

/*///////////////////////////////---------------------------------------------------> [ FOOTER ] */
#footer {
    position: fixed;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
}

#footer > div {
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    line-height: 40px;
    color: #fff;
}

#footer > div:last-of-type {
    border-right: none;
    border-left: 1px solid #fff;
}

#footer a, #footer a:hover {
    color: #fff;
}

/*///////////////////////////////---------------------------------------------------> [ FOOTER ] */
/*///////////////////////////////---------------------------------------------------> [ NAVIGATION ] */
#header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 0 0 15px 0;*/
    z-index: 3;
    height: 60px;
}

/*//////---------------------------------------> [ TOP ] */
#top_menu_container {
    position: relative;
    z-index: 3;
}

/*//////------------------------------> [ MENU FIX ] */
#menu_btn {
    float: left;
    position: relative;
    width: auto;
    height: auto;
}

#nav-icon {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 75px;
    height: 60px;
    /*position: relative;*/
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    /*background-color: red;*/
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

#nav-icon span:nth-child(1) {
    top: 21px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 27px;
    width: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 33px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    top: 21px;
    left: 16px;
}

#nav-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 16px;
}

/*//////------------------------------> [ MENU FIX ] */
/*//////------------------------------> [ LOGO ] */
#logo_container {
    width: auto;
    margin: 13px auto 0 auto;
    float: none;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.col_top, .col_top a {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}

.col_top:hover {
    color: #fff;
}

.col_name {
    display: block;
    color: #ed1e64;
    font-size: 13px;
}

/*//////------------------------------> [ LOGO ] */
/*//////------------------------------> [ BTN SEARCH ] */
#search_container {
    cursor: pointer;
    background: url(/site/graphisme/search_square.svg) 0 0 no-repeat;
    background-size: 35%;
    background-position: 36px 15px;
    display: inline-block;
    width: 75px;
    height: 60px;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    /* filter: grayscale(100%); */
    z-index: 3;
    margin: 0;
    /*background-color: red;*/
}

#critere {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #5f5f64;
}

.title_result {
    text-transform: uppercase;
    color: #000;
}

.title_result_search {
    display: inline;
}

.search_sort {
    margin-top: 10px;
}

/*//////------------------------------> [ BTN SEARCH ] */
/*//////---------------------------------------> [ MENU FULL AU CLICK ] */
#the_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 50px;
    width: 100%;
    height: 100%;
    background: #000;
}

#ul_container {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

#ul_container li {
    list-style: none;
    margin-bottom: 10px;
}

#ul_container li a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 20px;
    line-height: 20px;
}

#ul_container li.lang .separation {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

#ul_container li.lang a {
    display: inline-block;
    padding: 10px;
}

#ul_container li.lang .separation {
    padding: 0 2px;
}

#ul_container li#change_session .separation {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

#ul_container li#change_session a {
    display: inline-block;
    padding: 10px;
}

#ul_container li#change_session .separation {
    padding: 0 2px;
}

/*//////---------------------------------------> [ MENU FULL AU CLICK ] */

/*///////////////////////////////---------------------------------------------------> [ CONTENT ] */
#main_content {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*//////---------------------------------------> [ HOME - LISTE DES OEUVRES ] */
.clearfixipad:before,
.clearfixipad:after,
.clearfixmobile:before,
.clearfixmobile:after {
    display: table;
    content: " ";
}

.clearfixipad:after,
.clearfixmobile:after {
    clear: both;
}

#artwork_list > .row {
    margin-left: -5px;
    margin-right: -5px;
}

#artwork_list > .row .item {
    padding: 0 5px;
}

#artwork_list .artwork_container {
    width: 100%;
    /*height: 200px;*/
    min-height: 200px;
    padding: 15px 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

#artwork_list .legend_container {
    text-align: center;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#artwork_details .legend_container .artist_name {
    font-family: 'ITC_DEMI', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    color: #000 !important;
}

.legend_container .artist_name {
    font-family: 'ITC_DEMI', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    color: #000 !important;
}

.legend_container .title_year .title, #artwork_details .legend_container .title_year .title {

    font-style: italic;

}

.legend_container .title_year {
    color: #5f5f64 !important;
    font-size: 11px;
    line-height: 13px;
    padding-top: 2px;
    text-transform: uppercase;
}

#artwork_details .legend_container .title_year {
    color: #5f5f64 !important;

    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#artwork_list .img_container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    height: 125px;
    text-align: center;
}

#artwork_list .img_container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    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%);
}

#artwork_list .img_container img.no_img {
    height: 60%;
    opacity: 0.6;
}

/*//////---------------------------------------> [ HOME - LISTE DES OEUVRES ] */
/*//////---------------------------------------> [ Pagination ] */
.page_titre_position {
    position: absolute;
    left: 0;
    top: 0;
    /*background-color: red;*/
    opacity: 0;
}

#pagination {
    height: 1px;
    opacity: 0;
}

#page_lecteur {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    color: #000;
    height: 30px;
    line-height: 34px;
    display: none;
}

a.link_scroll_to {
    margin: 0 3px;
    padding: 0 3px;
    color: #000;
}

.link_scroll_to:focus, .link_scroll_to:active {
    color: #000;
}

#infscr-loading {
    background-color: #ed1e64;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 40px;
    height: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    line-height: 33px;
    border-bottom: 2px solid #fff;
}

#infscr-loading img {
    display: none;
}

/*//////---------------------------------------> [ DETAILS DES OEUVRES ] */
#artwork_details {
    position: relative;
    min-height: 77vh;
}

#artwork_details .artwork_container {
    background-color: #fff;
    padding: 10px;
    height: 100%;

}

#artwork_details .img_container {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    height: 48vh;
    text-align: left;
}

#artwork_details .img_container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#artwork_details .img_container img.no_img {
    height: 100%;
}

#artwork_details .legend_container {
    text-align: left;
    margin-top: 20px;
    position: relative;
}

#artwork_details .legend_container .title_year {
    line-height: 14px;
}

#artwork_details .legend_container .bot, .vues_supp_caption {
    color: #5f5f64 !important;
    /*color: #aaa !important;*/
    font-size: 12px;
}

#artwork_details .legend_container .bot {
    /*color: #aaa !important;*/
    color: #5f5f64 !important;

}

#artwork_details .legend_container .bot p {
    margin: 0;
    line-height: 1.2;
}

#artwork_details .legend_container .top {
    max-width: 70%;
}

#legend_supp {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.croix, .closeDialog {
    width: 30px;
    height: 30px;
    position: fixed;
    cursor: pointer;
    right: 15px;
    top: 10px;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    background-color: #000;
    padding: 5px;
    z-index: 2;
}

.croix::after, .croix::before, .closeDialog::after, .closeDialog::before {
    position: absolute;
    top: 14px;
    left: 2px;
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.croix::after, .closeDialog::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

#diapo_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    line-height: 8px;
}

#diapo_nav li {
    display: inline-block;
    background-color: #5f5f64;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 2px;
}

#diapo_nav li.active {
    background-color: #ed1e64;
}

.diapo_nav_container {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    line-height: 8px;
}

.diapo_nav_container li {
    display: inline-block;
    background-color: #5f5f64;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.diapo_nav_container li.active {
    background-color: #ed1e64;
}

.image_click_listener .diapo_nav_container {
    display: none;
}

.greya {
    /*color: #aaa !important;*/
    color: #5f5f64 !important;
}

.no_margin_padding {
    margin: 0 !important;
    padding: 0 !important;
}

/*//////------------------------> [ LignthBox ] */
#ligthbox_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 3;
    padding: 15px;
}

#lightbox_image_container {
    position: relative;
    height: 90%;
    margin-top: 30px;
}

#lightbox_image_container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    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%);

}

#lightbox_diapo_nav {
    padding-top: 15px;
}

.notice_opener, .notice_container {
    color: #5f5f64;
    font-size: 12px;
}

.notice_opener {
    /*color: #000;*/
    margin-top: 20px;
    text-transform: uppercase;
}

.notice_container {
    padding-top: 20px;
}

.notice_container, .next_toggle_container {
    display: none;
}

.next_toggle_container {
    padding-top: 15px;
    padding-bottom: 20px;
}

.next_toggle_container input {
    /*width: 85%;*/
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    /*height: 26px;*/
}

#send_artwork_details {
    color: #000;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

#send_artwork_details label {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #ed1e64;
    padding: 9px 10px 5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border-radius: 5px;
}

#send_artwork_to {
    font-size: 12px;
    display: inline-block;
    padding: 10px 30px;
    background-color: green;
    line-height: 9px;
    height: 26px;
    position: relative;
    color: #fff;
    border-left: 1px solid rgb(238, 238, 238);
    margin-top: 15px;
}

.popin_container {
    display: none;
    position: fixed;
    padding: 15px 15px 15px 15px;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.popin_inner {
    height: auto;
    position: relative;
    width: 100%;
    top: 50%;
    background-color: #fff;
    padding: 20px;
    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%);
}

#send_artwork_details_pop_in input {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    min-height: 20px;
    padding: 5px 0;
}

#mail_artwork_to::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    line-height: 26px;
}

#mail_artwork_to::-moz-placeholder {
    /* Firefox 19+ */
    line-height: 26px;
}

#mail_artwork_to:-ms-input-placeholder {
    /* IE 10+ */
    line-height: 26px;
}

#mail_artwork_to:-moz-placeholder {
    /* Firefox 18- */
    line-height: 26px;
}

#mail_artwork_to {
    color: #000 !important;
}

#artwork_id {
    height: 0;
    opacity: 0;
}

#email_msg {
    display: none;
    padding-top: 5px;
}

.succes_mail {
    color: green;
    padding: 0;
}

.error_mail, #changeSessionError {
    color: red;
    padding: 0;
}

#changeSessionError {
    display: none;
    text-transform: uppercase;
}

#artwork_details .img_container > div {
    position: absolute;
    height: 100%;
    width: 100%;
    float: left;
    top: 0;
    cursor: pointer;
}

.swipe {
    display: none;
}

.swipe.visuel_prin {
    display: block;
}

/*//////------------------------> [ SHAKE ] */
/*//////------------------------> [ LigthBox ] */
@keyframes shake-horizontal {
    2% {
        transform: translate(4px, 0) rotate(0)
    }
    4% {
        transform: translate(8px, 0) rotate(0)
    }
    6% {
        transform: translate(7px, 0) rotate(0)
    }
    8% {
        transform: translate(2px, 0) rotate(0)
    }
    10% {
        transform: translate(0px, 0) rotate(0)
    }
    12% {
        transform: translate(7px, 0) rotate(0)
    }
    14% {
        transform: translate(-6px, 0) rotate(0)
    }
    16% {
        transform: translate(-5px, 0) rotate(0)
    }
    18% {
        transform: translate(-8px, 0) rotate(0)
    }
    20% {
        transform: translate(-9px, 0) rotate(0)
    }
    22% {
        transform: translate(9px, 0) rotate(0)
    }
    24% {
        transform: translate(-8px, 0) rotate(0)
    }
    26% {
        transform: translate(-8px, 0) rotate(0)
    }
    28% {
        transform: translate(2px, 0) rotate(0)
    }
    30% {
        transform: translate(10px, 0) rotate(0)
    }
    32% {
        transform: translate(6px, 0) rotate(0)
    }
    34% {
        transform: translate(-6px, 0) rotate(0)
    }
    36% {
        transform: translate(7px, 0) rotate(0)
    }
    38% {
        transform: translate(-9px, 0) rotate(0)
    }
    40% {
        transform: translate(-4px, 0) rotate(0)
    }
    42% {
        transform: translate(-4px, 0) rotate(0)
    }
    44% {
        transform: translate(1px, 0) rotate(0)
    }
    46% {
        transform: translate(-2px, 0) rotate(0)
    }
    48% {
        transform: translate(-4px, 0) rotate(0)
    }
    50% {
        transform: translate(-2px, 0) rotate(0)
    }
    52% {
        transform: translate(10px, 0) rotate(0)
    }
    54% {
        transform: translate(-9px, 0) rotate(0)
    }
    56% {
        transform: translate(0px, 0) rotate(0)
    }
    58% {
        transform: translate(-8px, 0) rotate(0)
    }
    60% {
        transform: translate(-4px, 0) rotate(0)
    }
    62% {
        transform: translate(7px, 0) rotate(0)
    }
    64% {
        transform: translate(-1px, 0) rotate(0)
    }
    66% {
        transform: translate(-7px, 0) rotate(0)
    }
    68% {
        transform: translate(1px, 0) rotate(0)
    }
    70% {
        transform: translate(-5px, 0) rotate(0)
    }
    72% {
        transform: translate(0px, 0) rotate(0)
    }
    74% {
        transform: translate(-4px, 0) rotate(0)
    }
    76% {
        transform: translate(5px, 0) rotate(0)
    }
    78% {
        transform: translate(2px, 0) rotate(0)
    }
    80% {
        transform: translate(2px, 0) rotate(0)
    }
    82% {
        transform: translate(-1px, 0) rotate(0)
    }
    84% {
        transform: translate(9px, 0) rotate(0)
    }
    86% {
        transform: translate(-6px, 0) rotate(0)
    }
    88% {
        transform: translate(8px, 0) rotate(0)
    }
    90% {
        transform: translate(3px, 0) rotate(0)
    }
    92% {
        transform: translate(10px, 0) rotate(0)
    }
    94% {
        transform: translate(-4px, 0) rotate(0)
    }
    96% {
        transform: translate(-6px, 0) rotate(0)
    }
    98% {
        transform: translate(7px, 0) rotate(0)
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0)
    }
}

.shake-it {
    display: inline-block;
    transform-origin: center center;
    animation-name: shake-horizontal;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
    /*animation-iteration-count: infinite;*/
    animation-iteration-count: 3;
    animation-play-state: running
}

/*//////------------------------> [ SHAKE ] */
/*//////---------------------------------------> [ DETAILS DES OEUVRES ] */
/*//////---------------------------------------> [ LISTE DES ARTISTES ] */
#artwork_list.artists_list .legend_container {
    /*min-height: 1px;*/
}

#artwork_list.artists_list .artwork_container {
    min-height: 150px;
}

.no_img {
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}

.submenu_artist {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.submenu_artist > div {
    padding: 0 5px;
}

a.sub_artist {
    display: block;
    width: 100%;
    float: left;
    background-color: #fff;
    height: 30px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

a.sub_artist.active {
    border: 1px solid #ed1e64;
}

.infos_artist {
    background-color: #fff;
    margin-bottom: 10px;
}

.content_info_artist p,
.content_info_artist *,
.content_info_artist p * {
    font-family: 'ITC_BOOK', sans-serif !important;
    color: #333 !important;
    font-size: 14px !important;
}

.titre_info_artist {
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    line-height: 35px;
    /*border: 1px solid #000;*/
}

.titre_info_artist.opened {
    /*border: 1px solid #ed1e64;*/
}

.content_info_artist {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.content_info_artist {
    display: none;
}

.content_info_artist.opened {
    /*display: block;*/
}

/*//////---------------------------------------> [ LISTE DES ARTISTES ] */
/*//////---------------------------------------> [ LISTE SELECTIONS ] */
#selections .selection_container {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#selections .selection_container .selection_name {
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'ITC_DEMI', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #000 !important;
}

#selections .artwork_selection_container {
    margin-left: -2px;
    margin-right: -2px;
}

#selections .artwork_selection_container .artwork_selected {
    width: 25%;
    height: 50px;
    float: left;
    position: relative;
    overflow: hidden;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

#selections .artwork_selection_container .artwork_selected .img_artwork_selected {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#selections .artwork_selection_container .artwork_selected img {
    width: 100%;
    height: auto;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    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%);
}

#selections .artwork_selection_container .artwork_selected img.paysage {
    width: auto;
    height: 100%;
}

/*//////---------------------------------------> [ LISTE SELECTIONS ] */
/*//////---------------------------------------> [ DETAILS SELECTIONS ] */

.title_page {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-family: 'ITC_DEMI', sans-serif;
    text-transform: uppercase;
}

.title_page .the_selection_name {
    font-family: 'ITC_BOOK', sans-serif;
    text-transform: none;
    font-weight: normal;
    display: block;
    color: #5f5f64 !important;
    /*padding-top: 4px;*/
}

#selectiondetails #page_lecteur {
    /*bottom: 0;*/
}

#selectiondetails {
    /*background-color: red;*/
}

#selectiondetails #rechercher {
    display: none;
}

#selectiondetails #trier {
    width: 100%;
    /*background-color: red;*/
}

/*//////---------------------------------------> [ DETAILS SELECTIONS ] */
/*//////---------------------------------------> [ SORT ] */
#filter_section {
    display: none;
    background-color: #f2f2f2;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow-y: scroll !important;
    z-index: 2;
    cursor: pointer;
    max-width: 100%;
    -webkit-overflow-scrolling: touch !important;
}

#sort_container, #artwork_search_container {
    display: none;
}

.filter_menu {
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 2;
}

.all_filter {
    margin-top: 75px;
    padding: 0 15px 60px;
}

.filtrer_menu_inner {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.filtrer_menu_inner:last-of-type {
    border-left: 1px solid #fff;
    border-right: none;
}

.sort_btn_cont {
    height: 30px;
    /*margin-bottom: 5px;*/
}

.sort_btn {
    display: block;
    float: left;
    text-align: center;
    width: 48%;
    background-color: #fff;
    color: #000;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;

}

.sort_btn_cont .sort_btn:first-of-type {
    margin-right: 2%;
}

.sort_btn_cont .sort_btn:last-of-type {
    margin-left: 2%;
}

.sort_title {
    text-align: left;
    padding: 10px 0;
    color: #5f5f64;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
}

.title_filter {
    color: #ed1e64 !important;
    font-family: 'ITC_DEMI', sans-serif;
}

#sort_title {
    color: #5f5f64 !important;
}

.sort_btn_cont:before, .sort_btn_cont:after {
    content: '';
    display: table;
    clear: both;
}

.sort_btn_cont:after {

    clear: both;
}

.sort_item {
    /*margin-bottom: 15px;*/
}

.acq {
    line-height: 15px;
    padding-top: 18px;
    /*height: 40px;*/
    /*padding: 5px 0;*/
}

/*//////------------------------------------------------------------> [ SEARCH ] */
#artwork_search {

}

.search_title.the_first {
    padding-top: 0;
}

.search_title {
    text-align: left;
    padding: 10px 0;
    color: #5f5f64;
    text-transform: uppercase;
    font-family: 'ITC_DEMI', sans-serif;
}

#search_title {
    background-color: #69df7e;
    color: #fff !important;
}

.search_title label {
    margin: 0;
    font-weight: normal;
    color: #000;
}

.search_title_min {
    line-height: 1;
    padding-bottom: 3px;
    padding-top: 10px;
}

.search_ipt_cont {
    margin-bottom: 10px;
    position: relative;
}

.search_ipt_cont input {
    width: 100%;
}

.search_ipt_cont, .search_ipt_cont .selectize-input, .search_ipt_cont .selectize-input input, .search_date_inputs input {
    width: 100%;
    height: 30px;
    line-height: 30px !important;
}

.search_date_inputs input {
    border: none;
}

.selectize-input {
    width: 100% !important;
}

.search_date_inputs {

}

.search_date_inputs .search_date_inputs_inner {
    width: 33.333333333%;
    float: left;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
}

.borderRight {
    border-right: 2px solid #f2f2f2 !important;
}

.search_date_inputs .search_date_inputs_inner {
    width: 33.333333333%;
    float: left;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
}

.price_range_input {
    width: 45% !important;
}


.price_range_label {
    padding: 0 1%;
    text-transform: uppercase;
}


/* all */
.search_date_inputs .search_date_inputs_inner::-webkit-input-placeholder,
.search_date_inputs .search_date_inputs_inner::-moz-placeholder,
.search_date_inputs .search_date_inputs_inner:-ms-input-placeholder,
.search_date_inputs .search_date_inputs_inner:-moz-placeholder,
.search_date_inputs .search_date_inputs_inner::-webkit-input-placeholder,
.search_date_inputs .search_date_inputs_inner::-webkit-input-placeholder,
.search_date_inputs .search_date_inputs_inner::-webkit-input-placeholder,
.search_date_inputs .search_date_inputs_inner::-moz-placeholder,
.search_date_inputs .search_date_inputs_inner::-moz-placeholder,
.search_date_inputs .search_date_inputs_inner::-moz-placeholder {

    line-height: 30px !important;
    background-color: red !important;

}


#filter_section .selectize-dropdown-content {
    max-height: 80px !important;
}

#rapid_search {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
}

#rapid_search {
    display: none;
}

#rapid_search .selectize-input {
    height: 60px;
    padding: 0 50px 0 15px;
    background-color: #fff;
}

#rapid_search .selectize-input input {
    height: 50px !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-bottom: 1px solid #4f4c4d !important;
    color: #000 !important;
    padding-top: 10px !important;
}

#rapid_search .selectize-input input::-webkit-input-placeholder,
#rapid_search .selectize-input input::-moz-placeholder,
#rapid_search .selectize-input input:-ms-input-placeholder,
#rapid_search .selectize-input input:-moz-placeholder {
    font-size: 15px !important;
}


#rapid_search .selectize-dropdown-content {
    height: 85vh;
    height: 85%;
    max-height: 85vh !important;
}

#rapid_search .selectize-dropdown {
    background-color: #fff !important;;
}

#rapid_search .selectize-dropdown .rr_container {
    background-color: #fff !important;
    opacity: 1;
}

#rapid_search .selectize-dropdown .active {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1;
}

#rapid_search_inner {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.rr_container {
    padding: 5px 15px 15px !important;
}

.img_rr_ctn {
    position: relative;
    float: left;
    width: 30%;
    min-height: 50px;
    overflow: hidden;
}

.img_rr_ctn img.img_rr {
    position: relative;
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 80%;
    left: 0;
    top: 0;
}

.leg_rr {
    position: relative;
    width: 70%;
    float: left;
}

.leg_rr p {
    margin: 0;
    padding: 0;
    color: #000;
}

.leg_rr p.artist_rr {
    color: #ed1e64;
    font-family: 'ITC_DEMI', sans-serif;
}

#croix_bis {
    right: 15px;
    z-index: 9;
    top: 18px;
    background-color: transparent;
    width: 25px;
    height: 25px;
    position: absolute;
}

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

#arrow_b {
    display: none;
    cursor: pointer;
    background-image: url(/site/graphisme/back_black.svg);
    /*display: block;*/
    background-size: 100%;
    background-repeat: no-repeat;
    top: 16px;
    left: 15px;
    width: 25px;
    height: 25px;
    position: fixed;
    z-index: 2;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
    filter: grayscale(100%);
}

#prev_page {
    cursor: pointer;
    background-image: url(/site/graphisme/back.svg);
    display: none;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 16px;
    left: 15px;
    width: 25px;
    height: 25px;
    position: fixed;
    z-index: 2;
}

#back_page {
    cursor: pointer;
    background-image: url(/site/graphisme/back.svg);
    display: none;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 16px;
    left: 15px;
    width: 25px;
    height: 25px;
    position: fixed;
    z-index: 2;
}

/*///////////////////////////////---------------------------------------------------> [ ARROW ] */
/*.arrow_left {*/
/*z-index: 2;*/
/*position: fixed;*/
/*left: 15px;*/
/*top: 21px;*/
/*width: 25px;*/
/*height: 25px;*/
/*/!*position: relative;*!/*/
/*/!*margin: 50px auto;*!/*/
/*-webkit-transform: rotate(0deg);*/
/*-moz-transform: rotate(0deg);*/
/*-o-transform: rotate(0deg);*/
/*transform: rotate(0deg);*/
/*-webkit-transition: .5s ease-in-out;*/
/*-moz-transition: .5s ease-in-out;*/
/*-o-transition: .5s ease-in-out;*/
/*transition: .5s ease-in-out;*/
/*cursor: pointer;*/

/*}*/

/*.arrow_left span {*/
/*display: block;*/
/*position: absolute;*/
/*height: 2px;*/
/*width: 25px;*/
/*background: #000;*/
/*opacity: 1;*/
/*left: 0;*/
/*-webkit-transform: rotate(0deg);*/
/*-moz-transform: rotate(0deg);*/
/*-o-transform: rotate(0deg);*/
/*transform: rotate(0deg);*/
/*-webkit-transition: .25s ease-in-out;*/
/*-moz-transition: .25s ease-in-out;*/
/*-o-transition: .25s ease-in-out;*/
/*transition: .25s ease-in-out;*/
/*border-radius: 1px;*/

/*}*/

/*.arrow_left span:nth-child(1) {*/
/*top: 6px;*/
/*left: 1px;*/
/*width: 60%;*/
/*-webkit-transform-origin: left center;*/
/*-moz-transform-origin: left center;*/
/*-o-transform-origin: left center;*/
/*transform-origin: left center;*/
/*-webkit-transform: rotate(-45deg);*/
/*-moz-transform: rotate(-45deg);*/
/*-o-transform: rotate(-45deg);*/
/*transform: rotate(-45deg);*/
/*}*/

/*.arrow_left span:nth-child(2) {*/
/*top: 6px;*/
/*width: 100%;*/
/*-webkit-transform-origin: left center;*/
/*-moz-transform-origin: left center;*/
/*-o-transform-origin: left center;*/
/*transform-origin: left center;*/
/*}*/

/*.arrow_left span:nth-child(3) {*/
/*top: 6px;*/
/*left: 1px;*/
/*width: 60%;*/
/*-webkit-transform-origin: left center;*/
/*-moz-transform-origin: left center;*/
/*-o-transform-origin: left center;*/
/*transform-origin: left center;*/
/*-webkit-transform: rotate(45deg);*/
/*-moz-transform: rotate(45deg);*/
/*-o-transform: rotate(45deg);*/
/*transform: rotate(45deg);*/
/*}*/

/*///////////////////////////////---------------------------------------------------> [ ARROW ] */
/*///////////////////////////////---------------------------------------------------> [ LOGIN ] */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

#login_page {
    /*position: relative;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background-color: #231f20;*/
    /*left: 0;*/
    /*top: 0;*/
    /*margin-top: 70px;*/
    /*margin-top: 12%;*/
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#login_page_inner {
    /*position: relative;*/
    /*width: 100%;*/
    /*/!*height: 95%;*!/*/
    /*height: 440px;*/

    /*max-height: 440px;*/
    /*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%);*/

    max-width: 300px;
    margin: 0 auto;

}

body.login {
    background-color: #231f20;
}

body.login > .container-fluid, body.login > .container-fluid > .row, body.login > .container-fluid > .row > .col-md-12 {
    height: 100%;
}

#login_top {
    text-align: center;
}

#logo_login {
    margin: 0 auto 10%;
}

#logo_login img {
    height: 40px;
}

#col_login {
    color: #ed1e64;
    text-transform: uppercase;
    font-size: 15px;
}

#col_login .col_name {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

#col_login p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#login_bot {
    position: relative;
    padding-top: 10%;
    text-align: center;
}

#email_cont {
    margin-bottom: 20px;
}

.log_input {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.log_input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #4f4c4d;
    background-color: transparent;
    color: #fff;
    height: 50px;
    font-size: 16px;
    /*padding-top: 20px;*/
    padding-left: 30px;
}

.log_input label {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    margin-left: 40px;
    text-transform: uppercase;
    font-weight: normal;
    color: #bcbcbc;

    /*display: none;*/

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    margin-top: 15px;

}

/*///////////////////////////////---------------------------------------------------> [ LABEL LOGIN ] */

.log_input_item::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    font-size: 16px !important;
    opacity: 0.5;
}

.log_input_item::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    font-size: 16px !important;
    opacity: 0.5;
}

.log_input_item:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    font-size: 16px !important;
    opacity: 0.5;
}

.log_input_itemt:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    font-size: 16px !important;
    opacity: 0.5;
}

#log_out_cont {
    text-align: center;
    margin-top: 50px;
}

#log_out {
    width: 200px;
    text-align: center;
    padding: 14px 10px 10px 10px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 10px auto;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 9;
    display: block;
    background-color: #ed1e64;
    color: #ed1e64;
    line-height: 1 !important;
}

/*.log_input label.on {*/
/*top: 20%;*/
/*font-size: 12px;*/
/*}*/

/*#label_mail:before {*/
/*content: '';*/
/*background-image: url(/site/graphisme/msg.svg);*/
/*background-repeat: no-repeat;*/
/*background-size: 100%;*/
/*height: 30px;*/
/*position: absolute;*/
/*left: -30px;*/
/*top: -4px;*/
/*width: 26px;*/
/*display: block;*/
/*}*/

/*#label_mail.on:before {*/
/*left: -28px;*/
/*top: -4px;*/
/*width: 23px;*/
/*}*/

/*#label_pass:before {*/
/*content: '';*/
/*background-image: url(/site/graphisme/lock.svg);*/
/*background-repeat: no-repeat;*/
/*background-size: 100%;*/
/*height: 30px;*/
/*position: absolute;*/
/*left: -30px;*/
/*top: -4px;*/
/*width: 25px;*/
/*display: block;*/
/*}*/

/*#label_pass.on:before {*/
/*top: -6px;*/
/*width: 24px;*/
/*}*/
/*///////////////////////////////---------------------------------------------------> [ LABEL LOGIN ] */

#label_pass {
    background-image: url(/site/graphisme/lock.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    position: absolute;
    left: -30px;
    top: -4px;
    width: 25px;
    display: block;
}

#label_mail {
    background-image: url(/site/graphisme/msg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    position: absolute;
    left: -30px;
    top: -5px;
    width: 28px;
    display: block;
}

#msg_login {
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn_connexion {
    width: 200px;
    background-color: #fff;
    text-align: center;
    padding: 13px 10px 10px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 10px auto;
    cursor: pointer;
    color: #ed1e64;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 999999;
    display: block;
}

.login #public {
    background-color: #ed1e64;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

#login_page #public {
    background-color: #ed1e64;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

#lost_pass_word {
    position: absolute;
    text-transform: uppercase;
    font-size: 14px;
    right: 20px;
    top: 15px;
    color: #bcbcbc;
    z-index: 2;
    display: none;

}

/*///////////////////////////////----------------------------------------------------------------------------------------> [ ARTWORK DIALOG ] */
#artwork_dialog {
    display: none;
    position: fixed;
    z-index: 2;
    background-color: #fff;
    top: 60px;
    left: 0;
    min-height: 100%;
    width: 100%;
    /*padding: 0 5px;*/
    overflow-y: scroll !important;
}

#artwork_dialog #artwork_details {
    position: absolute;
    padding-bottom: 70px;
    width: 100%;
}

#artwork_dialog #artwork_details .artwork_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

#rapid_search .selectize-input > .item {
    display: none;
}

.item {
    cursor: pointer;
}

#loader {
    display: none;
    margin: 0 auto;
    bottom: 90px;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -35px;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.dialog_lightbox .vues_supp_caption, .vues_supp .vues_supp_caption {
    display: none;
}

.iconeVuesSuppCont {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: -15px;
}

.iconeVuesSuppCont > div:first-of-type {
    margin-left: 0;
}

.thereIsVuesSupp {
    display: inline-block;
    background-color: #5f5f64;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 5px;
}

/*///////------------------------------> [ CLOSE ARTWORK DIALOG ] */
.closeDialog {
    top: 75px;
}

/*///////////////////////////////----------------------------------------------------------------------------------------> [ ARTWORK DIALOG ] */
/*///////////////////////////////---------------------------------------------------> [ LOGIN ] */
/*///////////////////////////////---------------------------------------------------> [ RESPONSIVE ] */
.clearfixipad {
    display: none;
}

@media (min-width: 768px) {
    .clearfixmobile {
        display: none;
    }

    .clearfixipad {
        display: block;
    }

}

/*/////////////////////////////// [ ABECEDAIRE ] ///*/
/*/[ LISTE ALPHABETIQUE ] ///*/
#abc_container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f2f2f2;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    width: 100%;
}

#abc_select_container {
    padding: 10px 0;
    margin: 0;
    position: relative;
    background-color: #fff;
}

#abc_select li {
    list-style: none;
    display: inline-block;
    width: 33.3333333%;
    text-align: left;
    float: left;
    padding: 0 15px;
}

#abc_select {
    margin: 0;
    padding: 0;
}

#abc_select li a {
    display: block;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.letter_opener, #abc_select_label {
    display: block;
    text-align: left;
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;

    position: relative;
}

.letter_opener.active {
    border: 1px solid #ed1e64;
    color: #ed1e64;
}

.letter_container {
    margin-bottom: 15px;
}

.letter_opener a {
    column-rule: #000;
}

.letter_inner #artwork_list {
    margin-top: 15px;
}

.letter_inner .title_page {
    margin-top: 20px;
    margin-bottom: 20px;
}

#abc_select_label {
    border: 1px solid #ed1e64;
    color: #ed1e64;
    text-transform: uppercase;
}

.no_click {
    pointer-events: none !important;
}

#abc_select .gris {
    color: #ccc !important;
}

.gris.active {
    color: #ccc !important;
}

#artwork_list > .row .item_letter {
    clear: both;
    margin: 10px 0 20px 0;
}

.item_letter_inner {
    text-align: left;

    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;

    position: relative;

}

.item_letter_inner:after, .letter_opener:after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url('/site/graphisme/next.png');
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    top: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 0.7;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

/*///////////////////////////////----------------------------------------------------------------------------------------> [ BOUTON ACTION ARTWORK DETAILS ] */
.btn_action_da_container {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
}

.btn_action_da {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;

    width: 33.333333%;
    text-align: center;
    float: left;
    padding: 10px;

}

.btn_action_da_inner {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    padding-bottom: 8px;
    padding-top: 11px;
    border: 1px solid #000;
}

.btn_action_da_inner a {
    color: #000 !important;
}

.inner_show_onclick {
    cursor: pointer;
}

.show_onclick .price_information {
    display: none;
    color: #000;
}

.inner_hide_onclick {
    display: none;
    padding-left: 10px;
}

.artist_details_link a {
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.grey_bck {
    background-color: #fff !important;
    color: #aaa !important;
    border-color: #aaa !important;
}

.gold_bck {
    background-color: #dda12c !important;
    color: #fff !important;
    border-color: #dda12c !important;
}

#abecedaire_container {
    padding-top: 10px;
}

/*///////////////////////////////----------------------------------------------------------------------------------------> [Modifications 4 Juillet 2017 relative aux selections] */
#selectionlist #search_container {
    /*opacity: 0;*/
    /*visibility: hidden;*/
}

.disabledLink {
    pointer-events: none !important;

    /*cursor: default;*/
}

#artwork_search_container.searchPage {
    display: block;
}

.filtrer_menu_inner a {
    color: #333;
}

/**SELECTION DETAILS**/
#artworkSelectionDetails #send_artwork_details {

}

#artworkSelectionDetails #send_artwork_details {
    position: relative !important;
    padding: 11px 0 8px;
}

#btnSendSelection #send_artwork_details label {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    padding: 0;
}

#btnSendSelection .btn_action_da_inner {
    background-color: #000;
    padding: 0;
}

/****SEND BOOKING REQUEST****/

#selectiondetails #artwork_dialog {
    z-index: 3;
}

#sendBookingPopin {
    overflow-y: scroll;
}

#sendBookingPopin .inputElemContainer {
    margin-bottom: 10px;
}

#sendBookingPopin .inputElemContainer label {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
}

#sendBookingPopin .inputElemContainer label,
#sendBookingPopin .inputElemContainer input {
    width: 100%;
}

#sendBookingMail {
    margin-top: 20px;
    width: 100%;
    height: 30px;
}

#sendBookingMail .sendBookingMailInner {
    float: right;
    height: 30px;
    width: auto;
    display: inline-block;
    color: #fff;
    padding: 0 15px 0 15px;
    background-color: #000;
    line-height: 30px;
}

@media (max-width: 568px) {
    #sendBookingPopin .popin_inner {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 0;
        top: 0;
    }
}

.titlePopin {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
}

#msgBooking {
    display: none;
    position: absolute;
    left: 20px;
    bottom: 5px;
    width: 65%;
}

.float_left {
    float: left;
}

.plugin-clear_button .btn.btn-block.btn-link {
    display: block;
    right: 0;
    top: -30px;
    position: absolute;
    width: 28px;
    height: 28px;
    color: #000;
}