:root{
    --nav-gold: #BC9956;
    --nav-gold2: #cbaf7c;
    --line-grey: #b3b3b3;
}
.h2-style, a, h2, h4 {
    text-decoration: none;
}

.Buttonanalytic {
    box-sizing: content-box;
    width: 200px;
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    background: #000;
    -webkit-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
    transition: background-color .3s cubic-bezier(0, 0, 0, 0), color .3s cubic-bezier(0, 0, 0, 0), width .3s cubic-bezier(0, 0, 0, 0), border-width .3s cubic-bezier(0, 0, 0, 0), border-color .3s cubic-bezier(0, 0, 0, 0);
}
.Buttonanalytic:hover {
    color: #000;
    background: #fff;
}

.analytic {
    padding: 10px 10px 0 10px;
    width: 80%;
    font-family: 'Lato', sans serif;
    font-size: 0.8125rem;
    margin: 0 auto 10px;
}
#Buttondivanalytic {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.cookie_rgpd {
    color: #fff;
    max-width: 800px;
    position: fixed;
    bottom: 10px;
    margin: 1% auto;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index:100;
}
.cookie_in {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: var(--nav-gold);
    margin-top: 60px;
    box-shadow: 1px 1px 5px 1px black;
}

.button, .button.to-top-button, .buttonAllVisible {
    position: static;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.button, .buttonAllVisible {
    z-index: 1;
    display: block;
    width: 40%;
    min-width: 200px;
    margin-right: auto;
    margin-bottom: 6px;
    margin-left: auto;
    padding: 8px 12px;
    float: none;
    border: 1px solid #484848;
    background-color: transparent;
    color: #484848;
    font-size: 1rem;
    text-transform: uppercase;
}
.button.to-top-button, .button.to-top-button:hover {
    width: 40px;
    height: 40px;
    font-size: 2.125rem;
    line-height: 22px;
}
.buttonAllVisible:hover {
    box-shadow: 0 0 6px 0 #484848;
}

.button.to-top-button {
    position: fixed;
    left: auto;
    right: -35px;
    bottom: 5%;
    z-index: 46;
    display: none;
    min-height: 0;
    min-width: 0;
    margin-right: 10%;
    margin-left: 0;
    padding-right: 1px;
    padding-left: 1px;
    float: right;
    clear: none;
    border-radius: 54px;
    -webkit-transition: background-color .1s ease-in;
    background-color: hsla(0, 0%, 100%, .65);
    transition: background-color .1s ease-in;
    opacity: 0;
    font-family: Fontawesome, sans-serif;
    text-decoration: none;
    border: 1px solid var(--nav-gold);
}
.button.to-top-button {
    color: var(--nav-gold);
}
.button.to-top-button:hover {
    background-color: #000;
    box-shadow: none;
}
.button-submit-alerte, .button-submit-info {
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: 300;
    display: block !important;
    text-transform: uppercase;
}
.button-submit-info {
    width: 40%;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.button-submit-alerte {
    width: 50%}
.button-submit-alerte:hover, .object-name-overlay a:hover {
    font-weight: 600;
}
.navlink, .navlink.w--current {
    color: #fff;
    font-weight: 300;
}
.button-submit-info.mdpasse {
    width: auto;
    max-width: 51%}
.button.left {
    display: block;
    width: 80%;
    margin-top: 16px;
    margin-bottom: 26px;
    margin-left: auto;
    padding-bottom: 8px;
    float: left;
    text-align: center;
}
.button.center {
    float: none;
}
.navlink {
    padding: 5px 8px 7px;
    border-top: 2px solid transparent;
    font-family: 'Lato', sans-serif;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: black;
}
.navlink:hover {
    border-top-style: solid;
    color: var(--nav-gold);
}

.section-selection.nouveautes {
    position: relative;
    width: 100%;
    margin-top: 31px;
    float: left;
}
.line {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 21px;
    text-align: center;
}
.link-block-selection {
    position: relative;
    width: 270px;
    height: auto;
    border: 1px solid #4f7179;
}
.link-block-selection.nouveautes {
    position: relative;
    display: block;
    width: 270px;
    height: auto;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 27px;
    float: none;
    border: 1px solid #cdcdcd;
}
.overlay-selection {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 99px;
    padding-top: 6px;
    padding-bottom: 7px;
    background-color: #fff;
}
.overlay-selection.nouveautes, .overlay-selection.nouveautes.accueil {
    position: static;
    display: inline-block;
    margin-top: 1px;
    background-color: #fff;
    text-decoration: none;
    float: none;
    left: 0;
    bottom: 0;
    right: 0;
}
.overlay-selection.nouveautes {
    height: 180px;
}
.overlay-selection.nouveautes.accueil {
    height: 150px;
}
.row-selection {
    position: relative;
    display: block;
    margin: 17px auto;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.object-name-overlay {
    padding: 3px 9px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 0.875rem;
    line-height: 15px;
    height: 60px;
    text-align: left;
    text-decoration: none;
}
.object-name-overlay a {
    text-decoration: none;
    color: #484848;
    font-size: 0.9375rem;
}
.object-antiquaire-overlay {
    padding-left: 9px;
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
}
.object-antiquaire-overlay a, .object-antiquaire-overlay a:hover {
    font-weight: 600;
    text-decoration: none;
}
.object-antiquaire-overlay {
    display: block;
    color: #484848;
    height: 65px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-size:0.8125rem;
}
.object-antiquaire-overlay a {
    color: #484848;
}
.section-decouvrir-title {
    height: 88px;
    margin-top: 38px;
    margin-bottom: 63px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.section-objets-recents-title {
    height: 95px;
    margin-top: 0;
    margin-bottom: 63px;
    padding-top: 0;
    padding-bottom: 1px;
}
.section-magazine-title {
    height: 95px;
    margin-top: 38px;
    margin-bottom: 132px;
    padding-top: 78px;
    padding-bottom: 1px;
}
.section-antiquaire-title {
    margin: 40px 0;
    padding-bottom: 1px;
    text-align: center;
}
/*Liens-parametres liste Objets*/
.overlay-selection.nouveautes.accueil {height: 150px;}
.overlay-text {
    position: relative;
    display: inline-block;
    width: 100%;
    float: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
}
.img-selection {
    display: block;
    float: none;
}
.form {
    margin-top: 39px;
}
.brand {
    overflow: hidden;
}
.section-obj-recents {
    margin-top: 55px;
    margin-bottom: 80px;
}
.section-hero-magazine {
    position: relative;
    height: 700px;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.column-mag-left, .column-mag-right, .home-section-antiquaire-decouvrir-img, .link-decouvrir-column1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.column-mag-left {
    position: relative;
    height: 550px;
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
}
.overlay-mag-article {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .85);
}
.container-mag-article {
    height: 150px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}
.column-mag-right {
    position: relative;
    height: 550px;
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
}
.section-mag-articles {
    height: 550px;
    box-shadow: 0 1px 3px 0 #aaa;
}
.img-selection {
    width: 100%;
    height: auto;
    text-align: center;
}
.img-selection:hover {
    opacity: .85;
    transition: all .3s linear .3s;
    -moz-transition: all .3s linear .3s;
    -webkit-transition: all .3s linear .3s;
    -o-transition: all .3s linear .3s;
}
#minheight{min-height:1190px;}
.columns-nouveautes {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.breadcrumb-text, .nouveautes-filtering {
    padding-left: 5px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-leftnav {
    position: static;
    display: inline;
    width: 220px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
.breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    display: block;
    width: auto;
    height: 40px;
    margin-top: 100px;
    margin-bottom: 35px;
    padding-top: 4px;
    background-color: transparent;
    color: #000;
}
.breadcrumb-categorie {
    padding: 25px 0 0 10px;
    width: 100%;
}
.breadcrumb-antiquaire {
    padding: 25px 0 0 10px;
    width: 100%;
}
.breadcrumb-categorie-directadmin {
    padding: 25px 0 0 0;
    width: 100%;
}
.breadcrumb-with-menu-left {
    display: inline-block;
    margin: 0;
}
.breadcrumb-with-menu-left-directadmin {
    display: inline-block;
    margin: 20px 0 0 0;
}
.breadcrumb-text {
    display: block;
    color: #000;
    font-size: 0.8125rem;
    line-height: 19px;
    text-align: left;
}
.nouveautes-filtering {
    display: block;
    width: auto;
    margin: 6px auto;
    padding-right: 5px;
    float: left;
    text-decoration: none;
}

.nouveautes-filtering a:hover {
    font-weight: 600;
    color: #000;
}

.section-detail-objet {
    position: static;
    margin-bottom: 100px;
    background-color: transparent;
}

.dropdown-text:hover, .item-menu-espace:hover, .main-text strong, .navlink-left:hover {
    color: #000;
}
.main-text a {
    color: #484848;
}

.main-text a i{
    color: #4f7179;
}
.main-text.infopop {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    float: none;
    font-size: 0.6875rem;
    line-height: 14px;
    text-align: left;
    text-transform: none;
}
.main-text.lightbox {
    display: block;
    text-align: center;
}
.main-text.desc {
    text-align: left;
    display: block;
    li{
        list-style:unset;
    }
}
.div-button-text {
    display: inline-block;
    padding: 9px 19px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #484848;
    font-weight: 400;
}
.div-button-text.invert {
    display: inline-block;
    color: #fff;
}
.div-button-icon {
    display: inline-block;
    padding-right: 11px;
    padding-left: 11px;
    float: none;
    font-family: Fontawesome, sans-serif;
    color: #4f7179;
    font-size: 1.125rem;
}
.heading-objets, .navlink-left {
    font-family: 'Open Sans', sans-serif;
}
.div-button-icon.invert {
    display: inline-block;
    float: none;
    color: #fff;
}

.body-objet {
    background-color: #fff;
}
.row-object {
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.heading-objets {
    font-size: 1.375rem;
    text-transform: none;
}
.heading-objets.lightbox {
    display: block;
    text-align: center;
}
.separator {
    display: block;
    margin: 25px 0 35px 0;
    text-align: center;
}
.navbar-left, .navlink-left {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
}
.navbar-left {
    z-index: 20;
    overflow: visible;
    width: 100%;
    padding-top: 0;
    padding-right: 19px;
    float: left;
    background-color: #f8f7f6;
}
.navlink-left {
    color: #484848;
    overflow: visible;
    width: 212px;
    padding: 4px 9px;
    float: left;
    clear: none;
    font-size: 0.875rem;
    text-align: left;
    cursor:pointer;
}
.navmenu {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
}
.div-column-nav-nouveautes {
    display: block;
    width: 300px;
    height: 100%;
    min-width: 240px;
    padding-right: 12px;
    float: left;
    text-align: left;
}
.nuage ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nuage ul li{
    display: inline-block;
    margin-top:8px;
}
.nuage ul li a{
    text-decoration: none;
    color:#484848;
    white-space: nowrap;
    text-overflow :ellipsis;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 1.2em;
}
.nuage ul li a:hover{
    cursor: pointer;
    margin-left: -8px;
    font-weight: bold;
}
.dropdown-text {
    display: inline-block;
    float: left;
}
.div-block-recherche {
    display: none;
}
.div-bloc-filter {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.div-bloc-filter .link-text{
    padding-left: 0;

}

.div-column-nouveautes {
    position: static;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    float: none;
    text-align: left;
}
.dropdownlink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin-top: 0;
    margin-left: 111px;
    padding: 4px;
    float: none;
    clear: both;
}
.section-nouveautes {
    margin-top: 51px;
}
.dropdown-toggle {
    width: 95%;
    padding: 4px 10px 4px 9px;
    float: left;
    font-size: 0.9375rem;
}
.dropdown-arrow {
    display: block;
    padding-left: 11px;
    font-family: Fontawesome, sans-serif;
    float: right;
}
.modal-search-nouv-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 240px;
    background-color: rgba(0, 0, 0, .49);
}
.close-win-link {
    display: block;
    color: #4f7179;
    text-align: center;
    text-decoration: none;
}
.info-window, .modal-info {
    position: fixed;
    left: 0;
    display: none;
    right: 0;
}
.modal-info {
    top: 0;
    bottom: 0;
    z-index: 9998;
    height: 100%;
    padding-top: 151px;
    background-color: rgba(0, 0, 0, .61);
}
.info-window {
    top: 50%;
    z-index: 9999;
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px !important;
    border: 1px solid #3e556a;
    border-radius: 4px;
    height: 100%;
    max-height: 750px;
    background-color: white;
    transform: translate(0, -50%);
    color:black
}
.info-window-column-left {
    display: inline-block;
    width: 160px;
    height: auto;
    margin-top: 14px;
    margin-bottom: 12px;
    float: left;
    border: 1px solid #4f7179;
    border-radius: 1px;
    color:black
}
.info-column-right {
    display: inline-block;
    width: 400px;
    margin-top: 5px;
    padding: 5px 18px;
    float: left;
    color:black
}
label {
    display: block;
    margin-bottom: 5px;
}
.form-field-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.form-field-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
    float: none;
    text-align: left;
}
.div-container-1200 {
    /* position: relative;*/
    display: block;
    overflow: visible;
    height: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
}
.div-container-1200.decouvrir {
    padding-right: 17px;
    padding-left: 17px;
}

.overlay-obj-decouvrir {
    position: relative;
    opacity: .65;
    width: 100%;
    background-color: #fff;
    bottom: 80px;
    height: 80px;
    font-size: 1.3em;
    text-align: center;
}

.link-decouvrir-column1 {
    width: 100%;
    background-size: auto;
}
.logo {
    display: block;
    overflow: hidden;
    height: 98px;
    max-width: 331px;
    margin-top: 1px;
    float: left;
}
.logo.w--current {
    overflow: hidden;
    /*max-width: auto;*/
}
.fontawsome {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 4px;
    padding-left: 4px;
    float: left;
    font-family: Fontawesome, sans-serif;
    color: #394351;
    font-size: 0.9375rem;
    font-weight: 200;
    text-decoration: none;
}
.left-col-filter{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.left-col-filter a{
    text-decoration: none ;
    color:#394351;
}
.left-col-filter div{
    padding:0;
    margin:0;
}

.body-objet #detail h1, .fiche-objet-nom-galerie, .object-title-listing {
    font-family: 'Open Sans', sans-serif;
}
.dropdown-list-leftnav.w--open a:hover, .fontawsome a:hover {
    font-weight: 600;
}
.fontawsome a {
    text-decoration: none;
    color: #484848;
}
.fontawsome.close-win-link {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 14px;
    float: right;
    border: 1px solid #394351;
}
.fontawsome.close-info-win {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
}
.dropdown-list-leftnav {
    position: static;
    display: none;
    padding: 0;
    float: left;
    border-radius: 4px;
    background-color: #fff9ef;
    color: #fff
}


.dropdown-link-leftnav {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #484848;
    font-size: 0.8125rem;
}

.dropdown-link-leftnav:hover{
    color: black;
}
.link-block-image-listing {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    border: 1px solid #cdcdcd;
    background-color: #fff;
}

.div-listing-text {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 60%;
    min-height: 250px;
    margin-left: 300px;
    padding-right: 21px;
    padding-left: 21px;
    float: none;
    clear: none;
    text-align: left;
}
.div-block-listing {
    width: 98%;
    height: auto;
    min-height: 190px;
    margin-top: 46px;
    margin-bottom: 33px;
    float: none;
    background-color: #fff;
    padding: 5px 8px;
}
.fiche-objet-nom-galerie, .object-title-listing {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
}
.object-title-listing {
    display: inline-block;
    padding-bottom: 11px;
    font-size: 1.1875rem;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.object-title-listing a {
    color: #484848;
    font-weight: 500;
}
.object-title-listing a:hover {
    font-weight: 600;
}
.fiche-objet-nom-galerie {
    font-weight: 600;
    font-size: 0.9375rem;
    text-align: left;
    text-transform: none;
}
.text-listing-description {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.div-button {
    display: block;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
    float: none;
    clear: left;
    border: 1px solid transparent;
    text-decoration: none;
}
.admin-text, .button-search, .form-field-alerte, .form-field-espace, .link-text {
    font-weight: 300;
}

.div-button.invert {
    width: 100%;
    background-color: #1f1a15;
}
.div-button:hover {
    border: 1px solid #394351;
}
.div-button.antiquaires {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}
.option-achat-en-ligne-liste{
    display: inline;
    margin-left:8px;
    text-align:right;
}
.option-achat-en-ligne-liste-3d {
    border-radius: 5px;
    color: black;
    padding: 0 4px 0 4px;
    font-size: 0.75rem;
    font-weight: bold;
    background-color:white;
    position: relative;

}

.option-achat-en-ligne-liste-3d span {
    font-weight: 100;
    font-size:1.2rem;
    margin-right: 3px;
    color: var(--nav-gold);
}

.option-achat-en-ligne-liste img{width:50px;}
.link-text.oublie {
    text-align: center;
}
.lightbox-div {
    transform: translate(0, -50%);;
}
.lightbox-div, .modal-lightbox {
    position: fixed;
    bottom: 0;
    display: none;
    right: 0;
    left: 0;
}
.modal-lightbox {
    top: 0;
    z-index: 9998;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.lightbox-div {
    top: 50%;
    z-index: 9999;
    width: auto;
    height: 80%;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 19px;
    border: 1px solid #394351;
    border-radius: 3px;
    background-color: #f8f7f6;
    transform: translate(0, -50%);
}
.link-text {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    color: #394351;
    text-decoration: none;
}

.link-text.oublie {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-transform: capitalize;
}

.link-text.oublie:hover {
    font-weight: 400;
}
.div25 {
    width: 25%;
    height: 120px;
    max-width: 120px;
    margin-right: 13px;
    margin-left: 13px;
    padding: 4px;
    float: left;
    background-color: #fff;
}
/*.div15 {
  width: 15%;
  height: 120px;
  max-width: 120px;
  margin-right: 13px;
  margin-left: 13px;
  padding: 4px;
  float: left;
  background-color: #fff;
}*/
/*
.image-thumb {
  position: relative;
  top: 50%;
  display: block;
  height: auto;
  max-height: 112px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}*/
.image-thumb {
    position: relative;
    top: 50%;
    display: block;
    height: auto;
    max-height: 90px;
    margin-right: auto;
    margin-left: auto;
    transform: translate(0, -50%);

}

.nav {
    position: absolute;
    top: 0;
    right: 15%;
    overflow: hidden;
    height: 98px;
    float: right;
}
.antiquaire-subtitle {
    margin: 0;
    font-size: 1.25rem;
    line-height: 23px;
}
.col-410, .form-field-espace, .form-text-field {
    text-align: center;
}
.section-detail-antiquaires-1 {
    margin-bottom:100px;
}
.modal-menu-cat {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .95);
    transform: translate(0, -100%);
}
.div-block-dropdown-recherche-cat, .div-block-dropdown-recherche-epoque, .div-block-dropdown-recherche-style {
    position: absolute;
    z-index: 9999;
    display: none;
    width: 90%;
    margin-top: 102px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
html.w-mod-js [data-ix=hidden] {
    opacity: .77;
}
html.w-mod-js [data-ix=hidden-nav] {
    opacity: 0;
    height: 0;
}
.div-block-dropdown-recherche-cat, .div-block-dropdown-recherche-epoque {
    padding: 17px 20px;
    border: 1px solid #3e556a;
}
.div-block-dropdown-recherche-style {
    width: 100%;
    height: 100%;
    background-color:#f4f4f4 ;
    margin: 0;
    z-index: 999;
}
.button-search {
    display: block;
    width: 13%;
    float: left;
    border: 1px solid #4f7179;
    background-color: transparent;
    color: #4f7179;
    font-size: 0.8125rem;
    line-height: 11px;
}
.form-wrapper {
    padding-bottom: 11px;
}
.form-text-field {
    display: flex !important;
    justify-content: center;
    width: 35% !important;
    margin-right: auto;
    margin-bottom: 20px !important;
    margin-left: auto;
}

.container-form {
    margin-top: 42px;
    margin-bottom: 100px;
}
.form-wrapper-oublie {
    padding-top: 32px;
}
.col-410 {
    float: left;
    padding-right: 15px;
}
.col-410 a {
    text-decoration: none;
    font-size: 1.2em;
    color: #484848;
    font-weight: 400;
}
.modal-global-search {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, .73);
}
.global-search-window {
    position: relative;
    top: 15%;
    z-index: 8000;
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 55px 50px;
    background-color: #f6f7f8;
}
.fontawsome.search {
    font-size: 0.875rem;
}
.div-button.vendu {
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}
.flag {
    float: right;
    padding: 2px;
}
.container_img_trsp {
    float: left;
    height: auto;
    position: relative;
}
.obj-titre-h3 {
    display: block;
    font-weight: 400;
    margin-top: 0;
}

#img-410 {
    padding: 0;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
#img-410 .lien-410 {
    text-align: center;
    float: left;
}
#img-410 .lien-410 a {
    text-decoration: none;
    color: #cfa944;
    font-size: 1.25rem;
}
#img-410 .lien-410 a:hover {
    color: #fff;
}
#img-410 .lien-410 img {
    margin-top: 8px;
}
.body-objet #detail h1 {
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 20px;
    float: none;
    font-size: 1.625rem;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.breadcrumb-text a {
    color: #1f1a15;
}
.heading-objets {
    font-weight: 400;
}
.w-slider-nav.w-num>div {
    border-radius: 8px;
}
.color1hover {
    color: #484848;
}
.color1hover:hover {
    color: #000000;
}

.sold{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    will-change: transform;
    color: white;
    font-size: 2.5rem !important;
    text-shadow: 3px -3px 2px black;
    font-family: 'Lato', sans serif;
}
.sold-display{
    top: 50%;
    transform: translate(-50%, -50%);
}

.titreAnnonce{font-family:EB Garamond, sans-serif;  line-height: normal; font-size:2.5rem; text-align: center;}
.soustitreAnnonce{margin-right: auto;margin-left: auto;text-align: center; line-height: normal;margin-top: 25px;}
.btnAnnonce{margin-right: auto;margin-left: auto;text-align: center;margin-top:40px;}
.buttonCallToActionAnnonce{
    display: inline-block;
    padding: 9px;
    border: 1px solid #000000;
    text-decoration: none;
    cursor: pointer;
    /*font-size: 1rem;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #ffe700;}
.buttonCallToActionAnnonce:hover {box-shadow: 0 0 6px 0 #000000;}
.advance-searched-button-add-del{width: 34px;margin-left:2px;}

.btn-chip-marron-box div input{
    border: none;
    background: transparent;
    border-radius: 16px;
    margin-left: 15px;
    width: 100%;
    color: white;
    text-align: center;
}

.section-detail-recherche-avance-container  {

    .btn-chip-marron-box{
        align-items: self-start;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        border: none;
    }

    .btn-chip-marron-box-div {
        display: inline-flex;
        width: fit-content; /* ✅ s’adapte au contenu */
        transition: width 0.4s ease-in-out, opacity .3s ease;
        overflow: hidden; /* ✅ masque le contenu pendant la fermeture */
        white-space: nowrap; /* évite que le texte saute de ligne */
        opacity: 1;
    }

    .btn-chip-marron-box-close{
        right: -1px;
    }

    .btn-chip-marron-box div p{
        margin: 0;
        padding-left: 10px;
        color: white;
    }

    .btn-chip-marron-box div i {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }
}
.button-show-password{
    position: relative;
}

.button-show-password-i {
    position: absolute;
    color: #6A748B;
    top: 50%;
    right: 33%;
    width: 10px;
    transform: translate(-50%, -33%);
}
.mon-espace-token-list {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    max-width: 800px;
    text-align: center;
}

.mon-espace-token-item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    align-items: center;
    border: 1px solid black;
    border-bottom:none
}
.mon-espace-token-item:last-child {
    border-bottom: 1px solid black;;
}
.mon-espace-totp-button {
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    background-color: var(--nav-gold);
    cursor: pointer;
}
.mon-espace-token-item {
    display: grid;
    grid-template-columns: 0.4fr 1fr 1fr 0.5fr;
    padding: 15px;
}
.dropdown-toggle.metatitre:hover{cursor:default;}
.dropdown-toggle.metatitre{display: flex;align-items: center; margin-top:10px;text-transform:capitalize;text-align:center;font-size: 0.9em;opacity: 0.5;}
.metatitre:before,.metatitre:after{
    content: "";
    flex: 1;
    height: 1px;
    background: #BC9956;
    opacity: 1;
    margin-right: 10px;
}
.metatitre:before {
    margin-right: 20px; /* Espace ajustable à gauche du texte */
}

.metatitre:after {
    margin-left: 20px; /* Espace ajustable à droite du texte */
}

.nuagelistesousctg{width:90%;}
.nuage ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nuage ul li{
    display: inline-block;
    margin-top:8px;
}
.nuage ul li a{
    text-decoration: none;
    color:#484848;
    white-space: nowrap;
    text-overflow :ellipsis;
    -webkit-transition: .2s;
    transition: .2s;
}
.nuage ul li a:hover{
    cursor: pointer;
    margin-left: -8px;
    font-weight: bold;
}
.nuagelistesousctg ul li{text-align:left;}
.nuagelistesousctg ul li a{font-size:1em;}

.Categorie-meta-name{
    text-align: left;
    margin: 0;
    font-size: 2.3125rem;
    font-family: Cinzel, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;

}

.h1-Categorie-meta {
    margin-top: 0;
    text-align: left;
    font-size: 0.9375rem;
    font-family: 'Open Sans', sans-serif;
    text-transform:none;
    line-height: 15px;
}

.h2-Categorie-meta {
    margin: 0;
    text-align: left;
    font-size: 1.2em;
}

.metacat-popularsearch{
    margin-left: 0;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.metacat-popularsearch-button{
    padding: 10px;
    border-radius: 15px;
    background-color: var(--nav-gold2);
    margin: 0;
    border:0.1px #E8E6E5 solid ;
    transition: background-color 0.5s ease;
    height: 30px;
    display: flex;
    align-items: center;
}
.metacat-popularsearch-button:hover{
    cursor: pointer;
    transition:color 0.5s ease;
    color: white;
}
.metacat-popularsearch-button a{
    text-decoration: none;
    color: black;
}

.meta-categorie-blurb{
    height: 140px;
    overflow: hidden;
    margin-top:50px;
    position: relative;
    transition: height .7s ease;
}

.meta-categorie-blurb-button{
    margin-bottom:20px;
    color: inherit;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 15px;
    background-color: #e8e6e5;
    border:0.1px #e8e6e5 solid ;
    transition: background-color 0.5s ease;
    width: auto;
    position: relative;
    top: -20px;
}

.meta-categorie-blurb-button:hover{
    background-color: rgb(251,251,250);
}

.meta-categorie-blurb-blur {
    position: relative;
    background: linear-gradient(rgba(248,247,246, 0) 0%, rgba(248,247,246, 0.85) 50%, rgba(248,247,246, 1) 100%);
    height: 30px;
    width: 100%;
    top: -30px;
}

.meta-categorie-blurb a{
    color:black;
    text-decoration: underline;
}

.meta-categorie-blurb h2{
    font-size: 1.25rem ;
    font-weight : 600;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}
.meta-categorie-blurb li{
    list-style-type: disc;
}
.meta-categorie-blurb p{
    text-align: justify;
}

.navbar-top .recherche {
    flex: 0.7;
}

.navbar-top .recherche {
    text-align: center;
}

.navbar-bottom .navlink a{
    font-size: 0.9375rem;
}

.recherche form{
    margin:0;
    background-color:#ffff;
    height: 40px;
    display:flex;
    align-items: center;
    border:1px solid #CBCBCB;
    padding: 0 5px;
}

.recherche input{
    border:none;
    flex-grow: 1;
    font-family: 'Lato',sans serif;
    font-size: 0.75rem
}
.navbar-top-titre{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self:center;
}
#login_ajax_after a:hover .div-button-icon .fa-thin{
    font-weight: 400;
}

.div-button-icon-display {
    display: grid;
    gap: 10px;
    width: 310px;
}
.div-button-icon-display .div-button-icon{
    display: flex;
    gap: 10px;
    align-items: center;
}
.div-button-icon-display .div-button-icon i{
    width: 23px;
    text-align: center;
}
.div-button-icon-display .div-button-icon p{
    margin: 0;
    font-size: 0.75rem;
    color: #484848;
    font-family: 'Open Sans',sans-serif;

}
.flex-align-gap-20{
    display: flex;
    align-items: center;
    gap: 20px;
}
.flex-column{
    flex-direction: column;
}
.justify-content-center{
    justify-content: center;
}


.custom-progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 10px; /* Hauteur de la barre */
    background-color: #3498db; /* Couleur de la barre */
    border-radius: 5px;
}
.modelviewer-see-in-room {
    width: 60%;
    background-color: var(--nav-gold);
    color: white;
    height: 50px;
    cursor: pointer;
}

