<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "oswald";
    src: url("../oswald/Oswald-BoldItalic.ttf") local("oswald");
}

@font-face {
    font-family: "old-standard";
    src: url("../Old_Standard_TT/OldStandardTT-Bold.ttf") local("old-standard");
}

body {
    margin: 0;
    padding: 0px;
    width: 100%;
    background-color: white;
    /*background-color: black;*/
}

.video {
    border: 2px solid white;
    width: 100%;
}

header {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(98, 98, 98);
}

.main {
    width: 100%;
    height: 3000px;
    padding: 40px;
    background-image: url("../img/usd-billard-dark.jpg");
    background-size: cover;
}

p {
    color: white;
    font-size: 26px;
}

.titre {
    font-family: oswald 6rem;
    font-size: 50px;
    color: white;
    font-style: italic;
    font-weight: bolder;
    z-index: 2;
}

.titre-page {
    text-align: center;
    font-family: oswald 6rem;
    font-size: 50px;
    color: black;
    font-style: italic;
    font-weight: bolder;
    z-index: 2;
}

.titrecarte {
    font-family: old-standard;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.fond-card {
    background-color: black;
}

.logo {
    margin-left: 30px;
    width: 239px;
    height: 182px;
}

.footer {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(98, 98, 98);
    width: 100%;
}

.social-yt {
    height: 40px;
    width: 40px;
    background-image: url("../img/Youtube-logo-red.png");
    background-size: cover;
}

.social-fb {
    height: 40px;
    width: 40px;
    background-image: url("../img/fb-logo.png");
    background-size: cover;
}

.social-be {
    height: 40px;
    width: 40px;
    background-image: url("../img/be-sport-icon.png");
    background-size: cover;
}

.video-teaser {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 50%;
    height: auto;
    float: right;
}

@media screen and (max-width: 500px) {
    .video-teaser {
        width: 100%;
        height: auto;
        float: right;
    }
}

.imgL {
    width: 50%;
    height: auto;
    float: left;
}

.imgR {
    width: 50%;
    height: auto;
    float: right;
}

.imgC {
    width: 50%;
    height: auto;
    margin: auto;
}

.bouton {
    font-family: old-standard;
    font-size: 20px;
    background-color: #315e7a;
    color: white;
    overflow: hidden;
    border-radius: 10px;
}

#div-1 {
    background-color: rgb(213, 212, 196);
}

#div-2 {
    background-color: rgb(213, 212, 196);
    height: 450px;
}

h3 {
    font-family: old-standard;
    color: white;
}

.img-bille {
    /* width: 30%;*/
    margin: auto;
    height: auto;
    float: left;
}

.colonne-centree {
    float: none;
    margin: 0 auto;
}

.card-anim {
    transform: scale(1);
    transition: transform 1s;
}

.card-anim:hover {
    transform: scale(1.10);
}

.liens_footer {
	    color: white;
    text-decoration: none;
    margin-top: 9px;
    display: block;

}







</pre></body></html>