html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

:root {
    --apf-gold: #c9b042;
    --apf-gold-dark: #a68e31;
    --apf-dark: #1a1a1a;
    --apf-light: #f8f9fa;
    --apf-white: #ffffff;

    --kiosk-blue: #007bff;
    --kiosk-green: #28a745;
    --kiosk-red: #dc3545;
    --kiosk-gold: #ffc107;
    --kiosk-bg: #f0f2f5;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.rich-content blockquote {
    border-left: 8px solid var(--apf-gold); /* La barre bleue épaisse */
    background: var(--apf-light);; /* Un fond gris très léger */
    padding: 20px 30px;
    margin: 25px 0;
    font-style: italic;
    font-size: 1.4rem;
    color: #444;
    position: relative;
    border-radius: 0 15px 15px 0;
}

.rich-content blockquote::before {
    content: "\201C"; /* Code pour le guillemet " */
    font-size: 5rem;
    color: var(--kiosk-blue);
    opacity: 0.2;
    position: absolute;
    top: -10px;
    left: 10px;
}

.hidden {
    display: none !important;
}

.text-gold {
    color: var(--apf-gold);
}

.btn-kiosk-alert {
    display: inline-block;
    background-color: var(--apf-gold);
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Animasta Classes */

.bounce-top-infinite{-webkit-animation:bounce-top .9s infinite both;animation:bounce-top .9s infinite both}

.fade-in{-webkit-animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) both}

.slit-in-vertical{-webkit-animation:slit-in-vertical .45s ease-out both;animation:slit-in-vertical .45s ease-out both}

.fade-in-right{-webkit-animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-right .6s cubic-bezier(.39,.575,.565,1.000) both}

.fade-in-top{-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both}

.bounce-in-top{-webkit-animation:bounce-in-top 1.1s both;animation:bounce-in-top 1.1s both}

.fade-out{-webkit-animation:fade-out 1s ease-out both;animation:fade-out 1s ease-out both}

.fade-in-left{-webkit-animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-left .6s cubic-bezier(.39,.575,.565,1.000) both}

.fade-out-left{-webkit-animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-left .7s cubic-bezier(.25,.46,.45,.94) both}

.fade-out-right{-webkit-animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-right .7s cubic-bezier(.25,.46,.45,.94) both}

.fade-out-bottom{-webkit-animation:fade-out-bottom .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-bottom .7s cubic-bezier(.25,.46,.45,.94) both}

.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}

.shake-horizontal{-webkit-animation:shake-horizontal .8s cubic-bezier(.455,.03,.515,.955) both;animation:shake-horizontal .8s cubic-bezier(.455,.03,.515,.955) both}

.slide-out-fwd-center{-webkit-animation:slide-out-fwd-center .7s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-fwd-center .7s cubic-bezier(.55,.085,.68,.53) both}

.puff-out-center{-webkit-animation:puff-out-center .5s cubic-bezier(.165,.84,.44,1.000) both;animation:puff-out-center .5s cubic-bezier(.165,.84,.44,1.000) both}

.fade-out-top{-webkit-animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both}