/* 
 * Styles personnalisés pour la page Phasix
 * Page ID: 870
 */

html {
    overflow-x: hidden;
}

.orange {
    color: #ff6e00 !important;
}

.wysiwyg {
    padding: 50px 0 !important;
}

.btn {
    background: #1d74ff !important;
    color: #fff !important;
}

.btn::before {
    background-color: #1d74ff;
    color: #fff !important;
}

.btn::after {
    background-color: #fff;
}

header .wrapper nav .nav_container #primary-menu li a:after {
    background-color: #1d74ff;
}

/* Header glassmorphism */

header {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(10px) saturate(150%);
    -webkit-backdrop-filter: blur(5px) saturate(200%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

header.sticky,
header.fixed {
    background: rgba(255, 255, 255, 0.25) !important;
}

header .wrapper {
    position: relative;
    z-index: 2;
}

/* HERO */

body.page-id-870 .hero-phasix {
    position: relative;
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 40px 20px;
    color: #fff;
    margin-top: 100px;
}

body.page-id-870 .hero-phasix .hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

body.page-id-870 .hero-phasix.has-video {
    background-image: none !important;
}

body.page-id-870 .hero-phasix .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

body.page-id-870 .hero-phasix .hero-cta-button {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 10;
}

body.page-id-870 .hero-phasix .hero-disclaimer {
    position: relative;
    z-index: 10;
    color: #F8F4F1;
    opacity: 0.5;
    line-height: 1.4;
    margin: 40px auto 0;
    text-align: center;
}

body.page-id-870 .hero-phasix .hero-disclaimer p {
    margin: 0;
    color: #F8F4F1;
    font-size: 0.75rem;
}

.hero-phasix .hero-cta-button-center {
    margin-top: 30px;
    display: inline-flex;
    align-items: start;
    gap: 8px;
}

.hero-cta-button-center .btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

body.page-id-870 .hero-phasix .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1100px;
    margin-top: 25vh;
}

body.page-id-870 .hero-phasix.hero-secondary {
    margin-top: 0;
}

body.page-id-870 .hero-phasix.hero-secondary .hero-content {
    margin-top: 0;
}

body.page-id-870 .hero-phasix.hero-secondary .btn {
    margin-top: 20px !important;
}

body.page-id-870 .hero-phasix .hero-title {
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.1;
    color: #fff;
}

body.page-id-870 .hero-phasix .hero-title sup {
    font-size: 0.4em;
    vertical-align: super;
}

body.page-id-870 .hero-phasix .hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 20px 0 50px 0;
    color: #fff;
    letter-spacing: -0.01em;
}

body.page-id-870 .hero-phasix .hero-tagline {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

body.page-id-870 .hero-phasix .hero-separator {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 42.5% !important;
    height: 1px !important;
    border: none !important;
    background: rgba(142, 142, 142, 0.8) !important;
    margin: 20px auto 20px !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
    align-self: center !important;
}

body.page-id-870 .hero-phasix .hero-stats {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: 10px;
    padding-top: 0;
}

body.page-id-870 .hero-phasix .stat-item {
    text-align: center;
    color: #fff;
}

body.page-id-870 .hero-phasix .stat-label {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 5px;
}

body.page-id-870 .hero-phasix .stat-number {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 5px;
}

body.page-id-870 .hero-phasix .stat-year {
    font-size: 3.5rem;
}

body.page-id-870 .hero-phasix .stat-text {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
}

body.page-id-870 .hero-phasix .stat-item-year {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-id-870 .hero-phasix .stat-year-content {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 5px;
}

body.page-id-870 .hero-phasix .stat-item-year .stat-label {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
}

body.page-id-870 .hero-phasix .stat-item-year .stat-number {
    margin-bottom: 0;
}


/* Footer Phasix - Layout avec Grid */
body.page-template-page-phasix footer .footerwrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: start;
}

body.page-template-page-phasix footer .logo_container {
    padding-top: 0;
    margin-right: 0;
    grid-column: 1;
    grid-row: 1;
}

body.page-template-page-phasix footer .text_container {
    padding-top: 0;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: 100%;
    display: contents;
}

body.page-template-page-phasix footer nav {
    margin-top: 0;
    margin-bottom: 30px;
    grid-column: 2;
    grid-row: 1;
}

body.page-template-page-phasix footer nav ul {
    align-items: flex-start;
}

body.page-template-page-phasix footer .phasix-references {
    grid-column: 1 / -1;
    grid-row: 2;
}

body.page-template-page-phasix footer .text_container>p {
    grid-column: 1 / -1;
    grid-row: 3;
}

/* Badge P4HB */

/* .phasix-fixed-badge {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(-1, -1);
    background: linear-gradient(180deg, #101BA3 0%, #060A3D 100%);
    color: white;
    padding: 1rem 0.5rem;
    writing-mode: vertical-rl;
    font-family: 'FSAlbertPro', sans-serif;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: start;
    min-height: 8rem;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.phasix-fixed-badge .badge-top {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
}

.phasix-fixed-badge .badge-bottom {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
} */

/* Blocs contenu */

.phasix-content-blocks {
    width: 100%;
}

.content-block {
    display: flex;
    align-items: stretch;
    min-height: 540px;
    max-height: 540px;
    height: 540px;
    gap: 0;
}

.content-block .btn.btn-spaced {
    margin-top: 30px !important;
}

.content-block.image-right {
    flex-direction: row-reverse;
}

.content-block .block-image {
    flex: 1 1 50%;
    min-width: 0;
    height: 540px;
    overflow: hidden;
}

.content-block .block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-block .block-content {
    flex: 1 1 50%;
    min-width: 0;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    position: relative;
}

/* Background image dans le contenu */
.content-block.has-content-bg-image .block-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}

.content-block .block-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.content-block .block-content-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* ← AJOUTEZ CETTE RÈGLE */
.content-block.has-content-bg-image .block-content-inner {
    padding: 60px 100px;
}

/* Disclaimer sous le bouton */
.content-block .block-disclaimer {
    width: 100%;
    margin-top: 50px;
}

