/** PAGE STYLE */


        .page-template-default .jh-header,
        .admin-bar.page-template-default .jh-header {
            position: relative;
            inset: 0;
        }

        .page-template-default main {
            background-color: var(--c2);
        }

        .sup-title {
            margin-bottom: clamp(1.25rem, calc(1.25rem + ((1vw - 0.21875rem) * 0.7643)), 2rem);
            color: var(--c3);
            text-transform: uppercase;
            font: var(--bv-400) var(--sup-title)/1.2 var(--f2);
        }

        .page-template-default section.jh-content-section {
            margin: auto;
            max-width: 930px;
            width: calc(100% - 32px);
            padding-top: 0;
            padding-bottom: clamp(56px, calc(3.5rem + ((1vw - 3.5px) * 1.5287)), 80px);
            align-items: start;
        }

        .page-template-default .jh-title {
            text-align: center;
            max-width: 1090px;
            width: calc(100% - 32px);
            text-transform: uppercase;
            margin: auto;
            padding: var(--padd-sect) 0;
        }
        
        .page-template-default h1 {
            max-width: 550px;
            width: 100%;
            margin: auto;
            text-align: center;
            color: var(--c5);
            font: var(--mt-900) var(--main-title) var(--f1);
        }

        .page-template-default .jh-content-section .h2-num {
            border-radius: var(--Corner-4, 4px);
            border: 1px solid var(--Couleurs-Brand-colors-Gold-doux, #BAA68E);
            background: var(--Couleurs-Brand-colors-Gold-doux, #BAA68E);
            width: 24px;
            height: 24px;
            aspect-ratio: 1;
            font-size: clamp(12px, calc(0.75rem + ((1vw - 3.5px) * 0.1274)), 14px);
            display: inline-flex;
            justify-content: center;
            align-items: center;
            margin-right: 1rem;
        }

        .page-template-default hr {
            border: 1px solid var(--c7);
            margin: 56px 0 24px;
            width: 100%;
        }

        .page-template-default hr:first-child {
            margin-top: 0;
        }

        .page-template-default .jh-content-section > * {
            font-family: var(--f2);
            line-height: 1.5;
            font-weight: 300;
            color: var(--c1);
        }

        .page-template-default strong {
            color: var(--c3);
            font: var(--ov-400) var(--sub-title)/1.4 var(--f3);
        }

        .page-template-default .jh-content-section h2,
        .page-template-default .jh-content-section h3,
        .page-template-default .jh-content-section h4,
        .page-template-default .jh-content-section h5,
        .page-template-default .jh-content-section h6 {
            font-family: var(--f1);
            text-transform: initial;
            margin: 0;
            margin-bottom: 1rem;
            color: var(--c1);
            line-height: 1;
        }

        .page-template-default .jh-content-section h2 {
            font-size: 14px;
            font-weight: 800;
        }

        .page-template-default .jh-content-section h3 {
            font: 700 14px var(--f1);
            margin-top: 40px;
        }

        .page-template-default .jh-content-section em {
            font-size: 14px;
        }

        .page-template-default .jh-content-section a {
            text-decoration: underline;
        }

