:root {
    --primary: #F6B94E;
    --primary-h: #c99440;
    --secondary: #4c4c4c;
}


/* Globals*/
body {
    background: #e5e5e5;
}

/* p, body,
.elementor-widget-icon-box .elementor-icon-box-description {
} */


h5,
.h5,
.elementor-widget-heading.elementor-widget-heading h5.elementor-heading-title,
h6,
.h6,
.elementor-widget-heading.elementor-widget-heading h6.elementor-heading-title {
    color: black;
}

h1,
h1.h1,
h2,
.h2,
.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    color: black;
}

h3,
.h3,
.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title,
#block_myaccount_infos p.h3 a {
    font-size: 25px;
    color: black;
}

h4,
.h4,
.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}

h6,
h6.h6,
#blockcart-modal h6.product-name {
    color: var(--primary);
}
.elementor-widget .elementor-product-miniature {
	background: transparent;
}

/* FONT SIZE MOBILE */
@media (max-width:568px) {

    h2,
    .h2,
    .elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
        font-size: 20px;
    }
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    color: var(--primary);
}

.has-ornements .elementor-heading-title {
    width: fit-content;
    margin: 0 auto;
}

.has-ornements .elementor-heading-title::before,
.has-ornements .elementor-heading-title::after {
    content: "";
    background-image: url(../../../../img/cms/ornement.png);
    display: block;
    /*height: 60px;*/
    /*width: 47px;*/
    height: 2em;
    width: 2em;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    transform: translateY(-10px);
}

.has-ornements .elementor-heading-title::before {
    margin-right: 15px;
}

.has-ornements .elementor-heading-title::after {
    float: right;
    transform: rotateY(180deg) translateY(-10px);
    margin-left: 15px;
}

.has-ornements.has-ornements-light .elementor-heading-title::before,
.has-ornements.has-ornements-light .elementor-heading-title::after {
    background-image: url(../../../../img/cms/ornement-light.png);
}

.transition {
    border-bottom: 20px double var(--primary);
}

.has-chevron-down p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.has-chevron-down p::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 5px);
    border-top: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transform: translateX(-50%) rotate(135deg);
    width: 14px;
    left: 50%;
    height: 14px;
}

.custom-btn a.elementor-button {
    padding: 1.5em 2em;
    width: 100%;
    background-color: var(--primary);
}

.custom-btn a.elementor-button:hover {
    background-color: var(--primary-h);
}

.custom-btn span.elementor-button-text {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

#main .page-content {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width:968px) {

    .has-ornements h2,
    .has-ornements h1 {
        display: flex;
        font-size: 24px;
    }
}

@media (max-width: 568px) {

    .has-ornements h2,
    .has-ornements h1 {
        font-size: 20px;
    }
}

/* End Globals*/


/* Override Prestashop 1.7.8.7 */
/* ▛▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝ ▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝▝ ▜ */

/* Button primary */
.btn-primary,
.group-span-filestyle .btn {
    color: #fff;
    background-color: var(--primary);
    transition: background .3s ease;
}

/* Button primary hover */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: var(--primary-h);
    outline: none;
}

/* Links */
a,
.footer-container li a:hover {
    /*color: #24b9d7;*/
    color: var(--primary);
    transition: color .3s ease;
}

/* Links hover */
a:hover,
a:focus,
.account-list a:hover,
.featured-products a.all-product-link:hover,
.product-title a:hover {
    color: var(--primary-h);
    outline: none;
    text-decoration: none;
}

/* Highlighted texts */
.product-price {
    color: var(--primary);
}

/* Fields / form */
.form-control {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 1rem;
}

.form-control:focus,
.block_newsletter form input[type=email]:focus {
    outline: none;
    border: 1px solid var(--primary);
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.5rem - 2px);
}

/* Override Prestashop 1.7.8.7 */
/* ▙ ▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▖▟ */



/* eclipse_header */

.eclipse_header svg * {
    fill: black;
}

.eclipse_header .menu-middle {
    text-align: center;
}

