/*
Theme Name: Urban Loisirs
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpms-theme 
Version: 1.0
Text Domain: urban-loisirs
*/

/*font-family: 'ABeeZee', sans-serif;
font-family: 'Jost', sans-serif;*/

<style>
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Jost:wght@300;400;700;800;900&display=swap');
</style>


html {
    font-size: 92.5%;
    overflow: auto;
    transition: .4s all ease;
}

html .menu-opened {
    overflow-y: hidden;
}

#page {
    overflow: hidden;
}

svg:not(:root) {
    overflow: initial;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 { 
  max-width: 100%; 
}

body {
    font-family: 'ABeeZee', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 1.333rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: .833rem;
    padding-right: .833rem;
}

.menu-toggle:focus,
.dropdown-toggle:focus {
    outline: none;
}

@media screen and (min-width: 576px) {

    html {
        font-size: 97.5%;
    }
}

@media (min-width: 600px) and (max-width: 781px) {

    .wp-block-column:not(:only-child) {
        flex-basis: inherit!important;
        flex-grow: 1;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }

}

@media (min-width: 782px) {

    .wp-block-column {
        flex-basis: inherit;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0;
    }
}


@media screen and (min-width: 48em) {

    html {
        font-size: 102.5%;
    }
}

@media screen and (min-width: 1200px) {

    html {
        font-size: 107.5%;
    }


    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}

@media screen and (min-width: 82em) {

    html {
        font-size: 112.5%;
    }
}

/* ############################################################################################## */
/* ################### Header  #################################################################################### */

.site-header {
    background-color: transparent;
}

.custom-header-images {
    margin-top: 2.5rem;
}

.logo-header {
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 100%;
    z-index: 1;
}

body:not(.home) .logo-header {
    top: auto;
    left: auto;
    position: relative;
}

a.logo-top {
    color: #000;
    display: flex;
    width: 100%;
    transition: .4s all ease;
}

a.logo-top:hover,
a.logo-top:focus {
    color: #000;
}

.menu-opened .logo-header a.logo-top {
    opacity: 0;
}

.site-header:before {
    display: block;
    content: '';
    background-color: #f5e926;
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: -2.5rem;
    left: 0;
    z-index: 1;
}

body:not(.home) .site-header:before {
    top: 0;
}

a.logo-top .baseline {
    font-size: .833rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    white-space: nowrap;
    padding-top: .889rem;
    line-height: 1;
}

a.logo-top .baseline span {
    font-weight: 700;
}

a.logo-top svg {
    width: 15.556rem;
    fill: #FFF;
    max-width: 33.333333%;
}

a.logo-top svg #logo {
    fill: #FFF;
}

a.logo-top svg #fond {
    fill: #000000;
}

.js .menu-toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 3.333rem;
    background-color: #000000;
    color: #FFF;
    z-index: 99;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
}

.js .menu-toggle svg {
    fill: #FFF;
    width: 1.333rem;
    margin-bottom: .5rem;
}

.js .menu-toggle svg path {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: translate(0, 0);
    transition: .4s opacity ease, .3s transform linear;
}

.js .menu-toggle:hover svg path:nth-child(1) {
    opacity: 0;
}

.js .menu-toggle:hover svg path:nth-child(2) {
    transform: rotate(27deg);
}

.js .menu-toggle:hover svg path:nth-child(3) {
    transform: rotate(-27deg);
}

.js .menu-opened .menu-toggle svg path:nth-child(1) {
    opacity: 0;
}

.js .menu-opened .menu-toggle svg path:nth-child(2) {
    transform: rotate(45deg) translate(10px, 10px);
}

.js .menu-opened .menu-toggle svg path:nth-child(3) {
    transform: rotate(-45deg) translate(0, 0);
}

.navigation-shop {
    position: fixed;
    bottom: 0;
    left: 25%;
    width: 75%;
    z-index: 11;
}

.navigation-shop ul {
    list-style-type: none;
    margin: 0;
}

.navigation-shop ul li {
    width: 33.333333%;
}

.navigation-shop a {
    height: 3.333rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.navigation-shop a .label-button {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
}

.navigation-shop a .label-button span:not(.cart-contents-count) {
    display: none;
}

.navigation-shop li.btn-count a {
    background-color: #92bba7;
}

.navigation-shop li.btn-cart a {
    background-color: #e04814;
}

.navigation-shop a svg {
    fill: #FFF;
    width: 1.333rem;
    margin-bottom: .278rem;
}

li.btn-search label {
    margin: 0;
    font-weight: 700;
    color: #FFF;
}

li.btn-search .search-form {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: #e19100;
    height: 3.333rem;
}

li.btn-search .search-form .screen-reader-text {
    margin: 0;
}

li.btn-search .search-form .search-submit .icon {
    height: 1.333rem;
    top: auto;
    width: 1.333rem;
    margin-bottom: .278rem;
}

li.btn-search input[type="search"] {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 0;
    height: auto;
    border-radius: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #FFF;
    line-height: 1;
    text-align: center;
}

li.btn-search .search-form .search-submit {
    position: initial;
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
}

.custom-header-images .slick-slide {
    position: relative;
}

.custom-header-images .legende {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem 1.5rem 33.333333%;
}

.custom-header-images .legende .title {
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-weight: 900;
    font-size: 6vw;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.custom-header-images .legende a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 8.333rem;
    max-width: 100%;
    height: 2.444rem;
    border-radius: 1.222rem;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-weight: 900;
    font-size: .833rem;
    background-color: #000;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-top: .5rem;
    transition: .4s all ease;
}

.custom-header-images .legende a:hover,
.custom-header-images .legende a:focus {
    color: #000;
    background-color: #FFF;
}

@keyframes text-shadow-multicolor-link {
    0%{
    text-shadow: 0 0px 15px #f5e926;
    }
    33%{
    text-shadow:0 0px 15px #ff0f47;
    }
    66%{
    text-shadow: 0 0px 10px #f5e926;
    }
    100%{
    text-shadow: 0 0px 10px #ff0f47;
    }
}

.menus-navigation {
    position: fixed;
    left: 0;
    top: 120%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 5.833rem);
    min-height: 100%;
    z-index: 10;
    padding: 0 0 3.333rem;
    background-color: #f5e926;
    transition: top .5s linear,opacity .3s ease;
}

.menu-opened .menus-navigation {
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    opacity: 1;
}

ul#top-menu,
ul#main-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: transparent;
    padding: .833rem .833rem .833rem 3rem;
    border-top: none;
}

.main-navigation li {
    border-bottom: none;
}

ul#top-menu a {
    padding: 0.25rem 0;
    color: #a59c0c;
    font-size: 1.278rem;
    line-height: 1.556rem;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .4s all ease;
}

