/* Safari iOS 26 tab tinting — éléments fixes invisibles */
.safari-tint {
    position: fixed;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1a3a5c;
    pointer-events: none;
    z-index: -1;
}

.safari-tint-top {
    top: 0;
}

.safari-tint-bottom {
    bottom: 0;
}

.w-100 {
    width: 100%;
}

.fs-unset {
    font-size: unset !important;
}

.fw-unset {
    font-weight: unset !important;
}

.mt-50 {
    margin-top: 50px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.w-18 {
    width: 18px !important;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-900 {
    font-weight: 900;
}

.text-no-wrap {
    text-wrap: nowrap;
}

.bg-bleu-clair {
    background-color: var(--pxpMainColorLight) !important;
}

.bg-transparant {
    background-color: transparent !important;
}

.overflow-x-clip {
    overflow-x: clip;
}

.alert-light-primary {
    border-left: 4px solid #0969c3;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--pxpMainColorLight) !important;
}

.switch-buttons {
    padding: 5px 5px;
    background-color: #e6f0f9;
    display: flex !important;
    width: fit-content;
    border-radius: 15px;
    align-items: center;
    border: 1px solid;
}

.btn-switch {
    padding: 9px 13px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.btn-switch.active {
    /* padding: 8px 11px; */
    background: var(--degradeBleu);
    border-radius: 10px;
    color: white;
}

.text-degrade {
    /* background: linear-gradient(90deg, #6a11cb, #2575fc); */
    background: var(--degradeBleu);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Pour Firefox (optionnel mais utile) */
    background-clip: text;
    color: transparent;
}

ul.sans-puces {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.surligne-warning {
    background-color: #fff3cd;
    padding: 0px 5px;
    border-radius: 4px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.cursor-pointer,
.a {
    cursor: pointer;
}

.section-plein-ecran {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1030;
}

.sticky-theme {
    position: sticky;
    top: 100px;
}

.bg-beige-2 {
    background-color: #f8f4f1;
}

.bg-beige {
    background-color: var(--pxpSecondaryColorLight);
}

.text-color {
    color: var(--pxpMainColor) !important;
}

.text-color-dark {
    color: var(--pxpMainColorDark) !important;
}

.text-full {
    white-space: nowrap;
}

.reassurance-header {
    width: auto;
    padding: 6px 16px;
    /* margin: auto; */
    font-weight: 400;
    color: white;
}

.surligneur {
    background: var(--degradeBleu);
    display: inline-block;
    color: white;
    padding: 0px 11px;
    line-height: 1;
    border-radius: 3px;
}

.slider-text-item {
    background: var(--degradeBleu);
    display: inline-block;
    color: white;
    padding: 0px 11px;
    line-height: 1;
    width: min-content;
    border-radius: 3px;
    transform: rotate(359deg);
}

.card-etape {
    background: #e6f0f9;
    padding: 22px;
    padding-bottom: 37px;
    border-radius: 15px;
    backdrop-filter: blur(2px);
    border: 1px solid #b3b3b3;
    position: relative;
    color: #1a2552;
}

.card-etape .numero {
    background: var(--pxpMainColor);
    color: white;
    width: 35px;
    display: block;
    height: 35px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.card-etape::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0px;
    bottom: 18px;
    background-color: #0969c3;
}

.bandeau-offre {
    background-color: #0969c3;
    color: white;
    padding: 8px 40px;
    border-radius: 9px;
    width: fit-content;
    display: inline-block;
}

.cke_notification.cke_notification_warning {
    display: none !important;
}

.btn-light-theme {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
    border-radius: 50rem !important;
    background-color: lightgrey;
    color: #282828;
}

.btn-trouver-professionnel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px 2px #9bd3ff;
}

.btn-trouver-professionnel .label-disponible {
    display: block;
    position: unset;
}

.custom-border-radius {
    border-radius: 22px !important;
}

.btn-light-theme:hover {
    background-color: gainsboro;
}

.alert {
    border-radius: 20px;
}

.btn-red-dot {
    position: relative;
}

.btn-red-dot::after {
    content: ' ';
    position: absolute;
    background-color: #ff2d2d;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    top: -4px;
    right: -1px;
}

.bg-secondary-light {
    background-color: var(--pxpSecondaryColorLight);
}

.width-fit-content {
    width: fit-content;
}

.text-justify {
    text-align: justify;
}

.text-barre {
    text-decoration: line-through;
}

.premiere-lettre-maj {
    display: inline-block !important;
}

.premiere-lettre-maj::first-letter {
    text-transform: uppercase !important;
}

.cursor-forbiden {
    cursor: not-allowed;
}

.btn-href,
.pro-href {
    cursor: pointer;
}

.lien-sans-couleur {
    color: unset;
}

.text-small {
    font-size: 0.9em;
}

.min-height-none {
    min-height: unset;
}

.h1-seo2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
}

.h1-seo {
    font-size: 12px !important;
    font-weight: 100 !important;
    letter-spacing: 0px !important;
    line-height: 18px !important;
    position: absolute;
    bottom: 15px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-180 {
    padding-top: 180px;
}

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

.form-control.disabled {
    background-color: #e1e1e1 !important;
    cursor: not-allowed;
}

.badge {
    white-space: normal;
}

@media screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 140px;
    }
}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.ml-4 {
    margin-left: 4rem;
}

.ml-5 {
    margin-left: 5rem;
}

.pxp-single-company-side-info-data {
    word-break: break-all;
}

.rounded-theme {
    border-radius: 20px;
}

.border-red {
    border: 2px solid;
    border-color: rgb(220, 72, 72) !important;
}

.select2-border-red .select2-container--default .select2-selection--single {
    border-color: rgb(220, 72, 72) !important;
}

.btn-sm {
    font-size: 15px;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
}

.custom-opacity-blue {
    background-color: rgb(22 59 93 / 52%);
}

.text-shadow {
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.62);
}

.btn-dark {
    background-color: #17171d;
    color: #fff;
}

.text-light-theme {
    color: var(--pxpSecondaryColorLight) !important;
}

.sticky-bloc {
    position: sticky;
    top: 130px;
}

#modifier-message-particulier {
    display: block;
    text-align: right;
    cursor: pointer;
}

.btn-favoris.active {
    background-color: #ff3e3e;
    border: none;
}

.btn-favoris.active span {
    color: white;
}

.nav-tabs .nav-link.active {
    color: white;
    background-color: #0969c3;
    border-radius: 25px;
}

.nav-tabs .nav-link {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 25px;
    color: #17171d;
    padding: 10px 25px;
    font-size: 19px;
}

.nav-tabs {
    border-bottom: none;
}

.pxp-single-company-hero-logo,
.pxp-jobs-card-2-company-logo {
    background-size: cover;
}

.pxp-section-cta.reverse span,
.pxp-section-cta-o.reverse span {
    transition: 300ms;
    margin-left: 0px;
    margin-right: 10px;
}

.pxp-section-cta.reverse:hover span,
.pxp-section-cta-o.reverse:hover span {
    transition: 300ms;
    margin-left: 0px;
    margin-right: 20px;
}

.pxp-section-cta.btn-add.reverse:hover span,
.pxp-section-cta-o.btn-add.reverse:hover span {
    transform: rotate(90deg);
}

.pxp-candidate-cover label.pxp-cover span:not(.text-danger),
.pxp-candidate-photo label.pxp-cover span:not(.text-danger) {
    background-color: #ffffff91;
    border-radius: 8px;
    padding: 5px;
    color: black;
}

.inscription-compte .form-select {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
    outline: none !important;
    padding: 1rem 1.3rem;
}

.inscription-compte .input-group-text {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff;
    border-right: none;
    padding: 1rem 1.3rem;
    color: #5c5c60;
}

.progress-completion-compte {
    height: 23px;
    border-radius: 30px;
}

.progress-completion-compte .progress-bar {
    background: var(--degradeBleu);
}

.card-abonnement {
    border: 2px dashed grey;
    border-radius: 25px;
    padding: 25px;
}

.form-control-rounded {
    border: 1px solid rgba(0, 0, 0, .2);
    font-weight: 300;
    color: var(--pxpTextColor);
    background-color: #fff;
    border-radius: 30px;
    padding: 1rem;
}

.label-ht {
    position: relative;
}

.label-ht::after {
    content: 'HT';
    position: absolute;
    font-size: 15px;
    right: -16px;
}

.alert-icon-tips {
    background-color: var(--pxpMainColorLight);
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    padding: 20px;
    position: relative;
    padding-top: 54px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.22);
    margin-top: 105px;
}

.alert-icon-tips .icone {
    width: 100px;
    position: absolute;
    top: -85px;
    left: calc(50% - 50px);
}


/* NAVBAR */

.dropdown-toggle.no-icon::after {
    display: none !important;
}

.pxp-header-container nav.pxp-nav ul.custom-nav>li {
    padding: 14px 0px;
}

.pxp-header-container nav.pxp-nav ul.custom-nav>li a.nav-item-active {
    color: var(--pxpMainColor);
    font-weight: bold;
}

nav.pxp-nav-mobile ul.navbar-nav>li a.nav-item-active {
    color: var(--pxpMainColor);
    font-weight: bold;
}

nav.pxp-nav-mobile ul li.nav-item {
    padding: 10px 0px;
}

#btn-menu-pro,
#btn-menu-part {
    background-color: #0969c3;
    color: white;
    font-weight: 500;
    border-radius: 20px;
    padding: 4px 22px;
}

.logo-light {
    display: none;
}

.header_dark:not(.pxp-is-sticky) .logo-light {
    display: block;
}

.header_dark:not(.pxp-is-sticky) .logo-normal {
    display: none;
}

@media (max-width: 1400px) {
    .pxp-header-container {
        height: 80px;
    }
}

.block-barre-recherche label {
    position: absolute;
    top: -45px;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
}


/* Scrollbar ultra sobre et minimaliste */

.block-barre-recherche *::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.block-barre-recherche *::-webkit-scrollbar-track {
    background: transparent;
}

.block-barre-recherche *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 1px;
}

.block-barre-recherche *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15);
}


/* Pour Firefox */

.block-barre-recherche * {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}


/* Scrollbar globale pour les éléments de la page d'accueil */

 ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

 ::-webkit-scrollbar-track {
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.12);
}


/* Pour Firefox - scrollbar globale */

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.08) transparent;
}

#btn-navbar-connexion-inscription {
    border-color: white;
    color: white;
}

#btn-navbar-connexion-inscription:hover {
    border-color: #002745;
    color: #002745;
}

.pxp-is-sticky #btn-navbar-connexion-inscription {
    color: var(--pxpTextColor);
    border: 1px solid var(--pxpTextColor);
}

.pxp-is-sticky #btn-navbar-connexion-inscription:hover {
    color: white;
}

.pxp-user-nav-dropdown>.dropdown-toggle::after,
.pxp-user-nav-name {
    border-top-color: #fff;
    color: #fff;
}


/* NAVBAR Particuliers / Professionnels */

.navbar-vcp.open {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.pxp-nav-mobile .custom-navigation-mobile-compte a:hover {
    opacity: 1;
}

.custom-navigation-mobile-compte a.dropdown-toggle {
    background-color: white;
    border: 1px solid;
    border-radius: 50rem !important;
    padding: 8px;
}

.custom-navigation-mobile-compte a.dropdown-toggle.show {
    position: fixed;
    top: 75px;
    left: 0px;
    width: 340px;
    margin-left: 30px;
    max-width: calc(100% - 60px);
    background-color: white;
    border: 1px solid;
    border-radius: 50rem !important;
    padding: 8px;
}

.custom-navigation-mobile-compte ul.dropdown-menu.show {
    position: fixed;
    top: 128px;
    left: 0px;
    width: 340px;
    margin-left: 30px;
    max-width: calc(100% - 60px);
    background-color: white;
    border: 1px solid;
    padding: 8px;
}


/* SWAL */

.swal2-styled.swal2-confirm {
    background-color: #0969c3 !important;
}

.swal2-popup.swal2-modal {
    border-radius: 30px !important;
}

button.swal2-styled {
    border-radius: 22px !important;
}

.swal2-container {
    z-index: 10002;
}


/* SELECT 2 */

.select2 {
    /* width: 100% !important; */
    /* max-width: 100vw; */
    /* width: fit-content; */
}

.select2 .select2-selection {
    border-radius: 30px;
    /* height: 58px; */
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.select2 .select2-selection__arrow {
    /* height: 58px !important; */
    height: 30px !important;
    right: 15px !important;
}

.select2-dropdown {
    z-index: 9999;
}

li.select2-results__option[role=treeitem]:hover {
    background-color: #5897fb;
    color: white;
}

li.select2-results__option[aria-selected=true] {
    background-color: #ddd;
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 12px;
    padding: 0px 26px;
}

.select2-selection.select2-selection--multiple {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 14px;
}

.select2-search__field,
.select2-selection__rendered {
    width: 100%;
}


/* Modal */

.modal-header {
    padding: 40px !important;
    padding-bottom: 5px !important;
}

.modal-header .btn-close {
    top: auto !important;
}


/* Bootstrap */

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}

.alert-info-custom {
    background-color: #e6f0f9;
    color: #002745;
    border-radius: 20px;
}

.alert-warning-custom {
    color: #664d03;
    background-color: #fff8ec;
    border-color: #ffecb5;
    border-radius: 20px;
}


/* INSCRIPTION PRO */

.partenaires-inscription {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partenaires-inscription img {
    width: 80px;
    margin: 0px 25px;
    max-width: 16vw;
}

.partenaires-inscription img.gros {
    width: 115px;
}

.ligne-separation-pro {
    width: 400px !important;
}

.fleche-btn-inscription {
    position: absolute;
    width: 300px;
    left: -283px;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.titre-pro-inscription {
    position: relative;
    width: fit-content;
}

.titre-pro-inscription h5 {
    width: fit-content;
}

.fleche-titre-pro {
    position: absolute;
    bottom: 0;
    right: -143px;
    height: auto;
    width: 111px;
}

.label-selection-prix {
    border: 2px solid #002745;
    border-radius: 13px;
    padding: 5px 9px;
    cursor: pointer;
    font-weight: 700;
    color: #002745;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

.label-selection-prix small {
    font-weight: 500;
}

.label-selection-prix.active,
.label-selection-prix:hover {
    background-color: #002745;
    color: white;
}


/* FORMULES PRO */

.select-periode {
    border-radius: 50px;
    font-weight: 900;
    padding: 10px 17px;
    text-align: center;
}

.select-periode-wrap {
    position: relative;
}

.select-periode-wrap::after {
    content: "";
    position: absolute;
    width: 45px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url('../images/assets/exclamation.png');
    background-size: contain;
    top: -31px;
    right: -27px;
}

.img-bon-plan {
    position: absolute;
    right: -7%;
    top: -11%;
    width: 187px;
    z-index: -1;
}

.avantage-ligne:not(.no-border) {
    border-bottom: 1px solid;
}

.avantage-ligne .case:first-child {
    justify-content: start;
}

.avantage-ligne .case {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: white;
}

.avantage-ligne .header-case {
    background-color: white;
}

.faa-spin.animated.faa-extra-slow {
    -webkit-animation: spin 18.5s linear infinite;
    animation: spin 18.5s linear infinite;
}

.reduction {
    background-image: url(../images/assets/surligneur-dark.png);
    color: white;
    font-weight: 600;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 7px;
    font-size: 17px;
    position: absolute;
    top: -20px;
    left: 50%;
}

.avantage-ligne .header-case:nth-child(2) {
    border-left: 1px solid;
    border-top: 1px solid;
    border-top-left-radius: 15px;
}

.avantage-ligne .header-case:nth-child(3) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-top-right-radius: 15px;
}

.avantage-ligne .case:nth-child(1),
.avantage-ligne .case:nth-child(2),
.avantage-ligne .case:nth-child(3) {
    border-left: 1px solid;
}

.avantage-ligne .case:nth-child(3) {
    border-right: 1px solid;
}

.avantages .avantage-ligne:nth-child(2) .case {
    border-top: 1px solid;
}

.avantages .avantage-ligne:nth-last-child(2) {
    border-bottom-left-radius: 15px;
}

.avantages .avantage-ligne:nth-last-child(2) .case:first-child {
    border-bottom-left-radius: 15px;
}

.avantages .avantage-ligne:last-child .case:nth-child(2) {
    border-bottom-left-radius: 15px;
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:last-child .case:nth-child(3) {
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:first-child {
    border-bottom: none;
}

.avantages .avantage-ligne:first-child .case:nth-child(2) {
    border-bottom: 1px solid;
}

.avantages .avantage-ligne:last-child,
.avantages .avantage-ligne:last-child .case:first-child {
    border: none;
}

.avantages .avantage-ligne:nth-child(2) .case:first-child,
.avantages .avantage-ligne.premiere-ligne .case:first-child,
.avantages .avantage-ligne:nth-child(2) {
    border-top-left-radius: 15px;
}

.avantages .avantage-ligne.premiere-ligne .case {
    border-top: 1px solid;
}

.avantages .avantage-ligne:nth-child(odd) .case {
    background-color: #f4f4f4;
}


/* Fonctionnalités Premium */

.fonctionnalite-premium a {
    position: relative;
}

.fonctionnalite-premium a::after {
    content: "Pro +";
    position: absolute;
    background-color: #ff2020;
    color: white;
    border-radius: 10px;
    font-size: 11px;
    padding: 3px 8px;
    top: 31%;
    right: 0px;
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.73);
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.73);
}

.custom-header-modal .icone {
    position: absolute;
    top: -75px;
    width: 120px;
    z-index: 1;
    left: calc(50% - 60px);
}

.custom-header-modal {
    position: relative;
    background-color: var(--pxpMainColorDark);
    padding: 75px 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.custom-header-modal::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: transparent url(../images/assets/mask.png) no-repeat bottom center;
    height: 63px;
    z-index: 1;
    background-size: contain;
}


/* --- Modal Connexion / Inscription --- */

.modal-compte-dialog {
    max-width: 520px;
}

.modal-compte-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
}

.modal-compte-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.modal-compte-close:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.modal-compte-header {
    background: var(--degradeDark);
    padding: 40px 32px 32px;
    text-align: center;
}

.modal-compte-titre {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}

.modal-compte-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.modal-compte-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #f8fafc;
}

.modal-compte-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.2s;
}

.modal-compte-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.08);
}

.modal-compte-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 14px;
}

.modal-compte-card-icon--part {
    background: #eff6ff;
    color: #3b82f6;
}

.modal-compte-card-icon--pro {
    background: #fef3c7;
    color: #d97706;
}

.modal-compte-card-titre {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.modal-compte-card-desc {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
}

.modal-compte-card-actions {
    display: flex;
    gap: 10px;
}

.modal-compte-btn {
    flex: 1;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    display: block;
}

.modal-compte-btn--primary {
    background: var(--pxpMainColor);
    color: #fff;
}

.modal-compte-btn--primary:hover {
    background: var(--pxpMainColorDark);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.modal-compte-btn--outline {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.modal-compte-btn--outline:hover {
    background: #e2e8f0;
    color: #1e293b;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .modal-compte-dialog {
        margin: 12px;
    }
    .modal-compte-header {
        padding: 32px 20px 24px;
    }
    .modal-compte-body {
        padding: 16px;
    }
    .modal-compte-card {
        padding: 20px 16px;
    }
    .modal-compte-card-actions {
        flex-direction: column;
        gap: 8px;
    }
}

.badge-premium {
    display: inline-block;
    padding: 0.35em 0.65em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.btn-choix-abonnement {
    background-color: var(--pxpMainColor);
    color: white;
    font-weight: bold;
    padding: 10px 26px;
    border-radius: 17px;
    text-align: center;
    border: none;
}

.btn-choix-abonnement:hover {
    background-color: #002745;
    color: white;
}


/* STRIPE */

#chargement-stripe {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffffbd;
}

#chargement-stripe i {
    font-size: 25px;
}

.animate__animated {
    animation-fill-mode: inherit;
}

.btn-code-promo {
    position: absolute;
    bottom: -36px;
}


/* METIERS */

.image-wrap {
    max-height: 417px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.image-wrap img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
}


/* LAYOUT PROFESSIONNEL  */

.pxp-dashboard-content {
    /* margin-top: 94px; */
    margin-top: 30px;
}

.pxp-dashboard-content-header {
    margin-top: 80px;
    z-index: 1029;
}

.pxp-dashboard-side-panel {
    /* padding-top: 80px; */
}

.pxp-dashboard-side-panel {
    top: 82px;
}

.pxp-dashboard-side-panel::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-thumb {
    background: #5a5a5e;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-thumb:hover {
    background: #5a5a5e;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-thumb:active {
    background: #5a5a5e;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-track {
    background: #fff8ec;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-track:hover {
    background: #fff8ec;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-track:active {
    background: #fff8ec;
}

.pxp-dashboard-side-panel::-webkit-scrollbar-corner {
    background: transparent;
}

#menu-professionnel-mobile {
    padding-top: 80px;
}

nav.pxp-nav-mobile ul li.pxp-active a {
    background-color: var(--pxpMainColorDark);
    color: #fff !important;
    padding-left: 20px !important;
}

@media (max-width: 991px) {
    .pxp-dashboard-content-header {
        box-shadow: 0px 15px 30px rgb(0 0 0 / 16%);
    }
}


/* DATATABLE */

.dataTables_filter label input {
    border-radius: 30px !important;
    padding: 5px 10px !important;
    margin-left: 15px !important;
}

.dataTables_length label select {
    border-radius: 30px !important;
    padding: 5px 10px !important;
    margin: 0px 10px !important;
}

a.paginate_button {
    color: var(--pxpMainColor) !important;
    border-color: var(--pxpMainColorLight) !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
}

a.paginate_button:hover {
    color: #fff !important;
    border-color: var(--pxpMainColor) !important;
    background-color: var(--pxpMainColor) !important;
    background: var(--pxpMainColor) !important;
}

a.paginate_button.disabled:hover {
    color: #fff !important;
    border-color: #6288aa !important;
    background-color: #6288aa !important;
    background: #6288aa !important;
}

a.paginate_button.current {
    color: #fff !important;
    background-color: var(--pxpMainColorDark) !important;
    background: var(--pxpMainColorDark) !important;
    border-color: var(--pxpMainColorDark) !important;
}

ul.dtr-details {
    width: 100% !important;
}

ul.dtr-details li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pxp-dashboard-table-options a:hover,
.pxp-dashboard-inbox-list-item-options a:hover {
    color: #fff !important;
    background-color: var(--pxpMainColor);
}

.pxp-dashboard-table-options a,
.pxp-dashboard-inbox-list-item-options a {
    background-color: var(--pxpMainColorLight);
    border: 0 none;
    border-radius: 5px;
    font-size: 14px;
    color: var(--pxpMainColorDark) !important;
    padding: 5px 10px;
    text-align: center;
    transition: var(--pxpHoverTransition);
    transition-property: background-color, color;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}


/* FACTURES */

.facture-entite {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea !important;
}

.facture-entite .libelle {
    width: 50%;
    color: #767676;
    overflow-wrap: break-word;
}

.facture-entite .valeur {
    width: 50%;
    color: black;
    overflow-wrap: break-word;
}

.facture-total-ligne {
    width: 100%;
    display: flex;
    margin-bottom: 17px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaeaea !important;
}

.facture-total-ligne .libelle {
    width: 50%;
    color: #767676;
    overflow-wrap: break-word;
}

.facture-total-ligne .valeur {
    width: 50%;
    color: black;
    overflow-wrap: break-word;
    text-align: right;
}

table.sans-bordure,
table.sans-bordure tbody,
table.sans-bordure tbody tr,
table.sans-bordure tbody tr td {
    border: none;
}


/* CHAT */

#hubspot-messages-iframe-container {
    height: 111px;
}

.widget-app-container {
    padding-bottom: 0px !important;
    bottom: 51px !important;
}


/* =====================================================
   Section Témoignages — Google + Trustpilot
   ===================================================== */


/* Section */

.tm-section {
    background: #f7f9fc;
}


/* Header */

.tm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.tm-header-texte {
    max-width: 560px;
}

.tm-titre {
    font-size: 32px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin: 0 0 10px;
    line-height: 1.2;
}

.tm-sous-titre {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* Logos header (Trustpilot + Google) */

.tm-header-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.tm-header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.tm-header-logo-img {
    width: 120px;
    height: auto;
}

.tm-header-google-icon {
    font-size: 28px;
    background: conic-gradient(from 180deg, #4285f4, #ea4335, #fbbc05, #34a853, #4285f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tm-header-google-text {
    font-size: 12px;
    font-weight: 600;
    color: #5f6368;
}

.tm-header-sep {
    font-size: 20px;
    font-weight: 300;
    color: #cbd5e1;
}


/* Card base */

.tm-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 3px solid transparent;
}

.tm-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}


/* Variante Trustpilot */

.tm-card--trustpilot {
    border-top-color: #00b67a;
}

.tm-card--trustpilot .tm-card-etoiles .fas {
    color: #00b67a;
}


/* Variante Google */

.tm-card--google {
    border-top-color: #4285f4;
}

.tm-card--google .tm-card-etoiles .fas {
    color: #fbbc05;
}


/* Logo source en haut à droite */

.tm-card-source {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    z-index: 2;
}

.tm-card--google .tm-card-source {
    color: #4285f4;
    font-size: 20px;
}

.tm-card--trustpilot .tm-card-source {
    color: #00b67a;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.tm-card--trustpilot .tm-tp-star-icon {
    font-size: 14px;
}


/* Étoiles */

.tm-card-etoiles {
    display: flex;
    gap: 3px;
    /* margin-bottom: 14px; */
}

.tm-card-etoiles .fas {
    font-size: 15px;
}


/* Texte */

.tm-card-texte {
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    margin: 0 0 18px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}


/* Auteur */

.tm-card-auteur {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.tm-card-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.tm-card--trustpilot .tm-card-avatar {
    border: 2px solid #e0f5ec;
}

.tm-card--google .tm-card-avatar {
    border: 2px solid #e8eef8;
}

.tm-card-nom {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
}

.tm-card-titre {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    margin-top: 1px;
}


/* Carousel */

.tm-carousel.owl-carousel .owl-dots {
    margin-top: 32px;
    text-align: center;
}

.tm-carousel.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 5px;
    opacity: 0.2;
    transition: var(--pxpHoverTransition);
    transition-property: width, opacity;
}

.tm-card .star-trust {
    width: 29px !important;
}

.tm-card .google-g {
    width: 29px !important;
}

.tm-carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    width: 30px;
    background-color: white;
}


/* Responsive témoignages */

@media (max-width: 767px) {
    .tm-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .tm-titre {
        font-size: 24px;
    }
    .tm-header-logo-img {
        width: 100px;
    }
    .tm-header-google-icon {
        font-size: 22px;
    }
    .tm-card {
        padding: 20px 18px;
    }
}


/* =====================================================
   FAQ Accueil
   ===================================================== */

.faq-section {
    background: #fff;
}

.faq-inner {
    max-width: 780px;
    margin: 0 auto;
}


/* Badge */

.faq-badge {
    display: inline-flex;
    align-items: center;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.faq-titre {
    font-size: 32px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin: 0 0 10px;
}

.faq-sous-titre {
    font-size: 16px;
    color: #64748b;
    margin: 0;
}


/* Accordion items */

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: #fff;
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 20px rgba(9, 105, 195, 0.08);
}


/* Question button */

.faq-question {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq-question-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question-icon {
    background: var(--pxpMainColor);
    color: #fff;
}

.faq-question-texte {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--pxpMainColorDark);
    line-height: 1.4;
}

.faq-chevron {
    flex-shrink: 0;
    font-size: 13px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--pxpMainColor);
}


/* Réponse */

.faq-reponse {
    padding: 0 22px 20px 74px;
    font-size: 14px;
    color: #475569;
    line-height: 1.75;
}