#header section {
    margin-bottom: 0;
}

.img-over-button.elementor-widget {
    margin-bottom: 0;
}

.eclipse_header {
    background: white;
    z-index: 30;
    width: 100%;
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 10%);
}

.eclipse_header>.elementor-container>.elementor-row>.elementor-element>.elementor-column-wrap>.elementor-widget-wrap {
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
}

.eclipse_header .elementor-nav-menu .elementor-nav li,
.eclipse_header .right-menu .elementor-widget-wrap>div {
    margin-inline: 10px;
}

/* .elementor-widget-nav-menu {
    margin-right:30px;
} */
.eclipse_header .elementor-widget-wrap>* {
    width: unset;
    margin-bottom: 0;
}

.eclipse_header .menu-middle {
    flex-grow: 1;
}

.eclipse_header .elementor-sign-in {
    margin-right: 10px;
}

.elementor-cart__toggle a.elementor-button.elementor-size-sm,
.menu-item-type-account a.elementor-item {
    padding-inline: 5px;
}

.elementor-nav--main .elementor-nav a,
.elementor-nav--main .elementor-nav a:hover,
.elementor-nav--main .elementor-nav a.highlighted {
    padding: 10px 5px;
}

.menu-middle.elementor-hidden-desktop.elementor-hidden-tablet {
    margin-left: 20px;
}

.eclipse_header .elementor-widget-nav-menu .elementor-nav--main a.elementor-item:not(#e):hover,
.elementor-widget-nav-menu .elementor-nav--main a.elementor-item:not(#e):focus,
.elementor-widget-nav-menu .elementor-nav--main a.elementor-item.highlighted:not(#e),
.elementor-1170301 .elementor-element .elementor-nav--dropdown a:not(#e):hover,
.elementor-widget-nav-menu .elementor-nav--main a.elementor-item.elementor-item-active:not(#e) {
    color: var(--primary);
}

.eclipse_header .elementor-widget-nav-menu .elementor-nav--main:not(.e--pointer-framed) .elementor-item:after {
    background: var(--primary);
}

@media (min-width: 1140px) {
    .eclipse_header .elementor-widget-wrap {
        max-width: 1140px;
    }
}

@media (max-width:1024px) {
    .eclipse_header>.elementor-container>.elementor-row>.elementor-element>.elementor-column-wrap>.elementor-widget-wrap {
        grid-template-columns: 1fr 200px 1fr;
    }
}

@media (max-width:568px) {
    .eclipse_header>.elementor-container>.elementor-row>.elementor-element>.elementor-column-wrap>.elementor-widget-wrap {
        grid-template-columns: auto 200px 1fr;
    }

    .elementor-widget-nav-menu {
        margin-right: 0px;
    }
}

/* HOME / PRODUCT / CATEGORY EXCEPTIONS */

#index #wrapper,
#cms #wrapper,
#product #wrapper {
    padding-top: 0;
}

#index .eclipse_header,
#index #header,
.cms-id-6 .eclipse_header,
.cms-id-6 #header,
#product .eclipse_header,
#product #header {
    background: none;
    box-shadow: unset;
}

#index #header,
.cms-id-6 #header,
#product #header {
    position: absolute;
    width: 100%;
    top: 0;
}

#index .eclipse_header svg *,
.cms-id-6 .eclipse_header svg *,
#product .eclipse_header svg * {
    fill: white;
}

#index #header .elementor-nav-menu a.elementor-item,
#index #header .elementor-sign-in a.elementor-item,
#index #header .elementor-cart__wrapper a.elementor-button,
.cms-id-6 #header .elementor-nav-menu a.elementor-item,
.cms-id-6 #header .elementor-sign-in a.elementor-item,
.cms-id-6 #header .elementor-cart__wrapper a.elementor-button,
#product #header .elementor-nav-menu a.elementor-item,
#product #header .elementor-sign-in a.elementor-item,
#product #header .elementor-cart__wrapper a.elementor-button {
    color: white;
}