ul#top-menu a:hover,
ul#top-menu a:focus {
    color: #000;
}

ul#main-menu a {
    padding: 0.25rem 0;
    color: #000;
    font-size: 1rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .4s all ease;
}

ul#main-menu a:hover,
ul#main-menu a:focus {
    color: #a59c0c;
}

.dropdown-toggle {
    color: #FFF;
    padding: 0;
    margin: 0;
    border-radius: 0;
    right: auto;
    left: -2.833rem;
    top: 0.778rem;
}

.dropdown-toggle .icon {
    fill: #FFF;
    height: .944rem;
    width: 2rem;
    margin-top: -.389rem;
    top: 50%;
}

.main-navigation ul.sub-menu {
    background: transparent;
    padding: 0;
}

ul#main-menu ul.sub-menu a {
    padding: 0.25rem 0;
    color: #a59c0c;
    font-size: .889rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .4s all ease;
}

ul#main-menu ul.sub-menu a:hover,
ul#main-menu ul.sub-menu a:focus {
    color: #000;
}

.image-menu {
    display: none;
    padding: 0;
}

.site-content-contain {
    background-color: transparent;
}

@media screen and (min-width: 576px) {

    ul#top-menu a {
        font-size: 1.667rem;
        line-height: 2rem;
    }

    ul#main-menu a {
        font-size: 1.167rem;
        line-height: 2.333rem;
    }

    ul#main-menu ul.sub-menu a {
        font-size: .972rem;
    }

    a.logo-top .baseline {
        font-size: 1.333rem;
    }

    .site-header:before {
        height: 3.889rem;
        top: -3.889rem;
    }

    .logo-header {
        top: -3.889rem;
    }

    a.logo-top .baseline {
        padding-top: 1.333rem;
    }

    a.logo-top .baseline {
        font-size: 1.333rem;
    }

    .custom-header-images {
        margin-top: 3.889rem;
    }

    .custom-header-images .legende a {
        width: 18.556rem;
        height: 3.667rem;
        border-radius: 2.444rem;
        font-size: 1.667rem;
    }

}

@media screen and (min-width: 48em) {

    .menus-navigation a.logo-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        opacity: 0;
    }

    .menu-opened .menus-navigation a.logo-top {
        z-index: 0;
        opacity: 1;
    }

    ul#top-menu,
    ul#main-menu {
        padding-top: 0;
    }

    ul#top-menu a {
        font-size: 1.278rem;
        line-height: 1.556rem;
    }
    
    ul#main-menu a {
        font-size: 1rem;
        line-height: 2rem;
    }

    ul#main-menu ul.sub-menu a {
        font-size: .889rem;
    }

    .image-menu {
        display: block;
        z-index: -1;
    }

    .image-menu img {
        display: block;
    }

    .wrapper-menus {
        padding-top: 3.889rem;
    }

    .js .dropdown-toggle {
        display: block;
    }

    .js .main-navigation ul.sub-menu {
        display: none;
    }

    .js .main-navigation ul.sub-menu.toggled-on {
        display: block;
    }

    body:not(.home) .logo-header {
        top: 0;
        left: 0;
        position: absolute;
        width: 41.666667%;
    }

    body:not(.home) .site-content-contain {
        padding-top: 5rem;
    }


}

@media screen and (min-width: 62em) {

    ul#top-menu a {
        font-size: 1.667rem;
        line-height: 2rem;
    }

    ul#main-menu a {
        font-size: 1.167rem;
        line-height: 2.333rem;
    }

    ul#main-menu ul.sub-menu a {
        font-size: .972rem;
    }
    
    .menus-navigation a.logo-top,
    .logo-header {
        width: 50%;
    }

    .js .menu-toggle {
        background-color: transparent;
        width: 12.5%;
        position: absolute;
        top: -3.889rem;
        bottom: auto;
        left: 50%;
        height: 3.889rem;
    }

    .js body:not(.home) .menu-toggle {
        top: 0;
    }

    .js .menu-toggle svg {
        margin-bottom: 0;
        fill: #000;
        width: 2.444rem;
    }

    .js .menu-toggle span.menu-txt {
        display: none;
    }

    .navigation-shop {
        position: absolute;
        left: 62.5%;
        top: -3.889rem;
        bottom: auto;
        width: 37.5%;
    }

    body:not(.home) .navigation-shop {
        top: 0;
    }

    .navigation-shop ul li {
        max-width: 12.5rem;
    }

    li.btn-search .search-form {
        flex-direction: row-reverse;
    }

    li.btn-search .search-form,
    .navigation-shop li.btn-count a,
    .navigation-shop li.btn-cart a {
        height: 3.889rem;
        background-color: transparent;
    }

    .navigation-shop a {
        flex-direction: row;
    }

    .navigation-shop a .label-button span:not(.cart-contents-count) {
        display: block;
        margin-right: .278rem;
    }

    .navigation-shop a .label-button,
    li.btn-search input[type="search"] {
        color: #a59c0c;
        font-family: 'ABeeZee', sans-serif;
        font-style: oblique;
        text-transform: initial;
        display: flex;
    }

    .navigation-shop a svg {
        width: 2rem;
        fill: #a59c0c;
        margin-bottom: 0;
        margin-right: .278rem;
    }

    li.btn-search .search-form .search-submit .icon {
        width: 1.889rem;
        height: 2.111rem;
        fill: #a59c0c;
        margin-bottom: 0;
        margin-right: .278rem;
    }

}

@media screen and (min-width: 1200px) {

    .custom-header-images .legende {
        padding: 10rem 16.666667% 1.5rem;
    }
    
    .menus-navigation a.logo-top,
    .logo-header {
        width: 41.666667%;
        padding-left: 1.889rem;
    }

    .js .menu-toggle {
        width: 16.666667%;
        left: 41.666667%;
    }

    .navigation-shop {
        width: 33.333333%;
        left: 66.666667%;
    }

    .dropdown-toggle .icon {
        width: 4rem;
    }

    ul#top-menu,
    ul#main-menu {
        padding-left: 4.833rem;
    }

    .dropdown-toggle {
        left: -4.833rem;
    }

}

@media screen and (min-width: 92em) {

    .custom-header-images .legende {
        padding: 10rem 20% 1.5rem;
    }

    .navigation-shop a .label-button,
    li.btn-search input[type="search"] {
        font-size: 1rem;
    }

    ul#top-menu a {
        font-size: 2.222rem;
        line-height: 2.889rem;
    }

    ul#main-menu a {
        font-size: 1.333rem;
        line-height: 2.667rem;
    }

    ul#main-menu ul.sub-menu a {
        font-size: 1rem;
    }

    ul#top-menu,
    ul#main-menu {
        padding-left: 6.833rem;
    }

}


