/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/

:root {
    --black: #1b1d23; /* var(--black) */
    --white: #fbf9fa; /* var(--white) */
    --light_grey: #f1f1f1; /* var(--light_grey) */
    --dark_grey: #9f9f9f; /* var(--dark_grey) */
    --rose_pale: #ffeafb; /* var(--rose_pale) */
    --rose_vif: #ff00a6; /* var(--rose_vif) */
    --rose_vif_hover: #ff4db8; /* var(--rose_vif_hover) */
    --whatsapp: #08a832; /* var(--whatsapp) */
}

.color_rose_vif {
    color: var(--rose_vif);
}

.color_whatsapp {
    color: var(--whatsapp) !important;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

#div_search_form {
    display: none;
    padding: 4px;
    background-color: var(--rose_pale);
}

#registerForm #name_s4u {
    display: none;
}

.col-tiers-full {
    width: 100%;
    float: left;

    position: relative;
    min-height: 1px;
    padding: 20px 20px 20px 30px;
    display: block;
    box-sizing: border-box;
}

.fbod2 {
    margin-top: 0;
    text-align: left;
    white-space: normal;
    height: auto;
    line-height: normal;
    display: block;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;

}

.hr2 {
    border: 1px dotted #eba6ce;
    border-style: none none dotted;
    color: #fff;
    background-color: transparent;
}

.cl_sep_1, .cl_sep_2 {
    max-width: 100%;
    height: auto;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oxygen-v15-latin-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oxygen-v15-latin-700.woff2') format('woff2');
    font-display: swap;
}

.menuIconSmallBlack,
.menuIcon {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.menuIconSmall{
    width: 14px;
    height: 14px;
}

.hfc .menuIcon {
    width: 26px;
    height: 26px;
}

.menuIconWrapSquare,
.menuIconWrap {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    min-width: 60px;
    flex-shrink: 0;
    min-height: 60px;
    padding: 7px;
    border-radius: 50px;
    background-color: var(--rose_pale);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuIconWrapSquare {
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

.page_fiche .menuIcon {
    width: 26px;
    height: 26px;
    color: var(--rose_vif);
}

.page_fiche .contactAction .menuIcon {
    color: white;
}

.page_fiche .phone_bottom_inner_container {
    display: inline-flex;
    gap: 10px;
    text-align: left;
    letter-spacing: -1px;
    width: 100%;
}
.page_fiche .phone_bottom_inner_container .btncallf{
    width: auto;          /* ← était width:100% */
    max-width: 200px;
    background-color: white;
    color: #cd005a;
    padding: 10px 12px;
    border-radius: 15px;
    margin-left: auto;
    align-items: center;
    gap: 10px;
    display: inline-flex; /* ← était flex */
    align-self: center;
}

.page_fiche .phone_bottom_inner_container .btncallf svg.menuIcon{
    background-color: #cd005a;
    color: white ;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;

}

.page_fiche .menuIconSmallBlack {
    width: 20px;
    height: 20px;
    color: var(--black);
}
.d_last_view{
    margin:35px 0;
}
.d_last_view h2,
.box_v3 h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black);
    margin-top: 5px;
    margin-bottom: 10px;
}

.menuIconSmallBlack svg,
.menuIcon svg {
    flex-shrink: 0;
}

.help-block {
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px orange;
    color: #8d5b00;
    background-color: #ffe5b6;
    width: 100%;
    max-width: 400px
}


/**  mes classes css */
body {

    font-family: 'Oxygen', sans-serif;
    background-color: var(--white);
    color: var(--black);
    line-height: 1.3em;
    font-size: 17px;
    margin: 0;
}

#global_search_value {
    width: 130px;
    padding: 4px 6px;
    min-width: initial;
    display: inline;
}

h1 {

    font-size: clamp(26px, 4vw, 33px);
    line-height: 0.95;
    text-align: left;
    margin-top: clamp(15px, 3vw, 40px);
    margin-bottom: clamp(10px, 3vw, 40px);
    color: var(--rose_vif_hover);
    letter-spacing: -2px;
    font-weight: 600;
}

h2 {
    color: var(--rose_vif_hover);
    font-size: clamp(22px, 3vw, 26px);
    line-height: 0.95;
    text-align: left;
    margin-top: clamp(15px, 2vw, 22px);
    margin-bottom: clamp(8px, 2vw, 20px);
    letter-spacing: -2px;
    font-weight: 600;
}

h2, h3 {
    letter-spacing: -1px;
}

.fiche-sub-h1 {
    text-align: center;
    color: var(--dark_grey);
    font-size: 110%
}


.onglet_content td {
    width: 50%;
}

.colored {
    color: var(--rose_vif_hover);
}


.fileh1 h1 {
    margin: 8px 0 6px 0;
}


textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
}

.ul_spec, .ul_ad {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.staff_div {
    border: solid 1px var(--rose_vif);
    box-sizing: border-box;
    margin: 0 7px 7px 0;
    position: relative;
    display: inline-block;
    width: 50%;
}

.staff_div_img {
    width: 100%;
}


.box_v3 .r-stars {
    float: right;
    font-size: 25px;
    padding-top: 3px;
    color: #cacaca;
}

.hfc, .hsc, .htc, .breadcrumbs, .inner_view {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 13px;
}


footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    line-height: normal;
    font-size: 14px;
    background-color: #1b1d23;
}


footer div {
    padding: 4px 0;
}

footer a {
    color: var(--rose_vif_hover);
}

.fakelink, a {
    color: var(--rose_vif);
    text-decoration: none;
    cursor: pointer;
}

.cat_pict a, .cat_pict_various a, a.white_pink, .third a {
    color: white;
    text-decoration: none;
}

a.white_pink:hover, .fakelink:hover, a:hover:not(:has(img)) {
    color: var(--rose_vif_hover);
}

.third a:hover {
    color: #dcc2d1;
}

.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 0;
    display: table;
    margin: 10px auto;
}

.pagination > li {
    display: inline;
    line-height: 20px;
}


.pagination > li > a, .pagination > li > span {
    float: left;
    position: relative;
    margin-left: -1px;
}


