@font-face {
    font-family: 'intro-rust';
    src: url('https://lesdoigtsnylon.fr/wp-content/themes/lesdoigtsnylon/intro-rust/IntroRust.otf') format('opentype'),
        url('https://lesdoigtsnylon.fr/wp-content/themes/lesdoigtsnylon/intro-rust/IntroRustL.otf') format('opentype'),
        url('https://lesdoigtsnylon.fr/wp-content/themes/lesdoigtsnylon/intro-rust/IntroRustH2.otf') format('opentype');

}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Questrial, sans-serif;
    background-image: url(img/Fond1.png);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(0, 0, 0);
    font-size: 20px;

}

a {
    color: inherit;
    transition: all .25s ease;
    text-decoration: none;
}

a:hover {
    color: beige;
}

.container {
    width: 100%;
    height: 100vh;


}

.post {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

}

.content {
    padding: 20px;
    line-height: 1.4;
    font-family: "Lexend Exa", sans-serif;
    font-size: 1rem;

}

.page-title {
    color: #d3c2a4;
    padding: 20px 20px 0 20px;


}

.title {
    color: #d3c2a4;
    letter-spacing: 2px;
    font-family: 'intro-rust';
    font-size: 3rem;
    text-align: center;
}

.description {
    color: #d3c2a4;
    letter-spacing: 2px;
    font-family: 'intro-rust';
    font-size: 1.5rem;
    text-align: center;
}

.footer {
    height: 35px;
}

.wp-image-1584 {
    width: 100%;
    height: auto;
}

.wp-image-1622 {
    width: 100%;
    height: auto;
}

.align-center {
    text-align: center;
}

video {
    width: 100%;
    height: auto;
}

.links {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}


button,
.button-81 {
    width: 120px;
    background-color: #fff;
    border: 0 solid #e2e8f0;
    border-radius: 1rem;
    box-sizing: border-box;
    color: #0d172a;
    cursor: pointer;
    display: inline-block;
    font-family: 'intro-rust';
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 1.6rem;
    text-align: center;
    text-decoration: none;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

button:hover,
.button-81:hover {
    background-color: #1e293b;
    color: #fff;
}

@media (min-width: 400px) {

    button,
    .button-81 {
        font-size: 12px;

    }
}