/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.3.8
Text domain: hello-elementor-child-vox
*/

:root {
    --custom-color-primary: #BA9A6C;
    --custom-color-d-grey: #242527;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

*,
*::before,
*::after {
    box-sizing: border-box;
    /* 3 */
}

/* Sections
 */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main#content{
    flex-grow: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: #BA9A6C;
}

a:hover, a:active {
    color: inherit;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

/* Print
 */
@media print {
    *,
    *:before,
    *:after {
        background-color: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /* a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    } */

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 1rem;
    /* 1 */
    line-height: 1.5;
    /* 1 */
    margin: 0;
    /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: solid 1px #666666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    width: auto;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
[type="submit"],
[type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

select {
    display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #80808080;
}

table th {
    font-weight: bold;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #80808012;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: #8080801a;
}

table tbody + tbody {
    border-top: 2px solid #80808080;
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/**** header *****/
header .counter {
    background: var(--e-global-color-accent);
    padding: 0;
    border-radius: 100%;
    width: 18px;
    display: none;
    height: 18px;
    vertical-align: top;
    line-height: 18px;
    text-align: center;
    color: #101010;
    font-weight: bold;
}

/**** WPML *****/
header .wpml-ls-link {
    padding: 8px;
}

header .wpml-ls-flag {
    width: 24px;
}

/**** Bien *****/
.liste-sup sup{
    font-size: 60%;
}
.bilan-energie p{
    margin-bottom: 0.5em;
}

.bilan-energie p:last-child{
    margin-bottom: 0;
}

#dpe, #ges {
    margin: 10px 0 10px -4px;
}

.no-border-last .elementor-toggle-item:last-child .elementor-tab-title,
.no-border-last .elementor-toggle-item:last-child .elementor-tab-content {
    border: none;
}

.texte-long li,
.texte-long p {
    line-height: 1.8em;
}

.texte-long ul {
    margin-bottom: 1em;
}

.texte-long h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.6em;
    margin: 1.3em 0;
}

.texte-long h3 {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.2em;
    margin: 1.2em 0;
    position: relative;
    padding-left: 30px;
}

.texte-long h3:before {
    display: block;
    content: "";
    background: #FFFFFF51;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0.6em;
}


#slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_prev .slb_template_tag,
[dir="rtl"] #slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_next .slb_template_tag {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="%23fff" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>') !important
}
#slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_next .slb_template_tag,
[dir="rtl"] #slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_prev .slb_template_tag {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="%23fff" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') !important
}

/**** Recherche *****/
.recherche-bien .select-caret-down-wrapper svg {
    height: 16px;
}

.recherche-bien .elementor-field-group .elementor-select-wrapper select {
    padding-right: 28px;
    text-overflow: ellipsis;
}
/**** Table *****/
.honoraires th + th{
    width: 28%;
}
.honoraires thead tr th{
    vertical-align: bottom;
    background-color: #000000;
    border: none !important;
}
table th.t-right,
table td.t-right{
    text-align: left;
}
table.no-border td,
table.no-border th{
    border: none;
}

table.no-v-padding td,
table.no-v-padding th{
    padding: 6px 8px;
}

table.no-border{
    margin-top: 4px;
    margin-bottom: 0;
}

#map-ba .gm-style .gm-style-iw-d a,
#map-ba .gm-style .gm-style-iw-d a:hover,
#map-ba .gm-style .gm-style-iw-d a:focus{
    font-weight: bold;
    color: #D7B876;
    text-decoration: none;
}
#map-ba .gm-style .gm-style-iw-d a,
#map-ba .gm-style .gm-style-iw-d a:hover,
#map-ba .gm-style .gm-style-iw-d a:focus {
    color: #af8f4c;
}

#map-ba strong{
    font-weight: 600;
}


#map-ba .gm-style .gm-style-iw-c{
    box-shadow: 0px 5px 17px -5px rgba(0,0,0,50%);
    border-radius: 8px 14px 8px 8px;
    padding: 0;
}

#map-ba .gm-style .gm-style-iw-t::after{
    display: none;
}

