<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p,
a {
    font-size: 1.8rem;
    text-align: justify;
    margin-bottom: 2.5rem;
}
a {
    text-decoration: underline;
}
/**
* Navbar
*/
.navbar-container ul a {
    text-decoration: none;
}

/**
* Landing
*/
.home-landing {
    display: flex;
    align-items: center;
    height: 563px;
    margin: 0 auto;
    background-position: center top;
}
.home-landing .landing-content {
    text-align: center;
    width: 100%;
}
.home-landing h1 {
    font-size: 7.8rem;
    width: 70%;
    margin: auto;
    color: var(--secondary-color);
    font-weight: var(--extra-bold);
}
.home-landing.arts-martiaux {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/arts-martiaux-accueil-89ce7f68b6f0f5617051dd0ee9df9fe2.webp");
    background-size: cover;
    background-position: bottom;
}
.home-landing.badminton {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/badminton-accueil-809a008a96a97a588385c4df87f796a8.png");
    background-size: cover;
}
.home-landing.basketball {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/basketball-accueil-91882d87c8f8526320e18952c81cd10f.webp");
    background-size: cover;
}
.home-landing.beach-sports {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/beach-sports-accueil-f08db9b64f78bb52077481d3c1018944.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.bowling {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/bowling-accueil-b83a97e7808b9d4e9d1e0ac2b909206f.png");
    background-size: cover;
}
.home-landing.course {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/course-accueil-f05188e4a70fd437dae609dd6d16b6d9.png");
    background-size: cover;
}
.home-landing.espace-forme {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/espace-forme-accueil-938c3712563386f82d112e55a5100471.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.football {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/football-accueil-8714f13550a9c55a713c5ffb7a59ad9d.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.golf {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/golf-accueil-5cf77c199fe716e242f4ec74649bb369.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.hockey {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/hockey-accueil-48f45182e7e9098381edf56eeabae01a.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.sports-nautiques {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/sports-nautique-accueil-cc9f13dbe10e4f5376196da53d61833e.png");
    background-size: cover;
    background-position: bottom;
}
.home-landing.tir-a-larc {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/sports/tir-a-larc-accueil-9b873bbe6a93f6ad1f8414ff678f9a48.png");
    background-size: cover;
    background-position: bottom;
}
/**
* Sport Description
*/
.sport-description,
.sport-calendar,
.sport-committee {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    padding: 5rem 0;
}
.sport-description h2,
.sport-calendar h2,
.sport-committee h2 {
    font-size: 3.5rem;
    width: 35%;
    color: var(--primary-color);
    font-weight: var(--extra-bold);
}
.sport-description .text,
.sport-calendar .text,
.sport-committee .sport-committee-cards {
    width: 65%;
}
.sport-description .text h3 {
    font-size: 2.5rem;
    font-weight: var(--bold);
    margin-bottom: 1rem;
}
.sport-description .text h3:not(:first-child) {
    margin-top: 1.5rem;
}
.sport-description .text h3.list-title {
    font-size: 2.2rem;
}
.sport-description .text li,
.sport-calendar .text li {
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1.5rem;
}
.sport-description .text a {
    color: var(--primary-color);
}
/**
* Sport Calendar
*/
.sport-calendar .text h2 {
    font-size: 2rem;
    font-weight: var(--bold);
    width: 100%;
    margin-bottom: 1.5rem;
}
.sport-calendar .text h3,
.sport-calendar .text h3.list-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.sport-calendar .text p {
    margin-bottom: 0.75rem;
}
.sport-calendar .text a {
    color: var(--quaternary-color);
}
.sport-calendar .text a:hover {
    color: var(--primary-color);
}

/**
* Sport Table
*/
.sport-table-container {
    padding: 5rem 0;
}
.sport-table-container h2 {
    font-size: 3.5rem;
    width: 90%;
    color: var(--primary-color);
    font-weight: var(--extra-bold);
    margin: 0 auto 2.5rem auto;
}
.sport-table-container .sport-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sport-table-container .sport-table .column {
    border-style: solid;
    border-width: 1px;
    border-color: var(--quaternary-color);
    padding: 3rem 5rem;
}
.sport-table-container .sport-table .column .date {
    font-size: 2.2rem;
    font-weight: var(--bold);
    color: var(--tertiary-color);
}
.sport-table-container .sport-table .column .sport-table-details {
    display: flex;
    flex-wrap: wrap;
}
.sport-table-container
    .sport-table
    .column
    .sport-table-details
    .sport-table-time {
    width: 25%;
    margin-bottom: 1rem;
}
.sport-table-container
    .sport-table
    .column
    .sport-table-details
    .sport-table-info {
    width: 75%;
    margin-bottom: 1rem;
}
.sport-table-container
    .sport-table
    .column
    .sport-table-details
    .sport-table-info
    p {
    margin-bottom: 0.5rem;
}
.sport-table-container
    .sport-table
    .column
    .sport-table-details
    .sport-table-info
    .teachers {
    color: var(--tertiary-color);
    font-style: italic;
}

/**
* Sport Committee
*/
.sport-committee .sport-committee-cards .sport-committee-card {
    padding: 4rem;
    max-width: 500px;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-color: var(--quaternary-color);
    border-style: solid;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--tertiary-color);
    color: #ffffff;
}
.sport-committee
    .sport-committee-cards
    .sport-committee-card
    .committee-name-role {
    width: 70%;
}
.sport-committee
    .sport-committee-cards
    .sport-committee-card
    .committee-name-role
    .committee-name {
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: var(--bold);
    margin-bottom: 0.75rem;
    text-align: left;
}
.sport-committee
    .sport-committee-cards
    .sport-committee-card
    .committee-name-role
    .committee-role {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    text-align: left;
}
.sport-committee .sport-committee-cards .sport-committee-card a {
    width: 60%;
    color: var(--quaternary-color);
    margin-bottom: 0;
    padding-left: 2rem;
}
.sport-committee .sport-committee-cards .sport-committee-card a:hover {
    color: var(--primary-color);
}

/**
* Sport Gallery
*/
.sport-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5rem 3rem;
    gap: 2rem;
}
.sport-gallery img {
    height: 325px;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/**
/* Videos
*/
.sport-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5rem 3rem;
    gap: 2rem;
}
.sport-videos video {
    width: 50%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
}
/**
/* Form
*/
.sport-contact {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.sport-contact h2 {
    font-size: 5rem;
    color: var(--primary-color);
    font-weight: var(--extra-bold);
    text-align: center;
    margin: 2.5rem 0;
}
.sport-contact &gt; p {
    text-align: center;
}
.sport-contact-form {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.sport-contact-form .form-row {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 0;
}
.sport-contact-form .form-row .form-column {
    width: 45%;
    display: flex;
    flex-direction: column;
}
.form-row.single {
    display: flex;
    flex-direction: column;
}
.sport-contact-form label {
    font-size: 1.6rem;
    margin-block: 1rem;
}
.sport-contact-form input,
.sport-contact-form select,
.sport-contact-form textarea {
    font-size: 1.6rem;
    padding: 12px;
    background-color: transparent;
    color: black;
    border-width: 1px;
    border-color: #000000;
}
.sport-contact-form textarea {
    height: 90px;
}
.sport-contact-form #honeypot {
    display: none;
}
.sport-contact-form button {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    font-size: 1.6rem;
    padding: 8px 12px;
    width: 400px;
    text-align: center;
    border-color: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.sport-contact-form button:hover {
    background-color: var(--quaternary-color);
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 2rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.sport-contact-form .form-row.d-none {
    display: none;
}
/* Large devices (Monitors, 1440px and down)  */
@media only screen and (max-width: 1440px) {
    /**
    * Sport Gallery
    */
    .sport-gallery img {
        height: 275px;
    }
}

/* Medium devices (Laptop, 1280px and down)*/
@media only screen and (max-width: 1280px) {
    /**
    * Sport Gallery
    */
    .sport-gallery img {
        height: 210px;
    }
    .sport-committee .sport-committee-cards .sport-committee-card {
        width: 75%;
        margin-left: 50px;
    }
    .sport-videos video {
        width: 70%;
    }
}

/* Small devices (tablets, 992px and down)
@media only screen and (max-width: $tabletScreenMax) {
}

/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {
    .sport-videos video {
        width: 90%;
    }
    .sport-calendar .text {
        width: 95%;
    }
    .sport-committee
        .sport-committee-cards
        .sport-committee-card
        .committee-name-role {
        width: 100%;
    }
}

/* Tiny devices (phones, 576px and down) */
@media only screen and (max-width: 576px) {
    .home-landing {
        height: 35vh;
    }
    .home-landing h1 {
        font-size: 5.5rem;
        width: 80%;
    }
    .sport-description,
    .sport-calendar,
    .sport-committee {
        flex-wrap: wrap;
        padding: 2rem 0;
    }
    .sport-description h2,
    .sport-calendar h2,
    .sport-committee h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 3rem;
    }
    .sport-description .text {
        width: 95%;
    }
    .sport-table-container {
        padding: 2rem 0;
    }
    .sport-table-container h2 {
        text-align: center;
    }
    .sport-table-container .sport-table .column {
        padding: 2rem 3.5rem;
    }
    .sport-table-container .sport-table .column p {
        margin-bottom: 0.5rem;
    }
    .sport-table-container
        .sport-table
        .column
        .sport-table-details
        .sport-table-time {
        width: 100%;
        margin-bottom: 0;
        margin-top: 1rem;
    }
    .sport-table-container
        .sport-table
        .column
        .sport-table-details
        .sport-table-info {
        width: 100%;
        padding-left: 1.5rem;
    }
    .sport-table-container
        .sport-table
        .column
        .sport-table-details
        .sport-table-info
        p:nth-child(2) {
        color: var(--quaternary-color);
        font-style: italic;
    }
    .sport-committee {
        width: 100%;
    }

    .sport-committee .sport-committee-cards {
        width: 85%;
    }

    .sport-committee .sport-committee-cards .sport-committee-card {
        width: 90%;
        margin: auto;
        margin-bottom: 5rem;
    }
    .sport-gallery {
        justify-content: center;
        padding: 2rem 0;
    }
    .sport-gallery img {
        height: 120px;
    }
    .sport-contact-form button {
        width: 80%;
        margin: auto;
    }
    .sport-videos {
        padding: 5rem 0rem;
    }
}

/* Tiny devices (phones, 425px and down) */
@media only screen and (max-width: 425px) {
    .sport-table-container .sport-table {
        grid-template-columns: 1fr;
    }
    .sport-table-container .sport-table .column:last-child {
        display: none;
    }
}
</pre></body></html>