.content-block .block-disclaimer p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0;
    color: inherit;
    max-width: 100%;
}

.content-block.block-navy .block-disclaimer p,
.content-block.block-blue .block-disclaimer p {
    color: #fff;
}

.content-block.block-beige .block-disclaimer p {
    color: #02052b;
}

/* Image additionnelle dans le contenu */
.content-block .block-content-image {
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
    align-self: center;
}

.content-block .block-content-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.content-block .btn {
    align-self: center;
}

.phasix-content-blocks .content-block:first-child h3 {
    font-size: 2rem;
}

.content-block h3 {
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.content-block p {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 500px;
}

.content-block .block-content-inner p {
    margin-bottom: 0;
}

.content-block .block-content-inner p:last-of-type {
    margin-bottom: 30px;
}

.content-block .bouton {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 10px;
    background: #ff6e00;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.3s ease;
    cursor: pointer;
}

.content-block .bouton:hover {
    background: #e55d00;
}

.content-block.block-beige {
    background: #f9f4f1;
}

.content-block.block-beige h2,
.content-block.block-beige h3,
.content-block.block-beige p,
.content-block.block-beige .block-content {
    color: #02052b !important;
}

.content-block.block-blue {
    background: #1d74ff;
}

.content-block.block-blue h2,
.content-block.block-blue h3,
.content-block.block-blue p,
.content-block.block-blue .block-content {
    color: #fff !important;
}

.content-block.block-blue .bouton {
    background: #fff;
    color: #1d74ff;
}

.content-block.block-blue .bouton:hover {
    background: #f0f0f0;
}

.content-block.block-navy {
    background: #02052b;
}

.content-block.block-navy h2,
.content-block.block-navy h3,
.content-block.block-navy p,
.content-block.block-navy .block-content {
    color: #fff !important;
}

/* Bloc vert image + texte */

.phasix-text-overlay {
    position: relative;
    min-height: 100vh;
    background-color: #003845;
    display: flex;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
}

.phasix-text-overlay .overlay-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    /* ← Changé de contain à cover */
    background-position: center center;
    /* ← Ajusté pour centrer */
    background-repeat: no-repeat;
    z-index: 1;
}

.phasix-text-overlay .overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right,
            #003845 0%,
            rgba(0, 56, 69, 0.95) 20%,
            rgba(0, 56, 69, 0.8) 30%,
            rgba(0, 56, 69, 0.5) 40%,
            rgba(0, 56, 69, 0.2) 50%,
            rgba(0, 56, 69, 0) 60%);
    z-index: 2;
}

.phasix-text-overlay .text-overlay-content {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}

.phasix-text-overlay .overlay-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0 0 15px 0;
    line-height: 1.2;
    color: #fff;
}

.phasix-text-overlay .overlay-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 0 0 40px 0;
    max-width: 700px;
    color: #fff;
}

.phasix-text-overlay .overlay-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 700px;
}

.phasix-text-overlay .overlay-list li.style-circle {
    border-left: 0;
    padding-left: 35px;
    position: relative;
    list-style: none;
    margin-bottom: 25px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #fff;
}

.phasix-text-overlay .overlay-list li.style-circle::before {
    content: " ";
    width: 20px;
    height: 20px;
    background-color: #1d74ff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.phasix-text-overlay .overlay-list li.style-circle strong {
    font-weight: 700;
    color: #fff;
}

.phasix-text-overlay .overlay-cta-button {
    display: inline-block;
    margin-top: 30px;
}

/* Bloc 2 images */

.phasix-split-hero::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 80%;
    background: #1d74ff;
    border-radius: 8px;
    z-index: 10;
}

.phasix-split-hero {
    display: flex;
    min-height: 500px;
    position: relative;
}

.split-hero-section {
    position: relative;
    flex: 1;
    width: 50%;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.split-hero-section .split-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.split-hero-section .split-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 5, 43, 0.9);
    z-index: 2;
}

.split-hero-section .split-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 90%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.split-hero-section .split-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 30px 0;
    color: #fff;
}

.split-hero-section .split-title strong {
    font-weight: 700;
}

.split-hero-section .split-text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0 0 30px 0;
    color: #fff;
    flex-grow: 1;
}

.split-hero-section .btn {
    margin-top: auto;
}

/* Video avec glassmorphism */

.phasix-video-block {
    position: relative;
    min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;
}

.phasix-video-block .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    z-index: 1;
}

.phasix-video-block .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 20, 40, 0.5);
    z-index: 2;
}

.phasix-video-block .video-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 80px 0;
}

.phasix-video-block .video-left-content {
    position: relative;
    z-index: 10;
    color: #fff;
    max-width: 600px;
    padding: 30px 0 30px 80px;
}

.phasix-video-block .video-badge {
    position: absolute;
    top: -10px;
    left: 80px;
    z-index: 15;
    background: rgba(2, 5, 43, 0.9);
    backdrop-filter: blur(10px);
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.phasix-video-block .video-title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    margin: 70px 0 30px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.phasix-video-block .video-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.phasix-video-block .video-list li {
    border-left: 0;
    padding-left: 60px;
    position: relative;
    list-style: none;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

.phasix-video-block .video-list li::before {
    content: url('../img/svg/arrowdiagonal.svg');
    position: absolute;
    left: 0;
    top: -10px;
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.phasix-video-block .video-footer-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin: 0;
    font-size: 0.75rem;
    opacity: 0.8;
    color: #fff;
    z-index: 10;
    max-width: 400px;
}

/* Div glassmorphism */
.phasix-video-block .glass-panel {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 700px;
    height: 400px;
    z-index: 4;

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(30px) saturate(150%);
    -webkit-backdrop-filter: blur(30px) saturate(150%);

    border-radius: 0 200px 200px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);

    box-shadow:
        0 8px 32px 0 rgba(31, 38, 135, 0.2),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.1),
        inset -3px 0 8px -3px rgba(255, 255, 255, 0.2);
}

.phasix-video-block .glass-panel::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(5px);
    border-radius: 0 202px 202px 0;
    opacity: 0.5;
    z-index: -1;
}

/* Bloc video fond blanc */