/* Responsive FAQ */

@media (max-width: 575px) {
    .faq-titre {
        font-size: 24px;
    }
    .faq-question {
        padding: 14px 16px;
        gap: 12px;
    }
    .faq-question-icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }
    .faq-question-texte {
        font-size: 14px;
    }
    .faq-reponse {
        padding: 0 16px 16px 62px;
        font-size: 13px;
    }
}


/* TEXTE HR */

.hr-text-wrap {
    max-width: 50%;
    margin: 40px auto;
    text-align: center;
}

.hr-text {
    font-size: 20px;
    position: relative;
    border: 0;
    height: 1.5em;
}

.hr-text::before {
    content: '';
    background: linear-gradient(to right, transparent, #b2b2b2, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #24bba0;
    background-color: black;
}


/* GOOGLE RECAPTCHA */

.grecaptcha-badge {
    display: none;
}


/* FULLCALENDAR */

@media (max-width: 1109px) {
    .fc-view-harness {
        min-height: 1000px !important;
    }
}

@media (max-width: 338px) {
    .fc-view-harness {
        min-height: 1000px !important;
    }
    #calendar-agenda-pro .fc-header-toolbar {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.fc-header-toolbar {
    flex-wrap: wrap;
}

#agenda-tdb .fc-timegrid .fc-event-title {
    color: white;
}


/* Vue AGENDA Pro : */

#calendar-agenda-pro h2.fc-toolbar-title {
    font-size: 17px;
}

#calendar-agenda-pro button.fc-button span.fc-icon {
    font-size: 12px;
}

#calendar-agenda-pro button.fc-button {
    padding: 3px 5px;
    font-size: 15px;
    font-weight: 100;
}


/* Services CARD */

.service-card {
    padding: 22px 18px;
}

.service-card .pxp-jobs-card-2-info {
    margin-left: 0px;
}

.service-card .pxp-jobs-card-2-info .pxp-jobs-card-2-title {
    font-size: 15px;
}

.service-card .pxp-jobs-card-2-info .pxp-jobs-card-2-title::first-letter {
    text-transform: uppercase;
}

.pxp-sign-hero-form.recherche-service {
    width: 305px;
    max-width: 100%;
}

.info-service-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /* color: white; */
    font-weight: 400;
    background-color: white;
    width: fit-content;
    padding: 9px 15px;
    border-radius: 22px;
    color: var(--pxpMainColorDark);
    margin: auto;
    flex-wrap: wrap;
}


/* SERVICES /  DISPONIBILITES */

.plages-horaires {
    backdrop-filter: blur(8px);
    background-color: #fafafa5c;
    padding: 15px;
    border-radius: 20px;
    border: 2px solid gainsboro;
    z-index: 1;
    position: relative;
}

.calendrier-dispo {
    position: absolute;
    top: -69px;
    right: -47px;
    z-index: 0;
    width: 300px;
}

.pill-disponibilite {
    cursor: pointer;
}

.pill-disponibilite:hover {
    background-color: #002745;
    color: white;
}

.pill-disponibilite:hover {
    background-color: #002745;
    color: white;
}

.pill-disponibilite:hover a {
    color: white;
}

.card-confirmation-disponibilite {
    border: 2px dashed #17171d;
    padding: 20px;
    border-radius: 25px;
}


/* CRENEAUX */

#liste-jours .creneau-jour,
.creneau-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e6f0f9;
    border-radius: 15px;
    border: 2px dashed;
    width: calc(100% / 9);
    height: 82px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.creneau-navigation.mobile {
    width: unset;
    height: unset;
    padding: 10px 20px;
}

#liste-jours .creneau-jour.active,
#liste-jours .creneau-jour:hover,
.creneau-navigation:not(.disabled):hover {
    background-color: var(--pxpMainColorDark);
    color: white;
    border: 2px solid var(--pxpMainColorDark);
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

#liste-jours .creneau-jour .jour {
    font-weight: 600;
    font-size: 19px;
}

.creneau-navigation.disabled {
    cursor: not-allowed;
    color: darkgray;
}

#liste-creneaux .creneau {
    padding: 5px 13px;
    background-color: #e6f0f9;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px dashed;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: calc((100%/6) - 10px);
    overflow: hidden;
}

#liste-creneaux .creneau.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
}

#liste-creneaux .creneau.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    position: absolute;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#liste-creneaux.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    z-index: 2;
}

#liste-creneaux.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110";
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    position: absolute;
    color: #303030;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

#liste-creneaux .creneau:hover,
#liste-creneaux .creneau.active,
.preference-disponibilite:hover,
.preference-disponibilite.active {
    background-color: #198754;
    color: white;
    border-color: transparent;
}

#liste-creneaux .creneau.tunnel:hover {
    background-color: var(--pxpMainColorDark);
    color: white;
    border-color: transparent;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

#liste-creneaux .creneau.active:hover,
.preference-disponibilite.active:hover {
    background-color: #dc3545;
}

.jour {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 5px;
}

.preference-disponibilite {
    padding: 5px 13px;
    overflow: hidden;
    background-color: #e6f0f9;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px dashed;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
}


/* DOMAINES / SUJETS */

.bloc-sujets-wrap {
    background-color: #ecf5ff;
    padding: 25px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.10);
}

.bloc-sujets-wrap .domaine-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: sticky;
    top: 140px;
}

.enboarding .bloc-sujets-wrap .domaine-header {
    top: -23px;
}

.bloc-sujet-pro {
    color: #818181;
    margin-bottom: 14px;
    cursor: pointer;
    background-color: #e6f0f9;
    padding: 8px 20px;
    border-radius: 15px;
    border: 1px dashed;
    position: relative;
    overflow: hidden;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-sujet-pro.active,
.bloc-sujet-pro:not(.active):not(.loading):hover {
    color: white;
    background-color: var(--pxpMainColorDark);
    font-weight: 600;
    border-color: var(--pxpMainColorDark);
}

.bloc-sujet-pro.active:not(.loading):hover {
    color: #818181;
    background-color: #e6f0f9;
}

.bloc-sujet-pro.active::after,
.bloc-sujet-pro:not(.active):hover::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    right: 12px;
    font-size: 69px;
    top: -32px;
    transform: rotate(345deg);
    opacity: 39%;
}

#swipe-gif {
    margin-top: -43px;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.bloc-sujet-pro.active:hover::after {
    content: "\f057";
}

.bloc-domaine.loading {
    position: relative;
}

.bloc-domaine.loading::before {
    position: absolute;
    content: " ";
    background-color: #ffffffc7;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
}

.bloc-domaine.loading::after {
    font-family: "Font Awesome 5 Free";
    content: "\f110" !important;
    animation: fa-spin 2s linear infinite;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #303030;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-tuto {
    padding: 15px;
    background-color: #fff8ec;
    border-radius: 16px;
    border: 2px dashed #dbc7a4;
    position: relative;
    overflow: hidden;
}

.recapitulatif-tunnel-pro {
    background-color: white;
    /* padding: 15px 21px; */
    /* border-left: 4px solid var(--pxpMainColorDark); */
}

.recapitulatif-tunnel-pro.webinaires {
    background-color: rgb(255 255 255 / 77%);
    padding: 15px 21px;
    border-left: 3px solid var(--pxpMainColorDark);
    border-right: 3px solid var(--pxpMainColorDark);
}


/* TUNNEL : Professionnels */

.bloc-professionnel {
    cursor: pointer;
}

.bloc-professionnel:hover {
    background-color: var(--pxpMainColorDark);
}

.bloc-professionnel:hover .bloc-prix-consultation {
    background-color: white;
    color: var(--pxpMainColorDark);
}

.bloc-professionnel:hover span,
.bloc-professionnel:hover div {
    color: white;
}

.card-choix-metier {
    padding: 0px;
    padding-top: 30px;
    overflow: hidden;
    aspect-ratio: 3 / 3;
    scale: 1;
    transition: var(--pxpHoverTransition);
}

.card-choix-metier img {
    object-fit: cover;
}

.card-choix-metier:hover img {
    scale: 1.1;
    transition: var(--pxpHoverTransition);
}

.card-choix-metier:hover .titre-metier {
    color: white;
}


/* Ressources */

.card-ressource {
    padding: 21px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.card-ressource:hover {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}

.card-guide {
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    background-color: #f1f7fc;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-guide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* Header */

.pxp-page-header-simple {
    position: relative;
}

.pxp-page-header-simple:not(.no-curve)>div {
    position: relative;
    z-index: 2;
}

.pxp-page-header-simple:not(.no-curve)::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: transparent url('../images/assets/mask.png') no-repeat bottom center;
    height: 100px;
    z-index: 1;
}

#tunnel-wrapper .pxp-page-header-simple::after {
    display: none !important;
}


/* Tunnel - Style 1 */

.image-header-tunnel {
    display: none;
}

#tunnel-wrapper.style-1 .pxp-page-header-simple {
    text-align: center;
}

#tunnel-wrapper.style-1 .pxp-page-header-simple .h1 {
    font-size: 38px;
}

#tunnel-wrapper.style-1 {
    padding: 15px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
}

#tunnel-wrapper.style-1 .pxp-page-header-simple {
    margin-top: 23px;
    padding-bottom: 0px;
}

#tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .pxp-page-header-simple {
    background-color: #fff8ec !important;
}

#tunnel-wrapper.style-1 .etape-tunnel {
    padding-bottom: 63px;
}

#tunnel-wrapper.style-1 #liste-domaines {
    justify-content: center;
}

#tunnel-wrapper.style-1::after {
    position: absolute;
    content: ' ';
    right: -15px;
    top: -49px;
    background-image: url(../images/assets/fleche.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 197px;
    height: 134px;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.bloc-professionnel {
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}


/* Tunnel - Style 2 */

#tunnel-wrapper.style-2 .underline {
    /* display: none; */
}


/* PAGE DOMAINES */

.bloc-ancre-metier {
    padding: 15px 20px;
    text-align: center;
    background-color: #e6f0f9;
    border-radius: 20px;
    color: #17171d;
    font-weight: bold;
    border: 2px dashed;
}

.bloc-ancre-metier:hover {
    background-color: var(--pxpMainColorDark);
    color: white;
}

.shape-metier-section {
    border: 15px solid var(--pxpMainColorDark);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    border-radius: 200px;
    width: 50%;
    height: 150%;
    bottom: 200px;
    transform: rotate(32deg);
    transform-origin: bottom left;
}

.shape-metier-section.reverse {
    left: 0px;
    transform-origin: top left;
    bottom: -200px;
}


/* FILE ZONE */

.file-zone {
    border: 2px dashed grey;
    border-radius: 25px;
    padding: 25px;
}

#label-upload-file {
    display: flex;
    border: 1px dashed rgba(0, 0, 0, .2);
    border-radius: 30px;
    width: 100%;
    height: 166px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.date-document {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
}

.bloc-document:hover .date-document {
    display: block;
}

.bloc-document:hover .auteur-document span {
    display: block;
}

.auteur-document {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
}

.auteur-document .photo_profil {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid var(--pxpMainColor);
    background-position: center;
    background-size: cover;
}

.auteur-document span {
    display: none;
}


/* BOUTONS */

.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-success:hover {
    /* color: #146c43 !important; */
    background-color: #07472a !important;
    border-color: #07472a !important;
}


/* DATA TABLE SIMPLE */

.data-table-simple .dataTables_length,
.data-table-simple .dataTables_info {
    display: none;
}


/* CONSULTATIONS */

.cloche-consultation {
    position: absolute;
    top: -44px;
    right: -5px;
    display: none;
}

.consultation-active .cloche-consultation {
    display: block;
}

.tr-consultation-active {
    -webkit-box-shadow: 0px 0px 12px 3px rgb(0 39 69 / 58%);
    box-shadow: 0px 0px 12px 3px rgb(0 39 69 / 58%);
    position: relative;
}

.consultation-active {
    -webkit-box-shadow: 0px 0px 30px -4px rgba(9, 105, 195, 0.65);
    box-shadow: 0px 0px 30px -4px rgba(9, 105, 195, 0.65);
}

#decompte-secondes-fin {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: #000000a1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#decompte-secondes-fin span {
    color: white;
    font-weight: bold;
    font-size: 105px;
}

#decompte-secondes-fin p {
    color: white;
    font-size: 35px;
}

.zone-vide {
    border: 2px dashed grey;
    border-radius: 25px;
    padding: 25px;
}


/* VIDÉOS */

.consultation-video-self,
.webinaire-video-self {
    width: 100%;
    border-radius: 20px;
}

.bloc-attente-connexion-video {
    background-color: var(--pxpMainColorLight);
    padding: 25px;
    /* border-radius: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.bloc-attente-connexion-video .image-profil {
    height: 94px;
    width: 94px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.appel-boutton {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: none;
    margin: 0px 15px;
}

.appel-boutton:disabled:not(.btn-success) {
    color: #191919;
    background-color: #8d959d;
    border-color: #8d959d;
    cursor: not-allowed;
}

.barre-appel-indicateurs-local,
.barre-appel-indicateurs-distant {
    position: absolute;
    top: 18px;
    right: 30px;
    display: flex;
}

.barre-appel-indicateurs-local .indicateur,
.barre-appel-indicateurs-distant .indicateur {
    font-size: 23px;
    color: #dc3545;
    background-color: #e6f0f9;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
}

#bloc-video-distant video {
    width: 100%;
    border-radius: 20px;
}


/* MES VENTES */

.annees {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.annees .annee {
    border: 1px solid #17171d;
    border-radius: 20px;
    padding: 10px 23px;
    margin-right: 19px;
    position: relative;
}

.annees .annee.active,
.annees .annee:hover {
    background-color: #0969c3;
    color: white;
    border-color: #0969c3;
}

.annees .annee.active::after {
    content: " ";
    background-image: url(../images/assets/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -7px;
    right: -5px;
}

.annees .annee h2 {
    margin: 0px;
}

.mois-vente {
    border: 1px solid #17171d !important;
    border-radius: 15px !important;
    padding: 15px;
    margin-bottom: 15px;
}

.header-mois {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px !important;
    padding: 0px !important;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.accordion-button.header-mois::after {
    margin-left: 0px !important;
}

.accordion-button.header-mois span {
    width: 145px;
}

.accordion-button.header-mois div {
    width: 145px;
}

.header-mois.accordion-button.collapsed {
    transition: 0.5s;
}

.header-mois.accordion-button.collapsed span {
    transition: 0.5s;
}

.header-mois.accordion-button:not(.collapsed) {
    z-index: 9999 !important;
    border-radius: 15px !important;
    position: sticky;
    border: 2px solid #0969c3;
    top: 87px;
    padding: 15px 35px !important;
    transition: 0.5s;
    -webkit-box-shadow: 0px 18px 36px -16px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 18px 36px -16px rgba(0, 0, 0, 0.29);
}

.header-mois.accordion-button:not(.collapsed) span {
    font-weight: bold;
    transition: 0.5s;
}

.block-vente {
    border: 2px solid #002745;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.block-vente .photo-client {
    width: 49px;
    height: 49px;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}


/* LISTE DES PROFESSIONNELS */

#bloc-filtre-professionnels {
    position: sticky;
    top: 115px;
}

.section-btn-recherche {
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 10px;
    border-radius: 25px;
    z-index: 10;
}

.section-btn-recherche button {
    height: 100%;
    border-radius: 30px;
    padding: 5px 17px;
}

#recherche_string {
    border-radius: 30px;
    padding-right: 75px;
}

.img-card-professionnel {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.label-disponible {
    position: absolute;
    top: -16px;
    right: 26px;
    background-color: #c5f8c2;
    color: #057205;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid;
    display: none;
}

.label-premium {
    position: absolute;
    top: -16px;
    right: 26px;
    background-color: #bee3f5;
    color: #0969c3;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 20px;
    align-items: center;
    border: 1px solid;
}

.professionnel-disponible {
    -webkit-box-shadow: 0px 0px 12px 2px #c5e2fc;
    box-shadow: 0px 0px 12px 2px #c5e2fc;
}

.professionnel-disponible .label-disponible {
    display: flex;
}


/* LISTE DES SERVICES */

#bloc-filtre-services {
    position: sticky;
    top: 115px;
}

.bloc-disponibilite-service {
    border-radius: 20px;
    padding: 12px;
    background-color: #e6f0f9;
}

.bloc-disponibilite-service .pxp-info-stats-item-number>span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 0px;
}

.bloc-disponibilite-service .pxp-info-stats-item-number {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}

.bloc-prix-service,
.bloc-prix-consultation {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--pxpMainColor);
    color: white;
    font-weight: 400;
    padding: 10px 20px;
    border-top-right-radius: 29px;
    border-bottom-left-radius: 30px;
}


/* WEBINAIRES */

.bloc-prix-webinaire {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--pxpMainColor);
    color: white;
    font-weight: 400;
    padding: 10px 20px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#bloc-reservation-webinaire {
    border-radius: 40px;
}

.bandeau-periode-essai {
    position: absolute;
    top: 21px;
    left: -81px;
    background-color: #ffc91e;
    padding: 5px 0px;
    color: #17171d;
    font-weight: 600;
    text-align: center;
    width: 264px;
    transform: rotate(318deg);
}

.bandeau-complet {
    position: absolute;
    top: 33px;
    left: -36px;
    background-color: #dc3545;
    color: white;
    font-weight: 600;
    text-align: center;
    width: 160px;
    transform: rotate(318deg);
}

.bandeau-complet-min {
    position: absolute;
    top: 18px;
    left: -52px;
    background-color: #dc3545;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    width: 160px;
    transform: rotate(318deg);
}

.utilisateur-miniature {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 2px solid #17171d;
    background-size: cover;
    margin-left: -10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.utilisateur-miniature:hover {
    margin-top: -5px;
    z-index: 1;
}

.webinaire-card-compte {
    padding: 0px !important;
}

.webinaire-card-compte-inner {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.cloche-webinaire {
    position: absolute;
    top: -44px;
    right: -22px;
    display: none;
}

.webinaire-active .cloche-webinaire {
    display: block;
}

.webinaire-active {
    -webkit-box-shadow: 0px 0px 30px -4px rgba(9, 105, 195, 0.65);
    box-shadow: 0px 0px 30px -4px rgba(9, 105, 195, 0.65);
}

.participant-webinaire-pill {
    border: 2px dashed grey;
    border-radius: 15px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.participant-webinaire-salon-pill {
    background-color: var(--pxpMainColorLight);
    border-radius: 15px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.participant-webinaire-pill .photo-particulier,
.participant-webinaire-salon-pill .photo-particulier {
    width: 32px;
    height: 32px;
    background-size: cover;
    border: 1px solid var(--pxpTextColor);
    border-radius: 50%;
}

.professionnel-info-barre,
.local-info-barre,
.distant-info-barre {
    position: absolute;
    top: 6px;
    left: 22px;
    display: flex;
    align-items: center;
}

.professionnel-info-barre .photo-professionnel,
.local-info-barre .photo-local,
.distant-info-barre .photo-distant {
    width: 32px;
    height: 32px;
    background-size: cover;
    margin-right: 6px;
    border-radius: 50%;
    border: 2px solid white;
}

.professionnel-info-barre .nom-professionnel,
.local-info-barre .nom-local,
.distant-info-barre .nom-distant {
    color: white;
    font-weight: 500;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 62%);
}


/* .attente-connexion {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    border-radius: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 19px;
    text-align: center;
    backdrop-filter: blur(3px);
    text-shadow: 0px 0px 7px rgb(0 0 0 / 62%);
} */

.attente-connexion {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    background-color: #0969c3bf;
    color: white;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
}


/* SWITCH */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--pxpMainColorDark);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--pxpMainColorDark);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* SPLIDE JS */

.splide__slide {
    height: fit-content;
    padding: 34px 69px;
}


/* SLIDER RANGE */

.price-range-slider {
    width: 100%;
    float: left;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: var(--pxpMainColorDark);
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
}

.price-range-slider .range-bar {
    border: none;
    background: var(--pxpMainColorDark);
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: var(--pxpMainColor);
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--pxpMainColor);
    height: 17px;
    width: 17px;
    top: -0.42em;
    cursor: grab;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: var(--pxpMainColor);
}


/* BANDEAU ANNONCE */

#bandeau-annonce {
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 999;
    width: 100%;
    text-align: center;
    background-color: #0969c3;
    color: white;
    font-weight: 400;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 15px 5px #000000;
    box-shadow: 0px 0px 15px 5px #0000005c;
}


/* Breadcrumb  */

.breadcrumb-wrap {
    overflow-x: scroll;
    scrollbar-width: none;
}

.breadcrumb-wrap::-webkit-scrollbar {
    display: none;
}

ol.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    flex-wrap: nowrap;
    width: max-content;
    margin-bottom: 0px;
    /* margin: auto; */
}

ol.breadcrumb li {
    display: inline;
    font-size: 15px;
}

ol.breadcrumb li+li:before {
    padding: 8px;
    color: var(--pxpMainColorDark);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    /* content: "/\00a0"; */
}

ol.breadcrumb li a {
    color: var(--pxpMainColor);
    text-decoration: none;
}

ol.breadcrumb li a:hover {
    color: var(--pxpMainColor);
    text-decoration: underline;
}


/* Breadcrumb dark (sur fond sombre) */

.breadcrumb-dark {
    margin-bottom: 15px;
    max-width: 100%;
    overflow-x: auto;
}

.breadcrumb-dark ol.breadcrumb li {
    font-size: 13px;
}

.breadcrumb-dark ol.breadcrumb li a {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s;
}

.breadcrumb-dark ol.breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb-dark ol.breadcrumb li+li:before {
    color: rgba(255, 255, 255, 0.3);
    font-size: 9px;
    padding: 0 10px;
}

.breadcrumb-dark ol.breadcrumb li span {
    color: rgba(255, 255, 255, 0.8);
}


/* ACCUEIL */

.iframe-video-accueil {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 30px;
}

#bloc-video::after {
    content: " ";
    position: absolute;
    background-image: url(../images/assets/ampoule.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 252px;
    height: 300px;
    rotate: 324deg;
    animation: float 2s linear infinite;
    top: -105px;
    left: 71px;
}


/* =====================================================
   Partenaires Accueil
   ===================================================== */

.partenaires-section {
    padding: 40px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.partenaires-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.partenaires-label {
    font-size: 13px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    color: #94a3b8;
    white-space: nowrap;
    flex-shrink: 0;
}


/* Marquee */

.partenaires-marquee {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.partenaires-marquee-track {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: partenaires-scroll 20s linear infinite;
}

.partenaires-marquee:hover .partenaires-marquee-track {
    animation-play-state: paused;
}

.partenaires-logo {
    height: 40px;
    width: 90px;
    object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(100%);
    opacity: 0.45;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.partenaires-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes partenaires-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Responsive partenaires */

@media (max-width: 767px) {
    .partenaires-section {
        overflow: hidden;
    }
    .partenaires-bar {
        flex-direction: column;
        gap: 16px;
    }
    .partenaires-marquee-track {
        gap: 32px;
    }
    .partenaires-logo {
        height: 32px;
        width: 72px;
    }
}


/* =====================================================
   Accueil — Hero header
   ===================================================== */

.accueil-hero {
    padding: 100px 0;
}

.accueil-hero-titre {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2em;
    margin-top: 2em;
}

.accueil-hero-slider {
    position: relative;
    display: block;
    height: 1.2em;
}

.accueil-hero-reassurance {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.pill-reassurance {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 6px 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
}

.pill-reassurance:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    text-decoration: none;
}


/* --- Tendances pills scroll --- */

.tendances-outer {
    position: relative;
    overflow: hidden;
}

.tendances-outer::before,
.tendances-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.tendances-outer::before {
    left: 0;
    background: linear-gradient(to right, #181e30, transparent);
}

.tendances-outer::after {
    right: 0;
    background: linear-gradient(to left, #15395a, transparent);
}

.tendances-outer.tendances-fade-left::before {
    opacity: 1;
}

.tendances-outer.tendances-fade-right::after {
    opacity: 1;
}

.tendances-wrap {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tendances-wrap::-webkit-scrollbar {
    display: none;
}

.tendances-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    z-index: 5;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}

.tendances-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tendances-arrow-left {
    left: 4px;
}

.tendances-arrow-right {
    right: 4px;
}

@media (min-width: 992px) {
    .tendances-arrow.tendances-arrow-visible {
        display: flex;
    }
}

@media (max-width: 991px) {
    .accueil-hero {
        padding: 80px 0 60px;
    }
    .accueil-hero-titre {
        font-size: 36px;
        margin-top: 1.2em;
        margin-bottom: 1.4em;
    }
}

@media (max-width: 575.98px) {
    .accueil-hero {
        padding: 110px 0 48px;
    }
    .accueil-hero-titre {
        font-size: 28px;
        letter-spacing: -0.5px;
        margin-top: 1em;
        margin-bottom: 1.2em;
    }
    .accueil-hero-reassurance {
        gap: 8px 16px;
    }
    .reassurance-header {
        font-size: 12px;
    }
}


/* =====================================================
   Presse Accueil — Marquee
   ===================================================== */

.presse-section {
    padding: 32px 0;
    /* border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0; */
    background: #fff;
    overflow: hidden;
}

.presse-bar {
    display: flex;
    align-items: center;
    gap: 32px;
}

.presse-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #94a3b8;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.presse-label i {
    color: #cbd5e1;
}

.presse-marquee {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.presse-marquee-track {
    display: flex;
    align-items: center;
    gap: 56px;
    width: max-content;
    animation: presse-scroll 22s linear infinite;
}

.presse-marquee:hover .presse-marquee-track {
    animation-play-state: paused;
}

.presse-logo {
    height: 36px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    flex-shrink: 0;
    filter: grayscale(100%);
    opacity: 0.4;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.presse-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.08);
}

@keyframes presse-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .presse-section {
        padding: 24px 0;
    }
    .presse-bar {
        flex-direction: column;
        gap: 14px;
    }
    .presse-marquee-track {
        gap: 40px;
    }
    .presse-logo {
        height: 28px;
        max-width: 88px;
    }
}


/* =====================================================
   Étapes — Viewer avec progression
   ===================================================== */

.etapes-section {
    background: #f8fafc;
}

.etapes-viewer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    /* max-width: 1040px; */
    margin: 0 auto;
}


/* --- Visuel --- */

.etapes-viewer-visuel {
    position: sticky;
    top: 100px;
}

.etapes-viewer-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #e2e8f0;
    aspect-ratio: 4 / 3;
}

.etapes-viewer-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.etapes-viewer-img.etapes-img-active {
    opacity: 1;
    transform: scale(1);
}


/* --- Onglets --- */

.etapes-viewer-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.etapes-tab {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.etapes-tab:hover {
    border-color: #cbd5e1;
}

.etapes-tab.etapes-tab-active {
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 20px rgba(9, 105, 195, 0.08);
}


/* Barre de progression */

.etapes-tab-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(9, 105, 195, 0.08);
    opacity: 0;
}

.etapes-tab.etapes-tab-active .etapes-tab-progress {
    opacity: 1;
}

.etapes-tab-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--pxpMainColor);
    border-radius: 0 3px 3px 0;
}

.etapes-tab.etapes-tab-active .etapes-tab-progress-fill {
    animation: etapes-progress 5s linear forwards;
}

.etapes-tab.etapes-tab-paused .etapes-tab-progress-fill {
    animation-play-state: paused;
}

@keyframes etapes-progress {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


/* Header de l'onglet */

.etapes-tab-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.etapes-tab-numero {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.etapes-tab.etapes-tab-active .etapes-tab-numero {
    background: var(--pxpMainColor);
    color: #fff;
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.25);
}

.etapes-tab-titre {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}


/* Corps de l'onglet (déplié quand actif) */

.etapes-tab-body {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    transition: grid-template-rows 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: 0;
}

.etapes-tab-body>* {
    overflow: hidden;
    min-height: 0;
}

.etapes-tab.etapes-tab-active .etapes-tab-body {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 16px;
}

.etapes-tab-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 50px;
}