#map-ba .gm-style .gm-style-iw-d{
    padding-right: 0;
    overflow: hidden !important;
    border-radius: 8px 14px 8px 8px;
}
#map-ba .gm-style img{
    width: 300px;
    height: 100px;
    object-fit: cover;
}
#map-ba .gm-style .gm-style-iw-d strong{
    color: #101010;
    margin: 8px;
    display: block;
    text-align: center;
}
#map-ba .gm-style .gm-style-iw-d p{
    display: flex;
    justify-content: space-around;
    margin: 0 8px 8px;
}
#map-ba .gm-style-iw.gm-style-iw-c button {
    opacity: 1;
    border-radius: 30px;
    background: white !important;
    top: 6px !important;
    right: 6px !important;
    width: 20px !important;
    height: 20px !important;

    padding: 0 !important;
}
#map-ba .gm-style-iw.gm-style-iw-c button img{
    margin: 3px !important;
}

#map-ba svg{
    fill: currentColor;
}

#map-ba .elementor-icon-list-icon{
    display: inline-block;
}

#map-ba .gm-ui-hover-effect span{
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
}

[class^="secteur_activite-"].to-hide,[class*=" secteur_activite-"].to-hide{
    display: none;
}

.bonnes_adresses {
    width: 100%;
    overflow: hidden;
}

/****** Grille biens ****/

.bien-3-cols article.bien{
    max-width: 600px;
}
.property-list .bien.has-post-thumbnail{
    border: 2px solid var(--custom-color-d-grey);
    background: black;
    overflow: hidden;
}
.property-list .bien.has-post-thumbnail .t-white{
    color: white;
}
.property-list .bien.has-post-thumbnail .d-flex {
    display: flex;
    gap: 16px 24px;
}
.property-list .bien.has-post-thumbnail .flex-column {
    flex-direction: column;
}
.property-list .bien.has-post-thumbnail .flex-center {
    align-items: center;
}
.property-list .bien.has-post-thumbnail .flex-s-between {
    justify-content: space-between;
}