/* Brightcove video player integration */
.phasix-video-play-block.brightcove-video .brightcove-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.phasix-video-play-block.brightcove-video video-js,
.phasix-video-play-block.brightcove-video .video-js {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.phasix-video-play-block.brightcove-video .vjs-fluid {
    padding-top: 0 !important;
}

/* Hide Brightcove controls initially when overlay is visible */
.phasix-video-play-block.brightcove-video .video-overlay-content {
    transition: opacity 0.3s ease;
}

.phasix-video-play-block {
    width: 100%;
    padding: 80px 40px 40px 40px;
    margin: 0;
    background: #fff;
}

.phasix-video-play-block .video-play-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.phasix-video-play-block .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phasix-video-play-block .video-overlay-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    color: #fff;
    max-width: 90%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Cache le bouton play natif de Brightcove */
.phasix-video-play-block.brightcove-video .video-js .vjs-big-play-button {
    display: none !important;
}

/* Cache aussi la barre de contrôle initialement */
.phasix-video-play-block.brightcove-video .video-js .vjs-control-bar {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Affiche les contrôles quand la vidéo joue */
.phasix-video-play-block.brightcove-video .video-js.vjs-playing .vjs-control-bar,
.phasix-video-play-block.brightcove-video .video-js.vjs-paused .vjs-control-bar {
    opacity: 1;
}

/* Décommentez et ajoutez les styles de votre bouton */
.phasix-video-play-block .video-play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1d74ff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(29, 116, 255, 0.4);
    pointer-events: auto;
    order: 1;
}

/* Hide button when video is playing */
.phasix-video-play-block.brightcove-video.is-playing .video-overlay-content {
    opacity: 0;
    pointer-events: none;
}

.phasix-video-play-block .video-overlay-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    order: 2;
    max-width: 80%;
}

.phasix-video-play-block .video-overlay-title sup {
    font-size: 0.5em;
    vertical-align: super;
}

.phasix-video-play-block .video-overlay-subtitle {
    font-size: 1rem;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 300;
    order: 3;
}

.phasix-video-play-block .video-play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(29, 116, 255, 0.6);
}

.phasix-video-play-block .video-play-button:active {
    transform: scale(0.95);
}

.phasix-video-play-block .video-play-button svg {
    margin-left: 4px;
}

.phasix-video-play-block.has-played .video-play-button,
.phasix-video-play-block.has-played .video-overlay-title,
.phasix-video-play-block.has-played .video-overlay-subtitle {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.phasix-video-play-block.playing .video-overlay-title,
.phasix-video-play-block.playing .video-overlay-subtitle {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.phasix-video-play-block {
    position: relative;
}

.phasix-video-play-block .video-block-cta {
    display: block;
    margin: 40px auto 0;
    width: fit-content;
}

/* 2 photos sur boudin */

.phasix-benefits-block {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.phasix-benefits-block .benefits-top-section {
    background: #044ED7;
    padding: 80px 40px 60px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.phasix-benefits-block .benefits-container {
    max-width: 1200px;
    margin: 0 auto;
}

.phasix-benefits-block .benefits-title {
    font-size: rem;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.phasix-benefits-block .benefits-title sup {
    font-size: 0.5em;
    vertical-align: super;
}

.phasix-benefits-block .benefits-intro {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: center;
    color: #fff;
    opacity: 0.95;
}

.phasix-benefits-block .benefits-intro sup {
    font-size: 0.75em;
    vertical-align: super;
}

.phasix-benefits-block .benefits-subtitle {
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    text-align: center;
    color: #fff;
}

.phasix-benefits-block .benefits-products-section {
    background: #044ED7;
    padding: 0 0 100px 0;
    position: relative;
    overflow: visible;
}

.phasix-benefits-block .benefits-products-section::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0px;
    right: 40px;
    bottom: 80px;
    background: #02052b;
    border-radius: 0 3000px 3000px 0;
    z-index: 1;
}

.phasix-benefits-block .benefits-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 175px 60px 80px;
    /* ← Ajoute 175px de padding-top (moitié de la hauteur d'image 350px / 2) */
    position: relative;
    z-index: 2;
}

.phasix-benefits-block .product-card {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.phasix-benefits-block .product-image {
    width: 100%;
    max-width: 500px;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    margin-top: -280px;
}

.phasix-benefits-block .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.phasix-benefits-block .product-title {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 20px;
    color: #fff;
}

.phasix-benefits-block .product-title sup {
    font-size: 0.5em;
    vertical-align: super;
}

.phasix-benefits-block .product-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 30px;
    color: #fff;
    opacity: 0.9;
    max-width: 500px;
}

.phasix-benefits-block .product-description sup {
    font-size: 0.75em;
    vertical-align: super;
}

.phasix-benefits-block .btn {
    margin-top: auto;
}

/* Après .product-title */

.phasix-benefits-block .product-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 10px 0 15px;
    color: #fff;
    opacity: 0.85;
    font-weight: 400;
    max-width: 500px;
}

.phasix-benefits-block .product-subtitle sup {
    font-size: 0.75em;
    vertical-align: super;
}


.phasix-references {
    margin-top: 20px;
}

/* Phasix References Section - Uniform font sizes */
.phasix-references .legal-section h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.phasix-references .legal-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.phasix-references .legal-section ol {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
    padding-left: 20px;
}

.phasix-references .legal-section ol li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
}


/* === MODAL STYLES === */

.phasix-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.phasix-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.phasix-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 5, 43, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.phasix-modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    max-height: 700px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    transition: transform 0.3s ease;
    z-index: 10000;
}

.phasix-modal.is-active .phasix-modal-content {
    transform: translateY(-50%) scale(1);
}

.phasix-modal-form .phasix-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.phasix-modal-form .phasix-modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