.etapes-tab-liste {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.etapes-tab-liste li {
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.etapes-tab-liste li i {
    color: var(--pxpMainColor);
    font-size: 14px;
    flex-shrink: 0;
}


/* --- Étapes responsive --- */

@media (max-width: 991px) {
    .etapes-viewer {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .etapes-viewer-visuel {
        position: relative;
        top: auto;
    }
}

@media (max-width: 575.98px) {
    .etapes-tab {
        padding: 16px 18px;
    }
    .etapes-tab-desc,
    .etapes-tab-liste {
        padding-left: 0;
    }
    .etapes-viewer-img-wrap {
        border-radius: 14px;
    }
}


/* =====================================================
   SEO Villes — Liens par métier
   ===================================================== */

.seo-villes-section {
    background: #f8fafc;
}

.seo-villes-titre {
    font-size: 28px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin: 0 0 8px;
}

.seo-villes-sous-titre {
    font-size: 15px;
    color: #94a3b8;
    margin: 0;
}

.seo-villes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* Colonne par métier */

.seo-villes-col {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 28px;
    transition: border-color 0.3s ease;
}

.seo-villes-col:hover {
    border-color: var(--pxpMainColor);
}

.seo-villes-col-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.seo-villes-col-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    border-radius: 10px;
    font-size: 14px;
    flex-shrink: 0;
}

.seo-villes-col-titre {
    font-size: 17px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0;
}


/* Liste de liens */

.seo-villes-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.seo-villes-liste li {
    border-bottom: 1px solid #f8fafc;
}

.seo-villes-liste li:last-child {
    border-bottom: none;
    margin-top: 4px;
}

.seo-villes-liste a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.seo-villes-liste a:hover {
    color: var(--pxpMainColor);
    padding-left: 4px;
}

.seo-villes-voir-tout {
    font-weight: 600;
    color: var(--pxpMainColor) !important;
    font-size: 13px;
    display: inline-flex !important;
    align-items: center;
    padding-top: 12px !important;
}

.seo-villes-voir-tout:hover {
    color: var(--pxpMainColorDark) !important;
}


/* Responsive SEO villes */

@media (max-width: 991px) {
    .seo-villes-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .seo-villes-col {
        padding: 24px;
    }
    .seo-villes-liste {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
    }
    .seo-villes-liste li:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .seo-villes-titre {
        font-size: 22px;
    }
    .seo-villes-liste {
        grid-template-columns: 1fr;
    }
    .seo-villes-col {
        padding: 20px;
    }
}


/* =====================================================
   Footer
   ===================================================== */

.ft {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}


/* Main */

.ft-main {
    padding: 72px 0 40px;
}

.ft-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
}


/* Brand */

.ft-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.ft-logo-img {
    height: 40px;
    width: auto;
}

.ft-desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 24px;
    max-width: 320px;
}


/* Social */

.ft-social {
    display: flex;
    gap: 10px;
}

.ft-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ft-social a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-2px);
}


/* Colonnes liens */

.ft-col-titre {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}

.ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-links li {
    margin-bottom: 12px;
}

.ft-links a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.ft-links a:hover {
    color: #fff;
    padding-left: 3px;
}

.ft-link-icon {
    width: 18px;
    font-size: 12px;
    margin-right: 8px;
    opacity: 0.6;
}


/* Bottom bar */

.ft-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
}

.ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.ft-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.ft-copyright a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.ft-copyright a:hover {
    color: #fff;
}

.ft-bottom-links {
    display: flex;
    gap: 20px;
}

.ft-bottom-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ft-bottom-links a:hover {
    color: #fff;
}


/* Badges RGPD / Numérique responsable */

.ft-bottom-badges {
    display: flex;
    gap: 8px;
}

.ft-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.3px;
}

.ft-badge--green {
    background: rgba(34, 197, 94, 0.12);
    color: rgba(34, 197, 94, 0.7);
}


/* Footer SEO — Liens contextuels par métier */

.ft-seo {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 28px 0;
}

.ft-seo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.ft-seo-title {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 14px;
}

.ft-seo-title i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    margin-right: 6px;
}

.ft-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ft-seo-tags a {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.ft-seo-tags a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}


/* Responsive footer */

@media (max-width: 991px) {
    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 32px;
    }
    .ft-brand {
        grid-column: 1 / -1;
    }
    .ft-desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ft-seo-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ft-seo {
        padding: 24px 0;
    }
}

@media (max-width: 575px) {
    .ft-main {
        padding: 48px 0 24px;
    }
    .ft-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ft-brand {
        text-align: center;
    }
    .ft-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-social {
        justify-content: center;
    }
    .ft-col-titre {
        font-size: 13px;
    }
    .ft-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .ft-bottom-links {
        justify-content: center;
    }
    .ft-bottom-badges {
        justify-content: center;
    }
}


/* ASSURANCE PRO */

#inputAssurancePro {
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: -1;
}


/* DOMAINES PRO */

.domaines-pro .domaine {
    display: inline-block;
    background-color: #e6f0f9;
    padding: 3px 7px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 5px;
    margin-bottom: 7px;
}

.domaines-pro .domaine:hover,
.domaines-pro .domaine.active {
    background-color: #0969c3;
    color: white;
}


/* Barre de recherche */

.section_resultats_recherche {
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    top: 36px;
}

.section_resultats_recherche .pxp-single-job-category-icon {
    line-height: 24px;
}

.section_resultats_recherche small {
    font-size: .675em;
}

.section_resultats_recherche .inner {
    /* max-height: 350px; */
    max-height: 180px;
    padding: 0px 26px;
    overflow: auto;
}

.section_resultats_recherche .inner::-webkit-scrollbar {
    width: 6px;
}

.section_resultats_recherche .inner::-webkit-scrollbar-track {
    background: #f1f1f100;
}

.section_resultats_recherche .inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.section_resultats_recherche .inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.pxp-hero-logos-carousel-container {
    z-index: 1;
}

.z-index-1 {
    z-index: 1;
}

.section_resultats_recherche .bloc_resultat {
    margin-top: 17px;
}

.section_resultats_recherche .bloc_resultat .bloc_professionnel:hover,
.section_resultats_recherche .bloc_resultat .bloc_service:hover {
    background-color: #e6f0f9;
    border-radius: 11px;
}

.bloc_resultat .bloc_professionnel,
.bloc_resultat .bloc_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.bloc_resultat .bloc_professionnel {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.bloc_resultat .bloc_professionnel div.photo_profil {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center center;
    border-radius: 11px;
    margin-right: 15px;
}

.bloc_resultat .bloc_professionnel .identite {
    display: flex;
    flex-direction: column;
}

.bloc_resultat .bloc_professionnel .identite .nom_professionnel {
    font-size: 17px;
    font-weight: 600;
}

.bloc_resultat .bloc_professionnel .identite .nom_metier_professionnel {
    font-size: 15px;
}


/* LINER */

.liner {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.liner:after {
    content: ' ';
    flex-grow: 1;
    height: 1px;
    background: var(--pxpTextColor);
    min-width: 20px;
    margin: auto;
}

.liner:after {
    margin-left: 20px;
}


/* PAGE CONTACT */

.contact-liste-reseaux-sociaux {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-liste-reseaux-sociaux img {
    margin: 10px 20px;
}

.pxp-contact-card-1-title {
    word-break: break-word;
}


/* BLOG */

.card-miniature-article {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.card-miniature-article .img-article {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 20px;
}

.card-miniature-article .pill-domaine {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-miniature-article .text-introduction {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 1.4; */
    /* max-height: calc(1.4em * 4); */
    color: #5b6067;
}

#article h2,
#article .h2,
.h2-blog {
    color: #1c4b77;
    margin-bottom: 2.2rem;
    font-weight: 600 !important;
    font-size: 1.3rem;
    line-height: 1.2;
    text-wrap: balance;
    /* text-align: center; */
}

#article h3,
.h3-blog {
    color: #1c4b77;
    margin-bottom: 1.9rem;
    font-weight: 500 !important;
    font-size: 1.1rem;
    line-height: 1.2;
}

#article h4 {
    color: #1c4b77;
    margin-bottom: 1.2rem;
    font-weight: 500 !important;
    font-size: 1rem;
    line-height: 1.2;
}

#article a {
    font-weight: 500;
}

#sommaire li {
    margin-bottom: .5em;
}

#sommaire ul {
    padding-left: 1.5rem;
}

#article li,
#article li p {
    margin-bottom: 1em;
}

.header-blog {
    padding-bottom: 150px;
}

.header-blog-titre {
    margin-top: -132px;
    z-index: 1;
    position: relative;
}

.progress-container {
    margin-top: -4px;
    width: 100%;
    height: 4px;
    /* background: #ccc; */
}

.progress-bar {
    /* height: 4px; */
    height: 100%;
    background: #0969c3;
    width: 0%;
}

.pxp-posts-card-1-top-bg {
    overflow: hidden;
}

.pxp-posts-card-1 .pxp-posts-card-1-image {
    scale: 1;
    transition-duration: .5s;
}

.pxp-posts-card-1:hover .pxp-posts-card-1-image {
    scale: 1.2;
    transform: rotate(4deg);
    transition-duration: .5s;
}

.card-title-post {
    margin-top: -39px;
    z-index: 1;
    position: relative;
    border-radius: 11px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.autre-articles .pxp-posts-card-1-container,
.autre-articles .article-container {
    width: 100% !important;
}


/* CTA */

.card-professionnel-3-4 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.card-professionnel-3-4 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card-professionnel-3-4 .en-ligne {
    color: #00f584;
}

.card-professionnel-3-4 .btn {
    padding: 0.2rem 0.75rem;
    font-size: 14px;
}

.card-professionnel-3-4 .pxp-jobs-card-3-title {
    line-height: 1;
}

.card-professionnel-3-4 .overlay {
    color: white;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
}

.chat-message-pro {
    background-color: #0969c3;
    color: white;
    padding: 11px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    width: 86%;
    margin-top: 8px;
}

.card-cta-chat-pro {
    border: 2px solid #e6f0f9;
}

.label-en-ligne {
    font-size: 13px;
    background-color: #c5f8c2;
    color: #057205;
    font-weight: 700;
    border-radius: 25px;
    padding: 4px 12px;
    border: 1px solid;
}

.sticky-cta {
    position: sticky;
    top: 144px;
}

.cta-rdv {
    padding: 15px 25px;
    border-radius: 25px;
    background-color: var(--pxpMainColorDark);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .45) !important;
}


/* NAVBAR DARK */

header.header_dark:not(.pxp-is-sticky) .pxp-nav-trigger>a>div {
    background-color: white;
}

header.header_dark #btn-navbar-connexion-inscription {
    border-color: white;
    color: white;
}

header.header_dark #btn-navbar-connexion-inscription:hover {
    border-color: #002745;
    color: #002745;
}

.pxp-is-sticky.header_dark #btn-navbar-connexion-inscription {
    color: var(--pxpTextColor);
    border: 1px solid var(--pxpTextColor);
}

.pxp-is-sticky.header_dark #btn-navbar-connexion-inscription:hover {
    color: white;
}

header.header_dark .pxp-nav>ul>li>a {
    color: #fff;
}

.pxp-is-sticky.header_dark .pxp-nav>ul>li>a {
    color: var(--pxpTextColor);
}

header.header_dark .pxp-header-container nav.pxp-nav ul.custom-nav>li a.nav-item-active {
    background-color: white;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

header.header_dark.pxp-is-sticky .pxp-header-container nav.pxp-nav ul.custom-nav>li a.nav-item-active {
    border-radius: 0px;
}

header.header_dark .pxp-user-nav-dropdown>.dropdown-toggle::after,
header.header_dark .pxp-user-nav-name {
    border-top-color: #fff;
    color: #fff;
}

header.header_dark.pxp-is-sticky .pxp-user-nav-name {
    color: #17171D;
}


/* COMPTE CONNECT STRIPE */

.compte-connect-stripe {
    background-color: var(--pxpMainColorLight);
    padding: 26px 15px;
    border-radius: 25px;
    margin: 25px 0px;
    position: relative;
    flex-wrap: wrap;
}

.compte-connect-stripe .badge-secondary {
    background-color: #c2c2c2;
    color: #17171d;
    font-weight: 600;
}

.compte-connect-stripe .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid #cfcfcf;
}


/* TUNNEL DE VENTE */

.miniature-metier {
    width: 107px;
    height: 107px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    margin: auto;
    border: 1px solid;
}

#tunnel-wrapper {
    position: relative;
}

#tunnel-wrapper .loader {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    border-radius: 16px;
}

#tunnel-wrapper .loader i {
    color: var(--pxpMainColor);
    animation: tnl-pulse 1.5s ease-in-out infinite;
}

@keyframes tnl-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

.bloc-domaine,
.bloc-type-rdv,
.bloc-domaine-lien {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #e6f0f9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 150px;
    /* height: 150px; */
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-domaine:hover,
.bloc-type-rdv:hover,
.bloc-domaine.active,
.bloc-domaine-lien:hover,
.bloc-domaine-lien.active {
    background-color: #002745;
    color: white;
}

.bloc-domaine:hover a,
.bloc-type-rdv:hover a,
.bloc-domaine-lien.active a,
.bloc-domaine.active,
.bloc-domaine-lien:hover a {
    color: white;
}

.bloc-domaine img,
.bloc-domaine-lien img {
    /* width: 54px; */
    height: 60%;
    padding: 10px;
}

.bloc-domaine span,
.bloc-type-rdv span,
.bloc-domaine small,
.bloc-type-rdv small,
.bloc-domaine-lien span {
    height: 40%;
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 15px;
}

.bloc-metier {
    background-image: none !important;
    cursor: pointer;
    display: flex;
}

.bloc-sujet-tunnel {
    cursor: pointer;
    padding: 10px 25px;
    background-color: #e6f0f9;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-sujet-tunnel:hover {
    background-color: #002745;
    color: white;
}

.underline {
    max-width: 100%;
}

.bg-creme {
    background-color: var(--pxpSecondaryColorLight);
}

.multi-bulles img {
    margin-left: -70px;
    width: 130px;
}

.multi-bulles img:nth-child(1) {
    margin-left: 0px;
}


/* SUJETS */

.bloc-sujet-dans-domaine {
    background-color: #e6f0f9;
    padding: 20px 15px;
    border-radius: 17px;
    margin-bottom: 30px;
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.bloc-sujet-dans-domaine:hover,
.bloc-sujet-dans-domaine:hover a {
    background-color: var(--pxpMainColorDark);
    color: white !important;
}

#tunnel-wrapper:not(.tunnel-wrapper-full-page) .partie-gauche {
    width: 100% !important;
}


/* PAGE A PROPOS */

.transition-fleche {
    position: relative;
}

.transition-fleche::after {
    position: absolute;
    content: ' ';
    bottom: -250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 197px;
    height: 275px;
}

.transition-fleche.droite::after {
    background-image: url(../images/assets/fleche-bas.png);
    right: -142px;
}

.transition-fleche.gauche::after {
    background-image: url(../images/assets/fleche-bas-reverse.png);
    left: -142px;
}


/* TUNNEL VIA PROFIL PROFESSIONNEL */

.pxp-single-company-hero-location {
    background-color: white;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-block;
    color: #17171d;
    font-weight: 400;
    font-size: 13px;
}

.tunnel-wrapper-profil-pro {
    padding: 0;
    border-radius: 16px;
    background-color: #fff;
    border: none;
}

.tunnel-wrapper-profil-pro h3,
.recapitulatif-tunnel-pro h3 {
    font-size: 20px;
    font-weight: 600;
}

.tunnel-wrapper-full-page {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    margin-top: 0px !important;
    border: none !important;
    background-color: #f8fafc !important;
    overflow-y: scroll;
    padding: 32px 16px;
    border-radius: 0;
}

.tunnel-wrapper-full-page .partie-gauche {
    background-color: white;
    border-radius: 20px;
    padding: 28px 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);
    max-width: 680px;
    margin: 0 auto;
}

.bloc-domaine-select,
#tunnel-wrapper .bloc-domaine,
#tunnel-wrapper .bloc-metier,
#tunnel-wrapper .bloc-type-rdv {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 16px 20px;
    font-weight: 500;
    margin-right: 0px;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: all 0.2s ease;
}

#tunnel-wrapper .bloc-domaine:hover,
#tunnel-wrapper .bloc-metier:hover,
#tunnel-wrapper .bloc-type-rdv:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 2px 8px rgba(9, 105, 195, 0.10);
    background-color: #f0f7ff;
    color: inherit;
}

.bloc-domaine-select img,
#tunnel-wrapper .bloc-domaine img,
#tunnel-wrapper .bloc-metier img {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 10px;
    /* margin-right: 14px; */
    flex-shrink: 0;
}

.rdb-tunnel {
    border-radius: 50%;
    background: #fff;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #cbd5e1;
    transition: all 0.2s ease;
    position: relative;
}

#tunnel-wrapper .bloc-type-rdv:hover .rdb-tunnel,
#tunnel-wrapper .bloc-domaine:hover .rdb-tunnel {
    border-color: var(--pxpMainColor);
}

#tunnel-wrapper .bloc-type-rdv:hover .rdb-tunnel::after,
#tunnel-wrapper .bloc-domaine:hover .rdb-tunnel::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pxpMainColor);
}

.bloc-type-rdv.recommande {
    border: 2px solid #10b981;
    position: relative;
}

.bloc-type-rdv.recommande::after {
    content: 'Recommandé';
    position: absolute;
    top: -11px;
    right: 16px;
    background-color: #10b981;
    color: white;
    font-weight: 500;
    font-size: 11px;
    padding: 2px 12px;
    border-radius: 20px;
    letter-spacing: 0.02em;
}

.calendrier-ios {
    display: none;
}

.spikes {
    position: relative;
    background: #2c3e50;
    height: 50vh;
}

.spikes::after {
    content: '';
    position: absolute;
    right: 0;
    left: -0%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 25px;
    background-size: 25px 100%;
    background-image: linear-gradient(135deg, #2c3e50 25%, transparent 25%), linear-gradient(225deg, #2c3e50 25%, transparent 25%);
    background-position: 0 0;
}

.ligne-prix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 15px;
}

.ligne-prix:last-child {
    border-bottom: none;
}

.tunnel-wrapper-full-page .pxp-page-header-simple {
    background-color: white !important;
    margin-top: 0px;
    padding: 19px 0;
}

.tunnel-wrapper-full-page::after {
    display: none;
}


/* ====== TUNNEL — STEPPER ====== */

.tnl-stepper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    padding: 0 8px;
    margin-bottom: 8px;
}

.tnl-stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    min-width: 0;
}

.tnl-stepper-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 16px;
    left: calc(50% + 18px);
    width: calc(100% - 36px);
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.tnl-stepper-step.tnl-step-done:not(:last-child)::after,
.tnl-stepper-step.tnl-step-active:not(:last-child)::after {
    background: var(--pxpMainColor);
}

.tnl-stepper-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    background: #f1f5f9;
    color: #94a3b8;
    border: 2px solid #e2e8f0;
    position: relative;
    z-index: 1;
    transition: all 0.25s ease;
}

.tnl-step-active .tnl-stepper-dot {
    background: var(--degradeBleu);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(9, 105, 195, 0.25);
}

.tnl-step-done .tnl-stepper-dot {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: transparent;
}

.tnl-stepper-label {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}

.tnl-step-active .tnl-stepper-label {
    color: var(--pxpMainColor);
    font-weight: 600;
}

.tnl-step-done .tnl-stepper-label {
    color: #64748b;
}


/* ====== TUNNEL — RÉASSURANCE ====== */

.tnl-reassurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
    margin-top: 16px;
    flex-wrap: wrap;
}

.tnl-reassurance-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}

.tnl-reassurance-item i {
    font-size: 13px;
    color: #94a3b8;
}


/* ====== TUNNEL — TITRE ÉTAPE ====== */

.tnl-step-title {
    font-size: 20px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 20px;
    margin-top: 8px;
}


/* ====== TUNNEL — BOUTONS HEADER ====== */

.header-tunnel .btn-precedent {
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.header-tunnel .btn-precedent:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.header-tunnel .quitter-plein-ecran {
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    transition: all 0.2s ease;
}

.header-tunnel .quitter-plein-ecran:hover {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #dc2626;
}


/* ====== TUNNEL — ACCORDION CRÉNEAUX ====== */

#tunnel-wrapper .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 14px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

#tunnel-wrapper .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #1e293b;
    padding: 16px 20px;
    background: #fff;
    border-radius: 14px !important;
    box-shadow: none !important;
}

#tunnel-wrapper .accordion-button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
    margin-right: 12px;
    color: var(--pxpMainColor);
    font-size: 16px;
}

#tunnel-wrapper .accordion-button::after {
    transition: transform 0.3s ease;
}

#tunnel-wrapper .accordion-button:not(.collapsed) {
    background: #f8fafc;
    color: var(--pxpMainColor);
}

#tunnel-wrapper .accordion-body {
    padding: 4px 20px 16px;
}

#tunnel-wrapper .choix-creneau {
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    transition: all 0.2s ease;
}

#tunnel-wrapper .choix-creneau:hover {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: transparent;
}

#tunnel-wrapper .choix-creneau:active,
#tunnel-wrapper .choix-creneau.active {
    background: var(--pxpMainColor);
    color: #fff;
}

#tunnel-wrapper #voir-plus {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
}

#tunnel-wrapper #voir-plus:hover {
    color: var(--pxpMainColor);
}

#tunnel-wrapper #voir-plus::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    font-size: 10px;
}


/* ====== TUNNEL — SWITCH TABS TYPE RDV ====== */

#tunnel-wrapper .switch-buttons {
    background-color: #f1f5f9;
    border: none;
    border-radius: 12px;
    padding: 4px;
}

#tunnel-wrapper .btn-switch {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    transition: all 0.2s ease;
}

#tunnel-wrapper .btn-switch.active {
    background: var(--degradeBleu);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(9, 105, 195, 0.2);
}


/* ====== TUNNEL — INFO BOX RDV SUIVI ====== */

#tunnel-wrapper .alert-light-primary {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    color: #1e40af;
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.5;
}


/* ====== TUNNEL — RESET SPANS ====== */

#tunnel-wrapper .bloc-domaine span,
#tunnel-wrapper .bloc-metier span,
#tunnel-wrapper .bloc-type-rdv span,
#tunnel-wrapper .bloc-domaine small,
#tunnel-wrapper .bloc-metier small,
#tunnel-wrapper .bloc-type-rdv small {
    height: auto;
    line-height: 1.4;
}


/* ====== TUNNEL — DOMAINES CHEVRON ====== */

#tunnel-wrapper .bloc-domaine .tnl-chevron,
#tunnel-wrapper .bloc-metier .tnl-chevron {
    margin-left: auto;
    color: #cbd5e1;
    font-size: 14px;
    transition: all 0.2s ease;
}

#tunnel-wrapper .bloc-domaine:hover .tnl-chevron,
#tunnel-wrapper .bloc-metier:hover .tnl-chevron {
    color: var(--pxpMainColor);
    transform: translateX(3px);
}


/* ====== TUNNEL — RECAP CARD ====== */

.tnl-recap-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
}

.tnl-recap-badge {
    display: inline-block;
    background: #eff6ff;
    color: var(--pxpMainColor);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.tnl-recap-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #334155;
}

.tnl-recap-row i {
    color: var(--pxpMainColor);
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.tnl-recap-row strong {
    font-weight: 600;
    color: #1e293b;
}

.tnl-recap-separator {
    border: none;
    border-top: 1px dashed #9a9fa5;
    margin: 16px 0;
}

.tnl-recap-prix-offert {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 14px;
    border-radius: 20px;
}


/* ====== TUNNEL — FORMULAIRES AUTH ====== */

#tunnel-wrapper .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #fff;
}

#tunnel-wrapper .form-control:focus {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1);
}

#tunnel-wrapper .pxp-section-cta,
#tunnel-wrapper .tnl-btn-primary {
    background: var(--degradeBleu);
    border: none;
    border-radius: 12px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#tunnel-wrapper .pxp-section-cta:hover,
#tunnel-wrapper .tnl-btn-primary:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.25);
}

.tnl-auth-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
    margin-top: 24px;
}

.tnl-auth-subtitle {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
}

.tnl-info-card {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13px;
    color: #1e40af;
    font-weight: 500;
    margin-bottom: 16px;
}

#tunnel-wrapper .form-check-input {
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
}

#tunnel-wrapper .form-check-input:checked {
    background-color: var(--pxpMainColor);
    border-color: var(--pxpMainColor);
}


/* ====== TUNNEL — EMAIL AUTOCOMPLETE ====== */

.tnl-email-autocomplete-wrap {
    position: relative;
}

.tnl-email-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-height: 220px;
    overflow-y: auto;
}

.tnl-email-suggestions.show {
    display: block;
}

.tnl-email-suggestion-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.tnl-email-suggestion-item:hover,
.tnl-email-suggestion-item.active {
    background-color: #f0f7ff;
    color: var(--pxpMainColor);
}

.tnl-email-suggestion-item strong {
    font-weight: 700;
    color: #1e293b;
}

.tnl-email-suggestion-item:last-child {
    border-radius: 0 0 12px 12px;
}

.tnl-email-suggestions.show+.form-control,
.tnl-email-autocomplete-wrap:has(.tnl-email-suggestions.show) .form-control {
    border-radius: 12px 12px 0 0;
    border-bottom-color: transparent;
}


/* ====== TUNNEL — LOADER STRIPE ====== */

#chargement-stripe {
    text-align: center;
    padding: 40px 20px;
}

#chargement-stripe i {
    font-size: 32px;
    color: var(--pxpMainColor);
    animation: tnl-pulse 1.5s ease-in-out infinite;
}

#chargement-stripe p {
    margin-top: 16px;
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}


/* ====== TUNNEL — RESPONSIVE ====== */

@media (max-width: 767px) {
    .tnl-stepper-label {
        font-size: 10px;
        max-width: 65px;
    }
    .tnl-stepper-dot {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .tnl-stepper-step:not(:last-child)::after {
        top: 13px;
        left: calc(50% + 15px);
        width: calc(100% - 30px);
    }
    .tnl-reassurance {
        gap: 12px;
    }
    .tnl-reassurance-item {
        font-size: 11px;
    }
    .tnl-step-title {
        font-size: 14px;
    }
    .tunnel-wrapper-full-page .partie-gauche {
        padding: 20px 16px;
    }
    .tnl-recap-card {
        padding: 18px;
    }
    #tunnel-wrapper .bloc-type-rdv .col-md-4 {
        margin-top: 4px;
    }
}

.img-profil-pro {
    aspect-ratio: 1/1;
    width: 150px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    outline: 3px solid var(--pxpMainColor);
}

.img-profil-pro.disponible {
    outline: 3px solid #1cd14f !important;
}

.label-disponible-profil {
    position: absolute;
    background-color: white;
    border-radius: 15px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    right: -31px;
    top: 8px;
    border: 1px solid #1cd14f;
    outline: 2px solid white;
    color: #1cd14f;
}

.badge-verifie {
    position: absolute;
    bottom: 6px;
    right: 0px;
    width: 36px;
    aspect-ratio: 1/1;
    height: auto;
}

.card-professionnel .img-profil-pro {
    width: 68px;
    border: 1px solid white;
    outline: 2px solid var(--pxpMainColor);
}

.card-professionnel .img-profil-pro.disponible {
    outline: 2px solid #1cd14f !important;
}

.card-professionnel .badge-verifie {
    right: -7px;
    width: 24px;
}

.card-professionnel.premium {
    box-shadow: 0px 0px 12px 2px #c5e2fc;
}