@media (max-width:1024px) {

    #index .elementor-menu-toggle,
    .cms-id-6 .elementor-menu-toggle,
    #product .elementor-menu-toggle {
        color: white;
    }
}

/* END eclipse_header */

/* eclipse_footer */
#footer {
    position: relative;
    padding: 0;
    background: #e5e5e5;
}

#footer .elementor-widget-text-editor p {
    margin-bottom: 0;
}

#block_myaccount_infos {
    width: unset;
}

#block_myaccount_infos #footer_account_list {
    display: unset;
}

#block_myaccount_infos .account-list li a,
#footer a {
    color: var(--secondary);
    line-height: 1.7em;
}

#block_myaccount_infos .account-list li a:hover,
#footer a:hover {
    color: var(--primary-h);
}

#main .page-footer {
    display: none;
}

#footer #block_myaccount_infos,
#footer #block_myaccount_infos>.title {
    padding-inline: 0;
}

#footer .h3.myaccount-title {
    text-transform: unset;
}

#footer .h3.myaccount-title a,
#footer #block_myaccount_infos .title span.h3 {
    font-family: "optima", sans-serif;
    text-transform: unset !important;
    font-weight: 400;
    line-height: unset;
}

#footer #block_myaccount_infos .account-list {
    font-family: "Montserrat", sans-serif;
}

/* END eclipse_footer */

/* TEMPLATE PAGE */
#cms .breadcrumb,
#cms .page-header,
#product .breadcrumb,
#product .page-header {
    display: none;
}

#cms #content,
#product #content {
    padding-top: 0;
}

#cms:not(.cms-id-6) #content {
    padding-top: 50px;
}

#authentication #footer {
    margin-top: 50px;
}

body#authentication {
    background-color: #f6f6f6;
}

/* END TEMPLATE PAGE */

/* HOME */
.story-img {
    position: absolute;
    top: 0;
}

#index .elementor-widget-product-carousel .elementor-product-miniature {
    position: relative;
}

#index .elementor-widget-product-carousel .elementor-product-miniature::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: var(--primary);
    transition: width .3s ease;
    position: absolute;
    z-index: 21;
}

#index .elementor-widget-product-carousel .elementor-product-miniature:hover::after {
    width: 100%;
}

#index .elementor-widget-product-carousel .elementor-price-wrapper {
    display: none;
}

#index .elementor-widget-product-carousel .elementor-content .elementor-title {
    color: white;
    text-overflow: unset;
    white-space: unset;
    position: absolute;
    bottom: 0;
    text-align: left;
    z-index: 21;
    margin: 0 0.5em 0.5em;
}

#index .elementor-widget-product-carousel .elementor-cover-image {
    position: relative;
}

#index .elementor-widget-product-carousel .elementor-cover-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6699054621848739) 100%);
    z-index: 20;
}

#index .elementor-widget-product-carousel .elementor-cover-image img {
    position: relative;
    z-index: 10;
    padding-bottom: 2em;
}

#index .elementor-widget-product-carousel .elementor-cover-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../../../img/cms/product-miniature-bck.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* END HOME */

/* CATEGORY */
.cms-id-6 .elementor-widget-product-grid .elementor-product-miniature {
    position: relative;
}

.cms-id-6 .elementor-widget-product-grid .elementor-product-miniature::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: var(--primary);
    transition: width .3s ease;
    position: absolute;
    z-index: 21;
}

.cms-id-6 .elementor-widget-product-grid .elementor-product-miniature:hover::after {
    width: 100%;
}

.cms-id-6 .elementor-widget-product-grid .elementor-price-wrapper {
    display: none;
}

.cms-id-6 .elementor-widget-product-grid .elementor-content .elementor-title {
    color: white;
    text-overflow: unset;
    white-space: unset;
    position: absolute;
    bottom: 0;
    text-align: left;
    z-index: 21;
    margin: 0 0.5em 0.5em;
}

