html {
    font-size: 100%;
}


:root {
    --container-default-padding-left: 16px;
    --container-default-padding-right: 16px;

    /* WOOCOMMERCE PANIER */
    --links-normal-color: #e95078;
    --links-hover-color: #ed6b00;
    
    /* WOOCOMMERCE COMPTE */
    --tabs-active-color: #e95078;
    --tabs-hover-color: #e95078;
}

body {
    font-family: "Karla", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #353535!important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    line-height: 1.6;
}

@media (max-width: 600px) {
    body {
        font-size: 17px;
    }
}

::selection {}

html { 
    overflow-y: scroll !important;
    /* scroll-behavior: smooth; */
}

a {
    color: #e95078;
}

a:hover {
    color: #e95078;
}


.wrapper-pix-site {
    overflow: hidden;
    position: relative;
    z-index: 200;
}


.pix-wrapper-contenu {
    z-index: 0;
    position: relative;
}


div.pix-wrapper-contenu {
    padding-top: 30px;
}

@media (max-width: 500px) {
    div.pix-wrapper-contenu {
        padding-top: 15px;
    }
}

body.pix-bandeau-fullwidth-loaded div.pix-wrapper-contenu {
    padding-top: 0px;
}

.page-content a {
    text-decoration: none;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1.elementor-heading-title,
h1.wp-block-heading,
h1.pix-title {
    font-family: "Karla", sans-serif!important;
    text-transform: uppercase;
    color: #2a50bc!important;
    font-weight: 800!important;
    font-size: clamp(28px, 3vw, 42px); 
    line-height: 1.1;
    margin-bottom: 0.3em;
}

h2.entry-title,
h2.wp-block-heading, 
h2.elementor-heading-title,
h2.pix-title {
    font-family: "Karla", sans-serif!important;
    font-size: calc(clamp(28px, 3vw, 42px) * 36/42); 
    text-transform: uppercase;
    font-weight: 700!important;
    color: #2a50bc!important;
    line-height: 0.9;
}


h3.elementor-heading-title {
    font-family: "Playfair Display", serif!important;
    font-size: calc(clamp(28px, 3vw, 42px) * 30/42);
    text-transform: none;
    font-weight: 700!important;
    color: #2a50bc!important;
    line-height: 1.1;
    font-style: italic!important;
}

h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}



.pix-titre-news h1 {
    font-size: clamp(22px, 4vw, 34px);
    line-height: 1.1;
}




.elementor a {
    font-weight: 700;
}

.elementor-widget-text-editor {
    color: #231831;
}


h1 span.dl,
h2 span.dl {
    font-family: "Playfair Display", serif;
    display: block;
    color: currentColor;
    font-weight: 700;
    font-style: italic;
    font-size: max(18px, 0.6em);
    text-transform: none;
    color: currentColor;
    margin-top: -0.1em;
}

a.pix-backtotop {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 50%;
    bottom: 10px;
    transform: translateX(50%);
    background: #e95078 url("i/arrow-up.svg") no-repeat center center;
    background-size: 22px 22px;
    border-radius: 99px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
    transition: background 0.2s ease 0s;
}

a.pix-backtotop:hover {
    background: #ed6b00 url("i/arrow-up.svg") no-repeat center center;
    background-size: 26px 26px;
}


.site-branding {
    max-width: initial;
    position: relative;
    z-index: 2;
    display: inline-block;
}



.pix-site-header {
    position: relative;
    z-index: 2000;
}

a.pix-bouton,
.elementor-button,
form.elementor-form button[type=submit],
.elementor-widget-woocommerce-cart .woocommerce button.button,
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order,
.pix-search .e-search-submit {
    font-family: "Karla", sans-serif;
    font-style: normal;
    text-shadow: none;
    display: inline-block;
    padding: 0.8em 1.4em 0.8em 1.4em!important;
    color: #fff!important;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 800!important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    background-color: transparent!important;
    border-radius: 100px!important;
    background: #e95078!important;
    position: relative;
}