.card-professionnel {
    border: 1px solid var(--pxpLightGrayColor);
    border-radius: 15px;
}

.card-professionnel .domaines-pro {
    overflow-x: auto;
    display: flex;
    align-items: center;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #ccc transparent;
    /* Firefox */
}

.card-professionnel .domaines-pro::-webkit-scrollbar {
    height: 6px;
}

.card-professionnel .domaines-pro::-webkit-scrollbar-track {
    background: transparent;
    /* Fond transparent */
}

.card-professionnel .domaines-pro::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* Gris clair */
    border-radius: 3px;
}

.card-professionnel .domaines-pro .domaine,
.card-professionnel .domaines-pro .pxp-single-company-hero-location {
    text-wrap-mode: nowrap;
}

.card-professionnel .liste-disponibilites {
    display: flex;
}

.card-professionnel .partie-gauche {
    border-right: 1px solid var(--pxpLightGrayColor);
}


/* BLOG */

.alert-blog {
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background-color: #0969c329;
    color: #3c3c3d !important;
    border-left: 4px solid #0969c3;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-top: 1em;
}

.img-couverture-blog {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pxp-single-blog-content img {
    max-width: 100%;
    height: auto !important;
}

.pxp-posts-card-1,
.pxp-posts-card-2 {
    transition: var(--pxpHoverTransition);
    transition-property: background-color;
}

.pxp-posts-card-2:hover {
    background-color: var(--pxpMainColorDark);
    color: white;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.24);
}

.pxp-posts-card-2:hover h2,
.pxp-posts-card-2:hover h3,
.pxp-posts-card-2:hover .btn-href {
    color: white;
}

.blog-header {
    height: 552px;
}

.auteur {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.1em;
}

.pill-scrollable-tel {
    overflow-x: auto;
    display: flex;
    align-items: center;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    text-wrap-mode: nowrap;
}

.auteur img {
    width: 48px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid;
}

.blog-texte-introduction {
    font-size: 1.1rem
}

.pxp-single-blog-content p,
.pxp-single-blog-content ul,
.blog-texte-introduction {
    color: #5b6067;
    /* text-align: justify; */
    margin-bottom: 1.9rem;
}

.pxp-single-blog-content b,
.pxp-single-blog-content strong,
.blog-texte-introduction b,
.blog-texte-introduction strong {
    font-weight: 600;
}

.pxp-single-blog-content h2,
.pxp-single-blog-content h3,
.pxp-single-blog-content h4,
.pxp-single-blog-content h5,
.pxp-single-blog-content h6 {
    color: #232324;
    margin-bottom: 3.2rem;
    font-weight: 800 !important;
}

.li-spe {
    position: relative;
}

.li-spe::before {
    content: "";
    position: absolute;
    left: -1.5em;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-position: center;
    margin-top: 0.2em;
    list-style: none;
}

.li-check::before {
    background-image: url(../images/assets/emojis/check.png);
}

.li-cross::before {
    background-image: url(../images/assets/emojis/cross.png);
}

.signature-vcp-iframe {
    position: absolute;
    z-index: 20000;
    bottom: 25px;
    right: 25px;
    background-color: #f3f7ff;
    padding: 7px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border: 1px solid #e6f0f9;
    color: #313131;
    box-shadow: 0 0rem 1.1rem rgba(0, 0, 0, .08) !important;
}

.signature-vcp-iframe img {
    width: 32px;
    border-radius: 5px;
    margin-right: 11px;
}

.domaines-filtres-bar .liste-domaines {
    overflow-x: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #ccc transparent;
    /* Firefox */
}


/* Chrome, Edge, Safari */

.domaines-filtres-bar .liste-domaines::-webkit-scrollbar {
    height: 6px;
}

.domaines-filtres-bar .liste-domaines::-webkit-scrollbar-track {
    background: transparent;
}

.domaines-filtres-bar .liste-domaines::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

.dropdown-tri::after {
    content: "\f362";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: none;
    vertical-align: middle;
    transform: rotate(90deg);
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filtre-domaine-pill.active {
    background-color: var(--pxpMainColorDark);
    color: white;
}

.filtre-domaine-pill {
    border-radius: 8px;
}

.tri-element.active {
    background-color: #e6f0f9;
    color: unset;
}

.btn-vert {
    background-color: #1cd14f;
    color: #ffffff;
    padding: 10px 23px;
    border: none;
    border-radius: 15px;
    font-weight: 400;
    font-size: 1em;
}

.btn-bleu {
    /* background-color: var(--pxpMainColor); */
    background: var(--degradeBleu) !important;
    color: #ffffff;
    padding: 10px 23px;
    border: none;
    border-radius: 15px;
    font-weight: 400;
    font-size: 1em;
}

.label-offert {
    position: absolute;
    display: flex;
    justify-content: center;
    top: -15px;
    width: 100%;
    left: 0;
}

.border-1 {
    border: 1px solid;
}

.miniature.card-professionnel .img-profil-pro {
    width: 82px !important;
}

.distance-0 {
    display: none !important;
}

small.maitre {
    font-weight: 400;
    font-size: .75em;
    line-height: 0;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .pxp-header .pxp-container {
        max-width: 100%;
    }
}


/* LAYOUT PARTICULIERS & PROFESSIONNELS */

@media (max-width: 1199px) {
    .pxp-dashboard-content {
        margin: 94px 0.75rem 0 0.75rem;
    }
    .pxp-dashboard-content-details {
        margin-right: 0;
    }
}


/* WEBINAIRES */

@media (max-width: 350px) {
    .webinaire-card-compte-inner {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .webinaire-bloc-professionnel {
        position: sticky;
        top: 170px;
    }
}


/* LANDING */

.h1-landing {
    font-size: 39px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 500;
}

.cta-landing {
    background-image: url('../images/landing/cta.jpg');
}

.pxp-section-h2.landing {
    font-size: 46px;
}


/* SKELETON LOADING */

.is-skeleton-loading {
    position: relative;
}

.is-skeleton-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    border-radius: 8px;
    animation: 1.5s shine linear infinite;
}

.is-skeleton-loading.skeletton-pill::after {
    border-radius: 50px;
}

.underline {
    position: relative;
}

.underline:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1em;
    background-image: url('../images/assets/underline-dark-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    left: 100%;
    transform: translateX(-100%);
    /* top: 1.08em; */
    top: 80%;
}

.ligne-texte {
    overflow: hidden;
}

.ligne-texte:after {
    content: "";
    display: inline-block;
    /* height: 0.5em; */
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #002745;
}


/* SLIDER TEXTE */

.slider-text-item {
    /* Example color */
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    white-space: nowrap;
}

.fadeInDown,
.fadeOutDown {
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    will-change: opacity, transform;
}

.fadeInDown {
    animation-name: fadeInDown;
    opacity: 1;
}

.fadeOutDown {
    animation-name: fadeOutDown;
    opacity: 0;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


/* READ MORE */

.read-more {
    position: relative;
    color: #34495e;
    text-decoration: none;
    cursor: text;
}

.read-more .trigger {
    display: block;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    color: #2980b9;
    font-weight: bold;
}

.read-more .content {
    position: relative;
    overflow: hidden;
    max-height: 270px;
    transition: max-height 500ms ease;
}

.read-more .content::before {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44.8px;
    transition: opactiy 500ms ease, visibility 500ms ease;
}

.read-more.expanded .content {
    max-height: 100%;
}

.read-more.expanded .content::before,
.read-more.expanded .trigger {
    opacity: 0;
    visibility: hidden;
}

.btn.btn-light-primary {
    color: #0969c3;
    border-color: #e6f0f9;
    background-color: #e6f0f9;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}

.btn.btn-light-primary:hover {
    color: white;
    border-color: #0969c3;
    background-color: #0969c3;
}

.accordion-item:first-of-type {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    overflow: hidden;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    overflow: hidden;
}

.card-formule {
    border: 1px solid grey;
}

#filtres_professionnels #select2-liste_des_villes-container {
    text-align: left;
}

#filtres_professionnels .select2-selection.select2-selection--single {
    border: none;
}

.btn-toggle-filtre {
    position: relative;
}

.btn-toggle-filtre::before {
    content: " ";
    width: 40px;
    height: 124%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #e6f0f9 80%);
    position: absolute;
    /* left: -60px; */
    right: 40px;
    top: -5px;
}

.block-filtre-annuaire.active {
    display: block !important;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding-bottom: 113px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@media (max-width: 1679px) {
    .cta-landing .pxp-section-h2 {
        font-size: 36px;
    }
}

@media (max-width: 1399px) {
    .h1-landing {
        font-size: 35px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .cta-landing {
        background-image: url('../images/landing/cta-mobile.jpg');
    }
    .h1-landing {
        font-size: 25px;
        line-height: 42px;
    }
    .pxp-section-h2.landing {
        font-size: 28px;
    }
    .pxp-section-h2.landing img {
        width: 30px;
    }
}


/* CRENEAUX */

@media (max-width: 991px) {
    #liste-jours .creneau-jour,
    #liste-jours .creneau-navigation {
        width: calc(100% / 7);
    }
    .pxp-dashboard-content-details {
        padding: 30px;
    }
}

@media (max-width: 421px) {
    .creneau-navigation.mobile {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 600;
        border: 1px dashed;
    }
    .pxp-dashboard-content-details {
        padding: 30px 12px;
    }
}

@media (max-width: 504px) {
    .creneau-navigation.mobile {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 600;
        border: 1px dashed;
    }
    .pxp-dashboard-content-details {
        padding: 30px 12px;
    }
    #liste-jours .creneau-jour {
        font-size: 12px;
        border: 1px dashed;
        margin-right: 4px;
    }
    #liste-jours .creneau-jour .jour {
        font-size: 15px;
    }
}

@media (max-width: 598px) {
    #liste-creneaux .creneau {
        margin-right: 10px;
        width: calc((100%/3) - 10px);
        padding: 5px 5px;
    }
}


/* TUNNEL DE VENTE */

@media (max-width: 767px) {
    .bloc-metier {
        background-image: var(--backgroundMetier) !important;
        background-size: cover;
        background-position: center;
    }
    .bloc-metier .pxp-categories-card-1-icon-container {
        display: none;
    }
    .bloc-metier .pxp-categories-card-1-title {
        margin-top: 0px;
        background-color: rgba(255, 255, 255, 0.775);
        padding: 5px 0px;
        backdrop-filter: blur(10px);
        font-weight: 700;
        border-radius: 15px;
    }
    .bloc-metier:hover .pxp-categories-card-1-title {
        color: var(--pxpMainColorDark);
    }
    #tunnel-wrapper.style-1::after {
        width: 114px;
    }
    #tunnel-wrapper.style-1 .pxp-page-header-simple .h1 {
        font-size: 25px;
    }
    .liste-domaines {
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        justify-content: left !important;
    }
}


/* ---- CTA Blog Stories ---- */

.st-cta {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 24px;
    box-shadow: 0 4px 24px rgba(9, 105, 195, 0.06);
}

.st-cta-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: var(--degradeDark);
    color: #fff;
}

.st-cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.st-cta-titre {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.st-cta-titre span {
    color: #60a5fa;
}

.st-cta-sous-titre {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 2px;
}

.st-cta-body {
    padding: 16px 24px 20px;
}


/* ---- Stories : conteneur avec chevrons ---- */

.st-outer {
    position: relative;
    overflow: hidden;
}

.st-outer::before,
.st-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.st-outer::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.st-outer::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.st-outer.st-fade-left::before {
    opacity: 1;
}

.st-outer.st-fade-right::after {
    opacity: 1;
}

.st-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.st-wrap::-webkit-scrollbar {
    display: none;
}

.st-scroll {
    display: flex;
    gap: 16px;
    padding: 8px 4px;
    min-width: max-content;
}


/* ---- Stories : loader ---- */

.st-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    color: var(--pxpMainColor);
    font-size: 13px;
    font-weight: 500;
}

.st-loader i {
    font-size: 18px;
}


/* ---- Stories : chevrons (identiques annuaire) ---- */

.st-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--pxpMainColorDark);
    font-size: 12px;
    cursor: pointer;
    z-index: 5;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.st-arrow:hover {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.25);
}

.st-arrow-left {
    left: 2px;
}

.st-arrow-right {
    right: 2px;
}

@media (min-width: 768px) {
    .st-arrow.st-arrow-visible {
        display: flex;
    }
}


/* ---- Stories : item (professionnel) ---- */

.st-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 76px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
}

.st-item:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.st-avatar-ring {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, var(--pxpMainColor), #60a5fa, var(--pxpMainColorDark));
    flex-shrink: 0;
}

.st-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #fff;
}

.st-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.st-online {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #22c55e;
    border: 2.5px solid #fff;
    border-radius: 50%;
    z-index: 3;
}

.st-name {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--pxpMainColorDark);
}


/* ---- Stories : responsive ---- */

@media (min-width: 768px) {
    .st-scroll {
        gap: 20px;
    }
    .st-item {
        min-width: 88px;
    }
    .st-avatar-ring {
        width: 78px;
        height: 78px;
    }
    .st-name {
        font-size: 12px;
        max-width: 88px;
        margin-top: 8px;
    }
    .st-online {
        width: 16px;
        height: 16px;
        bottom: 3px;
        right: 3px;
    }
}

@media (max-width: 575px) {
    .st-cta-header {
        padding: 16px 18px;
    }
    .st-cta-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .st-cta-titre {
        font-size: 14px;
    }
    .st-cta-sous-titre {
        font-size: 12px;
    }
    .st-cta-body {
        padding: 12px 14px 16px;
    }
}


/* ---- CTA inline article (dans le contenu) ---- */

.art-cta-inline {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    margin: 36px 0;
    box-shadow: 0 4px 24px rgba(9, 105, 195, 0.06);
    transition: box-shadow 0.3s;
}

.art-cta-inline:hover {
    box-shadow: 0 8px 32px rgba(9, 105, 195, 0.12);
}

.art-cta-inline-accent {
    height: 4px;
    background: linear-gradient(90deg, var(--pxpMainColor), #38bdf8);
}

.art-cta-inline-body {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
}

.art-cta-inline-left {
    flex: 1;
    min-width: 0;
}

.art-cta-inline-badge {
    display: inline-flex;
    align-items: center;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.art-cta-inline-title {
    font-size: 19px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin-bottom: 6px;
    line-height: 1.3;
}

.art-cta-inline-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.art-cta-inline-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.art-cta-inline-pro {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
}

.art-cta-inline-pro-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--pxpMainColorLight);
}

.art-cta-inline-pro-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #16a34a;
    border: 2.5px solid #fff;
    border-radius: 50%;
    animation: cta-pulse 2s infinite;
}

.art-cta-inline-pro-nom {
    font-size: 12px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    text-align: center;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.art-cta-inline-btn {
    display: inline-flex;
    align-items: center;
    background: var(--degradeDark);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.2s;
}

.art-cta-inline-btn:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-1px);
}

.art-cta-inline-btn i {
    font-size: 11px;
    transition: transform 0.2s;
}

.art-cta-inline-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    .art-cta-inline-body {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 16px;
    }
    .art-cta-inline-title {
        font-size: 17px;
    }
    .art-cta-inline-badge {
        margin-left: auto;
        margin-right: auto;
    }
}


/* ====================================
   Barre de recherche accueil - Custom selects
   ==================================== */


/* Conteneur de chaque champ custom select */

.bra-champ {
    position: relative;
    cursor: pointer;
}


/* Affichage de la valeur sélectionnée */

.bra-selected {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    height: 100%;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
}

.bra-selected-icone {
    opacity: .7;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.bra-selected-texte {
    font-weight: 300;
    color: var(--pxpTextColor);
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Animation texte cyclique du sélecteur métier */

#bra-metier-texte-anime {
    display: inline-block;
    transition: opacity 200ms ease, transform 200ms ease;
    font-weight: 500;
    color: var(--pxpMainColor);
}


/* Input inline (ville / qui) — se fond dans la barre */

.bra-input-inline {
    border: none;
    outline: none;
    background: transparent;
    font-weight: 300;
    font-size: inherit;
    font-family: inherit;
    color: var(--pxpTextColor);
    width: 100%;
    padding: 0;
    min-width: 0;
}

.bra-input-inline::placeholder {
    color: var(--pxpTextColor);
    opacity: .55;
    font-weight: 300;
}

.bra-input-inline:focus::placeholder {
    opacity: .35;
}

.bra-selected-chevron {
    margin-left: auto;
    font-size: 10px;
    opacity: .4;
    flex-shrink: 0;
    position: relative;
    width: 12px;
    height: 14px;
}

.bra-chevron-down,
.bra-chevron-up {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 180ms ease, transform 180ms ease;
}

.bra-chevron-up {
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
}

.bra-champ.bra-ouvert .bra-chevron-down {
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
}

.bra-champ.bra-ouvert .bra-chevron-up {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}


/* Panneau dropdown */

.bra-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: -1px;
    right: -1px;
    min-width: 280px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    overflow: hidden;
}

.bra-champ.bra-ouvert .bra-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Liste de résultats */

.bra-dropdown-liste {
    max-height: 260px;
    overflow-y: auto;
    padding: 6px 0;
}

.bra-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    cursor: pointer;
    transition: background 120ms;
    font-size: 14px;
    color: var(--pxpTextColor);
}

.bra-dropdown-item:hover,
.bra-dropdown-item.bra-actif {
    background: var(--pxpMainColorLight);
}

.bg-degrade {
    background: var(--degradeDark);
}

.bra-dropdown-item-icone {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    background: #f5f5f5;
    color: var(--pxpMainColor);
}

.bra-dropdown-item-texte {
    flex: 1;
    min-width: 0;
}

.bra-dropdown-item-titre {
    font-weight: 500;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bra-dropdown-item-sous-titre {
    font-size: 12px;
    color: #999;
    font-weight: 300;
}


/* Label au-dessus du sous-titre pour les professionnels */

.bra-dropdown-item-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 1px 7px;
    border-radius: 4px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
}


/* Photo profil pro dans les résultats */

.bra-dropdown-item-photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #f0f0f0;
}


/* Surlignage des lettres qui matchent */

.bra-highlight {
    background: #FFF3CD;
    border-radius: 2px;
    padding: 0 1px;
    font-weight: 500;
}


/* Texte "aucun résultat" */

.bra-dropdown-vide {
    padding: 20px 16px;
    text-align: center;
    color: #aaa;
    font-size: 13px;
}


/* Loader */

.bra-dropdown-loader {
    padding: 20px;
    text-align: center;
    color: #bbb;
    font-size: 13px;
}


/* Label populaire */

.bra-dropdown-label {
    padding: 8px 16px 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #aaa;
}


/* Séparateur du dropdown métier (sans champ de recherche) */

.bra-dropdown-metiers .bra-dropdown-liste {
    padding: 6px 0;
}


/* Adaptation responsive du formulaire */

@media (max-width: 991px) {
    .block-barre-recherche.pxp-hero-form-round {
        height: auto;
        border-radius: 16px;
        padding: 10px;
    }
    .block-barre-recherche label {
        display: none;
    }
    .block-barre-recherche .bra-champ {
        height: 50px;
        border-left: none !important;
        border-bottom: 1px solid #f0f0f0;
    }
    .block-barre-recherche .bra-champ:last-of-type {
        border-bottom: none;
    }
    .bra-dropdown {
        min-width: auto;
        left: -10px;
        right: -10px;
    }
    .block-barre-recherche form button {
        width: 100%;
        border-radius: 10px !important;
        margin-top: 4px;
    }
}

@media (min-width: 992px) {
    .bra-champ-ville .bra-dropdown,
    .bra-champ-qui .bra-dropdown {
        min-width: 340px;
    }
}


/* Loader plein écran */

.bra-loader-page {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, visibility 200ms;
}

.bra-loader-page.bra-loader-visible {
    opacity: 1;
    visibility: visible;
}

.bra-loader-contenu {
    text-align: center;
}

.bra-loader-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    border: 3px solid #e8e8e8;
    border-top-color: var(--pxpMainColor);
    border-radius: 50%;
    animation: bra-spin 0.7s linear infinite;
}

@keyframes bra-spin {
    to {
        transform: rotate(360deg);
    }
}

.bra-loader-texte {
    font-size: 14px;
    font-weight: 500;
    color: var(--pxpTextColor);
}


/* =====================================================
   CTA Découverte 15min (page accueil)
   ===================================================== */

.cta-decouverte-wrap {
    background: transparent;
}

.cta-decouverte {
    background: linear-gradient(135deg, var(--pxpMainColorDark) 0%, var(--pxpMainColor) 100%);
    border-radius: 24px;
    padding: 56px 56px 56px 56px;
    position: relative;
    overflow: hidden;
}

.cta-decouverte::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-decouverte-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.cta-decouverte-contenu {
    flex: 1;
    max-width: 580px;
}

.cta-decouverte-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-decouverte-titre {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px;
}

.cta-decouverte-titre span {
    color: #07ff62;
}

.cta-decouverte-texte {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 0 24px;
}


/* Liens métiers */

.cta-decouverte-metiers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.cta-decouverte-metier {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.cta-decouverte-metier:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.cta-decouverte-metier i {
    font-size: 16px;
    opacity: 0.8;
}


/* Visuel : image des pros + orbe */

.cta-decouverte-visuel {
    flex-shrink: 0;
    position: relative;
    width: 340px;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cta-decouverte-orbe {
    position: absolute;
    width: 280px;
    height: 280px;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(100, 180, 255, 0.35) 0%, rgba(100, 180, 255, 0.1) 50%, transparent 70%);
    filter: blur(20px);
    pointer-events: none;
}

.cta-decouverte-img {
    position: relative;
    z-index: 1;
    height: calc(100% + 40px);
    max-height: 420px;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: -56px;
    filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.25));
}


/* Responsive CTA */

@media (max-width: 991px) {
    .cta-decouverte {
        padding: 40px 32px;
    }
    .cta-decouverte-inner {
        flex-direction: column;
        text-align: center;
    }
    .cta-decouverte-metiers {
        justify-content: center;
    }
    .cta-decouverte-titre {
        font-size: 28px;
    }
    .cta-decouverte-visuel {
        width: 100%;
        max-width: 360px;
        height: 220px;
        margin: 0 auto;
    }
    .cta-decouverte-img {
        height: calc(100% + 30px);
        max-height: 280px;
        margin-bottom: -40px;
    }
    .cta-decouverte-orbe {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575px) {
    .cta-decouverte-wrap {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
    }
    .cta-decouverte {
        padding: 28px 20px 0;
        border-radius: 18px;
    }
    .cta-decouverte-inner {
        gap: 24px;
    }
    .cta-decouverte-badge {
        font-size: 11px;
        padding: 5px 12px;
        margin-bottom: 14px;
    }
    .cta-decouverte-titre {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .cta-decouverte-texte {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .cta-decouverte-metiers {
        gap: 8px;
    }
    .cta-decouverte-metier {
        padding: 8px 12px;
        font-size: 12px;
        gap: 5px;
        border-radius: 8px;
    }
    .cta-decouverte-metier i {
        font-size: 13px;
    }
    .cta-decouverte-visuel {
        height: 140px;
    }
    .cta-decouverte-img {
        max-height: 190px;
        margin-bottom: -0px;
    }
    .cta-decouverte-orbe {
        width: 140px;
        height: 140px;
    }
}


/* =====================================================
   Section Professionnels - Tabs + Cards (page accueil)
   ===================================================== */


/* Section background */

.pro-tabs-section {
    background-color: #f7f9fc;
}


/* Tabs navigation */

.pro-tabs-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border: 2px solid var(--pxpMainColor);
    border-radius: 50px;
    background: transparent;
    color: var(--pxpMainColor);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}

.pro-tabs-btn:hover {
    background-color: var(--pxpMainColorTransparent);
}

.pro-tabs-btn.active {
    background-color: var(--pxpMainColor);
    color: #fff;
}


/* Tab panels */

.pro-tabs-panel {
    display: none;
}

.pro-tabs-panel.active {
    display: block;
}


/* Lien "Voir tous" */

.pro-tabs-voir-tous {
    display: inline-flex;
    align-items: center;
    color: var(--pxpMainColor);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s;
}

.pro-tabs-voir-tous:hover {
    color: var(--pxpMainColorDark);
    text-decoration: underline;
}


/* ============================================
   MARQUEE — SECTION PROFESSIONNELS ACCUEIL
   ============================================ */

.pro-marquee-section {
    background-color: #f7f9fc;
    padding: 80px 0;
}

.pro-marquee-row {
    margin-bottom: 0;
}

.pro-marquee-titre {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
}

.pro-marquee-titre .lp-ads-hero-surligneur {
    font-size: 18px;
    padding: 2px 12px;
}

.pro-marquee-track {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 14px;
    cursor: grab;
    padding: 8px 0;
    margin: -8px 0;
    -webkit-mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
    mask-image: linear-gradient(to right, transparent, black 40px, black calc(100% - 40px), transparent);
    -webkit-user-select: none;
    user-select: none;
}

.pro-marquee-track:active {
    cursor: grabbing;
}

.pro-marquee-inner {
    display: flex;
    gap: 16px;
    width: max-content;
}


/* Animation vers la gauche */

.pro-marquee-left {
    animation: proMarqueeLeft var(--marquee-duree, 35s) linear infinite;
}


/* Animation vers la droite */

.pro-marquee-right {
    animation: proMarqueeRight var(--marquee-duree, 40s) linear infinite;
}

@keyframes proMarqueeLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes proMarqueeRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* Pause au hover */

.pro-marquee-track:hover .pro-marquee-inner {
    animation-play-state: paused;
}


/* ====== Mini card horizontale ====== */

.pro-mq-card-link {
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.pro-mq-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.pro-mq-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    white-space: nowrap;
    transition: all 0.25s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pro-mq-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 6px 20px rgba(9, 105, 195, 0.12);
    transform: translateY(-3px);
}

.pro-mq-card--decouverte {
    border-color: #bbf7d0;
}

.pro-mq-card--decouverte::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #16a34a, #4ade80);
    border-radius: 16px 0 0 16px;
}

.pro-mq-card-photo-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid var(--pxpMainColorLight);
    overflow: hidden;
    flex-shrink: 0;
}

.pro-mq-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-mq-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pro-mq-card-nom {
    font-size: 15px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    line-height: 1.3;
}

.pro-mq-card-ville {
    font-size: 13px;
    color: #64748b;
    line-height: 1.3;
}

.pro-mq-card-ville i {
    font-size: 11px;
    color: var(--pxpMainColor);
}

.pro-mq-card-badges {
    display: flex;
    gap: 6px;
    margin-top: 4px;
}

.pro-mq-card-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 9px;
    white-space: nowrap;
}

.pro-mq-card-badge--decouverte {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.pro-mq-card-badge--prix {
    background: #eff6ff;
    color: var(--pxpMainColor);
    border: 1px solid #bfdbfe;
}


/* CTA en bas de section */

.pro-marquee-cta-btn {
    display: inline-flex;
    align-items: center;
    background: var(--degradeBleu);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(9, 105, 195, 0.25);
}

.pro-marquee-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 105, 195, 0.35);
    color: #fff;
    text-decoration: none;
}


/* Mobile */

@media (max-width: 767px) {
    .pro-marquee-section {
        padding: 50px 0;
    }
    .pro-marquee-track {
        -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
        mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
    }
    .pro-marquee-left {
        animation-duration: var(--marquee-duree-mobile, 22s);
    }
    .pro-marquee-right {
        animation-duration: var(--marquee-duree-mobile, 26s);
    }
    .pro-marquee-titre {
        font-size: 17px;
    }
    .pro-marquee-titre .lp-ads-hero-surligneur {
        font-size: 15px;
    }
    .pro-mq-card {
        padding: 12px;
        gap: 12px;
    }
    .pro-mq-card-photo-wrap {
        width: 48px;
        height: 48px;
        border-width: 2px;
    }
    .pro-mq-card-nom {
        font-size: 14px;
    }
    .pro-mq-card-ville {
        font-size: 12px;
    }
    .pro-mq-card-badge {
        font-size: 10px;
        padding: 2px 7px;
    }
    .pro-marquee-cta-btn {
        font-size: 15px;
        padding: 12px 24px;
    }
}