.btn-primary {
    font-size: 17px;
    color: white;

    background: linear-gradient(to bottom, #fb5abd 0%, var(--rose_vif) 100%);
    box-shadow: inset 5px 5px 10px #ff7ccd;
    border-top: 1px solid #ffa5dd;
    border-left: 1px solid #ffa5dd;
    border-right: 1px solid #ff33ad;
    border-bottom: 1px solid #ff33ad;
    padding: 8px 12px 8px 12px;
    margin: 2px;
    border-radius: 4px;
}


.btn-primary-green {
    color: white;
    background: #17a90c;
    border: 1px solid #17a90c;
    margin: 2px;
    border-radius: 4px;
    box-shadow: none;
}


iframe {
    max-width: 100%;
    overflow: hidden
}


.btn-primary:hover {
    background: linear-gradient(to top, #ff72c9 0%, #ee038b 100%);
    color: white;
    cursor: pointer;
}

.btn-primary-green:hover {
    color: white;
    background: #108108;
    border: 1px solid #17a90c;
    margin: 2px;
    border-radius: 4px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.reviews_li {
    border-bottom: dashed 1px white;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.reviews_li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


form#search {
    align-items: center;
    display: flex;
    max-width: 400px;
    width: 100%;
}

form#search label {
    display: none;
    font-weight: 500;
    margin: 0 10px 0 0;
}

form#search input {
    border: solid #ccc;
    border-width: 1px 0 1px 1px;
    border-radius: 2px 0 0 2px;
    flex: 1;
    font-size: 16px;
    font-weight: 200;
    height: 33px;
    margin: 0;
    min-width: 90px;
    padding: 5px;
    width: 30%;
    -webkit-appearance: textfield;
}

form#search button {
    border: none;
    cursor: pointer;
    height: 33px;
    padding: 0;
}

form#search svg {
    background-color: var(--rose_vif);
    border-radius: 0 2px 2px 0;
    fill: white;
    height: 33px;
    min-width: 24px;
    padding: 0 7px;
    width: 40px;
}


form#search svg:hover {
    background-color: #f55abe;
    fill: white;
}

@media all and (min-width: 500px) {
    form#search label {
        display: inline;
    }

    form#search input::placeholder {
        opacity: 0;
    }
}

table {
    width: 100%
}


.form_search_input {
    float: right;
    display: inline;
    margin-top: 13px;
}

input[type=text], input[type=password], input[type=email], .region_filter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 8px 9px;
    line-height: 1.5;
    width: 50%;
    min-width: 180px;
    margin-left: 10px;
    border-radius: 8px;
}

textarea {
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(255, 255, 255, .9);
    line-height: normal;
    color: #222;
    resize: none;
    transition: .2s;
}

.onglet_title, .onglet_title_unselected {
    display: inline-block;
    font-variant: small-caps;
    padding: 10px 20px 10px 10px;
    border-right: solid 1px var(--black);
    color: #ee038b;
    background-color: #2b2b2b;
    margin-top: 10px;
}

.onglet_title_unselected {
    background-color: #1b1b1b;
}


.block_txt_bottom {
    margin: 30px 0 10px 0;
    padding: 10px;
}

.cat_content {
    box-sizing: border-box;
}

.cat_blk_left_ads {

    float: left;
    box-sizing: border-box;
    padding-right: 10px;
}

.cat_blk_right_pub {
    box-sizing: border-box;
    float: right;
}

.cat_blk_right_pub .bordered, .cat_blk_left_ads .bordered {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #f6f3f3;
    border-radius: 5px
}

.block_txt_bottom br {
    content: " ";
    display: block;
    margin: 10px 0;
}

.onglet_content td {
    padding: 5px 0
}


ul {
    padding-left: 0
}

li {
    list-style: none;
}

.cat_pict, .cat_pict_hotesse, .cat_pict_various {
    margin-top: 5px
}

.cat_pict li, .cat_pict_hotesse li, .cat_pict_various li {
    float: left;
    width: 100%;
    position: relative;
}

.cat_pict li img, .cat_pict_various li img, .cat_pict_hotesse li img {
    width: 100%;
}

.custom_title {
    font-size: 1.4em;
    line-height: normal;
    padding: 18px 0;
    color: var(--rose_vif);
    letter-spacing: -1px;
    display: flex
}

.custom_footer {
    font-size: 1.3em;
    line-height: normal;
    padding: 18px 0;
    color: var(--rose_vif);
    font-style: italic;
    letter-spacing: -1px;
}

.htc {
    overflow: auto;
}

.htc > ul {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1em;
    display: inline-table;
}

.htc > ul > li {
    list-style: none;
    line-height: 1.6em;
    display: inherit;
}

.htc > ul > li:last-child {
    float: right;
    overflow: hidden;
    border-right: none;
}

.htc a {
    font-weight: bold;
    padding: 1em 1em;
    display: block;
}

.htc a:hover, .htc a.selected {
    background-color: #f98ed4;
}

.cat_blk_right_pub .title_block {
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: solid 1px #363636
}

.cat_blk_right_pub .bottom_block {
    text-align: center;
    padding-top: 7px;
    margin-top: 7px;
    border-top: solid 1px #363636
}

.paginationV3 {
    margin-top: 10px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center
}

.paginationV3 li {
    margin: 0 5px;
    padding: 5px
}

.paginationV3 .pagination-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #8a8a8a;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px #000;
    transition: background .3s ease, transform .2s ease
}

.paginationV3 .pagination-arrow:hover {
    box-shadow: 0 0 5px #000
}

.paginationV3 .pagination-input {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 50px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    font-size: 16px;
    color: #8a8a8a
}

.paginationV3 .disabled {
    box-shadow: 0 0 5px #7f0000;
    pointer-events: none;
    color: #d3d3d3
}



.blgdiv {
    font-size: 19px;
    line-height: 1.4;
    padding: 25px !important;
}

.blgdiv b {
    color: #ff88cd;
    font-weight: normal;
}

.blgdiv .divcatdiv {
    font-style: italic;
    color: #929292;
    font-size: 85%;
}

.blgdiv .catdiv {
    display: inline-block;
    background: #ee038b;
    padding: 0 8px 1px 6px;
    margin-right: 5px;
    color: #d9d9d9;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    font-weight: bold;
}

.blgdiv h2 {
    clear: both;
    margin-top: 25px;
    margin-bottom: 0;
}

.blgdiv h3 {
    color: #ee038b;
    font-size: 19px;
}

