<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../fonts/icons/icons.css";

/* RESET
========================================================================== */

html {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #2C3E50;
    line-height: 1.6; /* 1 */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box; /* 3 */
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
}

li {
    list-style-type: none;
}
li:not(:last-child) {
    margin-bottom: 15px;
}

ul {
    margin: 0;
}

a {
    text-decoration: none;
}

/* TITRES
========================================================================== */

h1,
h2,
h3 {
    line-height: 1;
    margin-top: 0;
}

h1 {
    font-size: 5.3vw;
    font-family: "highest-praise", sans-serif;
    font-weight: 400;
    color: #FEED01;
    margin-bottom: 0;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 7.8vw;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 12vw;
    }
}

h2 {
    font-size: 2.6vw;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media (max-width: 1024px) {
    h2 {
        font-size: 4.8vw;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 6vw;
    }
}

h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-family: "highest-praise", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 1;
}
@media (max-width: 767px) {
    h3 {
        font-size: 28px;
    }
}

h3:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: calc(100% + 16px);
    height: 5px;
    bottom: 5px;
    left: -8px;
    background-color: #FEED01;
    z-index: -1;
}

/* UTILS
========================================================================== */
.container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 30px auto;
    z-index: 5;
}

@media screen and (max-width: 1400px) {
    .container {
        width: calc(100% - 240px);
        max-width: 100%;
    }
}
@media (max-width: 1024px) {
    .container {
        width: calc(100% - 120px);
    }
}
@media (max-width: 767px) {
    .container {
        width: calc(100% - 60px);
    }
}
/* HOME
========================================================================== */
main {
    position: relative;
    height: 100vh;
    overflow: auto;
}
@media (max-width: 767px) {
    main {
        height: 100%;
        overflow: auto;
    }
}

.strateBG:after {
    position: fixed;
    display: block;
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.45;
    z-index: 2;
}
@media (max-width: 767px) {
    .strateBG:after {

    }
}

.strateBG img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.strateIntroduction {
    text-align: center;
}
.strateIntroduction img {
    height: 90px;
    width: auto;
}
@media (max-width: 767px) {
    .strateIntroduction img {
        height: 60px;
        width: auto;
    }
}

.strateMagasins {
    display: flex;
    flex-direction: row;
    gap: 60px;
}
@media (max-width: 767px) {
    .strateMagasins {
        gap: 20px;
        flex-direction: column;
    }
}
.strateMagasinsItem {
    background-color: #fff;
    padding: 30px;
    flex: 1;
}
@media (max-width: 767px) {
    .strateMagasinsItem {
        padding: 20px;
    }
}

i {
    color: #C60010;
    margin-right: 5px;
}

.strateCategories {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    z-index: 5;
}
@media (max-width: 1024px) {
    .strateCategories {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .strateCategories {
        padding: 20px;
        font-size: 20px;
    }
}
</pre></body></html>