/* Card link wrapper */

.pro-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
    height: 100%;
}

.pro-card-link:hover {
    text-decoration: none;
    color: inherit;
}


/* Card */

.pro-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}


/* Photo */

.pro-card-photo-wrap {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 3px solid var(--pxpMainColorLight);
    overflow: hidden;
    margin: 0 auto 12px;
    flex-shrink: 0;
}

.pro-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Badge disponible */

.pro-card-dispo {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #16a34a;
    background: #f0fdf4;
    border-radius: 20px;
    padding: 3px 12px;
    margin-bottom: 10px;
}

.pro-card-dispo .fas {
    font-size: 7px;
}


/* Nom */

.pro-card-nom {
    font-size: 16px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 6px;
    line-height: 1.3;
}

.pro-card-verified {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 2px;
}


/* Ville */

.pro-card-ville {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 12px;
}

.pro-card-ville .fas {
    color: var(--pxpMainColor);
    font-size: 12px;
}


/* Badges (15min offertes, Dès X€) */

.pro-card-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
    min-height: 26px;
}

.pro-card-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 10px;
}

.pro-card-badge--decouverte {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.pro-card-badge--prix {
    background: #eff6ff;
    color: var(--pxpMainColor);
    border: 1px solid #bfdbfe;
}


/* CTA button */

.pro-card-cta {
    margin-top: auto;
    width: 100%;
    padding: 10px 16px;
    background: var(--pxpMainColor);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background 0.2s ease;
}

.pro-card:hover .pro-card-cta {
    background: var(--pxpMainColorDark);
}


/* Loader */

.pro-tabs-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.pro-tabs-loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: var(--pxpMainColor);
    border-radius: 50%;
    animation: pro-tabs-spin 0.7s linear infinite;
}

@keyframes pro-tabs-spin {
    to {
        transform: rotate(360deg);
    }
}

.pro-tabs-loader-texte {
    margin-top: 12px;
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
}


/* Carousel caché tant que non initialisé */

.pro-tabs-panel .pro-tabs-carousel {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.pro-tabs-panel.loaded .pro-tabs-carousel {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.pro-tabs-panel.loaded .pro-tabs-loader {
    display: none;
}


/* Carousel dots styling */

.pro-tabs-carousel.owl-carousel .owl-stage {
    display: flex;
}

.pro-tabs-carousel.owl-carousel .owl-item {
    display: flex;
}

.pro-tabs-carousel.owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.pro-tabs-carousel.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--pxpTextColor);
    border-radius: 5px;
    margin: 0 5px;
    opacity: 0.3;
    transition: var(--pxpHoverTransition);
    transition-property: width, opacity;
}

.pro-tabs-carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    width: 30px;
    background-color: var(--pxpMainColor);
}


/* Responsive */

@media (max-width: 767px) {
    .pro-tabs-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .pro-tabs-carousel.owl-carousel .owl-item:not(.active) .pro-card {
        opacity: 0.4;
        transform: scale(0.95);
    }
    .pro-tabs-section {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .pro-tabs-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    .pro-card {
        padding: 24px 16px 16px;
    }
}


/* =====================================================
   PAGE À PROPOS
   ===================================================== */


/* ---- Hero ---- */

.ap-hero {
    padding: 110px 0 0;
    overflow: hidden;
    position: relative;
}

.ap-breadcrumb {
    font-size: 13px;
    margin-bottom: 40px;
}

.ap-breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.ap-breadcrumb a:hover {
    color: #fff;
}

.ap-breadcrumb-sep {
    margin: 0 10px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.3);
}

.ap-breadcrumb span:last-child {
    color: rgba(255, 255, 255, 0.8);
}

.ap-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ap-hero-texte {
    flex: 1;
    padding-bottom: 64px;
}

.ap-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.ap-hero-titre {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}

.ap-hero-titre-accent {
    background: linear-gradient(135deg, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ap-hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 32px;
    max-width: 520px;
}

.ap-hero-stats {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ap-hero-stat {
    display: flex;
    flex-direction: column;
}

.ap-hero-stat-nombre {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.ap-hero-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 2px;
}

.ap-hero-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
}


/* Hero visuel */

.ap-hero-visuel {
    flex-shrink: 0;
    position: relative;
    width: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ap-hero-visuel-orbe {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.25) 0%, transparent 70%);
    filter: blur(25px);
    pointer-events: none;
}

.ap-hero-visuel-img {
    position: relative;
    z-index: 2;
    max-height: 380px;
    width: auto;
    object-fit: contain;
    margin-bottom: -4px;
}


/* ---- Section badges & titres communs ---- */

.ap-section-badge {
    display: inline-flex;
    align-items: center;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.ap-section-badge--light {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ap-section-titre {
    font-size: 34px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin: 0 0 12px;
    line-height: 1.2;
}

.ap-section-desc {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}


/* ---- Mission cards ---- */

.ap-mission-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ap-mission-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.ap-mission-card:hover {
    border-color: var(--pxpMainColor);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(9, 105, 195, 0.1);
}

.ap-mission-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.ap-mission-card:hover .ap-mission-card-icon {
    background: var(--pxpMainColor);
    color: #fff;
}

.ap-mission-card-titre {
    font-size: 17px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 10px;
}

.ap-mission-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}


/* ---- Étapes (Comment ça marche) ---- */

.ap-etapes-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.ap-etape {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.ap-etape-numero {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pxpMainColor);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.3);
}

.ap-etape-ligne {
    position: absolute;
    top: 22px;
    left: calc(50% + 22px);
    width: calc(100% - 44px);
    height: 2px;
    background: linear-gradient(90deg, var(--pxpMainColor), #cbd5e1);
    z-index: 1;
}

.ap-etape:last-child .ap-etape-ligne {
    display: none;
}

.ap-etape-contenu {
    max-width: 260px;
}

.ap-etape-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 16px;
}

.ap-etape-titre {
    font-size: 17px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 8px;
}

.ap-etape-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}


/* ---- Vidéo ---- */

.ap-video-wrap {
    display: flex;
    justify-content: center;
}

.ap-video-card {
    width: 100%;
    max-width: 720px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    background: #000;
    aspect-ratio: 16 / 9;
}

.ap-video-iframe {
    width: 100%;
    height: 100%;
    display: block;
}


/* ---- Fondateurs ---- */

.ap-fondateurs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.ap-fondateur-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.ap-fondateur-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-4px);
}

.ap-fondateur-photo-wrap {
    margin-bottom: 20px;
}

.ap-fondateur-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    /* border: 3px solid rgba(255, 255, 255, 0.15); */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.ap-fondateur-role {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #60a5fa;
    margin-bottom: 8px;
}

.ap-fondateur-nom {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
}

.ap-fondateur-metier {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.ap-fondateur-bio {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 20px;
}

.ap-fondateur-social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ap-fondateur-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ap-fondateur-social a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateY(-2px);
}


/* ---- Chiffres clés ---- */

.ap-chiffres-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.ap-chiffre {
    text-align: center;
    padding: 32px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.ap-chiffre:hover {
    border-color: var(--pxpMainColor);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(9, 105, 195, 0.08);
}

.ap-chiffre-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 16px;
}

.ap-chiffre:hover .ap-chiffre-icon {
    background: var(--pxpMainColor);
    color: #fff;
}

.ap-chiffre-nombre {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--pxpMainColor);
    line-height: 1;
    margin-bottom: 8px;
}

.ap-chiffre-label {
    font-size: 14px;
    color: #64748b;
    line-height: 1.4;
}


/* ---- Presse marquee ---- */

.ap-presse-marquee {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.ap-presse-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: ap-presse-scroll 25s linear infinite;
}

.ap-presse-track:hover {
    animation-play-state: paused;
}

@keyframes ap-presse-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ap-presse-logo {
    flex-shrink: 0;
}

.ap-presse-logo img {
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.ap-presse-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


/* ---- CTA final (boxed) ---- */

.ap-cta-section {
    background: #fff;
}

.ap-cta-box {
    border-radius: 24px;
    padding: 64px 40px;
    overflow: hidden;
    position: relative;
}

.ap-cta-inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ap-cta-titre {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}

.ap-cta-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 32px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.ap-cta-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ap-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ap-cta-btn:hover {
    background: #fff;
    color: var(--pxpMainColorDark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


/* =====================================================
   PAGE À PROPOS — Responsive
   ===================================================== */

@media (max-width: 991px) {
    .ap-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .ap-hero--blog .ap-hero-content {
        text-align: left;
    }
    .ap-hero-texte {
        padding-bottom: 0;
    }
    .ap-hero-titre {
        font-size: 34px;
    }
    .ap-hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ap-hero-stats {
        justify-content: center;
    }
    .ap-hero-visuel {
        width: 300px;
    }
    .ap-hero-visuel-img {
        max-height: 280px;
    }
    .ap-hero-visuel-orbe {
        width: 220px;
        height: 220px;
    }
    .ap-mission-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ap-etapes-grid {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
    .ap-etape-ligne {
        display: none;
    }
    .ap-fondateurs-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
    .ap-chiffres-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ap-breadcrumb {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ap-hero {
        padding: 100px 0 0;
    }
    .ap-hero-titre {
        font-size: 28px;
    }
    .ap-hero-desc {
        font-size: 15px;
    }
    .ap-hero-stats {
        gap: 16px;
    }
    .ap-hero-stat-nombre {
        font-size: 22px;
    }
    .ap-hero-visuel {
        width: 240px;
    }
    .ap-hero-visuel-img {
        max-height: 220px;
    }
    .ap-mission-grid {
        grid-template-columns: 1fr;
    }
    .ap-section-titre {
        font-size: 26px;
    }
    .ap-chiffres-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ap-chiffre {
        padding: 24px 12px;
    }
    .ap-chiffre-nombre {
        font-size: 28px;
    }
    .ap-fondateur-card {
        padding: 32px 20px;
    }
    .ap-cta-box {
        padding: 48px 20px;
        border-radius: 20px;
    }
    .ap-cta-titre {
        font-size: 26px;
    }
    .ap-cta-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
    .ap-video-card {
        border-radius: 12px;
    }
}


/* =====================================================
   PAGE CONTACT — Centre d'aide
   ===================================================== */


/* --- Hero --- */

.ct-hero {
    padding: 110px 0 60px;
    overflow: hidden;
}

.ct-hero-titre {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}

.ct-hero-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 500px;
    line-height: 1.6;
}


/* --- Accès rapides --- */

.ct-acces-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.ct-acces-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct-acces-card:hover {
    border-color: var(--pxpMainColor);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(9, 105, 195, 0.1);
    text-decoration: none;
}

.ct-acces-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.ct-acces-card:hover .ct-acces-card-icon {
    background: var(--pxpMainColor);
    color: #fff;
}

.ct-acces-card-titre {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.ct-acces-card-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}

.ct-acces-card-lien {
    font-size: 13px;
    font-weight: 600;
    color: var(--pxpMainColor);
    transition: gap 0.2s;
    display: inline-flex;
    align-items: center;
}

.ct-acces-card:hover .ct-acces-card-lien {
    gap: 4px;
}


/* --- Formulaire & Infos contact --- */

.ct-form-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    align-items: start;
}

.ct-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 32px;
}

.ct-form-card-titre {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.ct-form-card-titre i {
    color: var(--pxpMainColor);
}

.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.ct-form-group {
    margin-bottom: 16px;
}

.ct-form-row .ct-form-group {
    margin-bottom: 0;
}

.ct-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.ct-form-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.2s;
    outline: none;
    font-family: inherit;
}

.ct-form-input:focus {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1);
    background: #fff;
}

.ct-form-input::placeholder {
    color: #94a3b8;
}

.ct-form-textarea {
    min-height: 130px;
    resize: vertical;
}

.ct-form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    background: var(--pxpMainColor);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.ct-form-btn:hover {
    background: var(--pxpMainColorDark);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(9, 105, 195, 0.25);
}


/* --- Infos contact sidebar --- */

.ct-infos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ct-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.2s;
}

.ct-info-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.06);
}

.ct-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.ct-info-texte {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ct-info-texte strong {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
}

.ct-info-texte span,
.ct-info-texte a {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
    word-break: break-all;
}

.ct-info-texte a:hover {
    color: var(--pxpMainColor);
}

.ct-info-sep {
    height: 1px;
    background: #e2e8f0;
    margin: 4px 0;
}

.ct-social-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 12px;
}

.ct-social-liens {
    display: flex;
    gap: 10px;
}

.ct-social-lien {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
}

.ct-social-lien:hover {
    background: var(--pxpMainColor);
    border-color: var(--pxpMainColor);
    color: #fff;
    transform: translateY(-2px);
}


/* --- Contact Responsive --- */

@media (max-width: 991px) {
    .ct-hero-titre {
        font-size: 32px;
    }
    .ct-acces-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ct-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .ct-hero {
        padding: 100px 0 48px;
    }
    .ct-hero-titre {
        font-size: 26px;
    }
    .ct-hero-desc {
        font-size: 15px;
    }
    .ct-acces-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .ct-acces-card {
        padding: 24px 20px;
        flex-direction: row;
        text-align: left;
        gap: 16px;
    }
    .ct-acces-card-icon {
        margin-bottom: 0;
        width: 48px;
        height: 48px;
        font-size: 18px;
        flex-shrink: 0;
    }
    .ct-acces-card-desc {
        display: none;
    }
    .ct-acces-card-lien {
        display: none;
    }
    .ct-acces-card-titre {
        margin-bottom: 0;
        font-size: 15px;
    }
    .ct-form-card {
        padding: 24px 20px;
    }
    .ct-form-row {
        grid-template-columns: 1fr;
    }
}


/* =====================================================
   BLOG — Cards articles
   ===================================================== */


/* ---- Card article ---- */

.blog-card-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.blog-card:hover {
    border-color: var(--pxpMainColor);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(9, 105, 195, 0.1);
}


/* Image */

.blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.05);
}


/* Catégorie badge */

.blog-card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: var(--pxpMainColor);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.blog-card-cat--inline {
    position: static;
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
}


/* Body */

.blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.blog-card-meta span {
    display: inline-flex;
    align-items: center;
}

.blog-card-titre {
    font-size: 17px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    line-height: 1.4;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-extrait {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.blog-card-lire {
    font-size: 14px;
    font-weight: 600;
    color: var(--pxpMainColor);
    display: inline-flex;
    align-items: center;
    transition: gap 0.2s ease;
    gap: 0;
    margin-top: auto;
}

.blog-card:hover .blog-card-lire {
    gap: 4px;
}


/* ---- Article vedette (à la une) ---- */

.blog-vedette-link {
    text-decoration: none;
    display: block;
}

.blog-vedette-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-vedette-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 20px 48px rgba(9, 105, 195, 0.1);
}

.blog-vedette-img-wrap {
    overflow: hidden;
    min-height: 320px;
}

.blog-vedette-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-vedette-card:hover .blog-vedette-img {
    transform: scale(1.04);
}

.blog-vedette-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-vedette-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: var(--degradeDark);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.blog-vedette-titre {
    font-size: 26px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    line-height: 1.3;
    margin: 0 0 14px;
}

.blog-vedette-extrait {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-vedette-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}


/* ---- Pagination ---- */

.blog-pagination {
    display: flex;
    justify-content: center;
}


/* ---- Carousel pros blog ---- */

.blog-pros-panel {
    position: relative;
    min-height: 200px;
}

.blog-pros-panel .blog-pros-carousel {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-pros-panel.loaded .blog-pros-carousel {
    opacity: 1;
}

.blog-pros-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.blog-pros-panel.loaded .blog-pros-loader {
    opacity: 0;
    pointer-events: none;
}

.blog-pros-carousel .pro-card-link {
    width: 100%;
}


/* =====================================================
   BLOG — Responsive
   ===================================================== */

@media (max-width: 991px) {
    .blog-vedette-card {
        grid-template-columns: 1fr;
    }
    .blog-vedette-img-wrap {
        min-height: 240px;
        max-height: 280px;
    }
    .blog-vedette-body {
        padding: 28px;
    }
    .blog-vedette-titre {
        font-size: 22px;
    }
    .blog-vedette-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .blog-vedette-body {
        padding: 20px;
    }
    .blog-vedette-titre {
        font-size: 20px;
    }
    .blog-vedette-extrait {
        -webkit-line-clamp: 3;
    }
    .blog-card-body {
        padding: 16px;
    }
    .blog-card-titre {
        font-size: 16px;
    }
}


/* =====================================================
   ARTICLE DETAIL
   ===================================================== */


/* ---- Barre de progression ---- */

.art-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    z-index: 9999;
}

.art-progress-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--pxpMainColor), #60a5fa);
    transition: width 0.1s ease;
}


/* ---- Hero article ---- */

.art-hero {
    padding: 110px 0 64px;
}

.art-hero-content {
    display: flex;
    align-items: center;
    gap: 48px;
}

.art-hero-texte {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.art-hero-cover {
    flex-shrink: 0;
    width: 380px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.art-hero-cover-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.art-hero-meta-wrap {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.art-hero-meta-wrap::before,
.art-hero-meta-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.art-hero-meta-wrap::before {
    left: 0;
    background: linear-gradient(to right, #181e30, transparent);
}

.art-hero-meta-wrap::after {
    right: 0;
    background: linear-gradient(to left, #114267, transparent);
}

.art-hero-meta-wrap.fade-left::before {
    opacity: 1;
}

.art-hero-meta-wrap.fade-right::after {
    opacity: 1;
}

.art-hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
}

.art-hero-meta::-webkit-scrollbar {
    display: none;
}

.art-hero-cat {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.art-hero-cat:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.art-hero-meta-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.art-hero-titre {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
}

.art-hero-intro {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 28px;
}

.art-hero-auteur {
    display: flex;
    align-items: center;
    gap: 14px;
}

.art-hero-auteur-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.art-hero-auteur-nom {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.art-hero-auteur-titre {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}


/* ---- Contenu ---- */

.art-contenu {
    padding-bottom: 80px;
}


/* ---- Sommaire ---- */

.art-sommaire {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 40px;
}

.art-sommaire-header {
    font-size: 16px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin-bottom: 6px;
}

.art-sommaire-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    counter-reset: sommaire;
}

.art-sommaire-list li {
    counter-increment: sommaire;
}

.art-sommaire-list a {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}

.art-sommaire-list a::before {
    content: counter(sommaire) ". ";
    font-weight: 700;
    color: var(--pxpMainColor);
    margin-right: 6px;
}

.art-sommaire-list a:hover {
    color: var(--pxpMainColor);
    padding-left: 6px;
}


/* ---- Corps de l'article ---- */

.art-body {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 48px;
}

.art-body h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin: 48px 0 16px;
    padding-top: 16px;
}

.art-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 32px 0 12px;
}

.art-body p {
    margin: 0 0 16px;
}

.art-body ul,
.art-body ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.art-body li {
    margin-bottom: 8px;
}

.art-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.art-body blockquote {
    border-left: 4px solid var(--pxpMainColor);
    background: var(--pxpMainColorLight);
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
    font-style: italic;
    color: var(--pxpMainColorDark);
}

.art-body a {
    color: var(--pxpMainColor);
    text-decoration: underline;
}


/* ---- Partager ---- */

.art-share {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 48px;
}

.art-share-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--pxpMainColorDark);
    white-space: nowrap;
}

.art-share-btns {
    display: flex;
    gap: 8px;
}

.art-share-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.art-share-btn:hover {
    background: var(--pxpMainColor);
    color: #fff;
    transform: translateY(-2px);
}


/* ---- Commentaires ---- */

.art-commentaires {
    margin-bottom: 48px;
}

.art-commentaires-titre {
    font-size: 20px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 24px;
}

.art-commentaires-form-wrap {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}

.art-input {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.art-input:focus {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1);
}

.art-commentaires-submit {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: var(--pxpMainColor);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.art-commentaires-submit:hover {
    background: var(--pxpMainColorDark);
    transform: translateY(-1px);
}

.art-commentaires-liste {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.art-commentaire {
    display: flex;
    gap: 14px;
}

.art-commentaire-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border: 2px solid #e2e8f0;
}

.art-commentaire-body {
    flex: 1;
    background: #f8fafc;
    border-radius: 14px;
    padding: 16px;
}

.art-commentaire-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.art-commentaire-nom {
    font-size: 14px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
}

.art-commentaire-date {
    font-size: 12px;
    color: #94a3b8;
}

.art-commentaire-texte {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}


/* ---- Sidebar ---- */

.art-sidebar {
    position: sticky;
    top: 95px;
}

.art-sidebar-block {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.art-sidebar-block-titre {
    font-size: 14px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin-bottom: 14px;
}


/* ---- CTA Sidebar article ---- */

.art-cta-side {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.art-cta-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pxpMainColor), #38bdf8);
}

.art-cta-side-header {
    margin-bottom: 16px;
}

.art-cta-side-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
}

.art-cta-side-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    margin-bottom: 6px;
}

.art-cta-side-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.art-cta-side-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 14px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.art-cta-side-pro:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.08);
}

.art-cta-side-pro-photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--pxpMainColorLight);
    flex-shrink: 0;
}

.art-cta-side-pro-info {
    flex: 1;
    text-align: left;
    min-width: 0;
}

.art-cta-side-pro-nom {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.art-cta-side-pro-dispo {
    display: block;
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
    margin-top: 1px;
}

.art-cta-side-pro-dispo i {
    font-size: 6px;
    vertical-align: middle;
    margin-right: 3px;
    animation: cta-pulse 2s infinite;
}

@keyframes cta-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.art-cta-side-pro-arrow {
    color: #94a3b8;
    font-size: 11px;
    flex-shrink: 0;
    transition: color 0.2s, transform 0.2s;
}

.art-cta-side-pro:hover .art-cta-side-pro-arrow {
    color: var(--pxpMainColor);
    transform: translateX(2px);
}

.art-cta-side-badges {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.art-cta-side-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.art-cta-side-badge--green {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.art-cta-side-badge--blue {
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    border: 1px solid #bfdbfe;
}

.art-cta-side-btn {
    display: block;
    background: var(--degradeDark);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.art-cta-side-btn:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-1px);
}

.art-cta-side-btn i {
    transition: transform 0.2s;
}

.art-cta-side-btn:hover i {
    transform: translateX(3px);
}


/* ---- Autres articles carousel ---- */

.art-autres-carousel .col-md-6,
.art-autres-carousel .col-xl-4 {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
}

.art-autres-carousel .mb-4 {
    margin-bottom: 0 !important;
}

.art-autres-carousel .blog-card {
    height: 100%;
}


/* =====================================================
   ARTICLE DETAIL — Responsive
   ===================================================== */

@media (max-width: 991px) {
    .art-hero {
        padding: 32px 0 48px;
    }
    .art-hero-content {
        flex-direction: column;
        gap: 32px;
    }
    .art-hero-cover {
        width: 100%;
        max-height: 280px;
    }
    .art-hero-cover-img {
        aspect-ratio: 16 / 8;
    }
    .art-hero-titre {
        font-size: 30px;
    }
    .art-hero-intro {
        font-size: 15px;
    }
    .art-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .art-hero {
        padding: 95px 0 36px;
    }
    .art-hero-titre {
        font-size: 24px;
    }
    .art-hero-meta {
        gap: 10px;
    }
    .art-hero-cover {
        border-radius: 14px;
    }
    .art-sommaire {
        padding: 18px;
    }
    .art-body {
        font-size: 15px;
    }
    .art-body h2 {
        font-size: 20px;
    }
    .art-body h3 {
        font-size: 18px;
    }
    .art-commentaires-form-wrap {
        padding: 16px;
    }
    .art-commentaire-body {
        padding: 12px;
    }
}


/* ============================================================
   ANNUAIRE PROFESSIONNELS — Refonte moderne
   ============================================================ */


/* --- HERO --- */

.ann-hero {
    padding: 110px 0 24px;
    /* border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px; */
}

.ann-hero-titre {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 34px;
    line-height: 1.25;
    text-align: center;
}

.ann-hero-titre-accent {
    background: var(--degradeBleuClair);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ann-hero-sous-titre {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 640px;
    margin: 0 auto 16px;
    text-align: center;
}


/* --- BREADCRUMB LIGHT --- */

.ann-breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 0 0 14px;
    font-size: 13px;
}

.ann-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ann-breadcrumb li+li::before {
    content: "›";
    color: rgba(255, 255, 255, 0.4);
    margin-right: 2px;
}

.ann-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.ann-breadcrumb a:hover {
    color: #fff;
}

.ann-breadcrumb .ann-breadcrumb-actif {
    color: rgba(255, 255, 255, 0.9);
}


/* --- PILLS DOMAINES --- */

.ann-pills-wrap {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ann-pills-wrap::-webkit-scrollbar {
    display: none;
}

.ann-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85);
}

.ann-pill:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.ann-pill img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.ann-pill-active {
    background: #fff !important;
    color: #1a2030 !important;
    border-color: #fff !important;
}

.ann-pill-active img {
    filter: none;
    opacity: 1;
}

.ann-pill-active .ann-pill-close {
    margin-left: 4px;
    opacity: 0.5;
    font-size: 11px;
}

.ann-pill-active:hover .ann-pill-close {
    opacity: 1;
}


/* --- BARRE DE RECHERCHE ANNUAIRE --- */

.ann-recherche {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    overflow: visible;
    position: relative;
}

.ann-recherche-champ {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 18px;
    gap: 10px;
    min-width: 0;
    position: relative;
}

.ann-recherche-champ+.ann-recherche-champ {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ann-recherche-champ i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    flex-shrink: 0;
}

.ann-recherche-champ input,
.ann-recherche-champ .ann-dropdown-trigger {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

.ann-recherche-champ input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.ann-recherche-champ .ann-dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ann-recherche-champ .ann-dropdown-trigger .fa-chevron-down {
    font-size: 10px;
    opacity: 0.5;
    transition: transform 0.2s;
}

.ann-recherche-champ.ann-ouvert .ann-dropdown-trigger .fa-chevron-down {
    transform: rotate(180deg);
}

.ann-recherche-btn {
    background: var(--pxpMainColor);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin: 5px;
    white-space: nowrap;
    transition: all 0.2s;
}

.ann-recherche-btn:hover {
    background: var(--pxpMainColorDark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.4);
}

.ann-recherche-btn.ann-pulse {
    animation: ann-btn-pulse 1.2s ease;
}

@keyframes ann-btn-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(9, 105, 195, 0.6);
    }
    25% {
        transform: scale(1.08);
        box-shadow: 0 0 0 8px rgba(9, 105, 195, 0.3);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 16px rgba(9, 105, 195, 0);
    }
    75% {
        transform: scale(1.05);
        box-shadow: 0 0 0 4px rgba(9, 105, 195, 0.2);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(9, 105, 195, 0);
    }
}


/* Dropdown custom dans la barre */

.ann-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    min-width: 250px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    z-index: 100;
    display: none;
    overflow: hidden;
    max-height: 320px;
    overflow-y: auto;
}

.ann-recherche-champ.ann-ouvert .ann-dropdown {
    display: block;
}

.ann-dropdown-label {
    padding: 10px 16px 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
    font-weight: 600;
}

.ann-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
    color: #334155;
    font-size: 14px;
}

.ann-dropdown-item:hover,
.ann-dropdown-item.ann-actif {
    background: #f1f5f9;
}

.ann-dropdown-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.ann-dropdown-item-icone {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 13px;
    flex-shrink: 0;
}

.ann-dropdown-item-icone i {
    color: #64748b;
}

.ann-dropdown-item-texte {
    flex: 1;
    min-width: 0;
}

