<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-list li a {
    color: black;
}


.menu-list a::after {
    background: black;
}

.illusion {
    height: 20vh;
    color: black;
}

.section-nuancier {
    height: auto;
    color: black;
    max-width: 85%;
    margin: auto;
    padding: 0px 25px;
}

.section-nuancier p {
    margin-top: 1em;
    font-size: 18px;
    text-align: center;
}

.nuancier-color-lisse {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2.5em;
    margin: auto;
    margin-bottom: 3em !important;
}

.nuancier-color-lisse img {
    text-decoration: none;
    border: 0.2px solid black;
    border-radius: 10px;
}

.nuancier-color-lisse img {
    text-decoration: none;
    border: 0.2px solid black;
    border-radius: 10px;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.nuancier-color-lisse img:hover {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

.title-color {
    font-size: 25px;
    text-align: center;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
    margin-left: 2.5em!important;
}

.title-color-granuleuse {
    font-size: 25px;
    text-align: center;
    margin-top: 1.5em!important;
    margin-bottom: 1.5em!important;
    margin-left: 2.5em!important;

}

h2 {
    color: rgb(85, 36, 12);
    text-decoration: underline;
}

h3 {
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    margin-left: 3em !important;
}

h4 {
    text-align: center;
}

.nuancier-color-lisse div {
    height: 17vh;
    width: 17vh;
}

.mfp-img {
    height: 270px !important;
    width: 270px !important;
}

.nuancier-color-granuleuse {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2.5em;
    margin: auto;
    margin-bottom: 1.5em !important;
}

.nuancier-color-granuleuse div {
    height: 17vh;
    width: 17vh;
}

.nuancier-color-granuleuse img {
    text-decoration: none;
    border: 0.2px solid black;
    border-radius: 10px;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.nuancier-color-granuleuse img:hover {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

.container-overlay{
    text-align: center;
    text-decoration: none;
}




.color-name{
    text-decoration: none!important;
    text-align: center;
    color: black;
    text-decoration-color:rgb(244, 244, 244)!important;
    font-weight: 600;
}


#button-scroll-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(135, 56, 20);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    align-self: flex-end;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}

#button-scroll-up:hover {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-13px);
    }

    100% {
        transform: translateY(0);
    }
}


@media (max-width: 868px) {

    .nuancier-color-lisse,
    .nuancier-color-granuleuse {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2.5em;
        margin: auto;
    }

    .icon.menu-btn {
        display: block;
        color: black;
    }

    .title-color {
        margin: 2.5em;
    }

    h3 {
        font-size: 25px;
        text-align: left;
        font-weight: bold;
        margin-left: 0 !important;
    }
}</pre></body></html>