<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: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-bold';
    src: url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville-bold';
    src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*Test neige*/

.snow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Limite la visibilitÃŠ des flocons au conteneur */
    pointer-events: none; /* EmpÃĒche toute interaction avec les flocons */
}

.snowflake {
    color: #fff;
    position: absolute;
    top: -2em;
    user-select: none;
    pointer-events: none;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh);
        opacity: 0;
    }
}



/*PROMO*/

#category-73 a.dropdown-item {
    background-color: #1c221d;
    color: white !important;
    border-radius: 15px;
}

#header {
    z-index: 998 !important;
}

#header a:hover {
    color: black;
    font-weight: bold;
}

#header .header-top .menu {
    padding-left: 0;
}

body {
    font-family: 'Gilroy', sans-serif;
}

h1, h2, h3 {
    font-family: 'Gilroy-bold', sans-serif;
}

.product-flags li.product-flag.on-sale {
    width: 50%;
    margin-top: 20px !important;
    text-align: center;
    background: darkgreen !important;
    rotate: 45deg !important;
    margin-left: 9.5rem !important;
}

h1#js-product-list-header {
    display: none !important;
}

.main_sub:focus {
    color: black !important;
}

#wrapper {
    position: relative;
    z-index: 998;
    display: block !important;
    background-color: white !important;
}

.slider_item a:focus {
    outline: none;
}

#footer {
    display: block !important;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: none;
    padding: 0;
}

#contact-link {
    display: none;
}

#wrapper .breadcrumb ol {
    font-family: 'Gilroy-bold';
}

.container-fluid {
    background-image: url(/themes/classic-child/assets/img/image_fond_final.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: cover;
}

@media screen and (min-width: 1500px) {
    .container-fluid {
        background-size: cover;
    }
}

#header .top-menu a {
    font-size: 1.1rem;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    display: none;
}

button.btn-unstyle.select-title {
    border-radius: 20px;
}

#subcategories {
    margin-bottom:40px;
}

.btn-ukuleles {
    background-color: white;
    color: black;
    border: 2px solid #1c221d;
    border-radius: 20px;
    padding: 0.5rem 4rem;
    text-transform: none;
    font-weight:bold;
    cursor:pointer;
    transition: 500ms;
}

.btn-ukuleles:hover {
    background-color: #1c221d;
    color: white;
    border: 2px solid white;
}

.modal-backdrop {
    z-index: 800 !important;
}

div#product-modal {
    background-color: rgba(0, 0, 0, .5);
}

.row.sort-by-row {
    display: none !important;
}

.product-features&gt;dl.data-sheet {
    width: 60%;
}

/* Blog */

#module-everpsblog-blog #wrapper, #module-everpsblog-post #wrapper {
    box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.5) !important;
}

.evercategory, #module-everpsblog-post .social-sharing {
    display: none !important;
}

.carousel-item {
    border-radius: 0px !important;
    margin-top: 0 !important;
}

.carousel .carousel-inner {
    height: 350px !important;
}

.row .everpsblog, .columns_everblog_wrapper, #module-everpsblog-category .card-block .article {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    border: 0;
    border-radius: 10px;
}

.card-block .everpsblog .article-img {
    align-items: center !important;
    min-height: 12rem;
}

.everpsblog h3 {
    box-shadow: none !important;
}

#module-everpsblog-blog .article, .carousel-item {
    border: 0 !important;
}

.btn-blog-primary, .btn-blog-primary:hover, .btn-blog-primary:active, .btn-blog-primary:focus, .btn-blog-primary:active:focus {
    background-color: #1c221d;
    border-radius: 10px;
}

h3 a.default, div#latestCarousel a {
    color: black;
}

div#latestCarousel, .carousel h3, #module-everpsblog-category .carousel-item .col-12 {
    text-align: center !important;
}

#module-everpsblog-blog .article, #module-everpsblog-category .article{
    margin-bottom: 1.5rem;
}

#module-everpsblog-post .carousel h3 {
    padding-top: 1.5rem;
}

.everpsblogcontent a {
    display: block;
    width: fit-content;
}