.page:not(.home) #content {
    padding-top: 0;
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic activities  #################################################################################### */

#thematic-activities {
    position: relative;
}

a.thematic-activities {
    display: none;
    text-align: center;
}

#thematic-activities h2 {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem .833rem;
    margin: 0;
    font-size: 1.889rem;
    line-height: 2.111rem;
}

#thematic-activities ul {
    list-style-type: none;
    margin: 0;
}

#thematic-activities li {
    padding: 0;
    max-width: 667px;
}

#thematic-activities li:nth-child(2n) {
    display: none;
}

#thematic-activities li img {
    display: block;
}

#thematic-activities li a {
    display: block;
    position: relative;
    overflow-y: hidden;
}

#thematic-activities a .link-txt {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#thematic-activities a .link-baseline {
    z-index: 1;
    color: #FFF;
    position: absolute;
    padding: .883rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: .889rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

#thematic-activities a .link-name {
    z-index: 1;
    color: #FFF;
    position: absolute;
    padding: 1.5rem .883rem;
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

#thematic-activities a .link-name:before {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    content: '+';
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: 200;
    font-size: 0;
    opacity: 0;
    transition: .4s all ease;
}

#thematic-activities a .link-title {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 2.778rem;
    line-height: 1;
    text-transform: uppercase;
    opacity: 1;
    transition: .4s all ease;
}

#thematic-activities a .link-subtitle {
    font-style: oblique;
    font-weight: 400;
    font-size: 1.556rem;
    line-height: 1;
    opacity: 1;
    transition: .4s all ease;
}

#thematic-activities a:hover .link-name:before,
#thematic-activities a:focus .link-name:before {
    font-size: 8.333rem;
    opacity: 1;
}

#thematic-activities a:hover .link-title,
#thematic-activities a:focus .link-title {
    opacity: 0;
}

#thematic-activities a:hover .link-subtitle,
#thematic-activities a:focus .link-subtitle {
    opacity: 0;
}

#thematic-activities a .link-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .3s top linear, .4s opacity ease;
}

#thematic-activities a:hover .link-hover,
#thematic-activities a:focus .link-hover {
    top: 0;
    opacity: 1;
}

@media screen and (min-width: 576px) {

    #thematic-activities li:nth-child(2n) {
        display: block;
    }

}

@media screen and (min-width: 48em) {

    #thematic-activities {
        padding-top: 1.5rem;
        padding-bottom: 0;
    }

    #thematic-activities h2 {
        font-size: 2.5rem;
        line-height: 2.889rem;
        padding: 2.5rem .889rem;
    }

    a.thematic-activities {
        display: block;
        position: absolute;
        top: -2.833rem;
        width: 100%;
    }

    a.thematic-activities svg {
        width: 2.389rem;
        max-width: 100%;
        fill: #f5e926;
    }

    a.thematic-activities:hover svg,
    a.thematic-activities:focus svg {
        animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
    }

    @keyframes puff-out-center {
      0% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
      }
      100% {
        transform: scale(2);
        filter: blur(4px);
        opacity: 0;
      }
    }

    #thematic-activities a .link-baseline {
        font-size: 1rem;
    }

    #thematic-activities a .link-title {
        font-size: 3.778rem;
    }

    #thematic-activities a .link-subtitle {
        font-size: 2.167rem;
    }

    #thematic-activities a:hover .link-name:before,
    #thematic-activities a:focus .link-name:before {
        font-size: 12.5rem;
    }

}

@media screen and (min-width: 62em) {

    #thematic-activities a .link-baseline {
        font-size: .889rem;
    }

    #thematic-activities a .link-title {
        font-size: 2.778rem;
    }

    #thematic-activities a .link-subtitle {
        font-size: 1.556rem;
    }

    #thematic-activities a:hover .link-name:before,
    #thematic-activities a:focus .link-name:before {
        font-size: 8.333rem;
    }

    #thematic-activities li:nth-child(2n) a .link-baseline {
        background-image: url(assets/images/bkg-link-baseline.png);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }

}

@media screen and (min-width: 1200px) {

    #thematic-activities h2 {
        font-size: 3.111rem;
        line-height: 3.578rem;
        padding-top: 5.889rem;
    }

    a.thematic-activities {
        top: -4.333rem;
    }

    a.thematic-activities svg {
        width: 5.278rem;
    }

    #thematic-activities a .link-baseline {
        font-size: 1rem;
    }

    #thematic-activities a .link-title {
        font-size: 3.778rem;
    }

    #thematic-activities a .link-subtitle {
        font-size: 2.167rem;
    }

    #thematic-activities a:hover .link-name:before,
    #thematic-activities a:focus .link-name:before {
        font-size: 12.5rem;
    }

}

@media screen and (min-width: 102em) {

    #thematic-activities h2 {
        font-size: 3.778rem;
        line-height: 4.111rem;
    }

    #thematic-activities a .link-baseline {
        font-size: 1.333rem;
    }

    #thematic-activities a .link-subtitle {
        font-size: 3.222rem;
    }

    #thematic-activities a:hover .link-name:before,
    #thematic-activities a:focus .link-name:before {
        font-size: 16.667rem;
    }

}

@media screen and (min-width: 102em) {

    #thematic-activities a .link-title {
        font-size: 4.556rem;
    }

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic center  #################################################################################### */