.modelviewer-see-in-room div{
    color: white;
    font-size: 13px;
}

.display-flex{
    display: flex;
}
.flex-align-center{
    align-items: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.tarif-grid{
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
    overflow: hidden;
    border: 1px solid black;
    max-width: 584px;
}
.grid-item {
    position: relative;
}
.grid-item::before,
.grid-item::after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #333;
}
.grid-item::after {
    width: 100%; /* Limite la ligne horizontale à la largeur de la cellule */
    height: 1px;
    left: 0;
    top: 100%; /* Place la ligne juste en dessous de la cellule */
}

.grid-item::before {
    width: 1px;
    height: 100%; /* Limite la ligne verticale à la hauteur de la cellule */
    left: 100%; /* Place la ligne à droite de la cellule */
    top: 0;
}

.tarif-grid-item:nth-child(4n + 2) {
    background-color: #efefef; /* Style pour le deuxieme élément de chaque ligne */
}
.tarif-grid-item:nth-child(4n + 3) {
    background-color: #dddddd; /* Style pour le troisieme élément de chaque ligne */
}
.tarif-grid-item:nth-child(4n + 4) {
    background-color: #cdcdcd; /* Style pour le quatrieme élément de chaque ligne */
}
.tarif-grid-item:not(:nth-child(4n + 1)) {
    text-align: center;
}
.tarif-grid-item:nth-child(4n + 1) {
    padding-left: 5px;
    vertical-align: middle;
}
.tarif-grid-item{
    margin: 0;
}
.tarif-grid-item:nth-child(4){
    background-color: yellow;
}
.tarif-grid-item:nth-child(9) {
    display: flex; /* Utilisation de Flexbox */
    align-items: center; /* Centre verticalement le contenu */
    justify-content: flex-start; /* Aligne horizontalement à gauche, peut être changé à 'center' si nécessaire */
}