a.pix-bouton:hover,
.elementor-button:hover,
form.elementor-form button[type=submit]:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
    background: #ed6b00!important;
    color: #fff!important;
}

form.elementor-form button[type=submit] span {
    font-weight: inherit!important;
}


.pix-search .e-search-submit {
    margin-top: 0;
}


@media (max-width: 767px) {
    a.pix-bouton,
    .elementor-button,
    form.elementor-form button[type=submit]{
        padding: 7px 15px 7px 15px;
        font-size: 16px;
        
    }
}





ul {
    margin-bottom: 10px;
}

ul>li {
    margin-bottom: 0px;
}


div.elementor-message-success {
    font-size: 16px;
    font-weight: bold;
    color: #39b54a;
}



.pswp {
    z-index: 150000;
}



#map iframe {
    vertical-align: top;
}



.grecaptcha-badge {
    visibility: hidden;
}

.elementor-widget-image img,
.elementor-widget-gallery div div a {
    box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.1);
}

.no-shadow img {
    box-shadow: none;
}


.pix-image-bestiole {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.pix-image-bestiole img {
    border-radius: 999px 999px 0 0!important;
}

.pix-image-bestiole::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    aspect-ratio: 1 / 1;
    background: url('i/bestiole-photo.svg');
    z-index: -1;
    transform: translate(10%, -15%);
}


form.elementor-form {
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1);
    padding: 20px;
}


p {
    margin-top: 0;
    margin-bottom: 20px;
}

.elementor-button[type="submit"] {
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    line-height: 20px;
    padding: 15px 25px;
    border: 2px dashed #72927C;
    border-radius: 25px;
}

.elementor-button {
    padding: 13px 24px 10px 24px;
}



form.elementor-form label.elementor-field-label {
    padding-bottom: 6px !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: #262626;
}

.pix-nomarginbottom {
    margin-bottom: 0px !important;
}

.dialog-type-lightbox {
    z-index: 999999 !important;
}

.pix-wrapper-contenu ul.puce {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 14px;
}

.pix-wrapper-contenu ul.puce>li {
    list-style-type: none;
    background-image: url(i/puce.svg);
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-right: 2px;
    background-position: 0px 6px;
    background-size: 12px;
    margin: 0px 0px 7px 0px;
    overflow: hidden;
}



.list-3-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.list-2-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}



@media (max-width:800px) {
    .list-3-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width:490px) {

    .list-3-columns,
    .list-2-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}



ul.list-3-columns li,
ul.list-2-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


.pix-contenu-top {
    padding-top: 30px;
}

.elementor-widget.elementor-widget.pix-contenu-bottom,
div.elementor-element.pix-contenu-bottom {
    margin-bottom: 50px;
}


body.single-post .elementor-post-navigation .post-navigation__next--label,
body.single-post .elementor-post-navigation .post-navigation__prev--label {
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
}


.pix-noshadow {
    box-shadow: none !important;
}


.pix-wrapper-custom-gallery {
    clear: both;
}

.pix-custom-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pix-gallery-item {
    padding: 20px;
    width: 33.33%;
    text-align: center;
}

.pix-gallery-item img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width:980px) {
    .pix-gallery-item {
        padding: 15px;
        width: 50%;
    }
}

@media (max-width:540px) {
    .pix-gallery-item {
        padding: 10px;
        width: 100%;
    }
}



#pix-bandeau-accueil {
    background-color: #fff;
    border-radius: var(--header-top-radius) var(--header-top-radius) 0 0;
    margin-top: calc(-1 * var(--header-top-radius));
    z-index: 2;
    box-shadow: 0 -6px 14px rgba(0,0,0,0.3);
}


#sb_instagram #sbi_images {
    padding: 0!important;
}


.woocommerce-Price-amount {
    color: #ed6b00;
    font-family: "Karla", sans-serif;
    font-weight: 700;
}
p.price {
    margin: 0;
}


.woocommerce input[name="coupon_code"] {
    height: 100%!important;
}