.carousel-inner .btn-blog-primary {
    color: white !important;
}

.carousel-inner .col-12.col-xs-12 .everpsblogcontent {
    margin-bottom:20px;
}

.row.categorycontent p {
    font-weight: bold;
    color: black;
    text-align: center;
    padding: 20px 0px 20px 0px;
    text-decoration: underline;
}

#module-everpsblog-blog .col-12.col-xs-12.col-md-8, #module-everpsblog-category .col-12.col-xs-12.col-md-8 {
    line-height: 2rem;
    padding-bottom: 1.5rem;
}

.postcontent {
    border: 0 !important;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    border-radius: 20px;
}

#module-everpsblog-post h1 {
    padding: 20px 0px 20px 0px;
    font-size: 3rem;
}

.rounded_blog {
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.rounded_space_blog {
    border-radius:30px;
    margin-inline:5px;
    margin-top: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.V1_flex {
    display: flex;
    justify-content: space-evenly;
}

.V1_mini {
    max-width: 35% !important;
    height: auto;
}

#module-everpsblog-post .postcontent {
    padding: 10%;
}

.blog_V1OMBK_pic {
    max-width: 50% !important;
}

.page-everblog-post-id-9 img.img.img-fluid.post-featured-image.featured-image,
.page-everblog-post-id-10 img.img.img-fluid.post-featured-image.featured-image,
.page-everblog-post-id-11 img.img.img-fluid.post-featured-image.featured-image,
.page-everblog-post-id-12 img.img.img-fluid.post-featured-image.featured-image
{
    border-radius: 30px;
}

.page-everblog-post-id-12 iframe {
    border-radius:10px;
    width: 100%;
    height: 400px;
}

@media screen and (min-width: 990px) {
    .page-everblog-post-id-9 img.img.img-fluid.post-featured-image.featured-image,
    .page-everblog-post-id-10 img.img.img-fluid.post-featured-image.featured-image,
    .page-everblog-post-id-11 img.img.img-fluid.post-featured-image.featured-image,
    .page-everblog-post-id-12 img.img.img-fluid.post-featured-image.featured-image
    {
        margin-bottom: 5rem;
        margin-top: 5rem;
        border-radius: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .header-top-right.col-md-10.col-sm-12.position-static {
        white-space: nowrap;
    }
    #module-everpsblog-post h1, .postcontent {
        width: 140%;
    }
    .blog_pic_space {
        width: 80%;
        margin: auto;
    }
    .page-everblog-post-id-9 section#products,
    .page-everblog-post-id-10 section#products,
    .page-everblog-post-id-11 section#products,
    .page-everblog-post-id-12 section#products 
    {
        width: 140%;
    }
    .page-everblog-post-id-9 .products.row,
    .page-everblog-post-id-10 .products.row,
    .page-everblog-post-id-11 .products.row,
    .page-everblog-post-id-12 .products.row
    {
        width: 75%;
        margin: auto;
    }
    .blog_V1OM_pic {
        max-width: 75% !important;
    }
}

@media screen and (max-width: 992px) {
    #right-column {
    display: none;
    }
    div#content-wrapper {
    width: 100% !important;
    }
    .product-features&gt;dl.data-sheet {
    width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #mobile_top_menu_wrapper {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    margin-top: 2rem !important;
    z-index: 999;
    position: inherit;
    }

    #header .header-nav .material-icons {
        font-size: 2rem;
    }

    #header .top-logo img {
        max-height: 2.5rem;
    }

    #header .header-top .position-static {
        width: max-content !important;
        margin: 2rem auto auto !important;
    }

    #header .header-top&gt;.container&gt;.row:first-of-type {
        width: inherit;
    }

    #module-everpsblog-post h1 {
        font-size: 2rem;
    }

    .togo_mf {
        margin-left: 0 !important;
    }

    .mc_koa {
        height: 340px !important;
    }
}

@media screen and (max-width: 575px) {
    #header .header-top&gt;.container&gt;.row:first-of-type {
        width: 100vw;
    }
}
</pre></body></html>