.thematic-center {
    background-image: url(assets/images/bkg-thematic-center.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.5rem 0;
}

.thematic-center ul {
    margin: 0;
    list-style-type: none;
}

.thematic-center p {
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-weight: 900;
    font-size: 1.389rem;
    line-height: 1.611rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.thematic-center p .animate-hover {
    background-repeat: no-repeat;
    background-size: 100% 0%;
    background-position: 0 88%;
    transition: background-size .3s ease-in, color .2s ease-in-out;
}

.thematic-center p .animate-hover:hover,
.thematic-center p .animate-hover:focus {
    background-size: 100% 88%;
    color: #FFF;
}

.thematic-center .block-left-center {
    display: none;
}

.thematic-center .animate-hover:nth-child(1) {
    background-image: linear-gradient(120deg, #92bba7 0%, #92bba7 100%);
    color: #92bba7;
}

.thematic-center .animate-hover:nth-child(2) {
    background-image: linear-gradient(120deg, #e04814 0%, #e04814 100%);
    color: #e04814;
}

.thematic-center .animate-hover:nth-child(3) {
    background-image: linear-gradient(120deg, #e19100 0%, #e19100 100%);
    color: #e19100;
}

@media screen and (min-width: 48em) {

    .thematic-center .block-left-center {
        display: block;
        padding: 0 2.5rem;
    }

    .thematic-center .block-right-center {
        padding: 0 2.5rem;
    }

    .thematic-center {
        padding: 5rem 0;
    }

    .thematic-center .slick-list {
        overflow: visible;
    }

    .thematic-center .slick-slide {
        transition: all 1400ms linear;
    }

    .thematic-center .slick-slide img {
        margin-left: auto;
        margin-right: auto;
    }

    .thematic-center .slick-slide:nth-child(2n) img {
        transform: translate(60px) rotate(4deg);
    }

    .thematic-center .slick-slide:nth-child(2n+1) img {
        transform: rotate(-4deg);
    }

    .thematic-center .slick-slide.slick-active + .slick-slide {
        opacity: .5!important;
    }

}

@media screen and (min-width: 62em) {

    .thematic-center p {
        font-size: 1.944rem;
        line-height: 2.167rem;
    }

    .thematic-center .block-right-center {
        padding-right: 2.778rem;
    }

    .thematic-center {
        padding: 10rem 0;
    }

}

@media screen and (min-width: 102em) {

    .thematic-center p {
        font-size: 2.778rem;
        line-height: 3.222rem;
    }

    .thematic-center {
        padding: 15rem 0;
    }

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Anniversaire  #################################################################################### */

.anniversaire {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-image: url(assets/images/bkg-anniversaire.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.anniversaire h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.667rem;
    line-height: 1;
    color: #e04814;
    text-align: center;
    font-weight: 400;
    font-style: oblique;
}

.anniversaire h2 span {
    font-size: 5.556rem;
    line-height: 1;
    font-weight: 800;
    font-style: normal;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
}

.anniversaire h2:before {
    display: block;
    content: '';
    background-image: url(assets/images/before-anniversaire.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5.722rem;
    height: 5.333rem;
    position: absolute;
    top: -10rem;
    left: 50%;
    margin-left: -2.667rem;
}

.anniversaire a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.anniversaire a svg {
    width: 1.056rem;
    max-width: 100%;
    fill: #e04814;
}

.anniversaire a span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.667rem;
    line-height: 1;
    font-weight: 800;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    background-color: #e04814;
    width: 19.444rem;
    max-width: 100%;
    height: 3.333rem;
    letter-spacing: 0.075em;
    border-radius: 1.667rem;
    margin-top: 1.333rem;
    transition: .4s all ease;
}

.anniversaire a:hover svg,
.anniversaire a:focus svg {
    animation: shakeDown 2s ease 0s 1 normal forwards;
}

.anniversaire a:hover span,
.anniversaire a:focus span {
    animation: scaleDown 1s ease-in-out 0s 1 normal forwards;
}

@keyframes scaleDown {
  0% {
    transform: translateY(0) scale(1.0);
  }

  100% {
    transform: translateY(100%) scale(1.2);
  }
}


@keyframes shakeDown {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(6deg);
  }

  30% {
    transform: translateX(15px) rotate(-6deg);
  }

  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(-2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(1.2deg);
  }
}

.text-shadow {
    background-color: #f5e926;
    background-image: url(assets/images/bkg-texte-fun.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem .25rem;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-shadow h2 {
  margin: 0;
  color: #FFF;
  font-weight: 700;
  text-shadow: 1px 4px rgba(209, 198, 26, 0.6), 2px 6px rgba(209, 198, 26, .27);
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 576px) {

    .anniversaire {
        padding-top: 30rem;
    }

    .anniversaire h2 {
        font-size: 2.222rem;
    }

    .anniversaire h2 span {
        font-size: 7.222rem;
    }

    .anniversaire h2:before {
        top: -15rem;
    }

    .text-shadow h2 {
      font-size: 8vw;
    }

    .text-shadow {
        min-height: 260px;
    }

}

@media screen and (min-width: 48em) {

    .anniversaire h2 {
        font-size: 2.778rem;
    }

    .anniversaire h2 span {
        font-size: 10rem;
    }

    .text-shadow h2 {
      font-size: 6vw;
    }

    .text-shadow {
        min-height: 300px;
    }

}

@media screen and (min-width: 1200px) {

    .anniversaire {
        padding-top: 40rem;
    }

    .anniversaire h2 {
        font-size: 3.333rem;
    }

    .anniversaire h2 span {
        font-size: 14.444rem;
    }
    
    .anniversaire h2:before {
        top: -25rem;
    }

    .text-shadow {
        min-height: 420px;
    }
}

@media screen and (min-width: 92em) {

    .text-shadow {
        padding: 5rem .5rem;
        min-height: 650px;
    }
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.bottom-footer {
    background-color: #045357;
    color: #FFF;
    padding-bottom: 3.333rem;
}

.bottom-footer:after {
    display: block;
    content: '';
    width: 100%;
    height: 12.778rem;
    background-image: url(assets/images/bkg-bottom.jpg);
    background-size: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

a.logo-footer {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
}

a.logo-footer:before {
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    width: 33.333333%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.logo-footer:after {
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    width: 33.333333%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.logo-footer svg {
    width: 5rem;
    max-width: 100%;
    fill: #FFF;
}

.coordonnees-mail {
    color: #FFF;
    text-align: center;
    padding: 1.5rem .833rem;
    font-size: 1.111rem;
    font-weight: 400;
}

.coordonnees-mail strong {
    color: #f5e926;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}

.coordonnees-mail a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 19.611rem;
    height: 3.889rem;
    max-width: 100%;
    background-color: #92bba7;
    border-radius: .556rem;
    margin-left: auto;
    margin-right: auto;
    transition: .4s all ease;
}

.coordonnees-mail a.whatsapp {
    margin: 1.5rem auto;
}

.coordonnees-mail a:hover,
.coordonnees-mail a:focus {
    color: #729b9d;
    background-color: #000;
}

@keyframes text-shadow-multicolor {
    0%{
    text-shadow: 0 0px 15px #03494d;
    }
    33%{
    text-shadow:0 0px 15px #045357;
    }
    66%{
    text-shadow: 0 0px 10px #03494d;
    }
    100%{
    text-shadow: 0 0px 10px #045357;
    }
}

}


ul.coordonnees-centres {
    list-style-type: none;
    margin: 0 0 1.5rem;
}

ul.coordonnees-centres li {
    text-align: center;
    margin-bottom: 1.333rem;
}

ul.coordonnees-centres .nom-centre {
    font-size: 1.111rem;
    line-height: 1;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .511rem;
    color: #fff;
}
ul.coordonnees-centres .nom-centre:hover,
ul.coordonnees-centres .nom-centre:focus {
    color: #e04814;
}

ul.coordonnees-centres .adresse-centre {
    font-size: .833rem;
    line-height: 1;
}

nav.mentions_navigation {
    background-color: #03494d;
}

ul#menu-mentions-menu {
    list-style-type: none;
    margin: 0;
    padding: 1.333rem .833rem;
}

ul#menu-mentions-menu a {
    display: block;
    margin: 0 .333rem;
    color: #729b9d;
    text-transform: uppercase;
    font-size: .778rem;
    letter-spacing: 0.2em;
    line-height: 1rem;
}

ul.reseaux-sociaux {
    list-style-type: none;
    margin: 0;
}

li.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 .333rem;
}

li.social-link svg {
    fill: #FFF;
    width: 2.222rem;
    max-width: 100%;
}

ul.coordonnees-centres {
    list-style-type: none;
    margin: 0;
}

@media screen and (min-width: 576px) {

    .coordonnees-mail {
        font-size: 1.389rem;
        line-height: 1.5rem;
    }

    a.logo-footer:before,
    a.logo-footer:after {
        width: 41.666667%;
    }

}

@media screen and (min-width: 48em) {

    .coordonnees-mail {
        padding: 2.5rem 0;
        font-size: 1.389rem;
        line-height: 1.5rem;
        max-width: 83.333333%;
        margin-left: auto;
        margin-right: auto;
    }

    a.logo-footer {
        max-width: 83.333333%;
        margin-left: auto;
        margin-right: auto;
    }

    ul#menu-mentions-menu {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 62em) {

    .bottom-footer {
        padding-bottom: 0;
    }

}

@media screen and (min-width: 1200px) {

    .coordonnees-mail a {
        width: 26.278rem;
        height: 5rem;
        font-size: 1.389rem;
    }

    .coordonnees-mail {
        padding: 5rem 0rem 2.5rem;
        font-size: 1.667rem;
        line-height: 2rem;
        max-width: 75%;
    }

    a.logo-footer {
        margin-bottom: 2.5rem;
        max-width: 75%;
    }

}

@media screen and (min-width: 92em) {

    .coordonnees-mail {
        padding: 6rem 0 3rem;
        max-width: 50%;
    }

    a.logo-footer {
        max-width: 50%;
    }

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Content  #################################################################################### */

h1 {
    position: relative;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1.667rem;
    line-height: 1.833rem;
    color: #000;
    text-align: center;
    padding-bottom: 1.222rem;
    margin-bottom: min(3.222rem,2vw);
}

h1:after:not(.single-product) {
    display: block;
    content: '';
    background-color: #f5e926;
    width: 12.667rem;
    max-width: 100%;
    height: 1.611rem;
    position: absolute;
    bottom: -1.222rem;
    left: 50%;
    margin-left: -6.333rem;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem .833rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #000;
}

.single-product .breadcrumbs,
.woocommerce .content-product .woocommerce-breadcrumb {
    justify-content: left;
    padding: 1.5rem 0;
}

.breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}

span.dashicons.dashicons-admin-home {
    width: 0.889rem;
    height: 0.889rem;
    display: block;
    vertical-align: initial;
}

.dashicons-admin-home:before,
.woocommerce-breadcrumb a:first-child:before {
    display: flex;
    content: '';
    background-image: url(assets/images/home.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: .889rem;
    height: .889rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 0.5em 0.25em;
}

input[type="submit"] {
    background-color: #f5e926;
    color: #000;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 0;
    transition: .4s all ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #000;
    color: #f5e926;
}

a,
.entry-content a {
    color: #e04814;
    transition: .4s all ease;
}

a:hover,
a:focus,
.entry-content a:hover,
.entry-content a:focus {
    color: #045357;
}

h2 {
    font-size: 1.333rem;
    line-height: 1.667rem;
    font-style: oblique;
    font-weight: 400;
    color: #045357;
    text-align: center;
}

h2.entry-title a {
    color: #000;
    transition: .4s all ease;
}

h2.entry-title a:hover,
h2.entry-title a:focus {
    color: #000;
    text-decoration: none;
}

.thumbnail-child {
    margin-bottom: 1.111rem;
}

.thumbnail-child img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.child-content p {
    font-size: 1rem;
    line-height: 1.111rem;
    margin-bottom: 0.833rem;
}

.more-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #f5e926;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 4.667rem;
    border-radius: 2.222rem;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: .833rem 1.667rem;
    transition: .4s all ease;
}
.more-link a:hover,
.more-link a:focus {
    background-color: #e04814;
    color: #FFF;
}

.child-post {
    margin-bottom: 1.333rem;
}

.page-numbers.current {
    color: #000;
}

.prev.page-numbers,
.next.page-numbers {
    background-color: #f5e926;
    color: #000;
    transition: .4s all ease;
}

.prev.page-numbers:hover,
.prev.page-numbers:focus,
.next.page-numbers:hover,
.next.page-numbers:focus {
    background-color: #000;
    color: #FFF;
}

.site-main .search-form {
    margin-bottom: 5rem;
}


@media screen and (min-width: 48em) {

    h1 {
        font-size: 2rem;
        line-height: 2.222rem;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
    }

}

@media screen and (min-width: 1200px) {

    h1 {
        font-size: 2.222rem;
        line-height: 2.556rem;
        max-width: 75%;
    }

    h2 {
        font-size: 1.667rem;
        line-height: 2rem;
    }


}

@media screen and (min-width: 92em) {

    h1 {
        font-size: 2.667rem;
        line-height: 2.7786rem;
        max-width: 66.666667%;
    }

    h2 {
        font-size: 2rem;
        line-height: 2.222rem;
    }

}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Woocommerce  #################################################################################### */

#customer_login .message_connexion {
    text-align: center;
}

#product-image .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: transparent;
    font-size: 1rem;
    color: #000;
    background-color: transparent;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #a59c0c;
}

.term-description,
.page-description {
    padding: 0 .833rem;
    font-size: 1rem;
    text-align: center;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 0.5rem;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 .833rem;
    float: none;
    overflow: visible;
}

@media screen and (max-width: 47.99em) {
    body.woocommerce ul.products[class*=columns-] li.product,
    body.woocommerce-page ul.products[class*=columns-] li.product {
        /*width: 100%;*/
        margin: 0 0 1rem;
        padding: 0 .833rem;
        float: none;
    }
}

.woocommerce ul.products li.product a {
    position: relative;
    display: block;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    display: flex;
    flex-direction: column;
    position: absolute;
    /*top: 66.666667%;*/
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 33.333333%;
    color: #FFF;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.333rem;
    white-space: normal;
    font-style: normal;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.32);
}

mark {
    background-color: transparent;
    color: #000;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
    display: none;
}

.woocommerce-product-gallery__image a {
    display: block;
}

.woocommerce-product-gallery__image a img {
    display: block;
    width: 100%;
}

#product-image,
#bottom-product {
    padding: 0;
}

.woocommerce div.product .product_title {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.informations-produit {
    font-size: 1rem;
    font-style: oblique;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1.667rem;
    font-weight: 700;
    line-height: 1;
    margin: 1.333rem 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: both;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.333rem;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #f5e926;
    width: fit-content;
    max-width: 100%;
    height: 4.667rem;
    border-radius: 2.222rem;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: .833rem 1.667rem;
    transition: .4s all ease;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
    background-color: #e04814;
    color: #FFF;
}

.woocommerce button.button.alt.disabled {
    background-color: #f5e926;
    color: #000;
}

.woocommerce div.product form.cart .button {
    vertical-align: initial;
    float: none;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 0 1.333rem;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart div.quantity:before {
    display: block;
    content: 'Quantité :';
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    margin-right: .833rem;
}

.woocommerce .quantity .qty {
    background-color: #e6e6e1;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: clamp(1rem,5vw,1.333rem);
    font-weight: 700;
    line-height: 1;
    border: none;
    padding: 0;
    border-radius: 0;
    width: 10.889rem;
    max-width: 100%;
    height: clamp(2rem,3vw,4rem);
}

.single-product .site-content {
    padding-top: 0;
}

body:not(.home).single-product .logo-header {
    position: absolute;
}

.chaussettes-kid-park h3 {
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.chaussettes-kid-park h3 svg {
    width: 2.222rem;
    max-width: 100%;
    fill: #a59c0c;
    margin-right: .833rem;
}

.chaussettes-kid-park p {
    color: #000;
    font-size: 1.111rem;
    font-style: oblique;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 .333rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    font-size: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    background: transparent;
    border-radius: 0;
}

section.related.products > h2,
section.up-sells.upsells.products > h2 {
    background-color: #f5e926;
    padding: 1.111rem;
    text-align: center;
    color: #000;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1.333rem;
    font-style: normal;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.woocommerce.single-product ul.products {
    margin: 0;
}

.woocommerce ul.products li.product:not(.product-category) img {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.woocommerce ul.products li.product .product-informations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 .833rem;
}

.woocommerce ul.products li.product .content-product-informations {
    background-image: url(assets/images/bkg-categorie.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 1.667rem 1.667rem;
}

.woocommerce ul.products li.product .content-product-informations .price {
    color: #FFF;
    font-family: 'Jost', sans-serif;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
}

select {
    color: #000;
    font-family: 'ABeeZee', sans-serif;
    font-size: 1rem;
    border: none;
    height: 2.222rem;
    line-height: 1;
    border-bottom: 2px solid #f5e926;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    padding: 0 0.833rem;
}

.archive-informations-produit {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    font-style: oblique;
}

.woocommerce ul.products li.type-product {
    overflow-y: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #FFF;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
}

.woocommerce ul.products li.type-product .bottom-product-informations {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0%;
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 .833rem;
    transition: .3s top ease, .4s opacity linear, .3s height ease;
}

.woocommerce ul.products li.type-product:hover .bottom-product-informations,
.woocommerce ul.products li.type-product:focus .bottom-product-informations {
    top: 0;
    opacity: 1;
    height: 100%;
}

.woocommerce ul.products li.type-product .before-bottom-product {
    position: absolute;
    top: 0;
    left: .833rem;
    width: calc(100% - 1.667rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: .71;
}
.woocommerce ul.products li.type-product .before-bottom-product.img_survol {
    opacity: 1;
}
.woocommerce ul.products li.type-product .before-bottom-product img {
    opacity: 1;
}

.woocommerce ul.products li.type-product a {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    transform: scale(1.0);
    text-align: center;
    transition: .4s all ease;
}

.woocommerce ul.products li.type-product a.woocommerce-loop-product__link {
    background-color: #f5e926;
    color: #000;
    transition: .4s all ease;
}

.woocommerce ul.products li.type-product a.button.add_to_cart_button {
    color: #000;
    background-color: #FFF;
    transition: .4s all ease;
}

.woocommerce ul.products li.type-product a.woocommerce-loop-product__link:hover,
.woocommerce ul.products li.type-product a.woocommerce-loop-product__link:focus,
.woocommerce ul.products li.type-product a.button.add_to_cart_button:hover,
.woocommerce ul.products li.type-product a.button.add_to_cart_button:focus {
    background-color: #000;
    color: #FFF;
    transform: scale(1.1);
}

.woocommerce ul.products li.type-product a.woocommerce-loop-product__link:before {
    display: block;
    content: 'Voir le détail';
}

.woocommerce.single-product ul.products li.type-product {
    margin: 0;
    padding: 0;
    max-height: 387px;
}

.woocommerce li.type-product a.added_to_cart.wc-forward {
    color: #FFF;
}

.woocommerce.single-product ul.products li.type-product .product-informations,
.woocommerce.single-product ul.products li.type-product .bottom-product-informations {
    padding: 0;
}

.woocommerce.single-product ul.products li.type-product .before-bottom-product {
    width: 100%;
    left: 0;
}

.woocommerce button.button {
    background-color: #e6e6e1;
}

.woocommerce button.button:hover,
.woocommerce button.button:focus {
    background-color: #000;
    color: #FFF;
}

.woocommerce-message {
    display: flex;
    align-items: center;
    padding: 0;
    border-top: none;
    margin: 1.111rem 0;
}

.woocommerce .woocommerce-message .button.wc-forward,
.woocommerce a.button.wc-backward {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-top: none;
    justify-content: center;
    background-color: #f5e926;
    width: fit-content;
    max-width: 100%;
    /*height: 4.667rem;*/
    border-radius: 2.222rem;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: clamp(1rem,1.333vw,1.333rem);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.833rem 1.667rem;
    text-align: center;
    margin-right: .833rem;
    transition: .4s all ease;
}

.woocommerce .woocommerce-message .button.wc-forward:hover,
.woocommerce .woocommerce-message .button.wc-forward:focus,
.woocommerce a.button.wc-backward:hover,
.woocommerce a.button.wc-backward:focus {
    background-color: #e04814;
    color: #FFF
}

.woocommerce-message::before {
    content: none;
}

.woocommerce-info {
    padding: 0;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-no-products-found .woocommerce-info {
    justify-content: center;
}

.woocommerce-info:before {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0.833rem;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: inherit;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #000;
    color: #FFF;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

@media screen and (max-width: 47.99em) {
    body.woocommerce-cart .woocommerce-cart-form + .cart-collaterals {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 576px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.667rem;
    }


}

@media screen and (min-width: 48em) {

    .term-description,
    .page-description {
        max-width: 83.33333%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 33.333333%;
    }

    .woocommerce .cross-sells ul.products[class*=columns-] li.product {
        width: 50%; padding: 0px 0.33rem;
    }

    .woocommerce .cross-sells ul.products li.product .product-informations {
        padding: 0px 0.33rem;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 50%;
    }

    .woocommerce .products ul {
        margin-top: 2.222rem;
    }

    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        font-size: 1.667rem;
    }

    .woocommerce div.product form.cart div.quantity:before,
    .woocommerce .quantity .qty {
        font-size: 1.667rem;
    }

    body:not(.home).single-product .site-content-contain {
        padding-top: 3.889rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 1.333rem;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.111rem;
    }

    .woocommerce ul.products li.product .content-product-informations .price {
        font-size: 1.667rem;
    }

    .single-product main#main {
        padding: 1.667rem;
    }

}

@media screen and (min-width: 62em) {

    .woocommerce div.product .product_title {
        font-size: 1.667rem;
        line-height: 1.833rem;
    }

    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        font-size: 1.333rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 1rem;
    }


    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1.333rem;
    }

    .archive-informations-produit {
        font-size: 1.111rem;
    }

}

@media screen and (min-width: 1200px) {

    .term-description,
    .page-description {
        max-width: 75%;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 1.667rem;
    }

    .informations-produit {
        font-size: 1.333rem;
        line-height: 1.667rem;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        font-size: 3.333rem;
    }

    section.related.products > h2,
    section.up-sells.upsells.products > h2 {
        font-size: 2rem;
        padding: 2rem 0;
    }

    .woocommerce ul.products li.product .content-product-informations .price {
        font-size: 2rem;
    }

    .woocommerce ul.products li.type-product a {
        font-size: 1.222rem;
    }

    .woocommerce .cross-sells ul.products li.product .archive-informations-produit {
        font-size: 0.875rem;
    }

}

@media screen and (min-width: 92em) {

    .term-description,
    .page-description {
        max-width: 66.666667%;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 25%;
    }
    .woocommerce .cross-sells ul.products[class*=columns-] li.product {
        width: 33.33%;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 1.833rem;
    }

    .woocommerce div.product .product_title {
        font-size: 2rem;
        line-height: 2.222rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        font-size: 1.333rem;
    }

    .single-product main#main {
        padding: 1.667rem 3.333rem;
    }

}

@media screen and (min-width: 102em) {

    .woocommerce ul.products li.product .woocommerce-loop-category__title {
        font-size: 2.222rem;
    }

    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        font-size: 1.667rem;
    }


    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 2rem;
    }
}

.create-account + .clear {
    width: 100%;
}

/* ############################################################################################## */
/* ############################################################################################## */

#product-image .onsale, 
#product-image .exclu {
    display: none;
}

.woocommerce span.exclu,
.woocommerce span.onsale {
    display: flex;
    background-color: #f5e926;
    border-radius: 2.222rem;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    left: auto;
    right: 2rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.333rem 0.883rem;
    min-height: 3.236em;
    min-width: 3.236em;
    top: -0.5em;
}

.woocommerce span.exclu {
    background-color: #db251c;
    color: #fff;
}

.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .exclu {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    text-align: center;
    margin: -0.5em 0em 0 0;
    z-index: 9;
}
.woocommerce ul.products li.product .onsale + .exclu {
    right: 6.625rem;
}

.woocommerce.single-product span.exclu,
.woocommerce.single-product span.onsale {
    position: relative;
    right: auto;
    max-width: fit-content;
    display: inline-flex;
}

.woocommerce.single-product span.onsale + span.exclu {
    margin-left: 0.5rem;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

form.post-password-form {
    max-width: 300px;
    margin: auto;
    padding: 5rem 0;
}

body.woocommerce-checkout .entry-content .woocommerce-form-coupon-toggle {
    display: none;
}

body.woocommerce-cart .entry-content td.product-remove a.remove {
    white-space: nowrap; padding-left: 6px;
    margin-right: 20px;
}
body.woocommerce-cart .entry-content td.product-remove a.remove:after {
    content: 'retirer';
    display: inline-block;
    color: red;
    position: relative;
    margin-left: 0.625em;
    font-size: 0.75rem;
    white-space: normal;
    vertical-align: middle;
    margin-bottom: 5px;
    background-color: #e6e6e1;
    padding: 2px 5px;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    
    body.woocommerce-cart .entry-content td.product-remove a.remove:after {
        content: 'retirer le produit ci-dessous'; white-space: nowrap;
        font-size: 0.875rem;
    }
}

div#pum-38135 span.pum-close.popmake-close, div#pum-38135 a {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #e04814;
    padding: 0.5rem;
    font-weight: 600;
    border: solid;
    margin-bottom: 1rem;
}
div#pum-38135 span.pum-close.popmake-close:hover,
div#pum-38135 a:hover {
    color: #333;
}
div#pum-38135 button.pum-close.popmake-close{
    display: none;
}


.single-product .woocommerce-product-details__short-description {
    margin-bottom: 3rem;
}


.single-product .woocommerce-product-details__short-description .hide_more_desc:not(.show) {
    display: none;
}


.single-product .woocommerce-product-details__short-description a.open-float_more_info {
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    color: #db251c;
    border: 1px solid #db251c;
    border-radius: 2.222rem;
    padding: 0.333rem 0.883rem;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.single-product .woocommerce-product-details__short-description a.open-float_more_info:hover,
.single-product .woocommerce-product-details__short-description a.open-float_more_info:focus {
    background-color: #f5e926;
    color: #000;
    text-decoration: none;
    border-color: transparent;
}

.single-product .float_more_info {
    position: fixed;
    top: 0; right: 0;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    padding: clamp(1rem, 1dvw, 1.667rem) clamp(1rem, 1.7dvw, 3.333rem); 
    box-shadow: 0 0 .4rem rgba(0,0,0,0.69);
    transition: all 0.3s;
    background-color: #fff;
    z-index: 1000;
}
.single-product .float_more_info a.close-float_more_info {
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    color: #db251c;
    border: 1px solid #db251c;
    border-radius: 2.222rem;
    padding: 0.333rem 0.883rem;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.single-product .float_more_info a.close-float_more_info span,
.single-product .woocommerce-product-details__short-description a.open-float_more_info span {
    font-size: 1.25em;
    font-family: "ABeeZee", sans-serif;
    margin-right: 0.5rem;
}
.single-product .woocommerce-product-details__short-description a.open-float_more_info span {
    font-size: 1.5em;
}

.single-product .float_more_info a.close-float_more_info:hover,
.single-product .float_more_info a.close-float_more_info:focus {
    background-color: #db251c;
    color: #fff;
}

html:not(.show-float_more_info) .single-product .float_more_info {
    right: -100dvw;
}

html.show-float_more_info,
html.show-float_more_info body {
    overflow: hidden;
}

@media screen and (max-width: 48.99em) {
    body.admin-bar.single-product #wpadminbar {
        display: none !important;
    }
}

body.single-product .float_more_info {
    height: calc(100dvh - 3.333rem);
}
@media screen and (min-width: 49em) {
    body.admin-bar.single-product .float_more_info {
        top: 32px;
        height: calc(100dvh - 32px - 3.333rem);
    }
}
@media screen and (min-width: 62em) {
    body.admin-bar.single-product .float_more_info {
        height: calc(100dvh - 32px);
    }
    body.single-product .float_more_info {
        height: 100dvh;
    }
    .single-product .float_more_info {
        width: clamp(540px, 42dvw, 800px);
    }
}

/* ####################################################################################################### */
/* ####################################################################################################### */
/* ####################################################################################################### */
/* ######################     Accès CE         ################################ */
/* ################################################################################################### */

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content .msg-danger {
    border: 2px solid #c00;
    border-radius: 4px;
    padding: 1rem 1.4rem 1.2rem;
    margin-bottom: 1.4rem;
    background: #fee;
    color: #900;

    p {
        margin-bottom: 0;
    }
}

.wc_payment_methods input[type="radio"] + label, 
.wc_payment_methods input[type="checkbox"] + label {
    display: inline-block;
}

.ce-list-voucher {
    font-size: 0.625em;
}

body.woocommerce-account.woocommerce-page .entry-content > .woocommerce {
    display: flex;
    flex-direction: column;
}
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content {
    width: auto;
}

body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation a {
    white-space: nowrap;
    background-color: #e6e6e1;
    background-color: #f1f1ee;
    padding: .4167em 1em;
    color: #515151;
    display: block;
    border-radius: 3px;
    margin-bottom: 4px;
}

body.woocommerce-account.woocommerce-page .ce_msg_error a.button,
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation .is-active a {
    background-color: #f5e926;
    color: #070707;
    font-weight: 700;
    text-decoration: none;
}

body.woocommerce-account.woocommerce-page .ce_msg_error a.button:hover,
body.woocommerce-account.woocommerce-page .ce_msg_error a.button:focus,
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation a:focus {
    background-color: #070707;
    color: #fff;
    text-decoration: none;
}

body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    list-style: none;
}

body.woocommerce-account.woocommerce-page .ce_columns_flex {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

form#form_envoi_eticket {
    position: relative;
}

@media screen and (min-width: 48em) {
    body.woocommerce-account.woocommerce-page .ce_columns_flex {
        flex-direction: row;
    }
    body.woocommerce-account.woocommerce-page .ce_columns_flex .ce_select_qty_voucher {
        margin-left: 2rem;
    }
}

@media screen and (min-width: 62em) {
    body.woocommerce-account.woocommerce-page .entry-content > .woocommerce {
        flex-direction: row;
        justify-content: center;
    }
    body.woocommerce-account.woocommerce-page:not(.logged-in) .entry-content > .woocommerce {
        flex-wrap: wrap;
    }

    body.woocommerce-account.woocommerce-page:not(.logged-in) .entry-content > .woocommerce > .woocommerce-notices-wrapper {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    body.woocommerce-account.woocommerce-page .entry-content > .woocommerce > .woocommerce-notices-wrapper > ul {
        margin: auto;
    }

    body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
/*        padding-top: .625rem;*/
    }

    body.woocommerce-account.woocommerce-page .entry-content > .woocommerce .woocommerce-MyAccount-content {
        padding-left: 2rem;
        width: -webkit-fill-available;
        width: -moz-available;
        margin-right: auto;
        margin-left: 0;
    }
}




/* ####################################################################################################### */
/* ######################     Loader Slow Connection      ################################ */
/* ################################################################################################### */

.loader-content {
    position: fixed;
    z-index: 10;
    top: 0; left: 100dvw;
    width: 100dvw; height: 100dvh;
    background-color: rgba(0,0,0,.42);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .2s;
    transition-delay: .4s;
}

.onLoadPopup .loader-content {;
    left: 0;
    opacity: 1;
}

/*
.loader {
  position: relative;
  height: 40px;
  width: 6px;
  color: #FFF;
  animation: paddles 0.75s ease-out infinite;
}
.loader:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  background-color: #f5e926;
  border-radius: 50%;
  animation: ballbounce 0.6s ease-out infinite;
}

@keyframes paddles {
  0% { box-shadow: -25px -10px, 25px 10px}
  50% { box-shadow: -25px 8px, 25px -10px }
  100% { box-shadow: -25px -10px, 25px 10px}
}
@keyframes ballbounce {
  0% { transform: translateX(-20px) scale(1, 1.2) }
  25% { transform: scale(1.2, 1) }
  50% { transform: translateX(15px) scale(1, 1.2) }
  75% { transform: scale(1.2, 1) }
  100% { transform: translateX(-20px) }
}*/

.woocommerce .loader-content .loader {
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 80px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  background: linear-gradient(#f5e926 30px, transparent 0) no-repeat;
  background-size: 2px 40px;
  background-position: 50% 0px;
  animation: spinx 5s linear infinite;
}
.woocommerce .loader-content .loader:before, 
.woocommerce .loader-content .loader:after {
  content: "";
  width: 40px;
  left: 50%;
  height: 35px;
  position: absolute;
  top: 0; margin: auto;
  transform: translatex(-50%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 20px 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0px;
  animation: lqt 5s linear infinite;
}
.woocommerce .loader-content .loader:after {
  top: auto;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  animation: lqb 5s linear infinite;
}
@keyframes lqt {
  0%, 100% {
    background-image: linear-gradient(#f5e926 40px, transparent 0);
    background-position: 0% 0px;
  }
  50% {
    background-image: linear-gradient(#f5e926 40px, transparent 0);
    background-position: 0% 40px;
  }
  50.1% {
    background-image: linear-gradient(#f5e926 40px, transparent 0);
    background-position: 0% -40px;
  }
}
@keyframes lqb {
  0% {
    background-image: linear-gradient(#f5e926 40px, transparent 0);
    background-position: 0 40px;
  }
  100% {
    background-image: linear-gradient(#f5e926 40px, transparent 0);
    background-position: 0 -40px;
  }
}
@keyframes spinx {
  0%, 49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }
  51%, 98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }
  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}

/* ################################################################################################### */
/* ####################################################################################################### */
/* ####################################################################################################### */
.wp-block-buttons {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.5em;
}

.wp-block-buttons a {
    border-radius:9999px;
    border: 2px solid #000;
    color:#000;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    margin-bottom:1em;
    display: inline-block;
}

.wp-block-buttons a.has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}

.wp-block-buttons a.has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