.phasix-modal-video-container {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.phasix-modal-video-container .brightcove-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.phasix-modal-video-container video-js,
.phasix-modal-video-container .video-js {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.phasix-modal-video-container .vjs-fluid {
    padding-top: 0 !important;
}

body.modal-open {
    overflow: hidden !important;
}

/* Fix for video-js player visibility */
.phasix-modal-video-container video-js.vjs-fluid,
.phasix-modal-video-container .video-js.vjs-fluid {
    padding-top: 0 !important;
    height: 100% !important;
}

.phasix-modal-video-container .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Ensure video controls are visible */
.phasix-modal-video-container .vjs-control-bar {
    display: flex !important;
}


/* === MARKETO FORM MODAL STYLES === */


.mktoOffset {
    display: block !important;
}

/* Modal form container */
.phasix-modal-form .phasix-modal-content-form {
    max-width: 800px;
    height: auto;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.phasix-modal-form-container {
    width: 100%;
    max-width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Loading message */
.marketo-form-loading {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 1rem;
}

/* Success message */
.marketo-success-message {
    text-align: center;
    padding: 40px 0;
}

.marketo-success-message h3 {
    color: #1d74ff;
    font-size: 2rem;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.marketo-success-message p {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* Form header text */
.phasix-modal-form-container::before {
    content: 'Please complete the form below to access detailed scientific documentation and clinical insights.';
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 100%;
    word-wrap: break-word;
}

/* Marketo form base styling */
.phasix-modal-form-container #mktoForm_26604 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    box-sizing: border-box !important;
}

/* Form rows */
.phasix-modal-form-container .mktoForm .mktoFormRow {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
}

/* Two-column layout for first name / last name */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoField#FirstName),
.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoField#LastName) {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    display: inline-block !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
}

/* Two-column layout for Surgery focus / Reason(s) groups (desktop) */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#LblbDForm01Field04),
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#LblbDForm01Field06) {
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    display: inline-block !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
}

/* Optionnel : petit espace à droite pour la 1ère colonne */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#LblbDForm01Field04) {
    margin-right: 20px !important;
}


.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoField#FirstName) {
    margin-right: 20px !important;
}

/* Hide empty and hidden field rows */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(input[type="hidden"]) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Hide rows with script/html content only */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoHtmlText:only-child) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Hide row containing only script/html without visible form fields */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoFormCol .mktoFieldWrap .mktoHtmlText:only-child) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Hide rows with script/html content */
.phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoHtmlText) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Hide all placeholder rows */
.phasix-modal-form-container .mktoForm .mktoFormRow:has([class*="mktoPlaceholder"]) {
    display: none !important;
    margin: 0 !important;
}

.phasix-modal-form-container form.mktoForm .mktoFieldDescriptor .mktoFieldWrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_First_Name__c),
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#Email),
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_Country__c),
.phasix-modal-form-container .mktoForm .mktoFormRow:has(#City) {
    display: flex !important;
    gap: 20px;
}

/* Labels */
.phasix-modal-form-container .mktoForm .mktoLabel {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    text-align: left !important;
    font-size: 0.95rem !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    display: block !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
}

/* Required asterisk */
.phasix-modal-form-container .mktoForm .mktoAsterix {
    color: #ff6e00 !important;
    font-weight: 700 !important;
}

/* Input fields */
.phasix-modal-form-container .mktoForm input[type="text"],
.phasix-modal-form-container .mktoForm input[type="email"],
.phasix-modal-form-container .mktoForm input[type="tel"],
.phasix-modal-form-container .mktoForm input[type="url"],
.phasix-modal-form-container .mktoForm select,
.phasix-modal-form-container .mktoForm textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #D6D6D6 !important;
    border-radius: 3px !important;
    font-size: 1rem !important;
    color: #333 !important;
    background: #F9F9F9 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 !important;
}

/* Input focus state */
.phasix-modal-form-container .mktoForm input[type="text"]:focus,
.phasix-modal-form-container .mktoForm input[type="email"]:focus,
.phasix-modal-form-container .mktoForm input[type="tel"]:focus,
.phasix-modal-form-container .mktoForm select:focus,
.phasix-modal-form-container .mktoForm textarea:focus {
    border-color: #1d74ff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(29, 116, 255, 0.1) !important;
}

/* Select dropdown */
.phasix-modal-form-container .mktoForm select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 40px !important;
}

/* === CHECKBOX STYLING - RESET COMPLET === */

.phasix-modal-form-container .mktoForm .mktoCheckboxList {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
}

.phasix-modal-form-container .mktoForm .mktoCheckboxList * {
    box-sizing: border-box !important;
}

/* Reset complet des checkboxes */
.phasix-modal-form-container .mktoForm .mktoCheckboxList input[type="checkbox"] {
    all: revert !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    margin: 3px 10px 0 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    float: left !important;
    clear: left !important;
    top: 3px !important;
}

.phasix-modal-form-container .mktoForm .mktoCheckboxList label p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.phasix-modal-form-container .mktoForm .mktoCheckboxList label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 0.9rem !important;
    color: #555 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    display: block !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Supprimer TOUS les pseudo-éléments */
.phasix-modal-form-container .mktoForm .mktoCheckboxList input::before,
.phasix-modal-form-container .mktoForm .mktoCheckboxList input::after,
.phasix-modal-form-container .mktoForm .mktoCheckboxList label::before,
.phasix-modal-form-container .mktoForm .mktoCheckboxList label::after {
    content: none !important;
    display: none !important;
}

.phasix-modal-form-container .mktoForm .mktoCheckboxList::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

.mktoForm p {
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin: 20px 0 !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
}

.mktoForm p:first-of-type {
    font-weight: bold !important;
}

/* Privacy disclaimer text */
.phasix-modal-form-container .mktoForm .mktoHtmlText {
    font-size: 0.85rem !important;
    line-height: 1.6 !important;
    color: #666 !important;
    margin: 20px 0 !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
}

.phasix-modal-form-container .mktoForm .mktoHtmlText a {
    color: #1d74ff !important;
    text-decoration: underline !important;
    word-wrap: break-word !important;
}

.phasix-modal-form-container .mktoForm .mktoHtmlText a:hover {
    color: #0d64ef !important;
}

