<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";

/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    01 - IMPORT DES FONTS
          Principale - Poppins (fontsquirrel)
          Secondaire - Playfair Display (transfonter)
    02 - REGLES DE BASE
*/



/* ---------------------------------------------
  01 - IMPORT DES FONTS
        Principale - Poppins (fontsquirrel)
--------------------------------------------- */

/* Bold */
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins/poppins-bold/poppins-bold-webfont.eot');
    src: url('./fonts/Poppins/poppins-bold/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
            url('./fonts/Poppins/poppins-bold/poppins-bold-webfont.woff2') format('woff2'),
            url('./fonts/Poppins/poppins-bold/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

    /* Bold Italic */
    @font-face {
        font-family: 'Poppins';
        src: url('./fonts/Poppins/poppins-bold/poppins-bolditalic-webfont.eot');
        src: url('./fonts/Poppins/poppins-bold/poppins-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
                url('./fonts/Poppins/poppins-bold/poppins-bolditalic-webfont.woff2') format('woff2'),
                url('./fonts/Poppins/poppins-bold/poppins-bolditalic-webfont.woff') format('woff');
        font-weight: 700;
        font-style: italic;
    }

/* Regular */
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins/poppins-regular/poppins-regular-webfont.eot');
    src: url('./fonts/Poppins/poppins-regular/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
            url('./fonts/Poppins/poppins-regular/poppins-regular-webfont.woff2') format('woff2'),
            url('./fonts/Poppins/poppins-regular/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

    /* Italic */
    @font-face {
        font-family: 'Poppins';
        src: url('./fonts/Poppins/poppins-regular/poppins-italic-webfont.eot');
        src: url('./fonts/Poppins/poppins-regular/poppins-italic-webfont.eot?#iefix') format('embedded-opentype'),
                url('./fonts/Poppins/poppins-regular/poppins-italic-webfont.woff2') format('woff2'),
                url('./fonts/Poppins/poppins-regular/poppins-italic-webfont.woff') format('woff');
        font-weight: 400;
        font-style: italic;
    }

/* Light */
@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins/poppins-light/poppins-light-webfont.eot');
    src: url('./fonts/Poppins/poppins-light/poppins-light-webfont.eot?#iefix') format('embedded-opentype'),
            url('./fonts/Poppins/poppins-light/poppins-light-webfont.woff2') format('woff2'),
            url('./fonts/Poppins/poppins-light/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

    /* Light Italic */
    @font-face {
        font-family: 'Poppins';
        src: url('./fonts/Poppins/poppins-light/poppins-lightitalic-webfont.eot');
        src: url('./fonts/Poppins/poppins-light/poppins-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
                url('./fonts/Poppins/poppins-light/poppins-lightitalic-webfont.woff2') format('woff2'),
                url('./fonts/Poppins/poppins-light/poppins-lightitalic-webfont.woff') format('woff');
        font-weight: 300;
        font-style: italic;
    }
    

/* -----------------------------------------------------
  01 - IMPORT DES FONTS
        Secondaire - Playfair Display (transfonter)
----------------------------------------------------- */

/* Bold */
@font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl/Stolzl-Thin.eot');
    src: url('./fonts/stolzl/Stolzl-Thin.eot?#iefix') format('embedded-opentype'),
            url('./fonts/stolzl/Stolzl-Thin.woff2') format('woff2'),
            url('./fonts/stolzl/Stolzl-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl/Stolzl-Light.eot');
    src: url('./fonts/stolzl/Stolzl-Light.eot?#iefix') format('embedded-opentype'),
            url('./fonts/stolzl/Stolzl-Light.woff2') format('woff2'),
            url('./fonts/stolzl/Stolzl-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl/Stolzl-Regular.eot');
    src: url('./fonts/stolzl/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
            url('./fonts/stolzl/Stolzl-Regular.woff2') format('woff2'),
            url('./fonts/stolzl/Stolzl-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl/Stolzl-Medium.eot');
    src: url('./fonts/stolzl/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),
            url('./fonts/stolzl/Stolzl-Medium.woff2') format('woff2'),
            url('./fonts/stolzl/Stolzl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: url('./fonts/stolzl/Stolzl-Bold.eot');
    src: url('./fonts/stolzl/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
            url('./fonts/stolzl/Stolzl-Bold.woff2') format('woff2'),
            url('./fonts/stolzl/Stolzl-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/* ---------------------
  02 - RÃˆGLES DE BASE
--------------------- */

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

html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-secondary);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* @changelog 2024-04-17 [FIX] (Nicolas) Surcharge la rÃ¨gle native de Wordpress */
#wpadminbar {
    position: fixed;
}

img {
    max-width: 100%;
}
</pre></body></html>