.ann-dropdown-item-titre {
    font-weight: 500;
}

.ann-dropdown-item-sous-titre {
    font-size: 12px;
    color: #94a3b8;
}

.ann-dropdown-loader {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 12px;
}

.ann-dropdown-loader::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 3px solid #e2e8f0;
    border-top-color: var(--pxpMainColor);
    border-radius: 50%;
    animation: ann-spin 0.7s linear infinite;
}

.ann-dropdown-vide {
    padding: 16px;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}

.ann-highlight {
    background: #fef3c7;
    border-radius: 2px;
    padding: 0 1px;
}


/* Géoloc item */

.ann-dropdown-item-geoloc .ann-dropdown-item-icone {
    background: var(--pxpMainColor);
    color: #fff;
}


/* --- RESULTATS ENTETE --- */

.ann-resultats-entete {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0;
}

.ann-resultats-compteur {
    font-size: 15px;
    color: #64748b;
}

.ann-resultats-compteur strong {
    color: #1e293b;
    font-weight: 600;
}

.ann-tri-dropdown .btn {
    font-size: 14px;
    color: #64748b;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 6px 14px;
    background: #fff;
}

.ann-tri-dropdown .btn:hover {
    border-color: #cbd5e1;
}

.ann-tri-dropdown .dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.ann-tri-dropdown .dropdown-item {
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 14px;
}

.ann-tri-dropdown .dropdown-item:hover,
.ann-tri-dropdown .dropdown-item.active {
    background: #f1f5f9;
    color: #1e293b;
}


/* --- CARTES PROFESSIONNELS --- */

.ann-carte {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    transition: all 0.25s ease;
    overflow: hidden;
    margin-bottom: 20px;
}

.ann-carte:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.ann-carte-inner {
    display: flex;
}

.ann-carte-info {
    flex: 1;
    padding: 20px 24px;
    min-width: 0;
    border-right: 1px solid #f1f5f9;
}

.ann-carte-dispos {
    width: 340px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}


/* Premium */

.ann-premium {
    border-color: rgba(9, 105, 195, 0.25);
    box-shadow: 0 0 0 1px rgba(9, 105, 195, 0.15), 0 2px 12px rgba(9, 105, 195, 0.08);
}

.ann-premium:hover {
    box-shadow: 0 0 0 1px rgba(9, 105, 195, 0.25), 0 8px 30px rgba(9, 105, 195, 0.12);
}


/* Header carte : photo + nom */

.ann-carte-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.ann-carte-photo-wrap {
    position: relative;
    flex-shrink: 0;
}

.ann-carte-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    outline: 2px solid var(--pxpMainColor);
}

.ann-premium .ann-carte-photo {
    outline-color: var(--pxpMainColor);
}

.ann-carte-verifie {
    position: absolute;
    bottom: 0;
    right: -4px;
    width: 22px;
    height: 22px;
}

.ann-carte-nom-wrap {
    min-width: 0;
    flex: 1;
}

.ann-carte-nom {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.ann-carte-nom a {
    color: #1e293b;
    text-decoration: none;
}

.ann-carte-nom a:hover {
    color: var(--pxpMainColor);
}

.ann-carte-nom small {
    font-size: 12px;
    font-weight: 400;
    color: #94a3b8;
    display: block;
    margin-bottom: 1px;
}

.ann-carte-lieu {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.ann-carte-lieu i {
    color: var(--pxpMainColor);
    font-size: 12px;
}


/* Badges */

.ann-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.ann-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    background: #f1f5f9;
    color: #475569;
    white-space: nowrap;
}

.ann-badge i,
.ann-badge .emoji-ios {
    font-size: 13px;
}

.ann-badge-success {
    background: #ecfdf5;
    color: #059669;
}

.ann-badge-distance {
    background: #f0f9ff;
    color: #0284c7;
}

.ann-badge-prix {
    background: #f8fafc;
    color: #475569;
}


/* Adresse */

.ann-carte-adresse {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 10px;
}

.ann-carte-adresse i {
    margin-right: 4px;
    width: 14px;
    text-align: center;
}


/* Tags domaines */

.ann-carte-domaines {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ann-carte-domaines a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 12px;
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.15s;
}

.ann-carte-domaines a:hover,
.ann-carte-domaines a.ann-domaine-actif {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: var(--pxpMainColor);
}


/* --- DISPONIBILITES MINI CALENDRIER --- */

.ann-dispos {
    width: 100%;
}

.ann-dispos-grid {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.ann-dispos-jour {
    text-align: center;
    flex: 1;
    max-width: 76px;
}

.ann-dispos-jour-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    color: #475569;
    margin-bottom: 2px;
}

.ann-dispos-jour-date {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 8px;
}

.ann-creneau {
    display: block;
    width: 100%;
    padding: 6px 4px;
    margin-bottom: 5px;
    background: var(--pxpMainColorLight);
    border: 1px solid rgba(9, 105, 195, 0.15);
    border-radius: 8px;
    color: var(--pxpMainColor);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
    text-decoration: none;
}

.ann-creneau:hover {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: var(--pxpMainColor);
    transform: translateY(-1px);
}

.ann-dispos-more {
    display: block;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    margin-top: 4px;
}

.ann-dispos-btn-profil {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: var(--pxpMainColor);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.ann-dispos-btn-profil:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.3);
    color: #fff;
}


/* --- PAGINATION --- */

.ann-pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.ann-pagination .pagination {
    gap: 4px;
}

.ann-pagination .page-item .page-link,
.ann-pagination a,
.ann-pagination span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s;
    border: 1px solid #e2e8f0;
    color: #475569;
    background: #fff;
}

.ann-pagination a:hover,
.ann-pagination .page-item .page-link:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #1e293b;
}

.ann-pagination span.current,
.ann-pagination .page-item.active .page-link {
    background: #1e293b;
    color: #fff;
    border-color: #1e293b;
}

.ann-pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}


/* --- ETAT VIDE --- */

.ann-vide {
    text-align: center;
    padding: 48px 24px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px dashed #e2e8f0;
}

.ann-vide img {
    width: 120px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.ann-vide-titre {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.ann-vide-texte {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 20px;
}

.ann-vide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: #1e293b;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.ann-vide-btn:hover {
    background: #334155;
    color: #fff;
    transform: translateY(-1px);
}


/* --- SECTION RESULTATS --- */

.ann-resultats {
    padding-top: 32px;
    padding-bottom: 48px;
}


/* --- RESPONSIVE --- */

@media (max-width: 991.98px) {
    .ann-carte-inner {
        flex-direction: column;
    }
    .ann-carte-info {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
    }
    .ann-carte-dispos {
        width: 100%;
        padding: 16px;
    }
    .ann-recherche {
        flex-wrap: wrap;
        border-radius: 20px;
        gap: 0;
    }
    .ann-recherche-champ.ann-champ-nom {
        flex: 0 0 100%;
        padding: 12px 18px;
    }
    #ann-champ-domaine,
    #ann-champ-ville {
        flex: 1;
        padding: 12px 18px;
    }
    #ann-champ-domaine .ann-dropdown-trigger {
        overflow: hidden;
        flex: 1;
        min-width: 0;
    }
    #ann-champ-domaine #ann-domaine-texte {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
    #ann-champ-ville input {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
    #ann-champ-domaine #ann-domaine-texte.ann-marquee {
        overflow: visible;
        text-overflow: clip;
        display: inline-block;
        width: max-content;
        animation: ann-marquee var(--ann-marquee-duree, 5s) ease-in-out infinite alternate;
    }
    @keyframes ann-marquee {
        0%,
        20% {
            transform: translateX(0);
        }
        80%,
        100% {
            transform: translateX(var(--ann-marquee-dist));
        }
    }
    #ann-champ-domaine .ann-dropdown {
        left: 0;
        right: auto;
        width: calc(200% + 1px);
    }
    #ann-champ-ville .ann-dropdown {
        right: 0;
        left: auto;
        width: calc(200% + 1px);
    }
    .ann-recherche-champ+.ann-recherche-champ {
        border-left: none;
        /* border-top: 1px solid rgba(255, 255, 255, 0.12); */
    }
    .ann-champ-nom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
    #ann-champ-ville {
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }
    .ann-recherche-btn {
        width: calc(100% - 10px);
        text-align: center;
        margin: 5px;
        padding: 12px;
    }
}

@media (max-width: 575.98px) {
    .ann-hero {
        padding: 110px 0 20px;
        /* border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px; */
    }
    .ann-hero-titre {
        font-size: 24px;
    }
    .ann-carte-info {
        padding: 16px;
    }
    .ann-carte-header {
        gap: 10px;
    }
    .ann-carte-photo {
        width: 56px;
        height: 56px;
    }
    .ann-carte-nom {
        font-size: 15px;
    }
    .ann-dispos-grid {
        gap: 4px;
    }
    .ann-creneau {
        font-size: 12px;
        padding: 5px 2px;
    }
    .ann-dispos-jour-label {
        font-size: 11px;
    }
    .ann-pill {
        padding: 6px 12px;
        font-size: 12px;
    }
    .ann-resultats {
        padding-top: 20px;
        padding-bottom: 32px;
    }
    .ann-pills-filtres-row .ann-filtres-toggle .ann-filtres-label {
        display: none;
    }
    .ann-pills-filtres-row .ann-filtres-toggle {
        padding: 7px 10px;
        gap: 4px;
    }
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}


/* --- PILLS SCROLL ARROWS --- */

.ann-pills-outer {
    position: relative;
    overflow: hidden;
}

.ann-pills-outer::before,
.ann-pills-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    /* width: 48px; */
    width: 110px;
    z-index: 3;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.ann-pills-outer::before {
    left: 0;
    background: linear-gradient(to right, #181e30, transparent);
}

.ann-pills-outer::after {
    right: 0;
    background: linear-gradient(to left, #15395a, transparent);
}

.ann-pills-outer.ann-fade-left::before {
    opacity: 1;
}

.ann-pills-outer.ann-fade-right::after {
    opacity: 1;
}

.ann-pills-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    z-index: 5;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}

.ann-pills-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.ann-pills-arrow-left {
    left: 4px;
    top: 18px;
}

.ann-pills-arrow-right {
    right: 4px;
    top: 18px;
}

@media (min-width: 992px) {
    .ann-pills-arrow.ann-pills-arrow-visible {
        display: flex;
    }
}


/* --- NAME SEARCH DROPDOWN --- */

.ann-recherche-champ.ann-champ-nom {
    position: relative;
}

.ann-nom-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    min-width: 280px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    z-index: 100;
    display: none;
    overflow: hidden;
    max-height: 350px;
    overflow-y: auto;
}

.ann-champ-nom.ann-ouvert .ann-nom-dropdown {
    display: block;
}

.ann-nom-dropdown .ann-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
    color: #334155;
    font-size: 14px;
    text-decoration: none;
}

.ann-nom-dropdown .ann-dropdown-item:hover {
    background: #f1f5f9;
}

.ann-nom-photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.ann-nom-badge {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    margin-right: 4px;
}


/* --- FILTRES AVANCÉS --- */

.ann-filtres-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.ann-filtres-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}


/* Wrapper pills + filtre sur la même ligne */

.ann-pills-filtres-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ann-pills-filtres-row .ann-pills-outer {
    flex: 1;
    min-width: 0;
}

.ann-filtres-toggle .ann-filtres-count {
    background: var(--pxpMainColor);
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.ann-filtres-panel {
    display: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 20px;
    margin-top: 12px;
    gap: 12px;
    flex-wrap: wrap;
}

.ann-filtres-panel.ann-filtres-open {
    display: flex;
}

.ann-filtre-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    user-select: none;
}

.ann-filtre-chip:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.ann-filtre-chip.ann-filtre-actif {
    background: #fff;
    color: var(--pxpMainColorDark);
    border-color: #fff;
    font-weight: 500;
}

.ann-filtre-chip i {
    font-size: 12px;
}


/* --- CARTE LEAFLET VILLE --- */

.ann-sidebar-sticky {
    position: sticky;
    top: 100px;
}

.ann-map-wrap {
    height: 380px;
    max-height: 50vh;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}


/* --- CONTAINER CARTE (pour overlay card) --- */

.ann-map-container {
    position: relative;
}


/* --- LOADER CARTE --- */

.ann-map-loader {
    position: absolute;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    pointer-events: none;
}

.ann-map-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e2e8f0;
    border-top-color: var(--pxpMainColor);
    border-radius: 50%;
    animation: ann-spin 0.7s linear infinite;
}

@keyframes ann-spin {
    to {
        transform: rotate(360deg);
    }
}


/* --- MARQUEURS CARTE --- */

.ann-map-marker-wrap {
    background: none !important;
    border: none !important;
}

.ann-map-marker {
    width: 14px;
    height: 14px;
    background: var(--pxpMainColor);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    cursor: pointer;
}

.active .ann-map-marker {
    transform: scale(1.3);
    background: var(--pxpMainColorDark);
}


/* --- MINI CARD OVERLAY CARTE --- */

.ann-map-card {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: 340px;
    z-index: 1000;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    gap: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    align-items: flex-start;
}

.ann-map-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.ann-map-card-info {
    flex: 1;
    min-width: 0;
}

.ann-map-card-nom {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ann-map-card-ville {
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.ann-map-card-domaines {
    font-size: 11px;
    color: var(--pxpMainColor);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ann-map-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    gap: 6px;
}

.ann-map-card-prix {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
}

.ann-map-card-dispo {
    font-size: 10px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
}

.ann-map-card-dispo.dispo {
    background: #dcfce7;
    color: #166534;
}

.ann-map-card-dispo.indispo {
    background: #fee2e2;
    color: #991b1b;
}

.ann-map-card-lien {
    font-size: 12px;
    color: var(--pxpMainColor);
    text-decoration: none;
    font-weight: 500;
    margin-top: 4px;
    display: inline-block;
}

.ann-map-card-lien:hover {
    text-decoration: underline;
}

.ann-map-card-close {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
}

.ann-map-card-close:hover {
    color: #475569;
}


/* --- BOUTON EXPAND DESKTOP --- */

.ann-map-expand {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #475569;
    transition: background 0.2s, color 0.2s;
}

.ann-map-expand:hover {
    background: #f1f5f9;
    color: #1e293b;
}


/* --- OVERLAY CARTE PLEIN ECRAN --- */

.ann-map-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    flex-direction: column;
    display: flex;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.ann-map-fullscreen.ouvert {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s;
}

.ann-map-fullscreen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
    flex-shrink: 0;
}

.ann-map-fullscreen-titre {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.ann-map-fullscreen-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.ann-map-fullscreen-close:hover {
    background: #e2e8f0;
    color: #1e293b;
}

.ann-map-fullscreen-body {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ann-map-fullscreen .ann-map-container {
    height: 100%;
}

.ann-map-fullscreen .ann-map-wrap {
    height: 100%;
    max-height: none;
    border-radius: 0;
    border: none;
}

.ann-map-fullscreen .ann-map-expand {
    display: none;
}


/* --- BOUTON FLOTTANT MOBILE (FAB) --- */

.ann-map-fab {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9990;
    background: var(--pxpMainColor);
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s, transform 0.2s;
}

.ann-map-fab:hover {
    background: var(--pxpMainColorDark);
}

.ann-map-fab:active {
    transform: translateX(-50%) scale(0.95);
}

@media (min-width: 992px) {
    .ann-map-fab {
        display: none;
    }
}


/* --- BOTTOM-SHEET MOBILE --- */

@media (max-width: 991.98px) {
    .ann-map-fullscreen {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 90vh;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    }
    .ann-map-fullscreen.ouvert {
        transform: translateY(0);
    }
    .ann-map-fullscreen::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.35s ease;
    }
    .ann-map-fullscreen.ouvert::before {
        opacity: 1;
    }
}


/* --- REASSURANCE SOUS CARTE --- */

.ann-rea-carte {
    margin-top: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ann-rea-carte-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ann-rea-carte-icone {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.ann-rea-carte-texte {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ann-rea-carte-texte strong {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.ann-rea-carte-texte span {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.3;
}


/* --- SECTION VILLES --- */

.ann-villes-section {
    padding: 48px 0;
    background: #f8fafc;
}

.ann-villes-header {
    margin-bottom: 28px;
}

.ann-villes-titre {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.ann-villes-sous-titre {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

.ann-villes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.ann-ville-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s;
}

.ann-ville-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.1);
    color: #1e293b;
    transform: translateY(-2px);
}

.ann-ville-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.ann-ville-card-pin {
    color: var(--pxpMainColor);
    font-size: 16px;
    flex-shrink: 0;
}

.ann-ville-card-nom {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.ann-ville-card-nb {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 400;
}

.ann-ville-card-arrow {
    font-size: 11px;
    color: #cbd5e1;
    transition: all 0.2s;
    flex-shrink: 0;
}

.ann-ville-card:hover .ann-ville-card-arrow {
    color: var(--pxpMainColor);
    transform: translateX(2px);
}

.ann-ville-card:hover .ann-ville-card-pin {
    color: var(--pxpMainColor);
}


/* --- REASSURANCE MODERNE --- */

.ann-reassurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 32px 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.ann-reassurance-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 0 24px;
}

.ann-reassurance-sep {
    width: 1px;
    height: 48px;
    background: #e2e8f0;
    flex-shrink: 0;
}

.ann-reassurance-icone {
    flex-shrink: 0;
}

.ann-reassurance-icone img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.ann-reassurance-texte {
    min-width: 0;
}

.ann-reassurance-titre {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
}

.ann-reassurance-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .ann-reassurance {
        flex-direction: column;
        gap: 20px;
        padding: 28px 24px;
    }
    .ann-reassurance-item {
        padding: 0;
        width: 100%;
    }
    .ann-reassurance-sep {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 575.98px) {
    .ann-villes-grid {
        grid-template-columns: 1fr;
    }
    .ann-sidebar-sticky {
        position: relative;
        top: auto;
    }
    .ann-map-wrap {
        height: 250px;
        margin-bottom: 20px;
    }
}


/* ============================================================
   PAGE PROFIL PROFESSIONNEL — Refonte moderne
   ============================================================ */


/* --- HERO PROFIL --- */

.pro-hero {
    background: var(--degradeDark);
    padding: 100px 0 0;
    /* border-bottom-left-radius: 40px; */
    /* border-bottom-right-radius: 40px; */
    position: relative;
    overflow: visible;
}

.pro-hero>.container {
    position: relative;
}

.pro-hero-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 36px;
}

.pro-hero-photo-wrap {
    position: relative;
    flex-shrink: 0;
    /* margin-bottom: -52px; */
    z-index: 2;
    align-self: flex-end;
}

.pro-hero-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.pro-hero-photo-wrap .badge-verifie {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
}

.pro-hero-dispo-label {
    position: absolute;
    top: 0;
    right: -8px;
    background: #fff;
    border: 2px solid #22c55e;
    color: #16a34a;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

.pro-hero-infos {
    flex: 1;
    min-width: 0;
    padding-bottom: 4px;
}

.pro-hero-titre-maitre {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.pro-hero-nom {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.2;
}

.pro-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pro-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.2s;
}

.pro-hero-tag:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.pro-hero-tag-success {
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
    color: #86efac;
    cursor: pointer;
}

.pro-hero-tag-success:hover {
    background: rgba(34, 197, 94, 0.25);
    color: #bbf7d0;
}

.pro-hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding-bottom: 8px;
}

.pro-hero-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 24px;
}

.pro-hero-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.pro-hero-back:hover {
    color: #fff;
}

.pro-hero-share {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 16px;
    transition: color 0.2s;
    background: none;
    border: none;
    padding: 0;
}

.pro-hero-share:hover {
    color: #fff;
}


/* --- BOUTONS CTA PROFIL --- */

.pro-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.pro-cta-primary {
    background: var(--pxpMainColor);
    color: #fff;
}

.pro-cta-primary:hover {
    background: var(--pxpMainColorDark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.3);
}

.pro-cta-success {
    background: #22c55e;
    color: #fff;
    position: relative;
}

.pro-cta-success:hover {
    background: #16a34a;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
}

.pro-cta-success .pro-cta-badge {
    position: absolute;
    top: -10px;
    right: -8px;
    background: #fff;
    color: #16a34a;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    border: 1px solid #bbf7d0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.pro-cta-outline {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pro-cta-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}


/* --- SECTION CONTENU PRINCIPAL --- */

.pro-content {
    padding-top: 64px;
    padding-bottom: 60px;
    text-align: left;
    position: relative;
    z-index: 3;
}


/* Quand le tunnel est en plein écran, on booste le z-index du parent
   pour qu'il passe au-dessus de la navbar sticky (z-index: 1000) */

.pro-content:has(.tunnel-wrapper-full-page) {
    z-index: 10001;
}


/* --- CARDS / BLOCS --- */

.pro-profil-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    text-align: left;
}


/* Tunnel pleine largeur dans la card (seulement hors mode plein écran) */

.pro-profil-card #tunnel-wrapper:not(.tunnel-wrapper-full-page) {
    width: 100%;
}

.pro-profil-card #tunnel-wrapper:not(.tunnel-wrapper-full-page) .row.justify-content-center {
    justify-content: flex-start !important;
}

.pro-profil-card #tunnel-wrapper:not(.tunnel-wrapper-full-page) .col-lg-7,
.pro-profil-card #tunnel-wrapper:not(.tunnel-wrapper-full-page) .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.pro-profil-card-titre {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pro-profil-card-titre i {
    color: var(--pxpMainColor);
    font-size: 15px;
}

.pro-profil-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 0;
}


/* --- CARD RDV — Mise en avant --- */

.pro-rdv-card {
    padding: 0;
    overflow: hidden;
    border-color: rgba(9, 105, 195, 0.15);
    box-shadow: 0 4px 24px rgba(9, 105, 195, 0.08);
}

.pro-rdv-header {
    background: var(--degradeDark);
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.pro-rdv-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 0% 50%, rgba(9, 105, 195, 0.15) 0%, transparent 60%), radial-gradient(ellipse at 100% 0%, rgba(34, 197, 94, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.pro-rdv-header-content {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.pro-rdv-header-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
}

.pro-rdv-header-titre {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.pro-rdv-header-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 2px 0 0;
    line-height: 1.3;
}

.pro-rdv-header-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.pro-rdv-card>#tunnel-wrapper {
    padding: 24px 28px 20px;
}

@media (max-width: 576px) {
    .pro-rdv-header {
        padding: 16px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .pro-rdv-header-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
    .pro-rdv-header-titre {
        font-size: 15px;
    }
    .pro-rdv-card>#tunnel-wrapper {
        padding: 20px 20px 16px;
    }
}


/* --- CARTE LEAFLET PROFIL --- */

.pro-map-card {
    overflow: hidden;
}

.pro-map-inner {
    display: flex;
    gap: 0;
    margin: -28px;
}

.pro-map-infos {
    flex: 1;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.pro-map-container {
    flex: 0 0 45%;
    min-height: 280px;
    position: relative;
}

#pro-leaflet-map {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 0 16px 16px 0;
}

.pro-map-adresse {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pro-map-adresse i {
    color: var(--pxpMainColor);
    margin-top: 4px;
    font-size: 15px;
    flex-shrink: 0;
}

.pro-map-gps-titre {
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.pro-map-gps-btns {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}

.pro-map-gps-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #f1f5f9;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pro-map-gps-btn:hover {
    background: #e2e8f0;
    color: #1e293b;
    text-decoration: none;
    transform: translateY(-1px);
}

.pro-map-gps-btn .emoji-ios {
    font-size: 18px;
}

.pro-map-marker {
    background: none !important;
    border: none !important;
}

@media (max-width: 767px) {
    .pro-map-inner {
        flex-direction: column-reverse;
    }
    .pro-map-container {
        flex: none;
        min-height: 200px;
    }
    #pro-leaflet-map {
        min-height: 200px;
        border-radius: 16px 16px 0 0;
    }
    .pro-map-infos {
        padding: 20px;
    }
    .pro-map-gps-btns {
        gap: 6px;
    }
    .pro-map-gps-btn {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 8px;
    }
    .pro-map-gps-btn .emoji-ios {
        font-size: 15px;
    }
}


/* --- SIDEBAR INFOS --- */

.pro-sidebar {
    position: sticky;
    top: 100px;
}

.pro-sidebar-cta {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.pro-sidebar-cta .pro-cta-btn {
    flex: 1;
    justify-content: center;
    padding: 13px 16px;
}

.pro-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
}

.pro-info-item {
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.pro-info-item:last-child {
    border-bottom: none;
}

.pro-info-label {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 3px;
}

.pro-info-value {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.pro-info-value a {
    color: var(--pxpMainColor);
    text-decoration: none;
    transition: color 0.2s;
}

.pro-info-value a:hover {
    color: var(--pxpMainColorDark);
}


/* Réseaux sociaux */

.pro-social {
    display: flex;
    gap: 10px;
    padding: 16px 24px;
}

.pro-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 16px;
    transition: all 0.2s;
    text-decoration: none;
}

.pro-social a:hover {
    background: var(--pxpMainColor);
    color: #fff;
    transform: translateY(-1px);
}


/* --- DOMAINES TAGS PROFIL --- */

.pro-domaines {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.pro-domaine-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.15s;
}

.pro-domaine-tag:hover {
    background: var(--pxpMainColor);
    color: #fff;
    border-color: var(--pxpMainColor);
}


/* --- FAQ PROFIL MODERNE --- */

.pro-faq .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
}

.pro-faq .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    padding: 16px 20px;
    background: #fff;
    box-shadow: none;
}

.pro-faq .accordion-button:not(.collapsed) {
    color: var(--pxpMainColor);
    background: #f8fafc;
}

.pro-faq .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.pro-faq .accordion-body {
    padding: 0 20px 16px;
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
}

.pro-faq .accordion-body ul {
    padding-left: 20px;
}

.pro-faq .accordion-body a {
    color: var(--pxpMainColor);
}


/* --- SECTION FREEMIUM (pro non premium) --- */

.pro-freemium-notice {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 16px 24px;
    text-align: center;
    font-size: 14px;
    color: #92400e;
    margin-bottom: 20px;
}

.pro-freemium-notice a {
    color: var(--pxpMainColor);
    font-weight: 500;
}

.pro-alternatives {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.pro-alternatives-titre {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.pro-alternatives-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

.pro-alt-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s;
    margin-bottom: 10px;
}

.pro-alt-card:hover {
    border-color: var(--pxpMainColor);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.1);
    transform: translateY(-1px);
    color: #1e293b;
}

.pro-alt-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    outline: 2px solid #22c55e;
    flex-shrink: 0;
}

.pro-alt-info {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.pro-alt-nom {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.pro-alt-action {
    font-size: 12px;
    color: #64748b;
}

.pro-alt-badge {
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
}


/* --- CAROUSEL AUTRES PROS --- */

.pro-autres-section {
    padding: 48px 0;
    background: #f8fafc;
}

.pro-autres-titre {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
}

.pro-autres-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 28px;
}


/* --- BREADCRUMB PROFIL --- */

.pro-breadcrumb-wrap {
    margin-bottom: 24px;
}


/* --- RESPONSIVE PROFIL --- */

@media (max-width: 991.98px) {
    .pro-hero-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .pro-hero-photo-wrap {
        margin-bottom: 0;
    }
    .pro-hero-tags {
        justify-content: center;
    }
    .pro-hero-actions {
        justify-content: center;
        width: 100%;
        padding-top: 8px;
    }
    .pro-content {
        padding-top: 32px;
    }
    .pro-sidebar {
        position: relative;
        top: auto;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .pro-hero {
        padding-top: 80px;
    }
    .pro-hero-nom {
        font-size: 22px;
    }
    .pro-hero-photo {
        width: 100px;
        height: 100px;
    }
    .pro-hero-actions {
        flex-direction: column;
    }
    .pro-hero-actions .pro-cta-btn {
        width: 100%;
        justify-content: center;
    }
    .pro-sidebar-cta {
        flex-direction: column;
    }
    .pro-profil-card {
        padding: 20px;
    }
}


/* ============================================================
   CHATBOT VCP
   ============================================================ */


/* Bulle flottante */

.chatbot-bulle {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--degradeBleu);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0, 105, 195, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    outline: none;
}

.chatbot-bulle:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(0, 105, 195, 0.45);
}