/* Submit button */
.phasix-modal-form-container .mktoForm .mktoButtonRow {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.phasix-modal-form-container .mktoForm .mktoButton {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 30px !important;
    background: #ff6e00 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    box-shadow: 0 4px 12px rgba(255, 110, 0, 0.3) !important;
    box-sizing: border-box !important;
}

form .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.phasix-modal-form-container .mktoForm .mktoButton:hover {
    background: #e55d00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(255, 110, 0, 0.4) !important;
}

.phasix-modal-form-container .mktoForm .mktoButton:active {
    transform: translateY(0) !important;
}

/* Centrer le bouton Marketo dans la modale */
.phasix-modal-form-container .mktoForm .mktoButtonRow {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px auto 0 !important;
    text-align: center !important;
}

.phasix-modal-form-container .mktoForm .mktoButtonWrap {
    margin: 0 auto !important;
    /* annule le margin-left inline */
    display: inline-block !important;
    float: none !important;
}

/* Error messages */
.phasix-modal-form-container .mktoForm .mktoError {
    position: absolute !important;
    bottom: -22px !important;
    left: 0 !important;
    font-size: 0.8rem !important;
    color: #e74c3c !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
}

.phasix-modal-form-container .mktoForm .mktoInvalid {
    border-color: #e74c3c !important;
}

.phasix-modal-form-container .mktoForm .mktoError .mktoErrorArrow {
    display: none !important;
}

.phasix-modal-form-container .mktoForm .mktoError .mktoErrorMsg {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #e74c3c !important;
    padding: 0 !important;
}

/* Remove default Marketo styling */
.phasix-modal-form-container .mktoForm * {
    box-sizing: border-box !important;
}

.phasix-modal-form-container .mktoForm .mktoGutter {
    display: none !important;
}

.phasix-modal-form-container .mktoForm .mktoOffset {
    display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .phasix-modal-form .phasix-modal-content-form {
        width: 95%;
        padding: 40px 25px;
        max-height: 85vh;
        border-radius: 12px;
    }

    .phasix-modal-form-container::before {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    /* Stack name fields on mobile */
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoField#FirstName),
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(.mktoField#LastName) {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }


    .phasix-modal-form-container .mktoForm .mktoButton {
        font-size: 1rem !important;
        padding: 12px 24px !important;
    }
}

@media (max-width: 480px) {
    .phasix-modal-form .phasix-modal-content-form {
        padding: 30px 20px;
    }

    .phasix-modal-form-container::before {
        font-size: 0.95rem;
    }

    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#LblbDForm01Field04),
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#LblbDForm01Field06) {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto 20px !important;
        text-align: center !important;
    }


}

/* Croix de fermeture - positionnée à l'intérieur en haut à droite */
.phasix-modal-form .phasix-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.phasix-modal-form .phasix-modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Titre du formulaire - ajouter padding-right pour éviter le chevauchement */
.phasix-modal-form-container::before {
    content: 'Please complete the form below to access detailed scientific documentation and clinical insights.';
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 100%;
    word-wrap: break-word;
    padding-right: 50px;
    /* Espace pour la croix */
}


/* Style par défaut de la croix (pour les modals vidéo) - en dehors, à droite */
.phasix-modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.phasix-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Override pour le modal formulaire - à l'intérieur, en haut à droite */
.phasix-modal-form .phasix-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10001;
}

.phasix-modal-form .phasix-modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1512px) {

    body.page-template-page-phasix footer .footerwrapper {
        padding: 0 60px;
    }

    body.page-id-870 .hero-phasix {
        height: auto;
    }

    body.page-id-870 .hero-phasix .hero-content {
        margin-top: 0;
        padding-top: 10vh;
    }

    body.page-id-870 .hero-phasix .hero-disclaimer {
        margin: 20px auto 0;
        padding-bottom: 20px;
    }

    .phasix-benefits-block .benefits-products-section {
        padding-bottom: 50px;
    }

    .phasix-benefits-block .product-image img {
        max-width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .content-block.has-content-bg-image .block-content-inner {
        padding: 60px 40px;
    }

    .phasix-benefits-block .benefits-products-grid {
        gap: 0px;
    }

    .phasix-benefits-block .benefits-products-grid {
        padding: 175px 60px 80px 0px;
    }
}


@media screen and (max-width: 1024px) {

    body.page-template-page-phasix footer .footerwrapper {
        padding: 0 40px;
    }

    body.page-id-870 .hero-phasix .hero-stats {
        gap: 60px;
    }

    .content-block {
        height: 450px;
        min-height: 450px;
        max-height: 450px;
    }

    .content-block .block-content {
        padding: 40px 20px;
    }

    .content-block .block-image {
        height: 450px;
    }

    .content-block.has-content-bg-image .block-content-inner {
        padding: 40px 20px;
        font-size: 0.9rem;
    }

    .content-block .btn.btn-spaced {
        margin-top: 10px !important;
    }

    .content-block .block-disclaimer {
        margin-top: 10px;
    }

    .content-block .btn::before {
        height: 46px;
    }


    body.page-id-870 .hero-phasix .hero-stats {
        gap: 60px;
    }

    .content-block .block-image {
        height: 450px;
    }

    .content-block h3 {
        font-size: 1.75rem;
    }

    .phasix-content-blocks .content-block:first-child h3 {
        font-size: 1.75rem;
    }

    .content-block p {
        font-size: 1rem;
    }

    .phasix-text-overlay {
        padding: 10px 30px;
        min-height: 500px;
    }

    body.page-id-870 .hero-phasix .hero-title {
        font-size: 3rem;
    }

    .split-hero-section {
        padding: 50px 30px;
    }

    .phasix-video-block .video-content-wrapper {
        padding: 60px 0;
    }

    .phasix-video-block .glass-panel {
        width: 500px;
        height: 350px;
        border-radius: 0 150px 150px 0;
    }

    .phasix-video-block .glass-panel::after {
        border-radius: 0 150px 0 0;
    }

    .phasix-video-block .glass-panel::before {
        border-radius: 0 152px 152px 0;
    }

    .phasix-video-block .video-list li {
        font-size: 1.2rem;
    }

    .phasix-video-play-block {
        padding: 30px 30px;
    }

    .phasix-video-play-block .video-play-container {
        height: 500px;
        max-width: 900px;
    }

    .phasix-video-block .video-badge {
        font-size: 1rem;
        left: 30px;
        top: 0px;
    }

    .phasix-video-block .video-title {
        font-size: 3rem;
        margin: 50px 0 20px 0;
    }

    .phasix-video-block .video-list li::before {
        width: 2rem;
        height: 2rem;
    }

    .phasix-video-block .glass-panel {
        width: 500px;
        height: 300px;
    }

    .phasix-benefits-block .benefits-top-section {
        padding: 60px 30px 50px;
    }

    .phasix-benefits-block .benefits-products-section {
        padding-bottom: 120px;
    }

    .phasix-benefits-block .benefits-products-section::before {
        left: 0px;
        right: 30px;
        top: 80px;
        bottom: 60px;
    }

    .phasix-benefits-block .benefits-products-grid {
        gap: 0px;
        padding: 0 50px 0px 0px;
    }

    .phasix-benefits-block .product-image {
        height: 300px;
        margin-top: -100px;
    }

    .phasix-benefits-block .product-image img {
        max-height: 60%;
    }
    .phasix-text-overlay .overlay-cta-button {
        margin-bottom: 30px;
        margin-top: 10px;
    }

}

@media screen and (max-width: 1023px) {

    .phasix-references {
        margin-top: -40px;
    }

    footer nav ul {
        margin-left: -40px;
    }

    header .wrapper #site-navigation #primary-menu>li:last-child>a {
        color: #02052b;
    }

    body.page-id-870 .hero-phasix.has-video {
        margin-top: 0;
    }

    body.page-id-870 header {
        background: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        padding-bottom: 20px;
    }

    body.page-id-870 header.scrolled {
        background-color: #060a3d !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.page-id-870 header.sticky {
        background: none !important;
    }

    body.page-id-870 header.sticky.scrolled {
        background-color: #060a3d !important;
    }

    body.page-id-870 header:not(.scrolled) .wrapper a#burger span {
        background: #fff;
    }

    body.page-id-870 header.scrolled .wrapper a#burger span {
        background: #fff;
    }

    body.page-id-870 .hero-phasix.hero-secondary .hero-content {
        padding-top: 0;
    }


    .content-block .btn.btn-spaced {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .content-block .block-disclaimer p {
        font-size: 0.7rem;
    }

    .phasix-text-overlay .overlay-title {
        font-size: 2rem;
    }

    .phasix-text-overlay .overlay-intro {
        font-size: 0.9rem;
        line-height: 1.3;
        max-width: 500px;
    }

    .phasix-text-overlay .overlay-list {
        max-width: 500px;
    }

    .phasix-text-overlay .overlay-list li {
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .phasix-benefits-block .product-title {
        margin: 0;
    }

    .phasix-benefits-block .product-subtitle {
        margin: 0;
    }

    .phasix-benefits-block .product-description {
        margin: 0 0 10px 0;
        max-width: 300px;
    }

    body.page-id-870 .hero-phasix {
        display: flex;
        flex-direction: column;
    }

    body.page-id-870 .hero-phasix .hero-content {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    body.page-id-870 .hero-phasix .hero-stats {
        order: 2;
    }

    body.page-id-870 .hero-phasix .hero-disclaimer {
        order: 4;
        margin-top: 20px;
    }

    body.page-id-870 .hero-phasix:not(.hero-secondary) .hero-cta-button {
        position: static;
        margin: 30px auto 20px;
        display: inline-flex;
    }

    body.page-id-870 .hero-phasix {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Ordre des éléments */
    body.page-id-870 .hero-phasix .hero-overlay {
        order: -1;
        /* Toujours en arrière-plan */
    }

    body.page-id-870 .hero-phasix .hero-content {
        order: 1;
    }

    body.page-id-870 .hero-phasix .hero-stats {
        order: 2;
    }

    body.page-id-870 .hero-phasix:not(.hero-secondary) .hero-cta-button,
    body.page-id-870 .hero-phasix:not(.hero-secondary) .hero-cta-button-center {
        position: static !important;
        order: 3;
        margin: 30px auto 0 !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
    }

    body.page-id-870 .hero-phasix .hero-disclaimer {
        order: 4;
        margin-top: 30px;
    }

    /* Ordre des éléments */
    body.page-id-870 .hero-phasix .hero-overlay {
        order: -1;
        /* Toujours en arrière-plan */
    }

    body.page-id-870 .hero-phasix .hero-content {
        order: 1;
    }

    body.page-id-870 .hero-phasix .hero-stats {
        order: 2;
    }

    body.page-id-870 .hero-phasix:not(.hero-secondary) .hero-cta-button,
    body.page-id-870 .hero-phasix .hero-cta-button-center {
        position: static !important;
        order: 3;
        margin: 30px auto 0 !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
    }

    /* Separator entre le bouton et le disclaimer */
    body.page-id-870 .hero-phasix .hero-separator {
        order: 4;
        margin: 30px auto 20px !important;
    }

    /* Disclaimer en dernier */
    body.page-id-870 .hero-phasix .hero-disclaimer {
        order: 5;
        margin-top: 0;
    }

    .phasix-video-play-block .video-block-cta {
        margin: 30px auto 0;
    }

}

@media screen and (max-width: 1023px) and (min-width: 768px) {

    body.page-id-870 .hero-phasix .btn,
    body.page-id-870 .split-hero-section .btn,
    body.page-id-870 .phasix-benefits-block .btn {
        font-size: 24px !important;
        padding: 12px 47px 8px !important;
        height: 47px !important;
    }

    body.page-id-870 .hero-phasix .btn::before,
    body.page-id-870 .split-hero-section .btn::before,
    body.page-id-870 .phasix-benefits-block .btn::before {
        height: 47px !important;
    }

    .phasix-video-play-block .video-block-cta {
        margin: 30px auto 0;
        display: block;
        width: fit-content;
        font-size: 24px !important;
        padding: 12px 47px 8px !important;
        height: 47px !important;
    }

    .phasix-text-overlay .overlay-cta-button {
        display: block;
        width: fit-content;
        font-size: 24px !important;
        padding: 12px 47px 8px !important;
        height: 47px !important;
    }
}


@media screen and (max-width: 900px) {
    body.page-id-870 .hero-phasix .hero-title {
        font-size: 2.5rem;
    }

    body.page-id-870 .hero-phasix .stat-year,
    body.page-id-870 .hero-phasix .stat-number {
        font-size: 2.5rem;
    }

    body.page-id-870 .hero-phasix .stat-text {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    body.page-id-870 .hero-phasix .hero-separator {
        margin: 20px auto 10px;
    }

    body.page-id-870 .hero-phasix .hero-disclaimer p {
        margin-top: 30px;
        padding-bottom: 0;
    }

    .phasix-content-blocks .content-block:first-child h3 {
        font-size: 1.4rem;
    }

    .content-block h3 {
        font-size: 1.3rem;
    }

    .phasix-video-block .glass-panel {
        width: 450px;
    }

    .phasix-benefits-block .benefits-products-grid {
        max-width: 700px;
        margin: 0 0 0 30px;
        padding: 0;
    }

    .phasix-benefits-block .benefits-products-section::before {
        right: 50px;
    }

    .phasix-benefits-block .product-title {
        font-size: 1.8rem;
    }

    .phasix-benefits-block .product-subtitle {
        font-size: 1.2rem;
    }

    .phasix-benefits-block .product-description {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 800px) {

    .phasix-benefits-block .benefits-products-section::before {
        right: 20px;
    }

    .phasix-benefits-block .benefits-top-section {
        padding: 60px 30px 20px;
    }
}


@media screen and (max-width: 768px) {

    .btn {
        padding: 10px 25px !important;

    }

    .phasix-modal:not(.is-active) {
        display: none !important;
    }

    body.page-id-870 .hero-phasix .hero-title {
        font-size: 2rem;
    }

    body.page-id-870 .hero-phasix .hero-subtitle {
        font-size: 1.3rem;
    }

    body.page-id-870 .hero-phasix .hero-tagline {
        font-size: 1.1rem;
    }

    body.page-id-870 .hero-phasix .hero-separator {
        width: 90% !important;
    }

    body.page-id-870 .hero-phasix .stat-year,
    body.page-id-870 .hero-phasix .stat-number {
        font-size: 2rem;
    }

    body.page-id-870 .hero-phasix .hero-disclaimer p {
        font-size: 0.6rem;
    }

    .content-block h3 {
        font-size: 1.1rem;
    }

    .content-block.has-content-bg-image .block-content-inner {
        font-size: 0.7rem;
    }

    .phasix-content-blocks .content-block:first-child h3 {
        font-size: 1.2rem;
    }

    .content-block .block-content-inner {
        font-size: 0.8rem;
    }

    .split-hero-section .split-title {
        font-size: 2rem;
    }

    .phasix-benefits-block .benefits-title {
        font-size: 2rem;
    }

    .phasix-benefits-block .benefits-intro {
        font-size: 0.9rem;
    }

    .phasix-benefits-block .benefits-subtitle {
        font-size: 1.4rem;
    }

    .phasix-benefits-block .benefits-products-grid {
        margin: 0;
    }

    .phasix-benefits-block .benefits-products-grid {
        max-width: 600px;
    }

    .phasix-modal-content {
        width: 95%;
        height: 80vh;
        max-height: 500px;
    }

    .phasix-modal-close {
        top: -45px;
        width: 35px;
        height: 35px;
    }

}


@media screen and (max-width: 650px) {

    .phasix-benefits-block .benefits-products-section::before {
        right: 0;
    }

    .phasix-benefits-block .product-image {
        margin-top: -140px;
    }

    .phasix-benefits-block .product-image img {
        max-height: 50%;
        max-width: 100%;
    }


    .phasix-benefits-block .product-title {
        font-size: 1.4rem;
    }

    .phasix-benefits-block .product-subtitle {
        font-size: 1rem;
    }

    .phasix-benefits-block .product-description {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 610px) {

    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_First_Name__c),
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Email),
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_Country__c),
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#City) {
        display: block !important;
    }

    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_First_Name__c) .mktoFormCol,
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Email) .mktoFormCol,
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#Digital_Country__c) .mktoFormCol,
    .phasix-modal-form-container .mktoForm .mktoFormRow:has(#City) .mktoFormCol {
        width: 100% !important;
        flex: 1 1 100% !important;
        float: none !important;
        margin-bottom: 10px;
    }

    body.page-id-870 .hero-phasix.hero-secondary .hero-title {
        font-size: 1.8rem;
    }

    .content-block .block-disclaimer p {
        font-size: 0.5rem;
    }

    .split-hero-section .split-title {
        font-size: 1.5rem;
    }

    .phasix-benefits-block .benefits-products-grid {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .phasix-benefits-block .benefits-products-section::before {
        right: 0;
        left: 0;
        top: 20px;
        bottom: 0;
        border-radius: 2000px 2000px 0 0;
    }

    .phasix-benefits-block .product-image {
        margin-top: -100px;
        margin-bottom: 10px;
    }

    .phasix-benefits-block .product-card:first-child .btn {
        position: relative;
        z-index: 10;
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 540px) {

    .content-block {
        flex-direction: column !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }

    .content-block .block-content {
        width: 100%;
        flex: 1 1 auto;
        padding: 40px 20px;
        order: 2;
    }

    .content-block .block-image {
        width: 100%;
        flex: 0 0 auto;
        height: 300px;
        order: 1;
    }

    .content-block .block-content {
        width: 100%;
        flex: 1 1 100%;
        padding: 40px 0px;
        order: 2;
    }

    .content-block .block-content-inner {
        padding: 0px 50px;
    }

    .content-block.has-content-bg-image .block-content-inner {
        padding: 20px 50px;
    }


    .content-block h3 {
        font-size: 1.25rem;
        margin-bottom: 15px;
        align-self: center;
    }

    .phasix-content-blocks .content-block:first-child h3 {
        font-size: 1.5rem;
    }

    .content-block p {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .content-block .btn {
        margin-top: 10px;
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    .content-block .bouton {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    body.page-id-870 .hero-phasix {
        min-height: auto;
        height: auto;
        padding: 80px 20px 60px;
    }

    body.page-id-870 .hero-phasix.hero-secondary {
        min-height: 70vh;
        height: auto;
        padding: 60px 20px 40px;
    }

    body.page-id-870 .hero-phasix.hero-secondary .hero-title {
        font-size: 1.4rem;
    }

    body.page-id-870 .hero-phasix .hero-cta-button {
        margin: 0;
        top: 80px;
        right: 40px;
    }

    body.page-id-870 .hero-phasix .hero-content {
        margin-top: 20px;
    }

    body.page-id-870 .hero-phasix .hero-title {
        font-size: 1.75rem;
    }

    body.page-id-870 .hero-phasix .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    body.page-id-870 .hero-phasix .hero-tagline {
        font-size: 1rem;
        line-height: 1.4;
    }

    body.page-id-870 .hero-phasix .hero-separator {
        margin: 30px auto 20px !important;
    }

    body.page-id-870 .hero-phasix .stat-label {
        font-size: 1rem;
    }

    body.page-id-870 .hero-phasix .stat-number {
        font-size: 2rem;
    }

    body.page-id-870 .hero-phasix .stat-year {
        font-size: 2rem;
    }

    body.page-id-870 .hero-phasix .stat-text {
        font-size: 0.9rem;
    }

    .hero-phasix .hero-cta-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    /* Hero CTA button center */
    .hero-phasix .hero-cta-button-center {
        padding: 10px 25px;
        font-size: 0.9rem;
        margin-top: 20px;
    }

    /* Split hero */
    .phasix-split-hero {
        min-height: auto;
    }

    .split-hero-section .split-title {
        font-size: 1.4rem;
    }

    .phasix-video-block .video-title {
        font-size: 2.5rem;
    }

    .phasix-video-play-block .video-overlay-title {
        font-size: 1.5rem;
    }

    .content-block .block-disclaimer {
        margin-top: 10px;
    }

    .content-block .block-disclaimer p {
        font-size: 0.65rem;
    }

    .phasix-benefits-block .benefits-title {
        font-size: 1.4rem;
    }

    .phasix-benefits-block .benefits-intro {
        font-size: 0.8rem;
    }

    .phasix-benefits-block .benefits-subtitle {
        font-size: 1.2rem;
    }

    .phasix-modal-content {
        width: 100%;
        height: 70vh;
        max-height: 400px;
    }

    .phasix-modal-close {
        top: 10px;
        right: 10px;
    }

    .phasix-split-hero {
        min-height: auto;
        flex-direction: column;
    }

    .phasix-split-hero::after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 6px;
        border-radius: 8px;
    }

    .split-hero-section {
        width: 100%;
        min-height: 400px;
        padding: 40px 30px;
    }

    .split-hero-section .split-content {
        max-width: 100%;
    }

    .split-hero-section .split-title {
        font-size: 1.4rem;
    }

    .split-hero-section .split-text {
        font-size: 0.95rem;
    }

}

@media screen and (max-width: 480px) {

    body.page-id-870 .hero-phasix .hero-stats {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
    }

    body.page-id-870 .hero-phasix .stat-item {
        width: 100%;
    }

    .phasix-text-overlay .overlay-title {
        font-size: 1.5rem;
    }

    .phasix-text-overlay .overlay-intro {
        font-size: 0.8rem;
        max-width: 300px;
    }

    .hero-cta-button-center .btn-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .phasix-text-overlay .overlay-list {
        max-width: 300px;
    }

    .phasix-text-overlay .overlay-list li.style-circle {
        font-size: 0.8rem;
    }

    .split-hero-section .split-title {
        font-size: 1.2rem;
    }

    .phasix-video-block .video-left-content {
        padding: 30px 0 30px 40px;
    }
}

@media screen and (max-width: 450px) {

    .phasix-text-overlay .overlay-intro,
    .phasix-text-overlay .overlay-list {
        max-width: 100%;
    }

    .phasix-video-block .video-badge {
        left: 5px;
    }

    .phasix-video-block .video-left-content {
        padding: 30px 0 30px 10px;
    }

    .phasix-video-block .glass-panel {
        width: 375px;
    }

    .phasix-video-block .video-list li::before {
        left: 10px;
    }
}

@media screen and (max-width: 425px) {

    body.page-id-870 .hero-phasix .hero-title {
        font-size: 2rem;
    }

    body.page-id-870 .hero-phasix .hero-subtitle {
        font-size: 1.5rem;
    }

    body.page-id-870 .hero-phasix.hero-secondary .hero-title {
        font-size: 1.8rem;
    }

    .content-block.has-content-bg-image .block-content-inner {
        font-size: 1rem;
    }

    .content-block .block-content-inner {
        font-size: 1rem;
    }

}

@media screen and (max-width: 380px) {

    body.page-id-870 .hero-phasix {
        margin-top: 80px;
    }

    .content-block h3 {
        font-size: 1.5rem;
        max-width: 70%;
        align-self: center;
        text-align: center;
    }

    .phasix-content-blocks .content-block:first-child h3 {
        font-size: 1.5rem;
        max-width: 100%;
    }

    body.page-id-870 .hero-phasix.hero-secondary {
        margin-top: 0;
    }

}


@media screen and (max-width: 375px) {

    .phasix-modal-form-container .mktoForm .mktoButton {
        font-size: 0.7rem !important;
        padding: 12px 24px !important;
    }

    body.page-id-870 .hero-phasix .hero-title {
        font-size: 1.5rem;
    }

    body.page-id-870 .hero-phasix .hero-subtitle {
        font-size: 1.2rem;
    }

    .phasix-video-block .glass-panel {
        width: 100%;
        max-width: 100%;
    }

    .phasix-video-block .video-badge {
        max-width: calc(100% - 20px);
        left: 10px;
        padding: 10px 20px;
        font-size: 0.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .phasix-video-block .video-left-content {
        padding: 30px 0 30px 20px;
    }
}