@font-face {
    font-family: 'Epunda-Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/EpundaSans-Regular.ttf') format('tff'),
        url('../font/EpundaSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Epunda-Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../font/EpundaSans-Italic.ttf') format('tff'),
        url('../font/EpundaSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Epunda-Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../font/EpundaSans-Light.ttf') format('tff'),
        url('../font/EpundaSans-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Epunda-Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../font/EpundaSans-LightItalic.ttf') format('tff'),
        url('../font/EpundaSans-LightItalic.woff2') format('woff2');
}

body {
    font-family: 'Epunda-Sans', sans-serif !important;
    font-style: normal;
    font-weight: 300 !important;
}

h1 {
    font-weight: 400 !important;
}

h3 {
    font-size: 1.2em;
    font-weight: 300 !important;
}

a.no-link {
    text-decoration: none;
    color: #000;
}

.auteur {
    font-weight: 100;
}

form .website{ 
    display:none; 
}

.blog-img {
    max-width: 50%;
}

.blog-tagline {
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.blockquote-footer {
    font-size: 1.2em;
}

.card-text, .caption {
    font-size: 0.8em;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    left: 0;
}

.carousel-caption a {
    color: #fff;
}

.carousel-item img {
    object-fit: contain;
    max-height: 60vh;
    overflow: hidden;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

img.contain {
    max-width: 100%;
}

.footer-img {
    max-height: 32px;
}

.tagline {
    font-size: 1em;
}

#message, #result {
    height: 200px;
}

#scrollButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}

