  .grecaptcha-badge {
            visibility: hidden
        }

      @font-face {
    font-family: CormorantGaramond-Light;
    src: url('/font/CormorantGaramond-Light.ttf');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Candaral;
    src: url('/font/Candaral.ttf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: SegUIVar;
    src: url('/font/SegUIVar.ttf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Charis;
    src: url('/font/Charis.ttf');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Photograph-Signature;
    src: url('/font/Photograph%20Signature.ttf');
    font-display: optional; /* Pour les polices décoratives */
    font-weight: 400;
    font-style: normal;
}

        .font-title {
            font-family: Charis
        }

        a, h2, .h1, h1 {
            font-family: Candaral
        }

        .candaral {
            font-family: Candaral
        }

        .font-graph {
            font-family: Photograph-Signature;
        }

        .font-graph {
            font-family: Photograph-Signature;
        }

        nav, .fontnave, button {
            font-family: SegUIVar,sans-serif !important;
        }

        body {
            font-family: CormorantGaramond-Light;
        }

        .titlerotate {
            @apply block origin-top-left -rotate-[-90deg] -translate-x-full whitespace-nowrap absolute mb-0;
        }

        .titlerotate {
            display: block;
            transform-origin: top left;
            transform: rotate(-90deg) translate(-100%);
            white-space: nowrap;
            margin-bottom: 0px;
            position: absolute;
            color: gray
        }

        .titlerotate2 {
            display: block;
            transform-origin: top left;
            transform: rotate(-90deg) translate(-100%);
            white-space: nowrap;
            margin-bottom: 0px;
            position: absolute;
            color: gray
        }

        .glide img {
            margin: 0 auto;
        }