.blgdiv br {
    display: block;
    margin: 10px 0;
}

.blgdiv .disc li {
    list-style-type: disc;
    margin-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.blgdiv .tpa {
    width: 100%;
    margin: 10px 0;
}

.tpa tr td {
    vertical-align: top
}

.tpa tr td:first-child {
    width: 200px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cat_name {
    font-family: 'Oxygen', sans-serif;
    margin: 6px 0 0 0;
    text-align: center;
    font-size: 18px;
    color: #ee038b;
    height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cat_city {
    text-align: center;
    margin: 1px 0 5px 0;
    height: 1.3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1000px) {
    .hfc, .hsc, .htc, .breadcrumbs, .inner_view {
        max-width: 95%;
    }

    .cat_name {
        font-size: 16px;
    }

    .cat_city {
        font-size: 15px;
    }
}

.footerSince {
    float: right;
    padding-left: 15px;
}


@media screen and (max-width: 600px) {
    input[type=text], input[type=password], input[type=email] {
        width: 100%
    }

    .show_label .justified-gallery > a > .caption {
        display: initial;
        background-color: #00000096;
    }

    footer, .hfc, .hsc, .htc, .breadcrumbs, .inner_view {
        max-width: 100%;
        padding: 0 6px;
    }

    .htc a {
        padding: 0.5em 0.5em;
    }

    .blgdiv {
        padding: 8px !important;
    }

    .tpa tr td:first-child {
        width: 160px;
    }


    footer {
        padding-top: 25px;
        padding-bottom: 70px;
    }

    .footerSince {
        display: block;
        float: initial;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .footerSince img {
        display: block;
        margin: 0 auto 15px auto;
    }
}

.a_red {
    color: #fd7676
}

.a_red:hover {
    color: red
}

.div_pending {
    padding: 14px 18px;
    border-radius: 16px;
    background: linear-gradient(
            135deg,
            rgba(255, 185, 0, .12),
            rgba(255, 140, 0, .08)
    );

    color: #786e5f;
    font-weight: 600;
    margin: 20px 0;
}

.div_info {

    padding: 10px 5px;
    text-align: center;
    margin: 5px 0;
}

.div_error {
    color: white;
    background-color: #ac0d0d;
    font-weight: bold;
    border: solid 1px #ff2b2b;
    border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    margin: 5px 0;
}

.dfl {
    visibility: hidden;
    display: none
}

.breadcrumbs {
    background-color: transparent;
    clear: both;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 0;
    padding: 0;
}

.cat_div_img_bdsm, .cat_div_img_massage, .cat_div_img_men_week, .cat_div_img_girl_week, .cat_div_img_duo_week, .cat_div_img_trans_week, .cat_div_img_other_week, .cat_div_img_men, .cat_div_img_gray, .cat_div_img_girl, .cat_div_img_duo, .cat_div_img_trans, .cat_div_img_other {
    border: solid 2px #363636;
    margin: 0 3px 10px 3px;
    background-color: #2a2929;
}


.cat_div_img_men_week {
    border-color: #0d00d5;
    background-color: #0d00d5;
}

.cat_div_img_girl_week {
    border-color: #ee038b;
    background-color: #ee038b;
}

.cat_div_img_trans_week {
    border-color: #079a34;
    background-color: #079a34;
}

.cat_div_img_other_week {
    border-color: #9c8d00;
    background-color: #9c8d00;
}

.cat_div_img_duo_week {
    border-color: #e444e8;
    background-color: #e444e8;
}


.color_bdsm_border {
    border: solid 2px #000000;
}

.color_massage_border {
    border: solid 2px #ffc0e3;
}

.color_men_border {
    border: solid 2px #b2adff;
}

.color_girl_border {
    border: solid 2px #ee038b;
}

.color_trans_border {
    border: solid 2px #079a34;
}

.color_other_border {
    border: solid 2px #9c8d00;
}

.color_duo_border {
    border: solid 2px #e444e8;
}

.color_color_gray {
    border: solid 2px #7c7c7c;
}

.color_girls_of_week {
    color: white;
}

.color_bdsm {
    color: #ffffff;
}

.color_massage {
    color: #ffc0e3;
}

.color_men {
    color: #b2adff;
}

.color_girl {
    color: #ee038b;
}

.color_other {
    color: #bdab04;
}

.color_trans {
    color: #079a34;
}

.color_duo {
    color: #b43eb7;
}

.color_gray {
    color: #7c7c7c;
}

.breadcrumbs li {
    padding: 0 2px;
}

.breadcrumbs li:after {
    content: " >";
}

.video_gal_div {
    position: absolute;
    top: 35%;
    text-align: center;
    height: 18%;
    left: 0;
    right: 0;
    background: url(https://sex4u.ch/img/global/video.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.breadcrumbs li:last-child:after {
    content: "";
}


.fileh1 {
    padding: 20px 10px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 18px;
}

.file_right, .file_left {
    width: 100%;
    display: block;
}

.ul_spec, .ul_ad {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.iframe_video {
    width: 100%;
    height: 210px;
}

.owl_overlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    height: 1.3em;
    width: 100%;
}


.tbadmin {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: solid 1px white;
}

.tbadmin th {
    font-weight: normal;
    color: var(--black);
    background-color: white;
    padding: 6px 3px;
    padding-bottom: 6px;
    font-size: 120%;
}

.tbadmin tr:nth-child(even) {
    background-color: #e6e6e6;
}

.tbadmin tr td {
    border-bottom: solid 1px #e6e6e6;
    padding: 3px 3px;
    border: none;
}

.cat_blk_banner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.cat_blk_banner img.blkb_big {
    max-width: 100%;
}

.cat_blk_banner img.blkb_msall {
    box-sizing: border-box;
    padding: 4px;
    max-width: 25%
}

.jvectormap-region {
    stroke: #ee038b;
    stroke-width: 1;
}

.tbadmin tr:last-child td {
    border-bottom: solid 1px white;
}

@media screen and (min-width: 500px) {
    .form_search_input {
        margin-top: 27px;
    }
}

@media screen and (min-width: 500px) {
    .h1_phone {
        white-space: nowrap;
        font-size: 28px;
    }

    .ul_spec, .ul_ad {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }


}

@media screen and (min-width: 500px) {
    .cat_pict_various li {
        width: 33%;
    }
}

@media screen and (min-width: 750px) {
    .staff_div {
        border: solid 1px #ee038b;
        box-sizing: border-box;
        margin: 0 4px 7px 0;
        position: relative;
        display: inline-block;
        width: 33%;
    }

    .staff_div_img {
        width: 100%;
    }

    .cat_pict li {
        width: 33%;
    }

    .cat_pict_various li {
        width: 25%;
    }

    .file_left {
        float: left;
    }

    .file_right {
        float: right;
    }


    .cat_blk_right_pub {
        width: 20%
    }

    .seo_blk::placeholder {
        color: #e294c1;
        font-style: italic;
        opacity: 1;
    }

    #global_search_value {
        width: 200px;
    }


}

.cat_pict_hotesse li {
    width: 33%;
}

@media screen and (min-width: 500px) {

    .iframe_video {
        width: 100%;
        height: 400px;
    }

}

@media screen and (min-width: 800px) {


    .iframe_video {
        width: 100%;
        height: 450px;
    }

    .cat_pict_hotesse li {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .cat_pict li {
        width: 33%;
    }

    .cat_pict_various li {
        width: 20%;
    }

    .ul_spec, .ul_ad {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }


    .cat_pict_hotesse li {
        width: 20%;
    }
}

@media screen and (min-width: 1400px) {
    .cat_pict li {
        width: 33%;
    }

    .cat_pict_various li {
        width: 25%;
    }

    .hfc, .hsc, .htc, .breadcrumbs, .inner_view {
        max-width: 1190px;
    }
}

.pub_insert img {
    padding: 5px;
    box-sizing: border-box;
}

.hide_on_desktop {
    display: none;
}

.hideondesktop {
    display: none;
}

.showondesktop {
    display: inherit;
}

.patitel {
    display: block;
    width: 100%;
    padding: 1px 2px;
    box-sizing: border-box;
}

.paage {
    display: inline-block;
    text-align: center;
    padding: 1px 2px;
    box-sizing: border-box;
}

.paville {
    display: inline-block;
    padding: 1px 2px;
    box-sizing: border-box;
}

.padate {
    display: inline-block;
    padding: 1px 2px;
    box-sizing: border-box;
}

.paage:after, .paville:after {
    content: " | ";
}

/* greater than or equal to 600p*/
@media only screen and (min-width: 651px) {
    .patitel {
        display: inline-block;
        width: calc(100% - 290px);
    }

    .paage {
        display: inline-block;
        width: 50px;
    }

    .paville {
        display: inline-block;
        width: 175px;
    }

    .padate {
        display: inline-block;
        width: 65px;
    }

    .paage:after, .paville:after {
        content: none;
    }
}

@media screen and (max-width: 650px) {
    .cat_blk_right_pub {
        display: none
    }

    .hide_on_desktop {
        display: block
    }

    .hideondesktop {
        display: inherit;
    }

    .showondesktop {
        display: none;
    }

    .cat_blk_left_ads {
        padding-right: 0;

    }

}

.fake_input_text_area {
    background-color: #f0f0f0;
    margin: 3px 0;
    border: solid 1px #ee038b;
    padding: 8px;
    border-radius: .25rem !important;
}

.blk_video {
    float: initial;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #1e2427;
    padding: 10px;
    border: solid 1px #363636;
    border-radius: 5px;
}

.blk_video .titlevd {
    color: #ee038b;
    text-align: center;
    border-bottom: solid 1px #ee038b;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.blk_video .footervd {
    color: #ee038b;
    margin-top: 7px;
    text-align: center;
    border-top: solid 1px #ee038b;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.blk_video_img {
    box-sizing: border-box;
    width: 31%;
    margin: 0 2px;
}

.owl-carousel .owl-item img {
    width: 150px;
    height: 225px;
    opacity: 1;
}

.s4u_select, .s4u_input, .s4u_textarea {
    padding: 4px 6px;
    border-radius: .25rem !important;
}

.s4u_select {
    height: 32px;
}

.only_desktop {
    display: none
}

@media screen and (min-width: 651px) {
    .pub_insert, .only_mobile {
        display: none
    }

    .only_desktop {
        display: block
    }
}

@media screen and (min-width: 600px) {
    .col-tiers-full {
        width: 33.33333%;
    }
}


a.fbod2_a:hover, a.fbod2_a:visited, a.fbod2_a:link, a.fbod2_a:active {
    color: #2f2f2f;
}

.cat_pict .cat_name {
    padding: 0 4px;
}

.blk_video, .cat_blk_right_pub .bordered, .cat_blk_left_ads .bordered {

    border: solid 3px #f6f3f3;
}

.onglet_title, .onglet_title_unselected {
    border-right: none;
}


.cat_blk_right_pub .title_block {
    border-bottom: none;
}

header .third {
    background-color: #4e4e4e;
}

.htc a:hover, .htc a.selected {
    background-color: var(--rose_vif);
}

.filedescr br {
    content: "";
    margin: 1.1em;
    display: block;
}

.filehs1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;

}

.filehs1 > a {
    width: 50px !important;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0 !important;
}

.btn_next_prev_svg {
    background-color: #f0f0f0;
    cursor: pointer;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff2f8b, #ff006e);
    color: white;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(255, 0, 110, .25);
    transition: .25s;
}

.btn_next_prev_svg svg {
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
}

.btn_next_prev_svg:hover {
    transform: scale(1.15);
}

.btn_next_prev_svg:hover {
    background-color: pink;
}

div.bootbox {
    background: radial-gradient(
            circle at top left,
            rgba(255, 0, 166, 0.20),
            transparent 40%
    ),
    linear-gradient(
            135deg,
            rgba(35, 0, 20, 0.82),
            rgba(15, 0, 10, 0.88)
    );
    backdrop-filter: blur(16px);
    border: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(255, 0, 166, 0.08);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--white);
    background-clip: padding-box;
    border: 2px solid #ff00a673;
    border-radius: 15px;
    outline: 0;
    margin: 15px;
    padding: 25px 0 0 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

#ban_img_area img {
    padding: 3px;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 20px 0 20px;
    color: white;
    font-size: 18px !important;
    background-color: var(--white);
    border: none;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    position: relative;
}

.modal-dialog {
    width: calc(100% - 20px);
    max-width: 500px;
    margin: 0 auto;
}


.modal-header .close {
    position: absolute;
    top: -40px;
    right: -15px;
    z-index: 20;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff00a6, #d6008b);
    box-shadow: 0 8px 22px rgba(255, 0, 166, .35),
    0 2px 8px rgba(0, 0, 0, .25);
    opacity: 1;
    cursor: pointer;
    transition: all .18s ease;
}

.modal-header .close:hover {
    transform: scale(1.15);
    opacity: 1 !important;
}

.modal-header .close svg {
    display: block;
}

.modal-header .close svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 2.4;
    stroke-linecap: round;
}

.modal-subtitle {
    font-weight: bold;
    color: var(--dark_grey);
    padding: 0 0 9px 0;
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--black);
    font-weight: bold;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: normal;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 8px 20px 8px 20px;
}

.modal-footer-grey,
.modal-footer {
    display: flex;
    padding: 16px 0 25px 0;
    border: none;
    background-color: var(--white);
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    justify-content: center;
    align-items: center;
    gap: 14px; /* spacer entre les boutons */
    overflow: hidden;
}

.modal-footer-grey {
    padding: 10px 0 15px 0;
    border: none;
    gap: 0;
    font-size: initial;
    background-color: var(--light_grey);

}

.no-scroll {
    overflow: hidden;
    touch-action: none;
}

@media (max-width: 768px) {

    .modal {
        overflow-y: auto;
        padding: 15px 0;
    }

    .modal-dialog-centered {
        align-items: flex-start !important;
        min-height: auto !important;
    }

    .modal-dialog {
        margin: 20px auto 90px auto;
    }
}

.footer-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 13px;
    color: #222;
    position: relative;
    flex-direction: column;
    padding: 0 8px;
    line-height: normal;
}