.chatbot-bulle svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.chatbot-bulle-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: chatbot-badge-pulse 2s infinite;
}

@keyframes chatbot-badge-pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}


/* Tooltip sur la bulle */

.chatbot-tooltip {
    position: fixed;
    bottom: 92px;
    right: 24px;
    background: #fff;
    color: #333;
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    font-weight: 500;
    max-width: 220px;
    z-index: 9998;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.chatbot-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.chatbot-tooltip::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 26px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}


/* Fenetre de chat */

.chatbot-fenetre {
    position: fixed;
    bottom: 96px;
    right: 24px;
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.85) translateY(20px);
    transform-origin: bottom right;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.chatbot-fenetre.ouvert {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}


/* Header */

.chatbot-header {
    background: var(--degradeBleu);
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.chatbot-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chatbot-header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.chatbot-header-avatar::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #1a6db5;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    animation: chatbot-online-pulse 2s infinite;
}

@keyframes chatbot-online-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0);
    }
}

.chatbot-header-avatar img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.chatbot-header-textes h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.chatbot-header-textes span {
    font-size: 11px;
    opacity: 0.85;
}

.chatbot-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.chatbot-header-btn {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.chatbot-header-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.chatbot-header-fermer {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 18px;
    line-height: 1;
}

.chatbot-header-fermer:hover {
    background: rgba(255, 255, 255, 0.3);
}


/* Zone messages */

.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f8fafc;
}

.chatbot-messages::-webkit-scrollbar {
    width: 4px;
}

.chatbot-messages::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}


/* Messages */

.chatbot-msg {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.5;
    animation: chatbot-msg-in 0.3s ease;
    word-wrap: break-word;
}

@keyframes chatbot-msg-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chatbot-msg-bot {
    align-self: flex-start;
    background: #fff;
    color: #334155;
    border: 1px solid #e2e8f0;
    border-bottom-left-radius: 4px;
}

.chatbot-msg-user {
    align-self: flex-end;
    background: var(--degradeBleu);
    color: #fff;
    border-bottom-right-radius: 4px;
}


/* Typing indicator */

.chatbot-typing {
    align-self: flex-start;
    display: flex;
    gap: 5px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    border-bottom-left-radius: 4px;
}

.chatbot-typing-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    animation: chatbot-typing-bounce 1.4s ease-in-out infinite;
}

.chatbot-typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.chatbot-typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes chatbot-typing-bounce {
    0%,
    60%,
    100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-6px);
    }
}


/* Autocomplete villes (dans le flux, entre messages et options) */

.chatbot-autocomplete-results {
    flex-shrink: 0;
    max-height: 160px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    display: none;
}

.chatbot-autocomplete-results.visible {
    display: block;
}

.chatbot-autocomplete-item {
    padding: 9px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s;
    border-bottom: 1px solid #f1f5f9;
}

.chatbot-autocomplete-item:last-child {
    border-bottom: none;
}

.chatbot-autocomplete-item:hover {
    background: #eff6ff;
}


/* Zone options/boutons */

.chatbot-options {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    flex-shrink: 0;
    max-height: 220px;
    overflow-y: auto;
}

.chatbot-option-btn {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #0085F2;
    border-radius: 10px;
    background: #fff;
    color: #0085F2;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    display: flex;
    align-items: center;
}

.chatbot-option-btn:hover {
    background: #0085F2;
    color: #fff;
}

.chatbot-option-btn:hover img {
    filter: brightness(10);
}


/* Zone input */

.chatbot-zone-input {
    padding: 12px 16px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    flex-shrink: 0;
    display: none;
}

.chatbot-zone-input.visible {
    display: block;
}

.chatbot-zone-input label {
    display: block;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 6px;
    font-weight: 500;
}

.chatbot-input-wrap {
    display: flex;
    gap: 8px;
    position: relative;
}

.chatbot-input-wrap input,
.chatbot-input-wrap textarea {
    flex: 1;
    padding: 9px 28px 9px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}

.chatbot-input-wrap input:focus,
.chatbot-input-wrap textarea:focus {
    border-color: #0085F2;
}

.chatbot-input-envoyer {
    padding: 0 14px;
    background: var(--degradeBleu);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatbot-input-envoyer:hover {
    opacity: 0.9;
}

.chatbot-input-spinner {
    position: absolute;
    right: 63px;
    top: 50%;
    transform: translateY(-50%);
    color: #3b82f6;
    font-size: 14px;
    pointer-events: none;
}


/* Cards professionnels */

.chatbot-pro-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    animation: chatbot-msg-in 0.3s ease;
    margin-bottom: 2px;
}

.chatbot-pro-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.chatbot-pro-card-info {
    flex: 1;
    min-width: 0;
}

.chatbot-pro-card-nom {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
}

.chatbot-pro-card-ville {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 4px;
}

.chatbot-pro-card-domaines {
    font-size: 11px;
    color: #0085F2;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbot-pro-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.chatbot-pro-card-prix {
    font-size: 12px;
    font-weight: 600;
    color: #1e293b;
}

.chatbot-pro-card-dispo {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: 600;
}

.chatbot-pro-card-dispo.dispo {
    background: #dcfce7;
    color: #16a34a;
}

.chatbot-pro-card-dispo.indispo {
    background: #fef3c7;
    color: #d97706;
}

.chatbot-pro-card-lien {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #0085F2;
    text-decoration: none;
}

.chatbot-pro-card-lien:hover {
    text-decoration: underline;
}


/* Lien retour menu */

.chatbot-retour-menu {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 8px 0;
    flex-wrap: wrap;
}

.chatbot-retour-menu button {
    background: none;
    border: 1.5px solid #0085F2;
    color: #0085F2;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 12px;
    border-radius: 14px;
    transition: background 0.2s, color 0.2s;
}

.chatbot-retour-menu button:hover {
    background: #0085F2;
    color: #fff;
}

.chatbot-voir-tous {
    display: inline-flex;
    align-items: center;
    color: #0085F2;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 0;
}

.chatbot-voir-tous:hover {
    text-decoration: underline;
}


/* Geoloc bouton */

.chatbot-geoloc-btn {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px dashed #0085F2;
    border-radius: 8px;
    background: #eff6ff;
    color: #0085F2;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.chatbot-geoloc-btn:hover {
    background: #dbeafe;
}


/* Responsive mobile */

@media (max-width: 480px) {
    .chatbot-fenetre {
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        border-radius: 0;
    }
    .chatbot-bulle {
        bottom: 16px;
        right: 16px;
    }
    .chatbot-tooltip {
        bottom: 84px;
        right: 16px;
    }
}


/* Google Places Autocomplete */

.pac-container {
    z-index: 100000 !important;
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

.pac-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    border-top: 1px solid #f0f0f0;
}

.pac-item:first-child {
    border-top: none;
}

.pac-item:hover {
    background-color: #f5f8ff;
}

.pac-matched {
    font-weight: 600;
    color: var(--pxpMainColor, #0969c3);
}

.pac-icon {
    display: none;
}

.pac-item-query {
    font-size: 14px;
}


/* =====================================================
   PAGE INSCRIPTION PROFESSIONNEL — Refonte complète
   Préfixe : ins-
   ===================================================== */


/* ---- 1. Hero ---- */

.ins-hero {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.ins-hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ins-hero-texte {
    flex: 1;
    min-width: 0;
}

.ins-hero-form-wrap {
    flex-shrink: 0;
    width: 460px;
}

.ins-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.ins-form-titre {
    font-size: 19px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 2px;
    text-align: center;
}

.ins-form-sous-titre {
    font-size: 13px;
    color: #64748b;
    text-align: center;
    margin: 0 0 18px;
}

.ins-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ins-form-group {
    flex: 1;
    min-width: 0;
}

.ins-form-row {
    display: flex;
    gap: 8px;
}

.ins-input-icon-wrap {
    position: relative;
}

.ins-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    z-index: 2;
    pointer-events: none;
}

.ins-form-select {
    padding-left: 40px !important;
    height: 40px;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 13px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ins-form-select:focus {
    border-color: var(--pxpMainColor) !important;
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1) !important;
}

.ins-form-input {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 13px;
    height: 40px;
    padding-top: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ins-form .form-floating>label {
    font-size: 13px;
    padding: 8px 12px;
}

.ins-form .form-floating>.ins-form-input:focus~label,
.ins-form .form-floating>.ins-form-input:not(:placeholder-shown)~label {
    transform: scale(0.8) translateY(-0.6rem) translateX(0.15rem);
}


/* Oeil mot de passe — positionné en absolute */

.ins-form .form-floating .voir-mdp {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #94a3b8;
    font-size: 14px;
    z-index: 5;
    transition: color 0.2s;
}

.ins-form .form-floating .voir-mdp:hover {
    color: var(--pxpMainColor);
}

.ins-form-input:focus {
    border-color: var(--pxpMainColor) !important;
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1) !important;
}

.ins-form-check {
    font-size: 13px;
    color: #475569;
}

.ins-form-check a {
    color: var(--pxpMainColor);
    text-decoration: underline;
}

.ins-form-btn {
    width: 100%;
    padding: 11px 24px;
    border: none;
    border-radius: 10px;
    background: var(--degradeBleu);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 4px;
}

.ins-form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(9, 105, 195, 0.3);
}

.ins-form-links {
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
    color: #64748b;
}

.ins-form-links a {
    color: var(--pxpMainColor);
    text-decoration: none;
}

.ins-form-links a:hover {
    text-decoration: underline;
}

.ins-form-links-sep {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #cbd5e1;
    margin: 0 12px;
    vertical-align: middle;
}


/* ---- 2. Presse ---- */

.ins-presse {
    background: #f8fafc;
}


/* ---- 3. Avantages ---- */

.ins-avantages {
    background: #fff;
}

.ins-avantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ins-avantage-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.ins-avantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(9, 105, 195, 0.2);
}

.ins-avantage-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.ins-avantage-card:hover .ins-avantage-icon {
    background: var(--pxpMainColor);
    color: #fff;
}

.ins-avantage-titre {
    font-size: 18px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 10px;
}

.ins-avantage-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* ---- 4. Fonctionnalités ---- */

.ins-fonctionnalites {
    background: #f8fafc;
}

.ins-fonc-bloc {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.ins-fonc-bloc:last-child {
    margin-bottom: 0;
}

.ins-fonc-bloc--reverse {
    flex-direction: row-reverse;
}

.ins-fonc-image {
    flex: 1;
    min-width: 0;
}

.ins-fonc-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.ins-fonc-texte {
    flex: 1;
    min-width: 0;
}

.ins-fonc-numero {
    font-size: 48px;
    font-weight: 800;
    color: var(--pxpMainColorLight);
    line-height: 1;
    margin-bottom: 12px;
}

.ins-fonc-titre {
    font-size: 24px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 12px;
}

.ins-fonc-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 20px;
}

.ins-fonc-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ins-fonc-liste li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--pxpMainColorDark);
}

.ins-fonc-liste li i {
    color: #22c55e;
    font-size: 13px;
    flex-shrink: 0;
}


/* ---- 5. Tarifs ---- */

.ins-tarifs {
    background: #fff;
}


/* Toggle */

.ins-toggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
}

.ins-toggle {
    display: flex;
    position: relative;
    background: #f1f5f9;
    border-radius: 50px;
    padding: 4px;
    width: 240px;
}

.ins-toggle-btn {
    flex: 1;
    padding: 10px 16px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
    border-radius: 50px;
}

.ins-toggle-btn--active {
    color: #fff;
}

.ins-toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: var(--degradeBleu);
    border-radius: 50px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.ins-toggle-badge {
    display: inline-flex;
    align-items: center;
    background: #fef3c7;
    color: #92400e;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
}


/* Pricing cards */

.ins-prix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

.ins-prix-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    position: relative;
    transition: all 0.3s ease;
}

.ins-prix-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.ins-prix-card--popular {
    border: 2px solid var(--pxpMainColor);
    transform: scale(1.04);
    box-shadow: 0 16px 48px rgba(9, 105, 195, 0.15);
}

.ins-prix-card--popular:hover {
    transform: scale(1.04) translateY(-4px);
    box-shadow: 0 20px 56px rgba(9, 105, 195, 0.2);
}

.ins-prix-popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--degradeBleu);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

.ins-prix-header {
    margin-bottom: 20px;
}

.ins-prix-plan {
    font-size: 20px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 4px;
}

.ins-prix-plan-desc {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}

.ins-prix-montant-wrap {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 4px;
}

.ins-prix-montant {
    font-size: 48px;
    font-weight: 800;
    color: var(--pxpMainColorDark);
    line-height: 1;
    transition: all 0.3s;
}

.ins-prix-devise {
    font-size: 24px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
}

.ins-prix-periode {
    font-size: 14px;
    color: #94a3b8;
    margin-left: 4px;
}

.ins-prix-annuel {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 20px;
}

.ins-prix-btn {
    display: block;
    width: 100%;
    padding: 14px 24px;
    border: 2px solid var(--pxpMainColor);
    border-radius: 12px;
    background: #fff;
    color: var(--pxpMainColor);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 24px;
}

.ins-prix-btn:hover {
    background: var(--pxpMainColor);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 105, 195, 0.25);
}

.ins-prix-btn--popular {
    background: var(--degradeBleu);
    border-color: transparent;
    color: #fff;
}

.ins-prix-btn--popular:hover {
    background: var(--pxpMainColorDark);
    border-color: var(--pxpMainColorDark);
    color: #fff;
}

.ins-prix-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ins-prix-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475569;
}

.ins-prix-features li i {
    color: #22c55e;
    font-size: 13px;
    flex-shrink: 0;
}

.ins-prix-feature--premium {
    font-weight: 700;
    color: var(--pxpMainColor) !important;
}


/* ---- 7. FAQ ---- */

.ins-faq {
    background-color: #f8fafc;
}

.ins-faq-wrap {
    max-width: 800px;
    margin: 0 auto;
}


/* ---- 8. Stats & Vidéo ---- */

.ins-stats {
    background: #fff;
}

.ins-stats-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.ins-stats-video {
    flex: 1.2;
    min-width: 0;
}

.ins-stats-video-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    aspect-ratio: 16 / 9;
}

.ins-stats-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.ins-stats-chiffres {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ins-stat-item {
    display: flex;
    flex-direction: column;
}

.ins-stat-nombre {
    font-size: 42px;
    font-weight: 800;
    color: var(--pxpMainColor);
    line-height: 1;
    margin-bottom: 6px;
}

.ins-stat-label {
    font-size: 15px;
    color: #64748b;
}


/* ---- 9. Calendly ---- */

.ins-calendly {
    background: #f8fafc;
}

.ins-calendly-wrap {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    background: #fff;
}


/* =====================================================
   PAGE INSCRIPTION — Responsive
   ===================================================== */

@media (max-width: 991px) {
    .ins-hero {
        padding: 40px 0 60px;
    }
    .ins-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .ins-hero-texte .ap-hero-stats {
        justify-content: center;
    }
    .ins-hero-texte .ap-hero-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ins-hero-form-wrap {
        width: 100%;
        max-width: 480px;
    }
    .ins-avantages-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }
    .ins-fonc-bloc,
    .ins-fonc-bloc--reverse {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .ins-fonc-liste {
        align-items: center;
    }
    .ins-prix-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    .ins-prix-card--popular {
        transform: none;
    }
    .ins-prix-card--popular:hover {
        transform: translateY(-4px);
    }
    .ins-stats-content {
        flex-direction: column;
        gap: 40px;
    }
    .ins-stats-chiffres {
        flex-direction: row;
        text-align: center;
    }
    .ins-stat-item {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .ins-form-row {
        flex-direction: column;
        gap: 12px;
    }
    .ins-fonc-numero {
        font-size: 36px;
    }
    .ins-toggle-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .ins-stats-chiffres {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .ins-hero {
        padding: 120px 0 48px;
    }
    .ins-hero-texte .ap-hero-titre {
        font-size: 28px;
    }
    .ins-hero-texte .ap-hero-desc {
        font-size: 15px;
    }
    .ins-hero-texte .ap-hero-stats {
        gap: 16px;
    }
    .ins-hero-texte .ap-hero-stat-nombre {
        font-size: 22px;
    }
    .ins-form-card {
        padding: 28px 20px;
    }
    .ins-form-titre {
        font-size: 19px;
    }
    .ins-fonc-titre {
        font-size: 20px;
    }
    .ins-prix-montant {
        font-size: 40px;
    }
    .ins-stat-nombre {
        font-size: 32px;
    }
}


/* ============================================================
   NAVBAR VCP — Glassmorphism SaaS
   ============================================================ */


/* Header container */

.nav-header {
    position: fixed;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0 16px;
}


/* Nav bar glassmorphism */

.nav-bar {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-radius: 16px;
    border: 1px solid rgba(0, 39, 69, 0.12);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    transition: background 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.nav-bar.scrolled {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 39, 69, 0.08);
}


/* Logo */

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.nav-logo img {
    height: 34px;
    width: auto;
}


/* Liens nav desktop */

.nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-link {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--pxpTextColor);
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    background: var(--pxpMainColorTransparent);
    color: var(--pxpMainColor);
    text-decoration: none;
}


/* Chevron */

.nav-chevron {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    transition: transform 0.2s;
    opacity: 0.5;
}

.nav-dropdown-parent:hover .nav-chevron {
    transform: rotate(180deg);
}


/* Dropdown parent */

.nav-dropdown-parent {
    position: relative;
}


/* Pont invisible pour garder le hover entre le lien et le dropdown */

.nav-dropdown-parent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
    background: transparent;
}


/* Dropdown panel */

.nav-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 260px;
    max-height: 420px;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 100;
}

.nav-dropdown-parent:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}


/* Dropdown CTA bouton degrade */

.nav-dropdown-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, var(--pxpMainColor), var(--pxpMainColorDark));
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.nav-dropdown-cta:hover {
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}


/* Dropdown label */

.nav-dropdown-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #94a3b8;
    padding: 8px 14px 4px;
}


/* Dropdown separator */

.nav-dropdown-sep {
    height: 1px;
    background: #f1f5f9;
    margin: 6px 8px;
}


/* Dropdown link */

.nav-dropdown-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--pxpTextColor);
    text-decoration: none;
    transition: background 0.15s;
}

.nav-dropdown-link:hover {
    background: #f1f5f9;
    text-decoration: none;
    color: var(--pxpTextColor);
}

.nav-dropdown-link img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: cover;
}


/* Voir plus */

.nav-dropdown-voir-plus {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--pxpMainColor);
    padding: 8px;
    text-decoration: none;
    font-weight: 500;
}

.nav-dropdown-voir-plus:hover {
    text-decoration: underline;
    color: var(--pxpMainColor);
}


/* Actions droite */

.nav-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}


/* Bouton Mon compte */

.nav-btn-compte {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: var(--pxpTextColor);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.nav-btn-compte:hover {
    background: #f8fafc;
    text-decoration: none;
    color: var(--pxpTextColor);
}


/* CTA Trouver un Pro */

.nav-btn-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pxpMainColor), var(--pxpMainColorDark));
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 8px rgba(9, 105, 195, 0.25);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.nav-btn-cta:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.35);
    text-decoration: none;
    color: #fff;
}


/* Bouton Appel offert (mobile) */

.nav-btn-appel-offert {
    display: none;
    align-items: center;
    gap: 5px;
    padding: 6px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 8px rgba(22, 163, 74, 0.25);
    cursor: pointer;
    white-space: nowrap;
    transition: box-shadow 0.3s;
}

.nav-btn-appel-offert i {
    font-size: 10px;
}

.nav-btn-appel-offert:hover {
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35);
}


/* ---- Modal Appel Offert ---- */

.modal-appel-offert-close {
    position: absolute;
    top: 58px;
    right: 7px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.modal-appel-offert-close:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

#modal-appel-offert .modal-content {
    background: transparent;
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
}

#modal-appel-offert .cta-decouverte-wrap {
    margin: 0 !important;
    padding: 0;
}

#modal-appel-offert .cta-decouverte-wrap .container {
    max-width: 100%;
    padding: 0;
}

#modal-appel-offert .cta-decouverte {
    border-radius: 24px;
    margin: 0;
}


/* ---- Hamburger mobile ---- */

.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-hamburger span {
    display: block;
    height: 2px;
    background: var(--pxpTextColor);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: center;
}

.nav-hamburger.ouvert span:first-child {
    transform: rotate(45deg) translateY(4px);
}

.nav-hamburger.ouvert span:last-child {
    transform: rotate(-45deg) translateY(-4px);
}


/* ---- Menu mobile plein ecran ---- */

.nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 10000;
    display: none;
    flex-direction: column;
    overflow-y: auto;
}

.nav-mobile.ouvert {
    display: flex;
}

.nav-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
}

.nav-mobile-body {
    display: flex;
    flex-direction: column;
    padding: 8px 24px;
    flex: 1;
    overflow-y: auto;
}

.nav-mobile-link {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--pxpTextColor);
}


/* Chevron CSS pur pour les toggles mobile */

.nav-mobile-chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--pxpTextColor);
    border-bottom: 2px solid var(--pxpTextColor);
    transform: rotate(45deg);
    transition: transform 0.25s;
    opacity: 0.4;
    flex-shrink: 0;
}

.nav-mobile-link.ouvert .nav-mobile-chevron {
    transform: rotate(-135deg);
}

.nav-mobile-sub {
    display: none;
    flex-direction: column;
    padding-left: 8px;
    padding-bottom: 8px;
}

.nav-mobile-sub a {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pxpTextColor);
    text-decoration: none;
    transition: background 0.15s;
}

.nav-mobile-sub a:hover {
    background: #f8fafc;
    text-decoration: none;
}

.nav-mobile-sub .nav-dropdown-cta {
    color: #fff;
}

.nav-mobile-sub .nav-dropdown-cta:hover {
    color: #fff;
}

.nav-mobile-sub img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    object-fit: cover;
}


/* Séparateur + actions dans le body mobile */

.nav-mobile-sep {
    height: 1px;
    background: #f1f5f9;
    margin: 8px 0;
}

.nav-mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0;
    margin-bottom: 35px;
}

.nav-mobile-actions .nav-btn-compte,
.nav-mobile-actions .nav-btn-cta {
    justify-content: center;
    width: 100%;
}


/* CTA 15min offertes — footer menu mobile */

.nav-mobile-footer-cta {
    margin: auto 0 8px;
    padding-top: 24px;
    padding: 18px 20px;
    border-radius: 16px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.nav-mobile-footer-cta:active {
    transform: scale(0.98);
}

.nav-mobile-footer-cta-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.nav-mobile-footer-cta-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid #4ade805e;
    color: #4ade80;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.25), 0 0 40px rgba(34, 197, 94, 0.1);
}

.nav-mobile-footer-cta-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.nav-mobile-footer-cta-titre {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
}

.nav-mobile-footer-cta-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    line-height: 1.4;
}

.nav-mobile-footer-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease;
}

.nav-mobile-footer-cta:active .nav-mobile-footer-cta-btn {
    background: rgba(255, 255, 255, 0.28);
}


/* ---- Responsive ---- */

@media (max-width: 991.98px) {
    .nav-links {
        display: none;
    }
    .nav-hamburger {
        display: flex;
    }
    .nav-actions .nav-btn-cta {
        display: none;
    }
    .nav-actions .nav-btn-compte {
        display: none;
    }
    .nav-btn-appel-offert {
        display: flex;
    }
    .nav-header {
        top: 8px;
    }
}

@media (min-width: 992px) {
    .nav-mobile {
        display: none !important;
    }
    .nav-hamburger {
        display: none;
    }
    .nav-btn-appel-offert {
        display: none !important;
    }
}


/* Modal au-dessus du menu mobile */

.modal {
    z-index: 10010 !important;
}

.modal-backdrop {
    z-index: 10005 !important;
}


/* Scrollbar dropdown */

.nav-dropdown::-webkit-scrollbar {
    width: 4px;
}

.nav-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

.nav-dropdown::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 4px;
}


/* ============================================================
   EXIT POPUP PROFIL — Design SaaS Premium
   ============================================================ */

.exit-popup-card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.exit-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.exit-popup-close:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    transform: rotate(90deg);
}


/* --- Formes décoratives --- */

.exit-popup-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.exit-popup-shape-1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, transparent 70%);
    top: -60px;
    right: -40px;
}

.exit-popup-shape-2 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    bottom: 60px;
    left: -50px;
}

.exit-popup-shape-3 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
    bottom: -20px;
    right: 40px;
}


/* --- Header --- */

.exit-popup-header {
    position: relative;
    background: var(--degradeDark);
    padding: 44px 32px 32px;
    text-align: center;
    overflow: hidden;
}

.exit-popup-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 0%, rgba(34, 197, 94, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 70% 100%, rgba(59, 130, 246, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.exit-popup-dots {
    display: flex;
    gap: 6px;
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 1;
}

.exit-popup-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.exit-popup-dots span:first-child {
    background: rgba(239, 68, 68, 0.5);
}

.exit-popup-dots span:nth-child(2) {
    background: rgba(234, 179, 8, 0.5);
}

.exit-popup-dots span:nth-child(3) {
    background: rgba(34, 197, 94, 0.5);
}


/* --- Photo du pro --- */

.exit-popup-photo-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 1;
}

.exit-popup-photo-wrap::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    background: conic-gradient( from 0deg, #22c55e 0%, #3b82f6 33%, #22c55e 66%, #22c55e 100%);
    opacity: 0.6;
    animation: exitPopupRingRotate 4s linear infinite;
}

@keyframes exitPopupRingRotate {
    to {
        transform: rotate(360deg);
    }
}

.exit-popup-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    position: relative;
    z-index: 1;
}

.exit-popup-badge-verified {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #22c55e;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    font-size: 11px;
}

.exit-popup-dispo-pill {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    color: #15803d;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 50px;
    white-space: nowrap;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.15);
}

.exit-popup-dispo-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    animation: exitPopupPulse 1.5s ease-in-out infinite;
}

@keyframes exitPopupPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}


/* --- Textes header --- */