.cms-id-6 .elementor-widget-product-grid .elementor-cover-image {
    position: relative;
}

.cms-id-6 .elementor-widget-product-grid .elementor-cover-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.6699054621848739) 100%);
    z-index: 20;
}

.cms-id-6 .elementor-widget-product-grid .elementor-cover-image img {
    position: relative;
    z-index: 10;
    padding-bottom: 2em;
}

.cms-id-6 .elementor-widget-product-grid .elementor-cover-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../../../img/cms/product-miniature-bck.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.cms-id-6 .elementor-widget-product-grid .elementor-content,
.cms-id-6 .elementor-widget-product-grid .elementor-product-miniature {
    padding: 0;
}

/* END CATEGORY */

/* PRODUCTS */
.has-ornements h1.ce-product-name {
    margin: 0 auto;
    overflow: visible;
    display: flex;
}

.custom-btn a.elementor-button .elementor-button-icon {
    color: black;
    margin-right: 5px;
}

.custom-btn a.elementor-button .elementor-button-text {
    flex-grow: 0;
}

.elementor-widget-product-variants .ce-product-variants__radio-wrapper span {
    transition: color .3s ease;
}

.elementor-widget-product-variants input.ce-product-variants__radio:checked+span.ce-product-variants__option::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background-color: var(--primary);
    margin-top: 8px;
    float: left;
    border-radius: 10px;
}

#product .ce-product-quantity--view-inline .ce-product-quantity__btn {
    background: none;
    color: var(--primary);
}

#product .ce-product-quantity--view-inline .ce-product-quantity__btn::before {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
}

#product .ce-product-quantity--view-inline .ce-product-quantity__minus::before {
    content: "-";
}

#product .ce-product-quantity--view-inline .ce-product-quantity__plus::before {
    content: "+";
}

#product .fiche-technique h2 {
    margin-bottom: 20px;
}

#product .elementor-field.elementor-field-textual.elementor-size-md {
    color: white;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
}

#product .ce-product-quantity .elementor-field-textual {
    min-width: 80px;
}

#product .ce-product-features tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#product .ce-product-features tbody>.ce-product-features__row {
    flex-basis: 49%;
    margin-bottom: 20px;
}

#product .ce-product-features .ce-product-features__row {
    display: flex;
    flex-flow: column nowrap;
}

#product .ce-product-features .ce-product-features__row .ce-product-features__label {
    margin-bottom: 10px;
    width: 100%;
    color: #f6b94e;
    font-weight: 700;
    text-transform: uppercase;
}

#product h4.energy-title {
    color: var(--primary);
    margin-top: 50px;
}

#product .ingredient {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    grid-gap: 1px;
    margin-top: 30px;
}

#product .ingredient .ingredient-item {
    padding: 10px;
    box-sizing: border-box;
    outline: 1px solid var(--primary);
    text-align: center;
}

@media (max-width:968px) {
    #product h1 {
        font-size: 24px;
        margin: 0 auto;
    }

    #product .ingredient {
        width: 100%;
    }
}

@media (max-width:568px) {
    #product h1 {
        font-size: 20px;
    }

    #product .ce-product-features tbody>.ce-product-features__row {
        flex-basis: 100%;
    }
}

/* END PRODUCTS */

/* MODAL NOUVEL ARTICLE PANIER*/
@media (max-width:767px) {
    #blockcart-modal .product-image {
        max-width: 50%;
        float: left;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }
}

/* END MODAL NOUVEL ARTICLE PANIER*/

/* CONTACT PAGE */
@media (max-width:991px) {
    #contact .contact-rich .block .icon {
        float: unset;
    }

    #contact .form-group .form-control-label {
        float: unset;
        text-align: left;
    }

    #contact .form-group.row>.col-md-6 {
        float: unset;
    }
}

/* END CONTACT PAGE */

/* CATALOG MODE */
body.catalog-on .catalog-off,
.elementor-widget-shopping-cart {
    display: none;
}

/* CATALOG MODE */