@media screen and (min-width: 440px) {
    .footer-item {
        flex-direction: row;
        padding: 0 12px;
    }

    .modal-subtitle {
        padding: 20px 0 20px 0;
    }
}

.top-icon {
    margin: -15px auto 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e6007e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.footer-item svg {
    width: 22px !important;
    height: 22px !important;
    color: #e6007e;
    flex-shrink: 0;
}

.footer-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: #d9d9d9;
}

#pop_price_modal_footer .btn_area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

#pop_price_modal_footer .btn {
    max-width: 100%;
}

.modal-footer .btn_area {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.modal-btn {
    white-space: normal;
    min-width: 60px;
    padding: 9px 18px;

    border-radius: 999px;
    border: 1px solid rgba(255, 0, 166, .25);

    background: rgba(255, 255, 255, .75);
    color: #222;

    font-size: 16px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    transition: all .18s ease;
}

.modal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.modal-btn-yes {
    background: linear-gradient(135deg, #ff00a6, #d6008b);
    color: #fff !important;
    border: none;
}

.modal-btn-orange {
    background: linear-gradient(135deg, #e99203, #ff6a00);
    color: #fff !important;
    border: none;
}

.modal-btn-cancel {
    color: #555;
    border-color: rgba(0, 0, 0, .12);
}

.modal-btn-no {
    color: #ff00a6 !important;
}


.modal-separator {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 10px 25px 10px 25px;

    padding: 0 20px;
}

.modal-separator span {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff2b9c;
    box-shadow: 0 0 10px rgba(255, 43, 156, .35);
}

.modal-separator span::before,
.modal-separator span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 130px;
    height: 1px;
    transform: translateY(-50%);
}

.modal-separator span::before {
    right: 22px;

    background: linear-gradient(
            90deg,
            rgba(255, 43, 156, 0),
            rgba(255, 43, 156, .55)
    );
}

.modal-separator span::after {
    left: 22px;
    background: linear-gradient(
            90deg,
            rgba(255, 43, 156, .55),
            rgba(255, 43, 156, 0)
    );
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}


@media (min-width: 576px) {


    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.color_menv2 {
    color: #b8b4f5;
}

.color_girlv2 {
    color: #fd72c2;
}

.color_otherv2 {
    color: #efe166;
}

.color_transv2 {
    color: #aafbc3;
}

.color_duov2 {
    color: #f89bfa;
}

.color_grayv2 {
    color: #7c7c7c;
}

.color_bdsmv2 {
    color: #ffce81;
}


.ad-info-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 10px 8px 10px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    color: #fff;
    text-align: center;
    z-index: 5;
}

.cat_div_img_girl.oftheweek .ad-info-overlay {
    background: linear-gradient(to top, rgb(255, 114, 196), rgba(0, 0, 0, 0));
}

.cat_div_img_trans.oftheweek .ad-info-overlay {
    background: linear-gradient(to top, #008b00, rgba(0, 0, 0, 0));
}

.cat_div_img_girl,
.cat_div_img_men,
.cat_div_img_trans,
.cat_div_img_duo,
.cat_div_img_massage,
.cat_div_img_bdsm,
.cat_div_img_other {
    border-color: #898989;
    position: relative;
    overflow: hidden;
}

.ad-info-overlay .cat_name {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.ad-info-overlay .cat_city {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
    margin: 0;
}



.verified-video-badge {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.verified-video-badge svg {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 600px) {
    .ad-info-overlay .cat_name,
    .ad-info-overlay .cat_city {
        font-size: 22px;
        line-height: 22px;
    }

    .verified-video-badge {
        bottom: 80px;
    }


    .verified-video-badge svg {
        width: 35px;
        height: 35px;
    }
}
.fileh1-verified .verified-ribbon{
    width: 30px;
    height: 30px;

}
.fileh1-verified {
    font-size: 95%;
    margin-top:4px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .65;
    color:green;
    font-weight: bold;
}

.top-right-badge {
    position: absolute;
    top: 8px;
    right: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.video-badge {
    position: absolute;
    top: 8px;
    left: 42px;
    width: 25px;
    height: 25px;
    background: #e50914;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.video-badge::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-left: 2px;
}

.owl-stage-outer {
    margin: 12px 0;
}

.owl-carousel .owl-item {
    padding: 0;
    height: 125px;
}

.owl-carousel .owl-item .owl_overlay {
    margin-top: 5px;
    display: block;
    width: 100%;
    max-width: 100%; /* important pour écraser ton 100px */
    box-sizing: border-box;
    font-weight: bold;
    color: var(--black);
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.image-wrapper {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 105px;
    height: 105px;
    width: 105px; /* ← ajout */
    margin: 0 auto; /* ← centre dans le owl-item */
    overflow: hidden;
    transition: transform .2s;
    border-radius: 50%;
    padding: 3px;
    background: radial-gradient(ellipse at 70% 70%, #d34b35 8%, #ea2e7f 42%, #dc238b 58%);
}

.image-wrapper-ts {
    background: radial-gradient(ellipse at 70% 70%, #04b204 8%, #096a09 42%, #71af71 58%);
}

.owl-carousel .owl-item img {
    width: 99px;
    height: 99px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
}

.image-wrapper img {
    display: block;
    border-radius: 8px; /* ou 50% si rond */
}

#div_search_form {
    padding: 15px;
}

.search_container {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    padding: 15px 0 0 0;

}

hr.choice {
    border: none;
    border-top: 1px solid #00000014;
    color: #8e8e8e;
    margin-top: 18px;
    margin-bottom: 18px;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr.choice::after {
    background: #f5f5f5;
    content: ' ou ';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

.breadcrumb-wrapper {
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 10px 16px;
    border-radius: 12px;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
    transition: all .2s ease;
}

.breadcrumbs a:hover {
    color: #e60073;
}

.breadcrumbs li:last-child a {
    color: #646464;
    font-weight: 600;
}

.breadcrumbs li:not(:last-child)::after {
    content: "\203A";
    margin: 0 7px;
    color: #ccc;
}

header {
    background-color: var(--rose_pale);
}

.hfc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

/* Logo */
.hfc picture,
.hfc a {
    display: flex;
    align-items: center;
}

/* Zone droite */
.hfc ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: auto;
}

/* Boutons */
.hfc ul li {
    display: flex;
    align-items: center;
}

/* Bouton burger */
.menu-btn {
    width: 28px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;

}

.menu-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 3px;
    transition: 0.3s;
}

.hfc .menu-btn span {
    background: var(--rose_vif);
}

/* Animation burger -> croix */
.menu-btn.active span:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}

.menu-btn:focus {
    outline: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    max-width: 100%;
    overflow-x: clip;
}

/* Menu latéral */
.side-menu {

    background: #545454;

    padding-top: 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: min(330px, 100vw);
    height: 100%;
    transform: translateX(100%);
    transition: 0.3s;
}

.side-menu.open {
    transform: translateX(0);
}

.side-menu a {
    color: white;
}

.side-menu.open {
    right: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px;
}

.side-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.side-menu a:hover {
    color: var(--rose_vif);
}

.closePremiumPanel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.topFiltersContainer {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
}

.premiumSelect {
    position: relative;
}

.premiumSelect__label {

    height: 42px;
    padding: 0 32px 0 16px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.premiumSelect__label::after {
    content: "▾";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    opacity: .65;
}

.premiumSelect__panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 260px;
    padding: 55px 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.premiumSelect__panel {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease;
    pointer-events: none;
}

.premiumSelect.active .premiumSelect__panel {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.premiumSelect__panel--large {
    width: 520px;
    max-width: calc(100vw - 24px);
}


.premiumSelect__header {
    font-size: 13px;
    font-weight: 700;
    color: #777;
    margin-bottom: 12px;
    padding: 0 4px;
}

.premiumSelect__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.premiumSelect__grid--small {
    grid-template-columns: 1fr;
}

.premiumOption {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    min-width: 90px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #f6f6f6;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    transition: all .15s ease;
    text-align: center;
}

.premiumOption:hover {
    background: #111;
    color: #fff;
}

.premiumOption.active {
    background: #111;
    color: #fff;
}

@media (max-width: 640px) {

    .topFiltersContainer {
        position: relative;
        overflow: visible;
        gap: 8px;
        padding-bottom: 0;
    }

    .premiumSelect {
        position: static;
        width: calc(50% - 4px);
    }

    .premiumSelect__label {
        width: 100%;
        box-sizing: border-box;
    }

    .premiumSelect__panel,
    .premiumSelect__panel--large {
        top: 0;
        position: fixed;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        box-sizing: border-box;
        border-radius: 0;
        z-index: 99999;

    }

    .premiumSelect__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.premiumSelect {
    position: relative;
    width: calc(25% - 9px);
}

.premiumSelect__label {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

@media (max-width: 640px) {

    .premiumSelect {
        width: calc(50% - 4px);
    }

}

.premiumSelect--locked .premiumSelect__label {
    background: linear-gradient(180deg, #fafafa, #f1f1f1);
    color: #aaa;
    border: 1px dashed #ddd;
    cursor: default;
    box-shadow: none;
}

.premiumSelect--locked .premiumSelect__label::after {
    content: "";
}

.premiumSelect__hint {
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-top: 2px;
    color: #c44b91;
    font-weight: 600;
}


.box-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 22px;
}


.cat_blk_left_ads,
.cat_blk_right_pub {

    width: 100%;
}


@media (min-width: 650px) {
    .cat_blk_right_pub {
        width: 220px !important;
    }

    .cat_blk_left_ads {
        width: calc(100% - 220px) !important;
    }
}

.flag_lang_v3,
.flag_lang_v3_unselected {
    width: 34px;
    height: 24px;
    border-radius: 6px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.flag_lang_v3_unselected {
    filter: grayscale(90%);
}

a:hover .flag_lang_v3_unselected {
    filter: grayscale(0%);
}

.txt_dec_none:hover {
    text-decoration: none;
}

.blkPhone {
    margin: 15px auto;
    padding: 15px;
    background-color: #ee038b;
    width: 100%;
    border-radius: 18px;
    text-align: center;
}

.box_v3 .blkPhone {
    margin-bottom: 0;
}

.clin_oeil {
    padding: 15px ;
    width: 100%;
    display: content;
    margin: 20px 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: var(--black);
    color: #fff;
    border-radius: 10px;

}

.reponse_review_div {
    font-style: italic;
    letter-spacing: -1px;

    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: var(--rose_pale);
    border: dashed 1px var(--rose_vif_hover);
}

.spec_hidden {
    display: none;
}

.description .spacer {
    display: block;
    height: 10px
}

.hfc,
.inner_view {

    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


.cat_blk_left_ads {
    width: 100% !important;
}


@media screen and (min-width: 400px) {
    .cat_pict li {
        width: 50%;
    }
}

.profile-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 8px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eee;
    text-decoration: none;
    border: none;
    outline: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .3s ease;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

.gallery-main {
    grid-row: span 2;
}

/* 1 photo */
.profile-gallery.photos-1 {
    display: block;
    height: 650px;
}

/* 2 photos desktop */
.profile-gallery.photos-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: 620px;
}

.profile-gallery.photos-2 .gallery-item {
    height: 620px;
}

/* 3 photos */
.profile-gallery.photos-3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 8px;
    height: 568px;
}

.profile-gallery.photos-3 .gallery-item:first-child {
    grid-row: span 2;
}

/* 4 photos */
.profile-gallery.photos-4 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 8px;
    height: 568px;
}

.profile-gallery.photos-4 .gallery-item:first-child {
    grid-row: span 2;
}

.profile-gallery.photos-4 .gallery-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.profile-gallery.photos-4 .gallery-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

.profile-gallery.photos-4 .gallery-item:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2;
}

/* 5+ photos */
.profile-gallery.photos-many {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px 280px;
    gap: 8px;
    height: 568px;
}

.gallery-more::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
}

.gallery-more span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.gallery-hidden {
    display: none;
}

.swipe_hint {
    display: none;
}

/* Design global */
.ul_spec {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding-left: 1.5rem;
}

@media (min-width: 450px) {
    .ul_spec {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1400px) {
    .ul_spec {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.ul_spec li {
    list-style: disc;
}


.filehs1 h1 {
    text-align: center;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.onglet_title {
    border-radius: 14px 14px 0 0;
    padding: 13px 16px;
}

.file_left {
    width: 100% !important;
    display: grid;
    gap: 40px;
    margin-bottom: 40px;
}

.file_right {
    width: 100% !important;
    display: grid;
    gap: 40px;
}

.box_v3 {
    margin: 0 20px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    max-width: 100%;
    box-sizing: border-box;
}


.file_right .box_v3,
.file_left .box_v3 {
    margin: 0;
}
.page_categorie .box_v3{
    margin: 14px 0;
}
@media (min-width: 768px) {
    .file_left .box_v3 {
        margin: 0 20px 0 0;
    }

    .file_left {

        margin-bottom: 0;
    }
}

.box_v3 .lang-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f1;
}
.detail_row{

       display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    margin: 15px 0;
    border: solid 1px #e7e5e5;
    border-radius: 10px;
}
.box_v3 .lang-row:last-child {
    border-bottom: none;
}

.box_v3 .lang-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.box_v3 img.flag_img {
    width: 34px;
    height: 24px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.box_v3 .stars {
    color: var(--rose_vif);
    font-size: 18px;
    letter-spacing: 3px;
    white-space: nowrap;
}

.box_v3 .pink {
    color: var(--rose_vif);
    white-space: nowrap;
}


/* Mobile */
@media (max-width: 768px) {
    .swipe_hint {
        display: block;
        text-align: center;
        padding: 8px 0 12px;
        font-size: 14px;
        color: #777;
    }

    .profile-gallery,
    .profile-gallery.photos-1,
    .profile-gallery.photos-2,
    .profile-gallery.photos-3,
    .profile-gallery.photos-4,
    .profile-gallery.photos-many {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        width: calc(100% + 30px) !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        margin-bottom: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
        height: auto !important;
        border-radius: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        box-shadow: none;
    }

    .profile-gallery::-webkit-scrollbar {
        display: none;
    }

    .profile-gallery .gallery-item,
    .profile-gallery .gallery-main,
    .profile-gallery.photos-4 .gallery-item:nth-child(2),
    .profile-gallery.photos-4 .gallery-item:nth-child(3),
    .profile-gallery.photos-4 .gallery-item:nth-child(4) {
        flex: 0 0 86% !important;
        min-width: 86% !important;
        width: 86% !important;
        height: 70vh !important;
        max-height: 620px;
        min-height: 430px;
        grid-column: auto !important;
        grid-row: auto !important;
        border-radius: 0;
        scroll-snap-align: start;
    }

    .profile-gallery .gallery-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* ===== BLOC CONTACT ===== */
.contactLeft {
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(100% - 65px);
}

.contactWhatsapp .contactSmallIcon {
    background: #dff5e5;
    color: #1fae4b;
}

.contactMessagerieInterne .contactSmallIcon {
    background: #dff5e5;
    color: #1fae4b;
}

.contactTelegram .contactSmallIcon {
    background: #FF0000;
    color: #2ba4db;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0; /* ← ajouter cette ligne */
    flex: 1;
    max-width: 100%;
}

.contactLabel {
    font-size: 16px;
    color: #222;
    margin-bottom: 4px;
}

.contactValue {
    font-size: 16px;
    font-weight: 700;
    color: #ff2f8b;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contactAction {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: .25s;
    transition: .25s;
}

.contactAction,
.contactBtnPhone {
    background: linear-gradient(135deg, #f75da1, #ff006e);
    box-shadow: 0 8px 18px rgba(255, 0, 110, .25);
}


.contactBtnWhatsapp,
.contactWhatsapp .contactAction {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 6px 15px rgba(34, 197, 94, .25);
}

.contactBtnTelegram,
.contactTelegram .contactAction {
    background: linear-gradient(135deg, #2ba4db, #0690cf);
    box-shadow: 0 6px 15px rgb(180, 215, 255);
}

.contactBtnSms,
.contactSms .contactAction {
    background: linear-gradient(135deg, #FF9800, #b96e00);
    box-shadow: 0 6px 15px rgb(255, 247, 218);
}

.contactBtnMessagerieInterne,
.contactMessagerieInterne .contactAction {
    background: linear-gradient(135deg, #1ba1a5, #308503);
    box-shadow: 0 6px 15px rgb(233, 255, 233);
}
.contactBtnWebsite,
.contactWebsite .contactAction {
    background: linear-gradient(135deg, #6366f1, #4338ca);
    box-shadow: 0 6px 15px rgba(99, 102, 241, .25);
}

.modal-contact-bubble {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border: 1px solid #f1f1f1;
    transition: .25s;
    overflow: hidden;
    margin-bottom: 10px;

}

.modal-contact-bubble .contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 8px 12px 12px;
    text-decoration: none;
    color: inherit;
}

.modal-contact-bubble:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.modal-contact-bubble h3 {
    margin: 0;
    font-size: 25px;
}

.contactAction:hover {
    transform: scale(1.15);
}

.contact-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.contact-content p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #777;
}

.modal-contact-bubble .arrow {
    font-size: 42px;
    color: var(--rose_vif);
    transition: .25s;
    margin-left: auto;

}

.modal-contact-bubble .lucide-chevron-right {
    width: 40px;
    height: 40px;
}


/* boutons bas */
.contactButtons {
    display: block;
    gap: 16px;

}

.contactButtons .menuIcon {
    color: white;
}

.contactBtn {
    flex: 1;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: .25s;
    margin: 15px 0;
}


.contactBtn:hover {
    transform: translateY(-2px);
    color: white !important;
    text-decoration: none;
}


.modern-btn-big-red,
.modern-btn-big,
.modern-btn-small {
    padding: 8px 11px;
    display: inline-flex;
    margin: 7px 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff00a6, #6a0046);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 11px rgba(255, 0, 166, .28),
    0 2px 6px rgba(0, 0, 0, .12);
    transition: all .25s ease;
}

.modern-btn-big-red {
    background: linear-gradient(135deg, #ff3b3b, #990000);
    box-shadow: 0 4px 11px rgba(255, 59, 59, .28),
    0 2px 6px rgba(0, 0, 0, .12);
}

.modern-btn-big-red:focus,
.modern-btn-big:focus,
.modern-btn-small:focus {
    outline: none;
    box-shadow: none;
}

.modern-btn-big-red,
.modern-btn-big {
    letter-spacing: -1px;
    padding: 12px 30px;
}

.modern-btn-big:hover,
.modern-btn-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(255, 0, 166, .45),
    0 0 10px rgba(255, 0, 166, .45);
}

.modern-btn-big-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(255, 0, 0, 0.45),
    0 0 10px rgba(244, 31, 31, 0.45);
    color: #fff !important;
    text-decoration: none;
}

.modern-btn-big-red:active,
.modern-btn-big:active,
.modern-btn-small:active {
    transform: scale(.97);
}

.modern-btn-small {
    margin: 7px 5px; /* ajoute un espace horizontal */
}

.modern-btn-small svg {
    color: white !important;
    width: 22px !important;
    height: 22px !important;
}

.modern-btn-big svg {
    color: white !important;
    width: 33px !important;
    height: 33px !important;
}

#phone_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    right: 45px;
    color: #dcb97b;
    font-weight: bold;
    font-size: 15px;
}

.phone_bottom_inner {
    padding: 15px 10px;
    background-color: #ee038b;
    color: white;
    text-align: center;
    border-radius: 25px;
    background: radial-gradient(ellipse 100% 60% at center, #a8004a 0%, #cd005acf  70%, #ff4db8 100%);
    box-shadow: 2px 2px 4px rgb(94 94 94 / 40%);
    margin: 0 10px 5px 10px;
}


@media screen and (max-width: 550px) {
    .modern-btn-big {
        width: 100%;
    }
}

.div_last_view {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow: hidden;
    max-height: calc(300px); /* 2 items + 1 gap */
    margin :25px 0;
}
.div_last_view a{
    text-decoration: none;
}
.div_last_view a:hover{
    color: var(--rose_vif_hover);
    transform: translateY(-2px);
}


.dlv_d {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dlv_i {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 3px solid white;
}

.dlv_t {
    font-size: 12px;
    text-align: center;
    max-width: 70px;
    color: var(--black);
    /* 2 lignes fixes */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /* Réserver l'espace même si 1 seule ligne */
    min-height: 2lh; /* 2 × line-height */
    line-height: normal;
}

.page_fiche {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.phone_bottom_inner_container {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-width: 0;
}
.phone_bottom_inner_container > span:first-of-type {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    max-height: 80px;
}

.btncallf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
}

@media screen and (min-width: 651px) {
    #phone_bottom {
        right: 24px;
        left: auto;
        bottom: 14px;
        display: inline-block;
        width: fit-content;
        font-size: 18px;
        transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        cursor: pointer;
    }

    .div_last_view {
        max-height: calc(150px); /* 2 items + 1 gap */
    }


    #phone_bottom:hover {
        transform: translateY(-6px);
    }

    .page_fiche .phone_bottom_inner_container {
        gap: 20px;
    }

    .phone_bottom_inner {
        max-width: 450px;
        padding: 20px;
    }

    .phone_bottom_inner > div {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .phone_bottom_inner > div {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .phone_bottom_inner svg {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    .phone_bottom_inner svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0; /* évite que le SVG se rétrécisse */
    }

    .phone_bottom_inner .menuIcon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width: 768px) {

    .box_v3 {
        padding: 20px;
    }

    .cat_pict li {
        width: 33%;
    }

    .cat_blk_left_ads {
        width: calc(100% - 250px) !important;
    }

    .cat_blk_right_pub {
        width: 250px !important;
    }

    .file_left {
        width: calc(100% - 320px) !important;
    }

    .file_right {
        width: 320px !important;
    }

    .file_right .box_v3 {
        margin-left: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .box_v3 {
        padding: 28px;
    }

    .cat_blk_left_ads {
        width: calc(100% - 280px) !important;
    }

    .cat_blk_right_pub {
        width: 280px !important;
    }

    .file_left {
        width: calc(100% - 380px) !important;
    }

    .file_right {
        width: 380px !important;
    }
}

/* ===== FIXES OVERFLOW ===== */

/* box_v3 ne dépasse jamais la fenêtre */
.box_v3 {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* contactLeft doit pouvoir rétrécir en tant qu'enfant flex */
.contactLeft {
    min-width: 0;
    overflow: hidden;
}

/* contactInfo : truncature dynamique sans largeur fixe */
.contactInfo {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.contactInfo .contactLabel,
.contactInfo .contactValue {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
}
.d_last_view h2,
.box-header h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.d_last_view h2::after,
.box-header h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff2f9f, #ff6fbd);
    box-shadow: 0 0 18px rgba(255, 47, 159, 0.45);
}
.info-title {
    font-size: 90%;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .65;
}