.hidden {
    visibility: hidden;
}

.deleteobjetselection{
    cursor: pointer;
}
.deleteobjetselection i{
    margin-right:5px;
}
.modelviewer-manipulate {
    width: 60%;
    height: 50px;
    border:1px solid var(--nav-gold);
}
.modelviewer-manipulate div {
    color: var(--nav-gold);
    font-size: 13px;
}
.modelviewer-manipulate-smartphone {
    display: none;
    width: 60%;
    background-color: var(--nav-gold);
    height: 50px;
    cursor: pointer;
}
.modelviewer-manipulate-smartphone div {
    color: white;
    font-size: 13px;
}
.carousel-container {
    width: 600px;
    display: flex;
    align-items: center;
    position: relative;
}
.section-home-3d{
    display:flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 50px;
    margin-bottom: 40px;
    div:nth-child(2){
        width: 45%;
    }
    div:nth-child(1){
        width: 350px;
        height: 250px;
    }

    iframe{
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }
}
@media (min-width:1400px) {
    body {
        overflow-x: hidden
    }
    .columns-nouveautes {
        display: block;
        width: 25%
    }
}
@media (max-width:1240px) {
    body {
        overflow-x: hidden
    }
    .section-selection {
        padding-right: 39px;
        padding-left: 39px
    }
    .section-detail-objet {
        padding-right: 19px;
        padding-left: 19px
    }
}