.exit-popup-titre {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.exit-popup-sous-titre {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.exit-popup-sous-titre b {
    color: #fff;
}


/* --- Body --- */

.exit-popup-body {
    padding: 28px 32px 32px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* --- Badges verts --- */

.exit-popup-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.exit-popup-badge-green {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 50px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.exit-popup-badge-green i {
    font-size: 12px;
    color: #22c55e;
}


/* --- CTA --- */

.exit-popup-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 28px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
    position: relative;
    overflow: hidden;
}

.exit-popup-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.exit-popup-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4);
}

.exit-popup-cta:hover::before {
    left: 100%;
}

.exit-popup-cta:active {
    transform: translateY(0);
}


/* --- Réassurance --- */

.exit-popup-reassurance {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
}

.exit-popup-reassurance-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.exit-popup-reassurance-item i {
    font-size: 13px;
    color: #cbd5e1;
}


/* --- Responsive --- */

@media (max-width: 576px) {
    .exit-popup-header {
        padding: 40px 20px 24px;
    }
    .exit-popup-body {
        padding: 24px 20px 28px;
    }
    .exit-popup-titre {
        font-size: 19px;
    }
    .exit-popup-badges {
        gap: 6px;
    }
    .exit-popup-badge-green {
        padding: 5px 10px;
        font-size: 12px;
    }
    .exit-popup-cta {
        padding: 13px 20px;
        font-size: 15px;
    }
    .exit-popup-reassurance {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}


/* ============================================================
   EXIT POPUP FREEMIUM — Photos multiples + Cartes pros
   ============================================================ */


/* --- Photos empilées header --- */

.exit-popup-multi-photos {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.exit-popup-multi-photo-item {
    position: relative;
    margin-left: -14px;
    transition: transform 0.2s;
}

.exit-popup-multi-photo-item:first-child {
    margin-left: 0;
}

.exit-popup-multi-photo-item:hover {
    transform: translateY(-4px);
    z-index: 3;
}

.exit-popup-multi-photo-item img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.exit-popup-badge-verified-sm {
    width: 22px;
    height: 22px;
    font-size: 9px;
    top: -1px;
    right: -1px;
}


/* --- Cartes des pros --- */

.exit-popup-pro-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.exit-popup-pro-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
    position: relative;
}

.exit-popup-pro-card:hover {
    border-color: #bbf7d0;
    background: #f0fdf4;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.1);
}

.exit-popup-pro-card:hover .exit-popup-pro-card-arrow {
    color: #22c55e;
    transform: translateX(2px);
}


/* Photo dans la carte */

.exit-popup-pro-card-photo-wrap {
    position: relative;
    flex-shrink: 0;
}

.exit-popup-pro-card-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
    transition: border-color 0.2s;
}

.exit-popup-pro-card:hover .exit-popup-pro-card-photo {
    border-color: #86efac;
}

.exit-popup-pro-card-dispo {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #22c55e;
}

.exit-popup-pro-card-dispo .exit-popup-dispo-dot {
    width: 7px;
    height: 7px;
}


/* Infos dans la carte */

.exit-popup-pro-card-infos {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.exit-popup-pro-card-nom {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exit-popup-pro-card-sub {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}


/* Badge "Offert" dans la carte */

.exit-popup-pro-card-badge {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 50px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
}


/* Flèche */

.exit-popup-pro-card-arrow {
    flex-shrink: 0;
    font-size: 12px;
    color: #cbd5e1;
    transition: all 0.2s;
}


/* --- Responsive freemium --- */

@media (max-width: 576px) {
    .exit-popup-multi-photo-item img {
        width: 58px;
        height: 58px;
    }
    .exit-popup-multi-photo-item {
        margin-left: -10px;
    }
    .exit-popup-badge-verified-sm {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .exit-popup-pro-card {
        padding: 10px 12px;
        gap: 10px;
    }
    .exit-popup-pro-card-photo {
        width: 42px;
        height: 42px;
    }
    .exit-popup-pro-card-nom {
        font-size: 13px;
    }
}


/* ============================================
   LANDING PAGES GOOGLE ADS (lp-ads-)
   Utilise la DA du site : degradeDark, degradeBleu,
   pills glass, ap-section-badge, cards #e2e8f0, etc.
   ============================================ */


/* --- Header sticky minimal --- */

.lp-ads-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 39, 69, 0.08);
    padding: 10px 0;
}

.lp-ads-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-ads-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--pxpMainColorDark);
}

.lp-ads-logo:hover {
    color: var(--pxpMainColorDark);
    text-decoration: none;
}

.lp-ads-logo img {
    height: 36px;
    width: auto;
}

.lp-ads-header-cta {
    background: var(--degradeBleu);
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 24px;
    border: none;
    transition: all 0.3s ease;
}

.lp-ads-header-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(9, 105, 195, 0.3);
    color: #fff !important;
}


/* --- Pill glass (badge transparent sur fond sombre) --- */

.lp-ads-pill-glass {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.lp-ads-pill-glass i {
    opacity: 0.85;
}

.lp-ads-pill-glass .fa-star {
    color: #facc15;
    opacity: 1;
}


/* --- Hero (fond dégradé sombre comme accueil) --- */

.lp-ads-hero {
    padding: 100px 0 60px;
}

.lp-ads-hero-contenu {
    padding-right: 20px;
}

.lp-ads-hero-titre {
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.lp-ads-hero-surligneur {
    background: var(--degradeBleu);
    display: inline-block;
    color: white;
    padding: 0px 14px;
    line-height: 1.15;
    border-radius: 4px;
    transform: rotate(359deg);
}

.lp-ads-hero-sous-titre {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 28px;
}


/* CTA button (dégradé bleu, style du site) */

.lp-ads-cta-btn {
    background: #fff;
    color: var(--pxpMainColorDark) !important;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 36px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.lp-ads-cta-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    color: var(--pxpMainColorDark) !important;
}

.lp-ads-cta-btn--light {
    background: #fff;
    color: var(--pxpMainColorDark) !important;
    border: 2px solid #fff;
}

.lp-ads-cta-btn--light:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--pxpMainColor) !important;
}

.lp-ads-hero-reassurance {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
}


/* Hero image */

.lp-ads-hero-visuel {
    position: relative;
}

.lp-ads-hero-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    aspect-ratio: 4/5;
}

.lp-ads-hero-badge-flottant {
    position: absolute;
    bottom: 24px;
    left: -16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 22px;
    border-radius: 50px;
    animation: lp-ads-float 3s ease-in-out infinite;
}

@keyframes lp-ads-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}


/* --- Comment ça marche (étapes) --- */

.lp-ads-etapes {
    background: #f8fafc;
}

.lp-ads-etape-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.lp-ads-etape-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(9, 105, 195, 0.1);
    border-color: var(--pxpMainColor);
}

.lp-ads-etape-numero {
    position: absolute;
    top: -16px;
    left: 24px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    transition: all 0.3s;
}

.lp-ads-etape-card:hover .lp-ads-etape-numero {
    background: var(--pxpMainColor);
    color: #fff;
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.25);
}

.lp-ads-etape-image {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 16px auto 24px;
    display: block;
    border-radius: 12px;
}

.lp-ads-etape-titre {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

.lp-ads-etape-texte {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}


/* --- Section tunnel --- */

.lp-ads-tunnel {
    background: #fff;
}


/* --- CTA final (card arrondie dégradée, style cta-decouverte) --- */

.lp-ads-cta-final {
    padding: 0 0 80px;
    background: transparent;
}

.lp-ads-cta-final-card {
    background: linear-gradient(135deg, var(--pxpMainColorDark) 0%, var(--pxpMainColor) 100%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.lp-ads-cta-final-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.lp-ads-cta-final-card-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.lp-ads-cta-final-titre {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 16px 0;
}

.lp-ads-cta-final-texte {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 28px;
}

.lp-ads-cta-final-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}


/* --- Section partenaires --- */

.lp-ads-partenaires {
    padding: 32px 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}

.lp-ads-partenaires-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
}

.lp-ads-partenaires-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #94a3b8;
    white-space: nowrap;
}

.lp-ads-partenaires-logos {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.lp-ads-partenaires-logos img {
    height: 40px;
    width: auto;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.lp-ads-partenaires-logos img:hover {
    opacity: 1;
}


/* --- Footer minimal --- */

.lp-ads-footer {
    background: var(--pxpMainColorDark);
    padding: 20px 0;
}

.lp-ads-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.lp-ads-footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.lp-ads-footer-liens {
    display: flex;
    gap: 20px;
}

.lp-ads-footer-liens a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lp-ads-footer-liens a:hover {
    color: #fff;
}


/* --- Responsive tablet --- */

@media (max-width: 991px) {
    .lp-ads-hero {
        padding: 80px 0 50px;
    }
    .lp-ads-hero-titre {
        font-size: 36px;
    }
    .lp-ads-hero-contenu {
        padding-right: 0;
    }
    .lp-ads-cta-final-card {
        padding: 40px 28px;
    }
    .lp-ads-cta-final-titre {
        font-size: 28px;
    }
}


/* --- Responsive mobile --- */

@media (max-width: 575px) {
    .lp-ads-hero {
        padding: 85px 0 40px;
    }
    .lp-ads-hero-titre {
        font-size: 28px;
        letter-spacing: -0.5px;
    }
    .lp-ads-hero-sous-titre {
        font-size: 15px;
    }
    .lp-ads-cta-btn {
        font-size: 15px;
        padding: 12px 28px;
        width: 100%;
        text-align: center;
    }
    .lp-ads-hero-reassurance {
        gap: 6px;
    }
    .lp-ads-pill-glass {
        font-size: 11px;
        padding: 5px 11px;
    }
    .lp-ads-etape-card {
        padding: 24px 18px;
    }
    .lp-ads-cta-final-card {
        padding: 32px 20px;
        border-radius: 16px;
    }
    .lp-ads-cta-final-titre {
        font-size: 22px;
    }
    .lp-ads-cta-final-texte {
        font-size: 14px;
    }
    .lp-ads-cta-final-badges {
        /* flex-direction: column; */
        align-items: center;
        gap: 6px;
    }
    .lp-ads-footer-inner {
        flex-direction: column;
        text-align: center;
    }
    .lp-ads-footer-liens {
        justify-content: center;
    }
    .lp-ads-header-cta {
        font-size: 12px;
        padding: 7px 16px;
    }
    .lp-ads-logo span {
        display: none;
    }
    .lp-ads-partenaires-logos img {
        height: 30px;
    }
}


/* ============================================
   LANDING ADS — TUNNEL DANS LE HERO
   ============================================ */


/* --- Card blanche du tunnel dans le hero --- */

.lp-ads-hero-tunnel {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}


/* --- En-tête custom du tunnel (visible uniquement dans le hero) --- */

.lp-ads-tunnel-intro {
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.lp-ads-tunnel-intro-badge {
    display: inline-flex;
    align-items: center;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid #bbf7d0;
    margin-bottom: 10px;
}

.lp-ads-tunnel-intro-titre {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 4px;
}

.lp-ads-tunnel-intro-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}


/* --- Overrides pour le tunnel quand il est dans le hero (pas en full-page) --- */

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page)::after {
    display: none;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .tnl-stepper {
    display: none;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .header-tunnel .mb-5 {
    margin-bottom: 0 !important;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .tnl-step-title {
    display: none;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .tnl-reassurance {
    display: none;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .etape-tunnel {
    padding-bottom: 8px;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .partie-gauche {
    padding: 0;
}


/* Neutraliser TOUS les .row directs de .partie-gauche (header + étapes) en mode compact */

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .partie-gauche>.row {
    margin-left: 0;
    margin-right: 0;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .partie-gauche>.row>.col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}


/* Neutraliser les marges négatives des .row imbriqués dans toutes les étapes du tunnel */

#tunnel-wrapper .etape-tunnel .col-md-12>.row {
    margin-left: 0;
    margin-right: 0;
}

#tunnel-wrapper .etape-tunnel .col-md-12>.row>.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}


/* Mini card pro — aligner avec le padding des étapes en mode compact hero */

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .tnl-pro-selectionne {
    margin-left: 10px;
    margin-right: 10px;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) #liste-domaines {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    position: relative;
    padding-bottom: 4px;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) #liste-domaines::-webkit-scrollbar {
    width: 5px;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) #liste-domaines::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}


/* Lueur fondu en bas pour indiquer le scroll */

.lp-ads-hero-tunnel .lp-ads-domaines-fade {
    position: relative;
}

.lp-ads-hero-tunnel .lp-ads-domaines-fade::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #fff 0%, #fff 15%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
    border-radius: 0 0 16px 16px;
    transition: opacity 0.3s ease;
}

.lp-ads-hero-tunnel .lp-ads-domaines-fade.scrolled-bottom::after {
    opacity: 0;
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine {
    padding: 14px 18px;
    margin: 0 2px 10px;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine img {
    height: 43px;
    width: 43px;
    /* margin-right: 12px; */
}

.lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine span {
    font-size: 14px;
}


/* Cacher l'intro custom quand en full-page (le tunnel prend le relais) */

.lp-ads-hero-tunnel .tunnel-wrapper-full-page~.lp-ads-tunnel-intro,
.tunnel-wrapper-full-page .lp-ads-tunnel-intro {
    display: none;
}


/* ============================================
   TUNNEL — NOUVELLES CARDS PROFESSIONNELS
   ============================================ */

.tnl-pro-list-header {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 4px;
}

.tnl-pro-list-count {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

.tnl-pro-list-select {
    border-radius: 10px !important;
    font-size: 13px;
    border-color: #e2e8f0;
    color: #475569;
    padding: 6px 32px 6px 12px;
}


/* --- Card professionnel --- */

.tnl-pro-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 16px 16px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.tnl-pro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(9, 105, 195, 0.12);
    border-color: var(--pxpMainColor);
    background-color: #fff;
}


/* Override des anciennes règles .bloc-professionnel:hover qui passent tout en blanc */

.tnl-pro-card:hover .tnl-pro-card-badge--decouverte {
    color: #16a34a;
}

.tnl-pro-card:hover .tnl-pro-card-badge--prix {
    color: var(--pxpMainColor);
}

.tnl-pro-card--decouverte {
    border-color: #bbf7d0;
    position: relative;
}

.tnl-pro-card--decouverte::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #16a34a, #4ade80);
    border-radius: 16px 16px 0 0;
}


/* Photo */

.tnl-pro-card-photo-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid var(--pxpMainColorLight);
    overflow: hidden;
    margin: 0 auto 10px;
    flex-shrink: 0;
}

.tnl-pro-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Nom */

.tnl-pro-card-nom {
    font-size: 15px;
    font-weight: 700;
    color: var(--pxpMainColorDark);
    margin: 0 0 2px;
    line-height: 1.3;
}


/* Métier & Ville */

.tnl-pro-card-metier {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 2px;
    font-weight: 500;
}

.tnl-pro-card-ville {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 8px;
}

.tnl-pro-card-ville i {
    color: var(--pxpMainColor);
    font-size: 11px;
}


/* Badges */

.tnl-pro-card-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 12px;
    min-height: 24px;
}

.tnl-pro-card-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 9px;
    white-space: nowrap;
}

.tnl-pro-card-badge--decouverte {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.tnl-pro-card-badge--prix {
    background: #eff6ff;
    color: var(--pxpMainColor);
    border: 1px solid #bfdbfe;
}


/* CTA */

.tnl-pro-card-cta {
    margin-top: auto;
    width: 100%;
    padding: 9px 14px;
    background: var(--degradeBleu);
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
}

.tnl-pro-card:hover .tnl-pro-card-cta {
    background: var(--pxpMainColorDark);
    color: #fff;
}


/* ============================================
   LANDING ADS — RESPONSIVE HERO TUNNEL
   ============================================ */

@media (max-width: 991px) {
    .lp-ads-hero-tunnel {
        max-width: 540px;
        margin: 0 auto;
    }
    .lp-ads-hero-contenu {
        text-align: center;
    }
    .lp-ads-hero-reassurance {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .lp-ads-hero-tunnel {
        padding: 20px 14px 16px;
        border-radius: 16px;
    }
    .lp-ads-tunnel-intro-titre {
        font-size: 18px;
    }
    .lp-ads-tunnel-intro-desc {
        font-size: 13px;
    }
    .lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine {
        padding: 12px 14px;
        margin: 0 0 8px;
    }
    /* .lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine img {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    } */
    .lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) .bloc-domaine span {
        font-size: 13px;
    }
    .lp-ads-hero-tunnel #tunnel-wrapper.style-1:not(.tunnel-wrapper-full-page) #liste-domaines {
        max-height: 260px;
    }
    /* Pro cards */
    .tnl-pro-card {
        padding: 18px 12px 14px;
    }
    .tnl-pro-card-photo-wrap {
        width: 60px;
        height: 60px;
    }
    .tnl-pro-card-nom {
        font-size: 13px;
    }
    .tnl-pro-card-badge {
        font-size: 10px;
        padding: 2px 7px;
    }
}


/* ============================================
   PRO CARD — INFO WRAPPER (pour layout horizontal mobile)
   ============================================ */

.tnl-pro-card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}


/* ============================================
   PRO CARDS — LAYOUT HORIZONTAL MOBILE
   ============================================ */

@media (max-width: 575px) {
    .tnl-pro-card {
        flex-direction: row;
        text-align: left;
        padding: 14px;
        gap: 14px;
        align-items: center;
    }
    .tnl-pro-card-photo-wrap {
        width: 56px;
        height: 56px;
        margin: 0;
        flex-shrink: 0;
    }
    .tnl-pro-card-info {
        align-items: flex-start;
    }
    .tnl-pro-card-nom {
        font-size: 14px;
    }
    .tnl-pro-card-badges {
        justify-content: flex-start;
        margin-bottom: 0;
    }
    .tnl-pro-card-cta {
        display: none;
    }
    .tnl-pro-card--decouverte::before {
        width: 3px;
        height: 100%;
        top: 0;
        left: 0;
        right: auto;
        border-radius: 16px 0 0 16px;
    }
}


/* ============================================
   PROFESSIONNEL SÉLECTIONNÉ (étapes 3+)
   ============================================ */

.tnl-pro-selectionne {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
}

.tnl-pro-selectionne-photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--pxpMainColorLight);
    flex-shrink: 0;
}

#pro-selectionne-nom {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}


/* ============================================
   STEPPER — ÉTAPES PASSÉES CLIQUABLES
   ============================================ */

.tnl-stepper-step.tnl-step-done {
    cursor: pointer;
    z-index: 1;
}

.tnl-stepper-step.tnl-step-done:hover .tnl-stepper-dot {
    background: var(--pxpMainColor);
    transform: scale(1.15);
    transition: all 0.2s ease;
}

.tnl-stepper-step.tnl-step-done:hover .tnl-stepper-label {
    color: var(--pxpMainColor);
}

.tnl-stepper-step:not(.tnl-step-done):not(.tnl-step-active) {
    cursor: default;
}


/* ============================================
   TYPE RDV — OPTIMISATION MOBILE
   ============================================ */

@media (max-width: 575px) {
    #tunnel-wrapper .bloc-type-rdv {
        padding: 14px 12px;
    }
    #tunnel-wrapper .bloc-type-rdv .row {
        flex-wrap: nowrap;
    }
    #tunnel-wrapper .bloc-type-rdv .col-md-8 {
        flex: 1;
        min-width: 0;
    }
    #tunnel-wrapper .bloc-type-rdv .col-md-8 .fw-600 {
        font-size: 13px;
    }
    #tunnel-wrapper .bloc-type-rdv .col-md-8 small {
        font-size: 11px !important;
    }
    #tunnel-wrapper .bloc-type-rdv .col-md-4 {
        flex: 0 0 auto;
        width: auto;
        margin-top: 0 !important;
        padding-left: 8px;
    }
    #tunnel-wrapper .bloc-type-rdv .rdb-tunnel {
        display: none !important;
    }
    #tunnel-wrapper .bloc-type-rdv i.text-primary {
        font-size: 16px !important;
        margin-right: 8px !important;
    }
}


/* ============================================
   RECAP — PHOTO PROFESSIONNEL
   ============================================ */

.tnl-recap-pro {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.tnl-recap-pro-photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--pxpMainColorLight);
    flex-shrink: 0;
}

.tnl-recap-pro-nom {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}


/* ============================================
   PARTENAIRES — MARQUEE
   ============================================ */

.lp-ads-partenaires-marquee {
    overflow: hidden;
    flex: 1;
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.lp-ads-partenaires-track {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: partenaires-scroll 20s linear infinite;
    width: max-content;
}

.lp-ads-partenaires-logo {
    height: 32px;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.lp-ads-partenaires-logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

@keyframes partenaires-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

@media (max-width: 575px) {
    .lp-ads-partenaires-inner {
        flex-direction: column;
        gap: 12px;
    }
    .lp-ads-partenaires-track {
        gap: 56px;
    }
}


/* ============================================
   TÉMOIGNAGES — LIMITER LES DOTS SUR MOBILE
   ============================================ */

@media (max-width: 991px) {
    .tm-carousel.owl-carousel .owl-dots {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-height: 18px;
        overflow: hidden;
        gap: 4px;
    }
}


/* ============================================
   TUNNEL — ALERTE AUCUN PROFESSIONNEL
   ============================================ */

.tnl-alerte-vide {
    text-align: center;
    padding: 32px 20px;
}

.tnl-alerte-vide-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.tnl-alerte-vide-icon i {
    font-size: 26px;
    color: #ef4444;
}

.tnl-alerte-vide-titre {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
}

.tnl-alerte-vide-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 24px;
}

.tnl-alerte-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    max-width: 420px;
    margin: 0 auto;
}

.tnl-alerte-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 14px;
}

.tnl-alerte-card-header i {
    color: var(--pxpMainColor);
    font-size: 16px;
}

.tnl-alerte-input-group {
    display: flex;
    gap: 8px;
}

.tnl-alerte-input {
    flex: 1;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    padding: 10px 14px;
}

.tnl-alerte-input:focus {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.1);
}

.tnl-alerte-btn {
    background: var(--degradeBleu);
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    white-space: nowrap;
    border: none;
    transition: all 0.2s ease;
}

.tnl-alerte-btn:hover {
    background: var(--pxpMainColorDark);
    color: #fff;
}

.tnl-alerte-succes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    color: #16a34a;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .tnl-alerte-input-group {
        flex-direction: column;
    }
    .tnl-alerte-vide {
        padding: 24px 12px;
    }
    .tnl-alerte-vide-titre {
        font-size: 16px;
    }
}


/* ============================================
   TUNNEL — TIMER DE RÉSERVATION
   ============================================ */

.tnl-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f0f7ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #1e40af;
    font-weight: 500;
    transition: all 0.3s ease;
}

.tnl-timer strong {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tnl-timer-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
    flex-shrink: 0;
    animation: tnl-timer-pulse 1.5s ease-in-out infinite;
}

@keyframes tnl-timer-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.tnl-timer--urgent {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.tnl-timer--urgent .tnl-timer-dot {
    background: #ef4444;
}

.tnl-timer--expire {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.tnl-timer--expire .tnl-timer-dot {
    animation: none;
    opacity: 0.4;
}


/* ============================================
   TUNNEL — BARRE RECHERCHE VILLE
   ============================================ */

.tnl-ville-wrap {
    position: relative;
    margin-bottom: 16px;
}

.tnl-ville-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 12px;
    transition: all 0.2s ease;
}

.tnl-ville-input-group:focus-within {
    border-color: var(--pxpMainColor);
    box-shadow: 0 0 0 3px rgba(9, 105, 195, 0.08);
}

.tnl-ville-input-group i.tnl-ville-icon {
    color: #94a3b8;
    font-size: 14px;
    flex-shrink: 0;
}

.tnl-ville-input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding: 10px 10px;
    font-size: 14px;
    color: #1e293b;
}

.tnl-ville-input::placeholder {
    color: #94a3b8;
}

.tnl-ville-clear {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 14px;
    padding: 4px;
    display: none;
    transition: color 0.2s ease;
}

.tnl-ville-clear:hover {
    color: #475569;
}

.tnl-ville-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    z-index: 50;
    max-height: 280px;
    overflow-y: auto;
    display: none;
    padding: 6px 0;
}

.tnl-ville-dropdown.tnl-ville-open {
    display: block;
}

.tnl-ville-label {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px 4px;
}

.tnl-ville-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    cursor: pointer;
    transition: background 0.15s ease;
    font-size: 14px;
    color: #1e293b;
}

.tnl-ville-item:hover {
    background: #f0f7ff;
}

.tnl-ville-item.tnl-ville-actif {
    background: #f0f7ff;
    font-weight: 600;
}

.tnl-ville-item-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f1f5f9;
    flex-shrink: 0;
    font-size: 13px;
}

.tnl-ville-item-geoloc .tnl-ville-item-icon {
    background: var(--pxpMainColorLight);
    color: var(--pxpMainColor);
}

.tnl-ville-item-france .tnl-ville-item-icon {
    background: #eff6ff;
    color: var(--pxpMainColor);
}

.tnl-ville-item-texte {
    flex: 1;
    min-width: 0;
}

.tnl-ville-item-titre {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tnl-ville-item-sous-titre {
    font-size: 12px;
    color: #94a3b8;
}

.tnl-ville-loader {
    text-align: center;
    padding: 12px;
    color: #94a3b8;
    font-size: 13px;
}

.tnl-ville-vide {
    text-align: center;
    padding: 12px;
    color: #94a3b8;
    font-size: 13px;
}

.tnl-ville-highlight {
    background: #fef9c3;
    border-radius: 2px;
}

.tnl-ville-cta-card {
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 24px 20px;
    margin: 20px auto 24px;
    max-width: 440px;
    text-align: center;
}

.tnl-ville-cta-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--degradeBleu);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.tnl-ville-cta-icon i {
    font-size: 22px;
    color: #fff;
}

.tnl-ville-cta-texte {
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
    margin: 0 0 18px;
}

.tnl-ville-cta-texte strong {
    color: #1e293b;
}

.tnl-ville-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--degradeBleu);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(9, 105, 195, 0.25);
}

.tnl-ville-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 105, 195, 0.35);
    background: var(--pxpMainColorDark);
}

.tnl-ville-cta-btn:active {
    transform: translateY(0);
}

@media (max-width: 575px) {
    .tnl-ville-cta-card {
        padding: 20px 16px;
    }
    .tnl-ville-cta-btn {
        font-size: 14px;
        padding: 11px 18px;
        width: 100%;
    }
}

/* ============================================================
   CTA Sticky Mobile — Blog détail
   ============================================================ */
.cta-sticky-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .cta-sticky-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9990;
        background: var(--degradeDark);
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 12px 8px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }

    .cta-sticky-mobile--visible {
        transform: translateY(0);
    }

    .cta-sticky-mobile-liseret {
        background: rgba(255, 255, 255, 0.08);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        padding: 3px 12px;
        margin: 0 -12px 6px;
        letter-spacing: 0.3px;
        cursor: pointer;
        position: relative;
    }

    .cta-sticky-mobile-chevron {
        position: absolute;
        right: 12px;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.5);
        transition: transform 0.3s ease;
    }

    .cta-sticky-mobile--reduit .cta-sticky-mobile-chevron {
        transform: rotate(180deg);
    }

    .cta-sticky-mobile-link {
        max-height: 60px;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        opacity: 1;
    }

    .cta-sticky-mobile--reduit .cta-sticky-mobile-link {
        max-height: 0;
        opacity: 0;
    }

    .cta-sticky-mobile--reduit {
        padding-bottom: 0;
    }

    .cta-sticky-mobile--reduit .cta-sticky-mobile-liseret {
        margin-bottom: 0;
        border-bottom: none;
    }

    .cta-sticky-mobile-link {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: inherit;
    }

    .cta-sticky-mobile-link:hover,
    .cta-sticky-mobile-link:focus {
        text-decoration: none;
        color: inherit;
    }

    .cta-sticky-mobile-photo-wrap {
        position: relative;
        flex-shrink: 0;
    }

    .cta-sticky-mobile-photo {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

    .cta-sticky-mobile-status {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10px;
        height: 10px;
        background: #22c55e;
        border-radius: 50%;
        border: 2px solid #1a2540;
    }

    .cta-sticky-mobile-text {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

    .cta-sticky-mobile-accroche {
        font-size: 11px;
        font-weight: 600;
        color: #22c55e;
        line-height: 1.2;
    }

    .cta-sticky-mobile-nom {
        font-size: 13px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.9);
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cta-sticky-mobile-btn {
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 16px;
        border-radius: 50px;
        white-space: nowrap;
        transition: background 0.2s;
    }

    body.cta-sticky-mobile-active {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .cta-sticky-mobile {
        padding: 0 10px 7px;
        padding-bottom: calc(7px + env(safe-area-inset-bottom, 0px));
    }

    .cta-sticky-mobile-photo {
        width: 34px;
        height: 34px;
    }

    .cta-sticky-mobile-accroche {
        font-size: 10px;
    }

    .cta-sticky-mobile-nom {
        font-size: 12px;
    }

    .cta-sticky-mobile-liseret {
        margin: 0 -10px 6px;
    }

    .cta-sticky-mobile-btn {
        font-size: 12px;
        padding: 7px 12px;
        border-radius: 50px;
    }
}