.property-list .bien.has-post-thumbnail .swiper-container{
    height: 396px;
    margin-bottom: 40px;
}
.property-list .bien.has-post-thumbnail .is-sold img{
    opacity: 0.6;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.property-list .bien.has-post-thumbnail .prop-infos{
    padding: 50px 24px 20px;
    background-image: linear-gradient(180deg, #00000000 0%, var(--e-global-color-primary) 50%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.property-list .bien.has-post-thumbnail h2{
    font-family: "Playfair Display", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.property-list .bien.has-post-thumbnail h2 a,
.property-list .bien.has-post-thumbnail h2 a:hover,
.property-list .bien.has-post-thumbnail h2 a:focus{
    color: var(--custom-color-primary);
}
.property-list .bien.has-post-thumbnail .prop-price{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 16px;
    flex-grow: 2;
    white-space: nowrap;
    padding-top: 7px;
}
.property-list .bien.has-post-thumbnail .prop-reference{
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    flex-grow: 2;
    white-space: nowrap;
    text-align: right;
    padding-top: 1px;
}
.list-caracteristics .elementor-inline-items{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.list-caracteristics .elementor-inline-item{
    margin: 0;
}
.list-caracteristics .elementor-icon-list-text{
    color: white;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.elementor-widget .list-caracteristics .elementor-icon-list-icon svg{
    width: 1.65em;
    height: 1.65em;
    fill: var( --e-global-color-accent );
    margin-right: 2px;
}
.elementor-widget .list-caracteristics .elementor-icon-list-icon.x0-75 svg{
    width: 1.2em;
    height: 1.2em;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border{
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border;
    border: .25em solid currentcolor;
    border-right-color: transparent;
}

.spinner-border .visually-hidden{
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/******* || Carrousel bien immo ******/

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout {
    top: 1em !important;
    position: fixed !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_container{
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

#slb_viewer_wrap .slb_theme_slb_black .slb_viewer_layout .slb_data_title{
    display: none
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_group_status{
    padding-top: 8px;
    font-size: 15px;
    color: white;
    font-style: normal;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_template_tag img{
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_loading{
    background-image: none;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout .slb_loading:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background: white;
    margin: 0 auto;
    top: calc( 50% - 6px);
    position: relative;
    animation: glowEff 500ms linear infinite alternate;
    box-shadow: 0 0 0 1px white;
}

@keyframes glowEff{
    from {
        box-shadow: 0 0 0 1px white;
    }
    to {
        box-shadow: 0 0 0 8px white;
    }
}

#slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_prev .slb_template_tag,
#slb_viewer_wrap .slb_theme_slb_black .slb_content .slb_next .slb_template_tag{
    background-size: 38px;
}

.swiper-slide img{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    min-height: 100%;
    min-width: 100%;
}

.swiper-slide picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* min-width: 100%; */
}

.is-sold img{
    object-fit: cover;
    -o-object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

/* ||TV Carrousel */
.page-id-97619{
    background: black !important;
}
.page-id-97619 .cky-revisit-bottom-right,
.page-id-97619 [class*=cky]{
    display: none !important;
}
.carousel-tv{
    width: 100vw;
    background: black;
}
.carousel-tv .slide{
    background: black;
    color: white;
    padding: 30px 32px;
    height: 100%;
    display: flex;
    font-family: Inter, sans-serif;
    font-weight: 300;
}
.carousel-tv .slide .col-g{
    width: 60vw;
    overflow: hidden;
    box-sizing: border-box;
}
.carousel-tv .slide .col-d{
    width: 40vw;
    overflow: hidden;
    padding-left: 32px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.carousel-tv .slide .col-g picture{
    height: 94vh;
}
.carousel-tv .slide .col-g picture img{
    min-height: 100%;
    object-fit: cover;
}
.carousel-tv .slide .reference{
    margin: 1.2rem 0;
    font-weight: 400;
    font-size: 1.15rem;
}
.carousel-tv .slide h1,
.carousel-tv .slide h2{
    color: #BA9A6C;
    display: block;
    font-family: "Playfair Display", sans-serif;
    font-size: 2.55rem;
    font-weight: 600;
    line-height: 116%;
}
.carousel-tv .slide h2 {
    font-size: 1.65rem;
    color: white;
    font-weight: 300;
    line-height: 131%;
}
.carousel-tv .slide .gallery.no-table{
    width: calc(100% - 26px);
    margin-bottom: 0;
    z-index: -1;
    height: 58vh;
    border: none;
    position: absolute;
    bottom: -6px;
}
.carousel-tv .slide .gallery.no-table td{
    text-align: center;
    vertical-align: middle;
    width: 50%;
    padding: 6px;
    height: 26vh;
    border: none;
    background-color: black;
}
.carousel-tv .slide .gallery.no-table td.see-more{
    overflow: hidden;
    position: relative;
}
.carousel-tv .slide .gallery.no-table td.see-more picture{
    overflow: hidden;
}
.carousel-tv .slide .gallery.no-table td.see-more picture img{
    filter: blur(12px);
}
.carousel-tv .slide .gallery.no-table td.td-list{
    height: 8vh;
}
.carousel-tv .slide .gallery {
    left: 26px;
    position: absolute;
}
.carousel-tv .slide picture{
    line-height: 0;
    display: flex;
    height: 25vh;
    width: 100%;
    overflow: hidden;
}
.carousel-tv .slide picture img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.carousel-tv .slide .gallery .qr-code{
    height: 18vh;
    width: 18vh;
    margin: -9vh;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: 0.5s ease 0 customFadeInAnimation;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.carousel-tv .slide .price {
    letter-spacing: 0.01rem;
    font-size: 1.45rem;
    font-weight: 400;
    position: absolute;
    right: 6px;
}
.carousel-tv .slide .list-caracteristics {
    margin: .8em 0;
}

.carousel-tv .slide .list-caracteristics ul{
    padding-left: 0;
    gap: 0;
}
.carousel-tv .slide .list-caracteristics ul li{
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.carousel-tv .slide .list-caracteristics .elementor-icon-list-item + .elementor-icon-list-item{
    margin-left: 2.4em;
}
.carousel-tv .slide .list-caracteristics .elementor-icon-list-icon svg{
    fill: var(--e-global-color-accent);
    display: inline-block;
    vertical-align: middle;
    width: 2.4em;
    height: 2.4em;
    margin-right: 1em;
}

.carousel-tv .slide .list-caracteristics svg *{
    fill: var(--custom-color-primary);
}
.carousel-tv .slide .list-caracteristics .elementor-icon-list-text{
    font-size: 1.35rem;
    font-weight: 400;
}
.back-carousel-tv{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 100%;
}
.back-carousel-tv a{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@keyframes customFadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: rgba(238, 238, 238, 0.9);
    top: 50%;
    transform: translateY(-50%);
}

.elementor-swiper-button-next {
    right: 0px;
}

.swiper-button-disabled {
    opacity: 0.5;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    will-change: transform;
    border-style: solid;
    border-width: 0;
    transition-duration: 0.5s;
    transition-property: border, background, transform;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.e-con-full:has(.elementor-widget-shortcode .swiper-wrapper),
.e-con-full:has(.elementor-widget-shortcode .is-sold) {
    padding: 0;
}