@media (max-width:1100px) {
    .navbar-bottom .navlink{
        padding: 5px 8px 7px 10px;
    }
}


@media (max-width:991px) {
    body {
        overflow-x: hidden
    }

    .dropdown-list-leftnav {
        background-color: #fff9ef;
    }
    .navbar, .navbar-left {
        overflow: visible;
    }
    .navbar .container-1440 {
        padding: 0;
    }
    .icon-hamb, .menu-button-left, .menu-button-left.w--open, .menu-button-left:active, .navmenu {
        background-color: #fff;
    }
    h4 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1rem;
    }

    .h2-magazin-accueil {
        font-size: 1.25rem;
    }
    .button, .buttonAllVisible {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .button.to-top-button {
        -webkit-transition-property: none;
        transition-property: none;
        font-size: 2.125rem;
    }
    .button.left {
        font-size: 0.875rem;
    }
    .button.center {
        display: block;
        width: 13%;
        height: 31px;
        min-width: 109px;
        margin-right: 24px;
        margin-bottom: 0;
        margin-left: 24px;
        padding-top: 9px;
        padding-bottom: 9px;
        float: left;
        font-size: 0.8125rem;
        line-height: 11px;
    }
    .navlink {
        padding-left: 27px;
        border-style: none;
    }
    .navlink:hover {
        border-top-style: none;
        border-top-width: 0;
        text-shadow: 1px 1px 6px #f8f7f6;
    }
    .section-selection {
        padding-right: 39px;
        padding-left: 39px;
    }
    .link-block-selection {
        display: inline-block;
        height: 239px;
    }
    .link-block-selection.nouveautes {
        width: 222px;
    }
    .overlay-selection {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        height: 96px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .row-selection {
        padding-right: 26px;
        padding-left: 26px;
    }
    .object-name-overlay {
        font-size: 0.625rem;
        line-height: 12px;
    }
    .form {
        text-align: center;
    }
    .img-selection {
        position: static;
        display: inline-block;
        width: 100%;
        height: auto;
        float: none;
    }
    .breadcrumb {
        /*in-width: 600px;*/
    }
    .section-detail-objet {
        padding-right: 19px;
        padding-left: 19px;
        margin-bottom: 35px;
    }
    .soustitre-center {
        display: block;
        margin-top: 13px;
        margin-bottom: 13px;
        padding-top: 7px;
        font-size: 1.1875rem;
        line-height: 19px;
    }
    .main-text {
        font-size: 0.875rem;
        text-align: left;
    }
    .main-text.infopop {
        display: block;
        text-align: left;
    }
    .main-text.lightbox {
        display: block;
        text-align: center;
    }
    .main-text.desc {
        font-size: 0.8125rem;
        text-align: justify;
    }
    .div-button-text {
        font-size: 0.8125rem;
    }
    .row-object {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .heading-objets {
        display: inline-block;
        padding-left: 18px;
    }
    .heading-objets.lightbox {
        display: block;
        text-align: center;
    }

    .icon-hamb, .navlink-left {
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .navlink-left {
        width: 100%}
    .icon-hamb {
        position: static;
        width: 50%;
        color: #3e556a;
    }
    .navmenu {
        width: 100%}
    .menu-button-left {
        position: static;
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    .div-column-nav-nouveautes {
        width: 33.33%;
        padding-right: 16px;
        padding-left: 16px;
    }
    .div-block-recherche {
        position: static;
        top: 100px;
        z-index: 200;
        width: 100%;
        height: 85px;
        margin-top: 100px;
        padding-right: 38px;
        padding-left: 38px;
        border-bottom: 1px solid #3e556a;
        background-color: #f8f7f6;
        box-shadow: 0 1px 3px 0 #aaa;
    }
    .dropdownlink {
        position: relative;
        display: inline-block;
        float: left;
    }
    .div-column-nouveautes {
        width: 100%;
        margin-top: 0;
    }
    .dropdownlink {
        left: auto;
        top: 0;
        right: 0;
        margin-left: auto;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 61px;
        clear: both;
        font-size: 0.6875rem;
    }
    .section-nouveautes {
        margin: 0 1%;
    }

    .modal-search-nouv-wrapper {
        z-index: 9998;
        display: none;
    }
    .close-win-link {
        position: absolute;
        right: 30px;
    }
    .modal-info {
        display: none;
    }

    .row-nouveautes {
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .div-container-1200 {
        width: 100%;
        min-width: 668px;
        margin-right: 0;
        margin-left: 1px;
        padding-right: 1px;
    }
    .section-footer {
        padding-right: 4%;
        padding-left: 4%}
    .logo {
        padding-left: 8px;
    }
    .logo.w--current {
        min-height: auto;
        float: left;
    }
    .div-listing-text {
        left: 0;
        width: auto;
        float: none;
        clear: none;
    }
    .div-block-listing {
        height: auto;
    }
    .object-title-listing {
        font-size: 1rem;
    }
    .text-listing-description {
        font-size: 0.8125rem;
    }
    .lightbox-div {
        width: auto;
        max-width: 95%;
        border-radius: 5px;
    }
    .div25 {
        height: 86px;
        max-width: 86px;
        margin-right: 3px;
        margin-left: 3px;
        padding-right: 3px;
        padding-left: 3px;
    }
    .image-thumb {
        max-height: 77px;
    }

    .nav {
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: block;
        height: 421%;
        margin-top: 0;
        float: none;
        background-color: rgba(0, 0, 0, .76);
    }
    .div-filter-buttons {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .antiquaire-subtitle {
        display: block;
        font-size: 1rem;
        line-height: 23px;
        text-align: center;
    }
    .nouveautes-filtering a {
        margin-left: 8px;
        margin-right: 8px;
    }
    .overlay-text {
        font-size: 0.875rem;
    }
    .container-mag-article {
        height: 170px;
    }
    .col-410 {
        width: 30%;
        margin-bottom: 40px;
    }
    .modal-global-search {
        display: none;
    }
    .global-search-window {
        position: absolute;
        left: 0;
        top: 8%;
        right: 0;
        display: none;
        width: 66%;
        margin-right: auto;
        margin-left: auto;
    }
    .fontawsome.search {
        display: block;
        margin-top: 19px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        color: #000;
        font-size: 1.1875rem;
        line-height: 19px;
        text-align: center;
    }
    .nuage ul li a{
        font-size: 1em;
    }
    .nuage ul li a:hover{
        font-size: 1em;
    }
    #minheight{min-height:500px;
        margin-bottom: 35px;
        width: 100%;
    }
    .navbar-top{
        justify-content: space-between;
    }
    .navbar-top .flex{
        flex: none;
    }
    .recherche{
        width: 90%;
        align-self: center;
        margin: 10px 0;
    }
    .recherche input{
        font-size: 1rem;
    }

    .new-nav-recherche-consultant-h1{
        font-size: 2.125rem;
        padding-top: 45px;
    }
    .new-nav-transport{
        padding-top: 40px;
    }
    .new-menu-top-full{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: white;
        overflow: auto;
        left: 0;
    }

    .footer-filter{
        left: 0;
        transform:none;
        margin-top: 20px !important;
        text-align: end;
    }
    .footer-filter .link-text{
        padding-left: 10px;
    }
    .Buttonanalytic{
        margin-top: 1px;
    }
    .carousel-container {
        min-height: unset;
    }
    .modelviewer-see-in-room {
        display: none;
    }
    .carousel-container-objctg{
        width: 680px !important;
    }
}
@media (max-width:767px) {
    body {
        overflow-x: hidden
    }
    .h1-accueil {
        font-size: 2.375rem;
    }
    .button.center {
        width: 17%;
        min-width: 102px;
        margin-right: 24px;
        margin-left: 24px;
        font-size: 0.8125rem;
        line-height: 15px;
    }

    .section-detail-objet, .soustitre-center {
        padding-right: 11px;
        padding-left: 11px;
    }
    .link-block-selection {
        height: 300px;
        margin-bottom: 24px;
    }
    .link-block-selection.nouveautes {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin-left: 10%;
        float: left;
        clear: left;
    }
    .div-column-nouveautes, .img-selection {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .overlay-selection {
        height: 89px;
    }
    .object-name-overlay {
        font-size: 0.5625rem;
    }
    .object-antiquaire-overlay {
        font-size: 0.75rem;
    }
    .section-mag-articles {
        height: 1105px;
    }
    .img-selection {
        width: 100%;
        height: auto;
    }
    .columns-nouveautes {
        display: block;
        width: 42%}
    .soustitre-center {
        font-size: 1.0625rem;
    }
    .div-column-nav-nouveautes {
        width: 33.33%;
        padding-right: 3px;
        padding-left: 6px;
    }
    .div-block-recherche {
        top: 99px;
        width: 100%;
        height: 94px;
        margin-bottom: 1px;
        padding-top: 0;
        padding-right: 3px;
        padding-left: 3px;
    }
    .div-column-nouveautes {
        width: 96%}
    .modal-info, .pagination-arrow {
        display: none;
    }
    .info-window {
        width: 562px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .info-column-right {
        width: 375px;
    }
    .div-container-1200 {
        min-width: 460px;
    }
    .object-title-listing {
        padding-bottom: 2px;
    }
    .button-submit-alerte, .button-submit-info {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 0.875rem;
    }
    .container-mag-article {
        height: 150px;
    }
    .button-submit-info {
        max-width: 133px;
    }
    .button-submit-alerte {
        width: 50%}
    .form-text-field {
        width: 100% !important;}
    .button-submit-info.mdpasse {
        max-width: 59%}
    .col-410 {
        width: 50%}
    .fontawsome.search {
        margin-top: 21px;
        font-size: 1.125rem;
        line-height: 18px;
    }
    .section-obj-recents {
        /*margin-top: -250px;*/
    }
    .overlay-selection.nouveautes.accueil {
        height: 80px;
    }
    .nuage .w-col-3 {width:50%;}
    .h1-categorie{font-size: 2.0625rem;}

    .link-block-selection.nouveautes {
        margin: 0;
    }
    body {
        overflow-x: hidden
    }
    .carousel-container {
        width: 300px !important;
    }
    .carousel-container .card-container-objctg{
        height: 300px !important;
        width: 300px !important;
    }
    .nav_new .prev_new{
        left: -35px !important;
    }

}
@media (max-width:479px) {

    .section-selection {
        padding-right: 10px;
        padding-left: 10px
    }
    .col-410 {
        width: 100%
    }
    .columns-nouveautes {
        width: 49%;
        margin-right: auto;
        margin-left: auto;
    }
    h2 {
        text-decoration: none;
    }
    .button, .buttonAllVisible {
        position: static;
        display: block;
        width: 95%;
        float: left;
    }
    .button.left {
        margin-right: 15px;
        margin-left: 15px;
    }
    .button.center {
        height: 28px;
        min-width: 90px;
        margin-right: 6px;
        margin-left: 6px;
        padding: 6px 3px;
    }
    .link-block-selection {
        height: 326px;
    }
    .link-block-selection.nouveautes {
        position: relative;
        display: block;
        float: left;
        clear: none;
        width: 100%
    }
    .row-selection {
        text-align: center;
    }
    .overlay-text {
        font-size: 0.75rem;
    }
    .column-mag-left {
        height: 448px;
    }
    .column-mag-right {
        height: 299px;
    }
    .section-mag-articles {
        height: 755px;
    }
    .nouveautes-filtering {
        display: block;
        font-size: 0.625rem;
    }
    .soustitre-center {
        font-size: 0.9375rem;
        line-height: 22px;
    }
    .main-text {
        font-size: 0.75rem;
    }
    .main-text.infopop {
        width: 250px;
        float: left;
    }
    .div-button-text {
        padding-left: 0;
        font-size: 0.6875rem;
        line-height: 18px;
    }
    .div-button-icon {
        font-size: 0.9375rem;
    }
    .heading-objets {
        padding-right: 14px;
        padding-left: 14px;
    }
    .navbar-left {
        margin-top: 166px;
    }
    .div-column-nav-nouveautes {
        display: block;
        width: 86.33%;
        margin-right: 21px;
        margin-left: 21px;
        padding-left: 5px;
    }
    .div-block-recherche {
        width: 100%;
        height: 93px;
    }
    .div-column-nouveautes {
        width: 100%
    }
    .modal-info {
        display: none;
        padding-top: 81px;
    }
    .info-window {
        position: fixed;
        top: 50%;
        display: none;
        overflow: scroll;
        width: 300px;
        height: 100%
    }
    .info-column-right {
        width: 281px;
    }
    .div-container-1200 {
        min-width: 300px;
    }
    .logo {
        width: 240px;
    }
    .logo.w--current {
        width: auto;
        /*max-width: auto;*/
    }
    .link-block-image-listing {
        position: relative;
        display: block;
        width: 150px;
        height: 150px;
        margin-right: 8px;
        margin-bottom: 27px;
        margin-left: auto;
    }
    .div-listing-text {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.6875rem;
    }
    .object-title-listing {
        font-size: 0.8125rem;
    }
    .text-listing-description {
        font-size: 0.6875rem;
    }
    .div-button {
        height: 36px;
    }
    .div25 {
        height: 69px;
        max-width: 69px;
        margin-right: 1px;
        margin-left: 1px;
        padding: 2px 1px;
    }
    .image-thumb {
        max-height: 66px;
    }
    .home-section-antiquaire-decouvrir-img {
        height: 250px;
        width: 250px;
    }
    .button-submit-info {
        max-width: 116px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 0.6875rem;
    }
    .form-text-field {
        width: 90%
    }
    .button-submit-info.mdpasse {
        max-width: 100%
    }
    .fontawsome.search {
        font-size: 0.9375rem;
        line-height: 15px;
    }
    .global-search-window {
        top: 9%;
        width: 97%;
        padding: 44px 22px 44px 23px;
    }
    .container_img_trsp {
        height: auto;
    }
    .overlay-selection.nouveautes.accueil {
        height: 80px;
    }
    .nuage .w-col-3 {
        width: 100%;
    }
    .nuage ul li a{font-size: 1.2em;}
    .h1-categorie {
        font-size: 1.875rem;
    }
    .h1-style {
        font-size: 1.875rem;
    }
    .h2-style {
        font-size: 1.5625rem;
    }
    .h3-categorie {
        font-size: 1.25rem;
    }
    .object-antiquaire-overlay a, .object-antiquaire-overlay a:hover {
        font-weight: 400;
    }
    .object-antiquaire-overlay {
        padding: 0;
    }
    .btn-chip-marron-box{
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
    .advance-searched-list-reset{
        width: 100%;
    }
    .flag{
        margin: 0;
    }

    .leftnav-heading {
        width: 210px;
    }

    .sold{
        font-size: 1.7rem !important;
    }

    .section-objets-recents-title{
        #monocleviewer{
            height: 230px !important;
        }
    }


}
.button-search {
    min-width: 92px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 9px;
    padding-left: 9px;
}
.breadcrumb-categorie, .breadcrumb-antiquaire{
    margin-left: 0;
}


/*
@media screen and (max-width: 1200px) {
  .carousel-container {
    width: 150px;
  }
  .carousel-container-vendu{
    width: 564px;
  }
}

@media screen and (max-width: 1100px) {
  .carousel-container-vendu{
    width: 376px;
  }
}

@media screen and (max-width: 1000px) {
  .carousel-container {
    width: 752px;
  }
}

@media screen and (max-width: 780px) {
  .carousel-container {
    width: 564px;
  }
}

@media screen and (max-width: 600px) {
  .carousel-container {
    width: 376px;
  }
}*/


.carousel-container .carousel-inner {
    overflow: hidden;
}

.carousel-container .track {
    display: inline-flex;
    transition: transform 500ms;
}

.carousel-container .card-container {
    width: 300px;
    flex-shrink: 0;
    height: fit-content;
    padding: 0 15px;
    box-sizing: border-box;
}

.carousel-container-objctg{
    width: 1000px;
    justify-content: center;
    min-height: 200px;
    margin-top: 50px;
}
.carousel-container .card-container-objctg{
    width: 200px;
    height: 200px;
    padding: 0 5px;
}

.carousel-container .card-container .card {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.nav_new button {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav_new .prev_new {
    left: -50px;
    display: none;
}

.nav_new .next_new {
    right: -45px;
    display: none;
}

.carousel-dot{
    display: none;
}
.card > * {
    flex: 1;
}

.card .img {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.875rem;
}

.card .info {
    flex-basis: 40px;
    background: #333;
    color: #fff;
    flex-grow: 0;
    padding: 10px;
    box-sizing: border-box;
}

.carousel-dot ul {
    list-style: none;
    display: flex;
    position: absolute;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%);
}

.carousel-dot ul li {
    width: 14px;
    height: 14px;
    background: #A3A2A2;
    border-radius: 50px;
    margin: 10px;
    cursor: pointer;
    -webkit-transition: background-color 100ms, color 100ms;
    -moz-transition: background-color 100ms, color 100ms;
    -o-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms;
}

.carousel-dot ul li.selected {
    background: #394351;
}
@font-face {
    font-family: Fontawesome;
    src: url(../fonts/FontAwesome.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Fontawesome;
    src: url(../fonts/FontAwesome.otf) format('opentype');
    font-weight: 200;
    font-style: normal;
}

@media screen and (max-width: 479px) {
    .nav_new .next_new{
        right: -35px;
    }
}