/*
    custom.css
    Nicolas Jeanmonod

    https://boutique-bien-etre.com/themes/bbe-classic/assets/css/custom.css
*/

@import url("https://fonts.googleapis.com/css2?family=Ruthie&display=swap");

div#custom-text {
    /* Sur massage-confignon.ch => Source Sans Pro */
    /* font-family: "Source Sans Pro", monospace; */
    line-height: initial;
}

div#custom-text div.sun h2 {
    font-family: "Ruthie", monospace;
    font-size: 3rem;
    font-weight: 400;
    text-transform: initial;
}
div#custom-text .page-content.page-cms ul,
div#custom-text p,
div#custom-text ul {
    font-size: 1.1rem;
}

#blockEmailSubscription_displayFooterBefore {
    background-color: transparent;
}

footer#footer,
div#custom-text {
    position: relative;
    background: linear-gradient(
        to bottom,
        #e6f3ff 0%,
        /* Ciel bleu très pâle */ #f0f8ff 35%,
        /* Ciel fondu */ #e0f4ff 45%,
        /* Mer très claire */ #f0ffff 65%,
        /* Mer fondue */ #fff5e6 75%,
        /* Sable très clair */ #fffaf0 100% /* Sable fondu */
    ) !important;
    overflow: hidden;
}

footer#footer::after,
div#custom-text::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 100px;
    height: 100px;
    background: radial-gradient(
        circle at center,
        rgba(255, 253, 236, 1) 0%,
        rgba(255, 253, 236, 0.8) 30%,
        rgba(255, 253, 236, 0.2) 70%,
        rgba(255, 253, 236, 0) 100%
    );
    border-radius: 50%;
    box-shadow: 0 0 100px 50px rgba(255, 253, 236, 0.3);
    animation: glow 4s ease-in-out infinite alternate;
}

/* Vagues très subtiles */
footer#footer::before,
div#custom-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    height: 40px;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        transparent 0,
        transparent 15px,
        rgba(255, 255, 255, 0.1) 15px,
        rgba(255, 255, 255, 0.1) 30px
    );
    animation: waves 12s linear infinite;
    opacity: 0.3;
}

@keyframes waves {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 200px 0;
    }
}

@keyframes glow {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 1;
        box-shadow: 0 0 120px 60px rgba(255, 253, 236, 0.4);
    }
}

.moyens-de-paiement td {
    font-size: 20pt;
    padding-left: 1em;
}
