:root {
    --primary-color: #e9af4c;
    --Bleu-vert: #64afae;
    --Bleu-fonce: #102c45;
}

.container {
    width: 100% !important;
}

a {
    color: var(--Bleu-vert);
    font-family: Signika;
}

a:hover {
    color: var(--primary-color) !important;
}

.mt-2 {
    margin-top: 2rem;
}

.o-40 {
    opacity: 0.4;
}

.hidden {
    display: none !important;
}

#wrapper {
    background: #fff;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px !important;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1250px !important;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px !important;
    }
}

.alert {
    font-size: 1rem;
    font-family: "Signika";
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Concert One";
    font-weight: 400;
}

p {
    font-family: "Signika" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}

/**** HEADER ****/

#header {
    box-shadow: none;
}

#header .header-top {
    max-height: none;
    border-bottom: 0;
    padding: 0;
}

#header .header-top.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
}

#header .header-top>.container>.row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#header .left-nav #search_widget {
    float: left;
    max-width: 100%;
}

#header .right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header .logo {
	width: 100%;
	max-width: 240px;
}

#header .left-nav #search_widget form input {
    width: 288px;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #1b1f3c;
    background: #fff;
    color: var(--Bleu-fonce, #102c45);
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 3;
    transition: 0.3s;
}

#header .banner-text p {
    font-family: "Concert One" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

@media (max-width: 1199px) {
    #header .banner-text p {
        font-size: 12px !important;
    }
}

#header .left-nav #search_widget form input::placeholder {
    color: var(--Bleu-fonce, #102c45);
    opacity: 1;
    transition: 0.3s;
}

#header .left-nav #search_widget form input:focus::placeholder {
    color: var(--Bleu-vert, #64afae);
}

#header .left-nav #search_widget form input:focus {
    border: 2px solid var(--Bleu-vert, #64afae);
    color: var(--Bleu-vert, #64afae);
}

#header .desktop-logo {
    text-align: center;
}

#header .header-top .material-icons {
    color: var(--Bleu-fonce, #102c45);
    transition: 0.3s;
    font-size: 28px;
    top: 4px;
    left: 7px;
    padding: 0;
}

#header .header-top #search_widget:has(input:focus) .material-icons {
    color: var(--Bleu-vert, #64afae);
}

#index h1 {
    line-height: 0;
}

h1 {
    margin-bottom: 0;
    color: var(--Bleu-vert, #64afae);
}

#header .header-top .user-info {
    margin: 0;
}

#_desktop_user_info .user-info a,
#_desktop_cart .blockcart .header,
#_desktop_cart .blockcart .header a,
#_desktop_wishlist a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

#_desktop_user_info .user-info a svg path,
#_desktop_cart .blockcart .header svg path,
#_desktop_wishlist a svg path {
    transition: 0.3s;
    fill: var(--Bleu-fonce, #102c45);
}

#_desktop_user_info:hover .user-info a svg path,
#_desktop_cart:hover .blockcart .header svg path,
#_desktop_wishlist:hover a svg path {
    fill: var(--primary-color);
}

#_desktop_user_info .user-info a span,
#_desktop_cart .blockcart .header span,
#_desktop_wishlist a span {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

#_desktop_user_info:hover .user-info a span,
#_desktop_cart:hover .blockcart .header span,
#_desktop_wishlist:hover a span {
    color: var(--primary-color);
}

#_desktop_user_info:hover .user-info a,
#_desktop_cart:hover .blockcart .header a,
#_desktop_wishlist:hover a {
    text-decoration: none;
}

#_desktop_cart .blockcart {
    padding: 0 !important;
    background: transparent !important;
    margin-left: 30px !important;
}

#_desktop_cart .blockcart .cart-products-count {
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--primary-color);
    color: #FFF !important;
    font-family: "Concert One" !important;
    font-size: 9px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    right: 12px;
    top: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

#_desktop_cart:hover .blockcart .cart-products-count {
    background: var(--Bleu-fonce, #102c45);
}

#header .header-top .user-info {
    margin-left: 30px;
}

#header .header-top .user-info .account {
    margin-left: 0;
    text-decoration: none;
}

#_desktop_cart .blockcart .header {
    margin-top: 0 !important;
}

.ets_mm_megamenu .ets_mm_megamenu_content {
    border: 0;
    background: rgba(16, 44, 69, 0.9) !important;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li {
    border: 0;
}

.ets_mm_megamenu .mm_menus_li.mm_has_sub:hover>a:after {
    display: none;
}

@media (min-width: 1200px) {
    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li .ets_mm_url .mm_menu_content_title {
    min-height: 48px;
    color: #fff;
    font-family: "Concert One" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    gap: 7px;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li.mm_has_sub .ets_mm_url .mm_menu_content_title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.66667 1C8.66667 0.447715 8.21895 0 7.66667 0H7.33333C6.78105 0 6.33333 0.447716 6.33333 1V5.83333H1.5C0.947715 5.83333 0.5 6.28105 0.5 6.83333V7.16667C0.5 7.71895 0.947716 8.16667 1.5 8.16667H6.33333V13C6.33333 13.5523 6.78105 14 7.33333 14H7.66667C8.21895 14 8.66667 13.5523 8.66667 13V8.16667H13.5C14.0523 8.16667 14.5 7.71895 14.5 7.16667V6.83333C14.5 6.28105 14.0523 5.83333 13.5 5.83333H8.66667V1Z" fill="white"/></svg>');
    transform: rotate(0deg);
    transition: 0.7s;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li .ets_mm_url {
    background: transparent !important;
    transition: 0.3s;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li:hover .ets_mm_url,
    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li.active .ets_mm_url {
        background: var(--primary-color) !important;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li.mm_has_sub:hover .ets_mm_url .mm_menu_content_title::after {
        transform: rotate(180deg);
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul {
        width: fit-content !important;
        left: auto;
        border-radius: 20px;
        background: rgba(16, 44, 69, 0.9);
        backdrop-filter: blur(5px);
        border: 0;
        padding-top: 10px;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a {
        color: #fff !important;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        border-radius: 10px;
        background: transparent;
        width: fit-content;
        margin: auto;
    }
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>a:before {
    display: none;
}

#_desktop_wishlist a {
    position: relative;
    top: -2px;
}

#_desktop_wishlist a svg {
    position: relative;
    top: 1px;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a {
    font-family: "Concert One";
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: 0.3s;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a:hover {
    background: var(--Bleu-vert, #64afae);
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a::before,
.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li .mm_menu_content_title span.mm_arrow {
    display: none;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content ul li {
    float: unset;
}

.ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.ets_mm_megamenu .mm_blocks_li {
    margin-bottom: 10px;
}

#_desktop_wishlist svg,
#_desktop_user_info svg,
#_desktop_cart svg {
    width: 34px;
    height: 34px;
}

@media (max-width: 1199px) {
    #_desktop_wishlist {
        display: none;
    }

    #header .header-top .blockcart {
        margin-left: 10px !important;
        height: auto;
    }

    #header .header-top .user-info {
        margin-left: 0;
    }

    #header #search_widget {
        background-color: var(--Bleu-fonce, #102c45);
        position: absolute;
        bottom: -60px;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 10px 0;
        transition: .3s;
        visibility: visible;
        opacity: 1;
    }

    #header #search_widget.hidden-lg-down {
        left: -150%;
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }

    #_desktop_cart .blockcart .cart-products-count {
        font-size: 6px !important;
        width: 10px;
        height: 10px;
    }

    #header .left-nav #search_widget form input {
        border: solid #fff;
        border-width: 1px !important;
        color: #fff;
        height: 30px !important;
        font-size: 14px !important;
        background: transparent !important;
        padding: 0 20px;
    }

    #header .left-nav #search_widget form input::placeholder {
        color: #fff;
        font-size: 14px !important;
    }

    #search_widget form {
        width: fit-content;
        margin: auto;
    }

    #header .header-top #search_widget:has(input:focus) .material-icons.clear {
        padding: 0;
        top: 5px;
        right: 7px;
    }

    #header .header-top .material-icons {
        display: none;
    }

    #header .header-top {
        position: relative;
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
        background: #FFF;
		padding-bottom: 0;
		transition: .3s;
    }
	
	#header .header-top.search-bar-open {
		padding-bottom: 50px;
	}

    #header .header-top .desktop-logo {
        padding: 0;
    }

    #open_search svg {
        position: relative;
        bottom: -2px;
    }

    #open_search svg path {
        transition: 0.3s;
    }

    #header .header-top .desktop-logo h1 {
        font-size: 0;
    }

    #header .left-nav {
        position: unset;
    }

    #open_search {
        width: fit-content;
        margin-left: 45px;
    }

    #open_search svg path {
        transition: 0.3s;
    }

    #open_search.active svg path {
        fill: var(--primary-color);
    }

    #_desktop_user_info svg,
    #_desktop_cart svg {
        width: 25px;
    }

    .ybc-menu-toggle .ybc-menu-button-toggle_icon svg.closed,
    .ybc-menu-toggle.opened .ybc-menu-button-toggle_icon svg.opened {
        display: none;
    }

    .ybc-menu-toggle.opened .ybc-menu-button-toggle_icon svg.closed {
        display: block;
    }

    .ets_mm_megamenu .container {
        background-color: #fff;
    }

    .ets_mm_megamenu {
        width: fit-content !important;
        padding: 0 !important;
        margin-top: 0 !important;
        /* margin-left: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); */
        position: unset;
    }

    .ets_mm_megamenu_content .ets_mm_megamenu_content_content {
        position: unset;
    }

    .mm_menus_ul {
        background-color: #284158;
        padding: 60px 40px 0 !important;
        overflow: scroll;
    }

    .ets_mm_megamenu .ybc-menu-toggle {
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .ybc-menu-button-toggle_icon {
        margin: 0;
        margin-left: 15px;
    }

    .ets_mm_megamenu .container {
        background-color: #fff;
    }

    .transition_full .ybc-menu-toggle.opened:before {
        display: none;
    }

    .mm_menus_ul {
        background-color: #284158;
        padding: 60px 40px 0 !important;
    }

    .mm_menus_li>a {
        padding: 0;
    }

    .mm_menus_li>.arrow {
        display: none;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a {
        color: #d1d1d1 !important;
        font-family: "Concert One";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 40px 30px;
        background: #284158;
        visibility: hidden;
        opacity: 0;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_ul.active+#section_more_informations {
        opacity: 1;
        visibility: visible;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations .title {
        color: var(--primary-color);
        font-family: "Concert One" !important;
        font-size: 16px !important;
        line-height: 20px !important;
        text-transform: uppercase;
        text-align: center;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations .col-xs-7 {
        border-right: 1px solid #fff;
        text-align: center;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations .col-xs-5 {
        text-align: center;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations .col-xs-5 a:not(:last-of-type) {
        margin-right: 10px;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content #section_more_informations .col-xs-7 img {
        width: 148px;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li .ets_mm_url .mm_menu_content_title {
        font-size: 20px;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li:has(.mm_columns_ul.active) .ets_mm_url .mm_menu_content_title {
        color: var(--primary-color);
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li.mm_has_sub:has(.mm_columns_ul.active) .ets_mm_url .mm_menu_content_title::after {
        transform: rotate(180deg);
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul {
        background: transparent;
        border: 0;
        padding: 0;
        margin: 0;
    }

    .ets_mm_megamenu .ets_mm_megamenu_content .mm_menus_li>.mm_columns_ul .ets_mm_block_content a {
        color: #d1d1d1 !important;
        font-family: "Concert One";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
    }
}

/**** FOOTER ****/

#footer {
    padding-top: 0;
}

#footer .footer-container {
    background: var(--Bleu-fonce, #102c45);
    padding: 50px 0;
}

.footer-container .h3 {
    color: var(--primary-color);
    font-family: "Concert One" !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: uppercase;
    display: inline-block;
}

.footer-container .infos .h3 {
    margin-top: 20px;
}

.footer-container .infos {
    text-align: center;
}

.footer-container .infos img:first-of-type {
    margin-right: 20px;
}

.footer-container li a {
    color: #fff;
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

.footer-container li {
    margin-bottom: 10px;
}

#footer .copyright {
    background: var(--Bleu-vert, #64afae);
}

#footer .copyright .links,
#footer .copyright .links .wrapper {
    width: 100%;
}

#footer .copyright .links .h3 {
    display: none;
}

#footer .copyright .links ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 0;
    gap: 4px;
}

#footer .copyright .links ul li a {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
}

#footer .copyright .links ul li:not(:last-of-type) a::after {
    content: "-";
    color: var(--Bleu-fonce, #102c45) !important;
}

#footer .footer-logo .container .row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media (max-width: 1199px) {
    #footer .footer-logo .container .row img:first-of-type {
        max-width: 104.68px;
    }

    #footer .footer-logo .container .row img:nth-child(2) {
        max-width: 120.575px;
    }

    #footer .footer-logo .container .row img:nth-child(3) {
        max-width: 66.444px;
    }

    #footer .copyright .links ul {
        flex-wrap: wrap;
    }

    #footer .copyright .links ul li a {
        font-size: 14px;
    }

    #footer .copyright .links .title {
        display: none;
    }
}

#footer .footer-logo {
    background: #fff;
    padding: 30px 0;
}

#footer .footer-container .link-contact-us a {
    color: var(--primary-color);
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 9px;
    background: #fff;
    padding: 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#footer .footer-container .link-contact-us a::before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    left: -150%;
    top: -30%;
    max-width: 150%;
    width: 150%;
    height: 150%;
    z-index: -1;
    transition: 0.6s;
    border-radius: 0 0 200px 0;
}

#footer .footer-container .link-contact-us a:hover::before {
    left: 0%;
}

#footer .footer-container .link-contact-us a:hover {
    color: #FFF !important;
}

#footer .footer-container .link-contact-us a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M2.88388 0.944486C2.39573 0.45633 1.60427 0.45633 1.11612 0.944486C0.627961 1.43264 0.627961 2.2241 1.11612 2.71225L2.88388 0.944486ZM15.3431 16.4215C16.0335 16.4215 16.5931 15.8618 16.5931 15.1715L16.5931 3.92147C16.5931 3.23112 16.0335 2.67147 15.3431 2.67147C14.6527 2.67147 14.0931 3.23112 14.0931 3.92147V13.9215H4.09311C3.40275 13.9215 2.84311 14.4811 2.84311 15.1715C2.84311 15.8618 3.40275 16.4215 4.09311 16.4215L15.3431 16.4215ZM1.11612 2.71225L14.4592 16.0554L16.227 14.2876L2.88388 0.944486L1.11612 2.71225Z" fill="%23e9af4c"/></svg>');
    transition: 0.6s;
    opacity: 1;
    transform: translate(0px, 0px);
    filter: none;
    margin-left: 10px;
}

#footer .footer-container .link-contact-us a:hover::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M2.88388 0.944486C2.39573 0.45633 1.60427 0.45633 1.11612 0.944486C0.627961 1.43264 0.627961 2.2241 1.11612 2.71225L2.88388 0.944486ZM15.3431 16.4215C16.0335 16.4215 16.5931 15.8618 16.5931 15.1715L16.5931 3.92147C16.5931 3.23112 16.0335 2.67147 15.3431 2.67147C14.6527 2.67147 14.0931 3.23112 14.0931 3.92147V13.9215H4.09311C3.40275 13.9215 2.84311 14.4811 2.84311 15.1715C2.84311 15.8618 3.40275 16.4215 4.09311 16.4215L15.3431 16.4215ZM1.11612 2.71225L14.4592 16.0554L16.227 14.2876L2.88388 0.944486L1.11612 2.71225Z" fill="%23e9af4c"/></svg>');
    animation: arrowbuttoncoraik 0.5s forwards;
    filter: brightness(0) invert(1);
    transition: 0.6s;
}

@keyframes arrowbuttoncoraik {
    0% {
        transform: translate(0px, 0px);
        opacity: 1
    }

    70% {
        transform: translate(10px, 10px);
        opacity: 0
    }

    75% {
        transform: translate(-10px, -10px);
        opacity: 0
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

.footer-container .social a:not(:last-of-type) {
    margin-right: 10px;
}

.footer-container .social a svg path {
    transition: 0.3s;
}

.footer-container .social a:hover svg path {
    fill: var(--primary-color);
}

.blockreassurance {
    background: rgba(16, 44, 69, 0.9);
    padding: 50px 0;
}

.list-reassurance {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.blockreassurance .item-reassurance p {
    margin: 0;
}

.blockreassurance .item-reassurance .block-title {
    text-align: center;
    font-family: "Concert One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.spr_home_shop_reviews {
    padding: 80px 0;
    width: 100%;
}

.spr_home_shop_reviews .spr_home_last_block_title {
    color: var(--Bleu-vert, #64afae);
    font-family: "Concert One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
}

.spr_home_shop_reviews .spr_home_last_block_title+p {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Concert One" !important;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align: center;
}

.spr_home_shop_reviews .spr_home_reviews .review_title {
    color: var(--Bleu-vert, #64afae);
    text-align: center;
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: block;
    margin-top: 15px;
}

.spr_home_shop_reviews .spr_home_reviews .review_text_last_block {
    color: var(--Bleu-fonce, #102c45);
    text-align: center;
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.spr_home_shop_reviews .spr_home_reviews .home_reviews_bottom {
    text-align: center;
}

.spr_home_shop_reviews .spr_home_reviews .home_reviews_bottom span {
    color: var(--Bleu-vert, #64afae);
    text-align: center;
    font-family: "Concert One";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.spr_home_shop_reviews .spr_home_reviews {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    padding: 15px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.spr_home_shop_reviews .spr_home_reviews .home_reviews_top {
    text-align: center;
}

.spr_home_shop_reviews .spr_home_reviews .home_reviews_top>div {
    margin: 10px 0;
}

.spr_home_shop_reviews .spr_home_reviews .progress-stars {
    font-size: 16px;
    color: var(--primary-color);
}

.spr_home_shop_reviews .bt_see_all {
    padding: 0 20px;
    width: fit-content;
    margin: auto;
    text-transform: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.3s;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.owl-carousel .owl-nav .owl-next {
    right: -30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel .owl-nav .owl-prev svg circle,
.owl-carousel .owl-nav .owl-next svg circle {
    transition: 0.3s;
}

.owl-carousel .owl-nav .owl-prev:hover svg circle,
.owl-carousel .owl-nav .owl-next:hover svg circle {
    fill: var(--Bleu-fonce, #102c45);
}

#back-to-top {
    position: fixed;
    right: 17px;
    bottom: 100px;
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    z-index: 10;
    overflow: hidden;
}

#back-to-top:hover {
    background-color: var(--Bleu-fonce, #102c45);
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

#back-to-top svg {
    position: relative;
    top: 0;
    bottom: 0;
    animation-fill-mode: forwards;
}

#back-to-top:hover svg {
    animation-name: svg-animation;
    animation-duration: 0.7s;
}

@keyframes svg-animation {
    0% {
        top: 0;
    }

    50% {
        top: -90px;
    }

    51% {
        top: 90px;
    }

    100% {
        top: 0;
    }
}

.bottom-bar-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .bottom-bar-mobile {
        border-radius: 15px 15px 0px 0px;
        background: rgba(233, 175, 76, 0.85);
        backdrop-filter: blur(5px);
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        gap: 15px;
        z-index: 1000;
    }

    .bottom-bar-mobile span {
        color: #fff;
        font-family: "Concert One";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

    #back-to-top {
        width: 30px;
        height: 30px;
    }

    #back-to-top svg {
        width: 20px;
    }

    

    .spr_home_shop_reviews {
        padding: 60px 0;
    }

    .spr_home_shop_reviews .spr_home_last_block_title {
        font-size: 26px;
    }

    .spr_home_shop_reviews .spr_home_last_block_title+p {
        font-size: 22px !important;
    }

    .spr_home_shop_reviews .bt_see_all {
        font-size: 16px;
        height: 45px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .list-reassurance {
        flex-wrap: wrap;
        gap: 20px;
    }

    .list-reassurance .item-reassurance {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 90px;
    }

    .blockreassurance .item-reassurance .block-title {
        font-size: 14px;
        height: auto;
        max-width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .blockreassurance .block-icon {
        display: block;
        height: auto;
        float: unset;
        margin: 0;
        width: auto;
    }

    .blockreassurance .block-icon img,
    .blockreassurance .block-icon svg {
        height: 60px;
        width: auto;
    }

    .blockreassurance {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
	#footer {
        padding-bottom: 50px;
    }

    #footer .footer-container {
        padding: 40px;
    }

    #footer .footer-container .infos {
        margin-top: 25px;
    }

    #footer .footer-container .follow-us,
    #footer .footer-container .link-contact-us {
        text-align: center;
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-container .h3 {
        font-size: 20px !important;
    }

    #footer .footer-container .link-contact-us a {
        margin: auto;
        font-size: 16px;
    }

    #footer .footer-container .link-contact-us {
        padding-bottom: 25px;
    }

    #footer .footer-container .links .title {
        padding-right: 0;
        padding-left: 0;
        border: 0;
        padding-bottom: 15px;
        position: relative;
    }

    #footer .footer-container .links .title::after {
        position: absolute;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="13" viewBox="0 0 21 13" fill="none"><path d="M2 2L9.77299 10.2302C10.1676 10.6481 10.8324 10.6481 11.227 10.2302L19 2" stroke="%23e9af4c" stroke-width="4" stroke-linecap="round"/></svg>');
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: 0.3s;
    }

    #footer .footer-container .links .title[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    #footer .footer-container .links .h3 {
        margin: 0;
    }

    .footer-container .links ul {
        background: transparent;
    }

    .footer-container .links ul>li {
        padding: 0;
        border: 0;
        margin-bottom: 15px;
    }

    .footer-container .links ul>li a {
        color: #fff;
    }

    .footer-container .wrapper {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-container .wrapper:not(:first-of-type) .title {
        padding-top: 15px;
    }	
}

/**** HOME ****/

#carousel {
    margin-bottom: 64px;
    margin-top: 30px;
    background-color: transparent;
}

#carousel .carousel-inner {
    height: auto;
}

@media (min-width: 1200px) {
    #carousel .carousel-item .carousel-content {
        display: flex;
        align-items: center;
        gap: 50px;
    }
}

#carousel .carousel-item img {
    width: auto;
    float: right;
}

#carousel .carousel-item h2 {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Concert One";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#carousel .carousel-item .carousel-title {
    margin: 0;
}

#carousel .carousel-item p {
    color: var(--Bleu-fonce, #102c45);
    font-style: normal;
    font-weight: 600;
}

.carousel .carousel-indicators {
    display: block;
    position: relative;
    margin-top: 50px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: rgba(233, 175, 76, 0.40);
    border: 0;
    transition: 0.3s;
    margin: 0;
}

.carousel-indicators li:not(:last-of-type) {
    margin-right: 10px;
}

.carousel-indicators li.active {
    width: 37.5px;
    height: 15px;
    background: var(--primary-color);
}

#section_materials .elementor-column.elementor-col-25 {
    width: 100%;
}

#section_materials .owl-stage {
    padding: 40px 0;
}

.sticker-materials {
    width: fit-content;
}

.sticker-materials:has(a),
.list-materials .material-item>a:hover {
    /* cursor: url("/themes/classic/assets/img/Ellipse11.svg") 60 60, auto;*/
	cursor: pointer;
}

.sticker-materials .elementor-image>a {
    pointer-events: none;
}

.sticker-materials .elementor-heading-title {
	word-spacing: -4px;
}

/* -----------------------------Alan------------------------------- */
.text-primary {
    color: var(--Bleu-vert) !important;
}

/* -----------Design des pages mon comptes--------------*/
.account {
    text-decoration: none;
}

.account-link {
    text-decoration: none !important;
}

.page-my-account #content .links a {
	text-decoration: none;
}

.page-my-account .link-item {
	color: var(--Bleu-fonce, #102c45);
	text-align: center;
	font-family: "Concert One";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: math-auto;
	background: #fff !important;
	border-radius: 10px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	filter: drop-shadow(0px 5px 24px rgba(0, 0, 0, 0.1));
	padding: 30px 0px !important;
	text-decoration: none;
}

.page-my-account .link-item:hover {
	background-color: var(--Bleu-fonce) !important;
	color: #fff;
}

.page-my-account .text-sm-center a {
	background-color: var(--primary-color);
	color: #fff;
	font-family: "Concert One";
	font-style: normal;
	font-weight: 400;
	border-radius: 9px;
	border: 2px solid var(--primary-color);
	padding: 12px 24px;
	text-decoration: none;
}

.page-my-account .text-sm-center a:hover {
	background: none;
	border-color: var(--primary-color) !important;
	color: var(--primary-color);
}

/* Page informations */
.page-identity .js-customer-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Formulaire général*/
form .form-control-label {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.form-control {
    border-radius: 9px;
    border: 1px solid var(--Bleu-fonce, #102C45) !important;
    background: #fff;
    color: var(--Bleu-fonce);
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 40px;
    outline: none !important;
}

.form-control:focus {
    background: #40566a;
    color: var(--Bleu-principale, #e7eaec);
}

#field-password.form-control {
    width: calc(100% + 30px);
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
	display: none;
}

.input-group.focus {
    outline: none;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    border-radius: 9px;
    background: var(--Bleu-principale, #e9af4c);
    color: var(--Blanc, #fff);
    text-align: center;
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: none;
    position: relative;
    left: -18px;
    height: 40px;
    width: calc(100% + 18px);
    justify-content: center;
    z-index: 3;
}

.custom-radio {
    border: var(--Bleu-principale, #102c45) 1px solid !important;
    font-family: "Signika";
}

.custom-radio span {
    background-color: var(--Bleu-clair, #64afae) !important;
    top: 0px !important;
    left: 0px !important;
    width: 16px !important;
    height: 16px !important;
}

.radio-inline {
    font-family: "signika" !important;
}

.form-control-comment {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Signika";
    font-style: normal;
    font-weight: 400;
}

.custom-checkbox label {
    color: var(--Bleu-fonce, #102c45);
    font-family: "Signika";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-checkbox label em {
    font-size: 14px;
}

.custom-checkbox input[type="checkbox"]+span {
    border: 1px var(--primary-color) solid;
    border-radius: 4px;
}

.custom-checkbox input[type="checkbox"]:focus+span,
.custom-radio input[type="radio"]:focus+span {
    border-color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"]:checked+span {
    background: var(--primary-color);
}

.checkbox-checked::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M1.50195 4.83801L4.78564 8.36926L10.5029 1.50012" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: relative;
    left: 4px;
    top: 5px;
}

.checkbox-checked {
    font-size: 0px !important;
    background-color: var(--primary-color);
}

/* ------------Vos adresses---------------- */

.page-addresses .address {
	color: var(--Bleu-fonce, #102c45);
	font-family: Signika;
	border: 2px solid var(--Bleu-fonce, #102c45);
	border-radius: 9px;
}

@media (min-width: 1200px) {
	.page-addresses .address-footer a {
		margin-right: 2.5rem !important;	
	}
}

.page-addresses .address-footer a {
	color: var(--Bleu-fonce, #102c45) !important;
}

.page-addresses .address-footer a:hover {
	color: var(--primary-color) !important;
}

.page-addresses .addresses-footer a {
	font-family: Signika;
	color: var(--Bleu-vert, #64afae);
}

.page-addresses h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 14px;
}

/* ------------Historique de vos commandes---------------- */

.page-history .js-content-wrapper h6 {
	color: var(--Bleu-fonce, #102c45);
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}

.page-history .js-content-wrapper table {
	border: 0px !important;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.page-history .js-content-wrapper .table-bordered th {
	border: 0px !important;
}

.page-history .js-content-wrapper .table-bordered td {
	border: 0px !important;
}

.page-history .js-content-wrapper .thead-default th {
	color: var(--Blanc, #fff);
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	background: var(--Bleu-fonce, #102c45);
	vertical-align: middle;
	padding-top: 25px;
	padding-bottom: 25px;
}

.page-history .js-content-wrapper .thead-default tr th:first-child {
	border-bottom-left-radius: 9px !important;
	border-top-left-radius: 9px;
}

.page-history .js-content-wrapper .thead-default tr th:last-child {
	border-bottom-right-radius: 9px !important;
	border-top-right-radius: 9px;
}

.page-history .js-content-wrapper tbody th,
.page-history .js-content-wrapper tbody td {
	color: var(--Blanc, #fff);
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	background: var(--Bleu-fonce, #102c45);
	vertical-align: middle;
}

.page-history .js-content-wrapper tbody .text-xs-right {
	text-align: left !important;
}

.page-history .js-content-wrapper tbody th:first-child {
	border-bottom-left-radius: 9px;
	border-top-left-radius: 9px;
}

.page-history .js-content-wrapper tbody tr td:last-child {
	border-bottom-right-radius: 9px;
	border-top-right-radius: 9px;
}

.page-history .js-content-wrapper tbody .order-actions {
	border-right: 0px !important;
}

.page-history .js-content-wrapper tbody .view-order-details-link {
	margin-bottom: 10px;
}

.page-history .js-content-wrapper tbody a {
	display: inline-block;
	color: var(--Blanc, #fff);
	text-align: center;
	font-family: Signika;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	background: var(--primary-color);
	padding: 5px !important;
	border-radius: 10px;
	width: 100%;
}

.page-history .js-content-wrapper tbody a:hover {
	color: white;
	background: #fff;
}

.page-order-detail {
	font-family: "Signika";
}

.page-order-detail .js-content-wrapper a {
	color: var(--Bleu-vert, #64afae) !important;
}

.page-order-detail .js-content-wrapper a:hover {
	color: var(--Bleu-fonce, #102c45) !important;
}

.page-order-detail .js-content-wrapper th {
	color: var(--Bleu-fonce, #102c45) !important;
}

/* --------------Mes listes d'envies--------------------- */

.wishlist-container .wishlist-container-header a {
	color: var(--Bleu-fonce) !important;
	font-family: "Signika" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	display: flex;
}

.wishlist-container .wishlist-container-header a:hover {
	color: var(--Bleu-vert, #64afae) !important;
}

.wishlist-container .wishlist-list p,
.wishlist-container .wishlist-list span {
	color: var(--Bleu-fonce, #102c45);
	font-family: Signika;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
}

.wishlist-container .wishlist-list li:hover p {
	opacity: 0.5;
	transition: 0.3s;
}

.wishlist-container .wishlist-list button i {
	color: var(--Bleu-principale, #005684) !important;
}

.wishlist-container .wishlist-list-item:hover .wishlist-list-item-title {
	color: var(--Bleu-vert);
}

/* bouton créer une nouvelle liste */
.wishlist-add-to-new {
    color: var(--Bleu-fonce, #102c45) !important;
    font-family: "Signika" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
}

.wishlist-add-to-new::before {
    content: "+";
    font-size: 30px;
    position: relative;
    margin-right: 5px;
    font-weight: 300;
}

.wishlist-add-to-new .material-icons,
.wishlist-add-to-new svg {
    display: none;
}

/*-----------modal wishlist----------------*/

.wishlist-modal .modal-content {
	background: #fff;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
}

.wishlist-modal .modal-title {
	color: var(--Bleu-vert, #64afae) !important;
	font-family: "Concert One";
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

.wishlist-modal .modal-cancel {
	color: var(--primary-color);
	text-align: center;
	font-family: "Concert One";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.8px;
	background-color: white;
	border-radius: 9px;
	border: 2px solid var(--primary-color);
	transition: 0.3s;
	opacity: 1;
	padding: 9px 18px;
}

.wishlist-modal .modal-cancel:hover {
	background-color: var(--primary-color);
	color: #fff;
	opacity: 1 !important;
}

.wishlist-modal .modal-cancel:active {
	background-color: #fff;
	color: var(--primary-color);
}

.wishlist-modal .modal-cancel:focus {
	background-color: var(--primary-color);
	border: 2px solid var(--primary-color);
	outline: 0px;
	color: #fff;
}

.wishlist-modal .modal-cancel:active:focus {
	background-color: #fff;
	outline: 0px;
	border: 2px solid var(--primary-color);
	color: var(--primary-color) !important;
}

.wishlist-modal .close span {
	display: none;
}

.wishlist-modal .close::after {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M9.66729 7.49992L14.5518 2.61536C14.8389 2.32791 15.0001 1.93822 15 1.53196C14.9999 1.1257 14.8384 0.736114 14.5512 0.448843C14.2639 0.161573 13.8743 0.000128761 13.468 7.69876e-08C13.0618 -0.000128607 12.6721 0.161069 12.3846 0.448157L7.50008 5.33271L2.61553 0.448157C2.32808 0.161069 1.93839 -0.000128607 1.53213 7.69876e-08C1.12586 0.000128761 0.736277 0.161573 0.449007 0.448843C0.161736 0.736114 0.000291781 1.1257 0.000163097 1.53196C3.44127e-05 1.93822 0.161232 2.32791 0.44832 2.61536L5.33287 7.49992L0.44832 12.3845C0.234188 12.599 0.0884034 12.8721 0.0293728 13.1694C-0.0296579 13.4666 0.000711629 13.7747 0.116647 14.0548C0.232583 14.3348 0.428887 14.5742 0.680775 14.7427C0.932664 14.9113 1.22884 15.0014 1.53192 15.0018C1.73341 15.0027 1.93305 14.9633 2.11912 14.886C2.30519 14.8087 2.47396 14.6951 2.61553 14.5517L7.50008 9.66712L12.3846 14.5517C12.6721 14.8388 13.0618 15 13.468 14.9998C13.8743 14.9997 14.2639 14.8383 14.5512 14.551C14.8384 14.2637 14.9999 13.8741 15 13.4679C15.0001 13.0616 14.8389 12.6719 14.5518 12.3845L9.66729 7.49992Z" fill="%2364AFAE"/></svg>');
	position: absolute;
	top: 13px;
	right: 20px;
}

.wishlist-modal .wishlist-list {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wishlist-modal .wishlist-list-item p {
	color: var(--Bleu-vert, #64afae) !important;
	font-family: "Concert One";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.wishlist-modal .wishlist-list-item:hover {
	border-radius: 8px;
	background: var(--Bleu-fonce, #102c45) !important;
}

.wishlist-modal .wishlist-add-to-new {
	color: var(--primary-color) !important;
	font-family: "Concert One" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	display: flex;
}

.wishlist-modal .wishlist-add-to-new:hover {
	color: var(--Bleu-fonce, #102c45) !important;
}

.wishlist-modal .form-control-label {
	color: var(--Bleu-fonce, #102c45);
	font-family: "Concert One";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.wishlist-modal .form-control {
	border-radius: 9px !important;
	border: 1px solid var(--Bleu-fonce, #102C45) !important;
	background: #40566a !important;
	color: var(--Bleu-principale, #e7eaec) !important;
	font-family: "Signika";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 40px;
	outline: none !important;
}

/* --------------GDPR - Personal data--------------------- */

.psgdprinfo17 h2 {
	color: var(--Bleu-fonce);
}

.psgdprinfo17 p {
	color: var(--Bleu-fonce);
}

.psgdprinfo17 {
    border-radius: 10px;
}

@media (max-width: 1199px) {
    #carousel {
        left: auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #carousel .carousel-item h2 {
        font-size: 35px;
        line-height: 35px;
    }

    #carousel .carousel-item p {
        font-size: 16px !important;
    }

    #section_materials {
        width: 100%;
        padding: 0;
    }

    #section_materials .owl-stage {
        padding: 30px 0;
		display: flex;
    }
	
	#section_materials .elementor-column.elementor-col-25 {
		height: 100%;
	}

    #section_materials .owl-item .sticker-materials::before {
        content: "Voir plus +";
        position: absolute;
        background: rgba(100, 175, 174, 0.7);
        width: 100%;
        height: 100%;
        border-radius: 30px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-family: "Concert One";
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        transition: 0.5s;
        visibility: hidden;
        opacity: 0;
    }

    #section_materials .owl-item.active .sticker-materials::before {
        visibility: visible;
        opacity: 1;
    }
}

/* ------Avis produits------------- */

#module-gsnippetsreviews-accountProductReviews .col-xs-12 h3 {
	color: var(--Bleu-vert);
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .spr_product_review_form .disabled {
	background-color: #ed8f8c !important;
	border-color: #ed8f8c !important;
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .btn-post-review {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .btn-success:hover {
	border-color: var(--primary-color);
	background-color: #fff;
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .control-label span {
	display: none;
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .form-control::placeholder {
	color: #bababa;
}

#module-gsnippetsreviews-accountProductReviews .col-xs-12 .pagination .current a {
	color: var(--Bleu-vert);
}

/* -------------------------tunnel de commande------------------ */
/* ----Header---*/

#checkout header {
	max-height: none;
	border: 0;
	box-shadow: 0px 1px 4px rgba(0, 86, 132, 0.15);
	padding-bottom: 1px;
	margin-bottom: 15px;
}

#checkout #_desktop_logo {
	width: 100% !important;
	margin: 20px 0;
	text-align: center;
}

/*informations personnelles*/


#checkout h1,
#checkout .h1,
#checkout.product-price,
#order-confirmation h1,
#order-confirmation .h1,
#order-confirmation .product-price {
	color: var(--Bleu-vert) !important;
}

#checkout .h4,
#order-confirmation .h4 {
	color: var(--Bleu-fonce);
	font-size: 18px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 14px;
	box-shadow: unset;
}

#checkout .h6,
#order-confirmation .h6 {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	box-shadow: unset;
}

#checkout .address,
#order-confirmation .address {
	color: var(--Bleu-fonce) !important;
	font-family: "Signika";
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
}

#checkout .address-footer,
#order-confirmation .address-footer {
	border-top: 1px solid var(--Bleu-fonce) !important;
}

#checkout .address-footer a,
#order-confirmation .address-footer a {
	color: var(--Bleu-vert) !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#checkout .address-footer a:hover,
#order-confirmation .address-footer a:hover {
	color: var(--Bleu-fonce) !important;
}

#checkout .address-item,
#order-confirmation .address-item {
	border-radius: 9px;
}

#checkout .address-item.selected,
#order-confirmation .address-item.selected {
	border: var(--Bleu-fonce) 2px solid !important;
	border-radius: 9px;
}

#checkout .delivery-option,
#order-confirmation .delivery-option {
	background-color: var(--Bleu-fonce) !important;
	border-radius: 9px;
	border: 0px !important;
}

#checkout .delivery-options label,
#order-confirmation .delivery-options label {
	color: #fff;
	font-family: "signika";
}

/* #checkout .carrier-logo img,
#order-confirmation .carrier-logo img {
	mix-blend-mode: darken;
} */

#checkout span,
#checkout dt,
#checkout span,
#checkout label,
#order-confirmation span,
#order-confirmation dt,
#order-confirmation dd,
#order-confirmation label {
	font-family: "signika";
	font-size: 1rem;
}

#order-items table tr td {
    font-size: 1rem;
}

#checkout .card-block .row,
#order-confirmation .card-block .row {
	font-family: "signika";
}

/**** BREADCRUMB ****/

.breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb a span,
.breadcrumb li:not(:last-of-type)::after,
.breadcrumb li:last-of-type span {
    color: #c4c4c4 !important;
    font-family: "Signika";
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
}

.breadcrumb a span {
    font-weight: 400;
}

.breadcrumb li:not(:last-of-type)::after {
    content: ">" !important;
    font-weight: 700;
    margin: 0 10px;
}

.breadcrumb li:last-of-type span {
    color: var(--primary-color) !important;
    font-weight: 700;
}

/**** CMS ****/

#cms #wrapper {
    padding: 0;
}

#cms #main .page-content {
    padding: 0;
    margin: 0;
}

#cms #main .page-footer {
    margin: 0;
}

.materials-bottom-bar::after {
    position: relative;
}

.materials-bottom-bar::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: var(--Bleu-vert, #64afae);
    width: 260px;
    height: 3px;
}

.list-materials .material-item>a {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 288px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    transition: 0.3s;
    height: 100%;
}

.list-materials .material-item>a:hover {
    background: rgba(100, 175, 174, 0.4);
}

.list-materials .material-item span {
    color: var(--Bleu-vert, #64afae);
    text-align: center;
    font-family: "Concert One";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: 0.3s;
}

.list-materials .material-item:hover span {
    color: var(--Bleu-fonce, #102c45);
}

.list-materials {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    margin-bottom: 60px;
}

.cms-title p {
    color: #fff !important;
    font-family: "Concert One" !important;
    font-size: 34px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 45px !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list-materials .material-item .mobile {
    display: none;
}

@media (max-width: 1199px) {
    .cms-title p {
        font-size: 26px !important;
    }

    .list-materials {
        margin: 60px 0 30px;
    }

    .list-materials .material-item>div {
        max-width: 157px;
        padding: 15px;
    }

    .list-materials .material-item img {
        max-width: 122px;
    }

    .list-materials .material-item span {
        font-size: 18px;
        line-height: 22px;
    }

    .list-materials .material-item .desktop {
        display: none;
    }

    .list-materials .material-item .mobile {
        display: flex;
        box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        border-radius: 30px;
        height: 100%;
        justify-content: space-between;
    }

    .list-materials .material-item .mobile a {
        color: var(--Bleu-fonce, #102c45);
        font-family: "Concert One";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding: 0 16px;
        border-radius: 15px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--Bleu-fonce, #102c45);
        margin-top: 30px;
    }

    #show_all_materials {
        text-align: center;
        margin-bottom: 60px;
    }
	
	#show_all_materials button {
		margin: auto;
	}
}

.left-red-circle::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .left-red-circle::before {
        left: 0;
    }
}

/**** CATEGORY ****/

#category #wrapper {
    padding: 0;
}

#product-list-header {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

#product-list-header>.container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 271px;
}

#product-list-header .product-list-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(16, 44, 69, 0.80);
}

#product-list-header .block-category {
    min-height: auto;
    margin-bottom: 40px;
}

.block-category #category-description p:first-child {
    margin-bottom: 0;
    color: var(--Bleu-vert, #64AFAE);
    font-family: "Concert One" !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
}

#product-list-header .breadcrumb {
    padding-top: 30px;
}

.block-category h1 {
    color: var(--Blanc, #FFF);
    text-align: center;
    font-size: 34px;
    margin-bottom: 0;
}

#product-list-header>.container::after {
    display: none;
}

.category-additional-description {
    margin-bottom: 80px;
}

.category-additional-description p {
    color: var(--Bleu-fonce, #102C45);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

#search_filters>p.h6 {
    display: none;
}

#search_filters {
    border-radius: 10px;
    background: rgba(16, 44, 69, 0.90);
    padding: 30px 20px;
    margin-top: 64px;
    margin-bottom: 80px;
}

#search_filters .facet {
    padding: 0;
}

#search_filters .facet:not(:last-of-type) {
    border-bottom: 1px solid #FFFFFF50;
    margin-bottom: 20px;
}

#search_filters .facet .facet-title {
    color: var(--Bleu-vert, #64AFAE);
    font-family: "Concert One" !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

#search_filters .facet .facet-label a,
#search_filters .facet .faceted-slider p {
    margin-top: 0;
    color: var(--Blanc, #FFF);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    transition: .3s;
}

#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"]+span {
    width: 14px;
    height: 14px;
    border: 0;
    background: #FFF;
    border-radius: 50px;
}

#search_filters .facet .facet-label .custom-checkbox input[type="checkbox"]:checked+span {
    background: var(--primary-color);
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: -8px;
}

#search_filters .facet .facet-label .checkbox-checked::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 14 15" fill="none"><path d="M3.5 7L5.8 9.5L10 5.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    left: 2px;
    top: 2px;
}

#search_filters .ui-slider .ui-slider-handle {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 0;
    top: -5px;
}

#search_filters .ui-slider .ui-slider-handle:last-of-type {
    margin-left: -9px;
}

#search_filters .ui-slider-horizontal {
    border: 0;
    height: 4px;
}

#search_filters .ui-widget-header {
    background: var(--Bleu-vert, #64afae);
}

#search_filters .facet .faceted-slider {
    margin-bottom: 30px;
}

.active_filters {
    border-radius: 10px;
    background: var(--Bleu-vert, #64AFAE);
    width: fit-content;
    padding: .625rem 20px 0;
}

.active_filters .active-filter-title {
    color: var(--Blanc, #FFF);
    font-family: "Concert One" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.active_filters .filter-block {
    padding: 6px 15px;
    border-radius: 5px;
    background: #FFF;
    color: var(--Bleu-fonce, #102C45);
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.active_filters .filter-block svg {
    position: relative;
    top: 1px;
}

.active_filters .filter-block .js-search-link {
    margin-left: 5px;
}

#_desktop_search_filters_clear_all {
    text-align: center;
    margin-bottom: 20px;
}

#_desktop_search_filters_clear_all button {
    border-radius: 9px;
    background: var(--primary-color);
    margin: 0;
    color: #FFF;
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 30px;
    border: 0;
}

#_desktop_search_filters_clear_all button i {
    display: none;
}

.products-selection .sort-by-row {
    justify-content: flex-end;
}

.products-selection .sort-by-row .sort-by-label {
    color: var(--Bleu-fonce, #102C45);
    text-align: center;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 10px;
}

.products-selection .sort-by-row .sort-orders {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-selection .sort-by-row .total-products p {
    margin: 0;
    color: var(--primary-color);
    font-family: "Concert One" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.products-selection .sort-by-row .total-products {
    padding: 0;
    margin-left: 30px;
}

.products-sort-order .select-title {
    border-radius: 10px;
    border: 2px solid var(--Bleu-fonce, #102C45);
    padding: 11.5px 15px;
    color: var(--Bleu-fonce, #102C45);
    font-family: "Signika";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.products-sort-order .select-title svg {
    margin-left: 10px;
}

.products-sort-order .dropdown-menu {
    border-radius: 20px;
    background: rgba(16, 44, 69, 0.90);
    backdrop-filter: blur(5px);
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
}

.products-sort-order .dropdown-menu a {
    color: #FFF !important;
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: .3s;
    border-radius: 10px;
}

.products-sort-order .dropdown-menu a:not(:last-of-type) {
    margin-bottom: 10px;
}

.products-sort-order .dropdown-menu a:hover {
    background: var(--Bleu-vert, #64AFAE);
}

/*** PRODUCT MINIATURE ***/

.product-miniature {
    height: 100%;
}

.product-miniature .thumbnail-container,
.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}

.product-miniature .thumbnail-container {
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	display: grid;
}

.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

.product-miniature .thumbnail-container .product-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding: 10px;
    padding-bottom: 20px;
}

.product-miniature .thumbnail-container .product-description .product-category {
    color: var(--Bleu-vert, #64AFAE);
    text-align: center;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
}

.product-miniature .thumbnail-container .product-description .product-title {
    margin: 0;
    line-height: 24px;
}

.product-miniature .thumbnail-container .product-description .product-title a {
    margin: 0;
    color: var(--Bleu-fonce, #102C45);
    text-align: center;
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: .3s;
}

.product-miniature .thumbnail-container .product-description .price {
    color: var(--primary-color);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

.product-miniature .thumbnail-container .product-description .price span {
    font-weight: 400;
    font-size: 16px;
}

.product-miniature .thumbnail-container .product-description .price-ht {
    color: var(--Bleu-fonce, #102C45);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.product-miniature .thumbnail-container .product-description .price-ht span {
    font-weight: 400;
    font-size: 10px;
    color: #102C4590;
}

.product-miniature .thumbnail-container .product-description .price-ht .old-price {
    text-decoration-line: line-through;
}

.products article .wishlist-button-add {
    background-color: transparent;
    box-shadow: none;
}

.products article .wishlist-button-add i {
    color: var(--primary-color);
}

.product-miniature .thumbnail-container .product-description .miniature-product-add-to-cart {
    margin-top: 15px;
    text-align: center;
}

.product-miniature .thumbnail-container .product-description .miniature-product-add-to-cart button {
    padding: 0 30px;
    border: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    text-transform: none;
}

.product-flags li.product-flag {
    color: #FFF;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: var(--Bleu-fonce, #102C45) !important;
    min-height: auto !important;
    min-width: auto !important;
}

#product .product-flags li.product-flag {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .product-flags li.product-flag {
        font-size: 14px;
    }

    .products article .wishlist-button-add {
        top: 0;
        right: 0;
    }
}

.product-miniature .regular-price {
    color: rgba(236, 105, 101, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: strikethrough;
}

.pagination .page-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
    margin-top: 60px;
}

.pagination a {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    transition: .3s;
    text-decoration: none;
}

.pagination a svg path {
    transition: .3s;
}

.pagination a:hover svg path {
    stroke: var(--primary-color);
}

.pagination a svg {
    position: relative;
    top: 2px;
}

.pagination .page-list li {
    line-height: 1;
}

.pagination .current a {
    color: #FFF !important;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--Bleu-vert, #64AFAE);
}

.pagination li:has(.next) {
    margin-left: 60px;
}

.pagination li:has(.previous) {
    margin-right: 60px;
}

@media (max-width: 1199px) {
    .block-category h1 {
        font-size: 26px;
        line-height: 45px;
    }

    .block-category #category-description p:first-child {
        font-size: 35px;
        line-height: 45px;
    }

    #product-list-header .block-category {
        margin-bottom: 20px;
    }

    #product-list-header {
        margin-bottom: 40px;
    }

    #product-list-header>.container {
        min-height: 311px;
    }

    .category-additional-description p {
        font-size: 16px;
        line-height: 20px;
    }

    .category-additional-description {
        margin-bottom: 40px;
    }

    .products-selection .sort-by-row {
        justify-content: center;
        flex-direction: column;
    }

    .products-selection .sort-by-row .total-products {
        margin-top: 10px;
        margin-right: 30px;
    }

    .products-selection .sort-by-row .total-products p {
        font-size: 16px;
        line-height: 22px;
    }

    .products-selection .sort-by-row .sort-by-label {
        font-size: 16px;
        line-height: 20px;
    }

    .products-sort-order .select-title {
        border-width: 1px;
        font-size: 12px;
        line-height: 14px;
    }

    .products-selection {
        margin-bottom: 30px;
    }

    .product-miniature .thumbnail-container .product-description .product-category {
        font-size: 12px;
        line-height: 14px;
    }

    .product-miniature .thumbnail-container .product-description .product-title {
        line-height: 0;
    }

    .product-miniature .thumbnail-container .product-description .product-title a {
        font-size: 16px;
        line-height: 18px;
    }

    .product-miniature .thumbnail-container .product-description .price {
        font-size: 18px;
        line-height: 20px;
    }

    .product-miniature .thumbnail-container .product-description .price span {
        font-size: 12px;
    }

    .product-miniature .thumbnail-container .product-description .price-ht {
        font-size: 12px;
        line-height: 12px;
    }

    .product-miniature .thumbnail-container .product-description .price-ht span {
        font-size: 8px;
    }

    .product-miniature .thumbnail-container .product-description .miniature-product-add-to-cart button {
        font-size: 12px;
        padding: 0 10px !important;
        height: 24px;
		max-width: 137px;
    }

    .product-miniature .thumbnail-container .product-description {
        padding: 10px;
        height: 100%;
        position: initial;
        gap: 10px;
    }

    .product-miniature .thumbnail-container .product-thumbnail,
    .product-miniature .thumbnail-top {
        height: 100%;
    }

    #products .products .product:nth-child(even) {
        padding-left: 7.5px;
    }

    #products .products .product:nth-child(odd) {
        padding-right: 7.5px;
    }

    .products-sort-order.dropdown {
        position: unset;
    }

    .products-sort-order .dropdown-menu {
        left: 50%;
        top: 90px;
        transform: translateX(-50%);
    }

    .products-sort-order .dropdown-menu a {
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    #search_filters {
        position: fixed;
        top: 0;
        height: 100%;
        overflow: scroll;
        z-index: 1001;
        width: 100%;
        margin: 0 !important;
        background: #284158 !important;
        left: 0;
        padding: 80px 40px !important;
        border-radius: 0;
    }

    #search_filter_controls {
        position: fixed;
        top: 0;
        left: 0;
        background: var(--Bleu-vert, #64AFAE);
        width: 100%;
        z-index: 1002;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    #search_filter_controls button {
        margin: 0 !important;
        background: transparent;
        border: 0;
        padding: 0;
    }

    #search_filter_controls .filter-title {
        color: var(--Blanc, #FFF);
        font-family: "Concert One";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
    }

    #search_filter_controls .js-search-filters-clear-all {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 20px;
        color: var(--Bleu-fonce, #102C45);
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 10px;
        text-transform: uppercase;
    }

    #search_filter_controls .ok {
        position: absolute;
        left: 15px;
        top: 14px;
    }

    #search_filters .facet .facet-title {
        padding: 0 !important;
        color: var(--Bleu-vert, #64AFAE) !important;
        font-family: "Concert One" !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    #search_filters .facet ul li {
        border-top: 0 !important;
        padding: 0 !important;
    }

    #search_filters .facet .navbar-toggler {
        padding: 0 !important;
        width: auto;
    }

    #search_filters .facet {
        border-bottom: 1px solid #FFFFFF50;
    }

    #search_filters .facet ul li:first-of-type .facet-label {
        padding-top: 20px;
    }

    #search_filters .facet {
        border-bottom: 1px solid #FFFFFF50 !important;
        padding-bottom: 20px;
    }

    .products-selection .filter-button {
        width: 100%;
        margin-bottom: 15px;
    }

    #search_filter_toggler {
        border-radius: 10px;
        background: var(--Bleu-vert, #64AFAE);
        color: #FFF;
        font-family: "Concert One";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: none;
		margin: 0 auto 15px;
    }
}

@media (max-width: 767px) {
    #category #left-column #search_filters_wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

/**** PRODUCT PAGE ****/

#product #wrapper {
    padding-top: 30px;
}

#product h1 {
    color: var(--Bleu-vert, #64AFAE);
    font-size: 40px;
    text-transform: none;
    margin: 0;
}

#product #content {
    max-width: 600px;
    margin: 0;
}

.splide__arrow {
    background: transparent;
    opacity: 1;
    width: 40px;
    height: 40px;
}

.splide__arrow svg {
    fill: var(--Bleu-vert, #64AFAE);
    width: 40px;
    height: 40px;
    transition: .3s;
}

.splide__arrow:hover svg {
    fill: var(--primary-color);
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 465px;
}

#product-cover .splide__slide img,
#thumbnail-carousel .splide__slide img {
    border-radius: 20px;
}

#thumbnail-carousel {
    margin-top: 10px;
}

#thumbnail-carousel .splide__slide {
    opacity: 0.5;
    transition: .3s;
    border: 0;
}

#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
}

.wishlist-button-product {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.wishlist-button-product i {
    color: var(--primary-color) !important;
}

#product-availability .product-available {
    width: 15px;
    height: 15px;
    background: var(--Bleu-fonce, #102C45);
    border-radius: 50%;
    display: block;
}

#product-availability {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 30px;
}

#product-availability span {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.product-short-description {
    margin-bottom: 30px;
}

.product-short-description p {
    color: var(--Bleu-fonce, #102C45);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.product-prices {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-prices div {
    margin: 0;
}

.product-prices .current-price-ttc,
.product-prices .current-price-ht {
    display: block;
}

.product-prices .current-price-ttc {
    color: var(--primary-color);
    font-family: "Concert One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.product-prices .current-price-ttc span {
    font-size: 20px;
}

.product-prices .current-price-ttc .old-price {
    color: rgba(236, 105, 101, 0.60);
    text-decoration-line: line-through;
}

.product-prices .current-price-ht {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.product-prices .current-price-ht .old-price {
    color: rgba(16, 44, 69, 0.60);
    text-decoration-line: line-through;
}

.product-prices .current-price-ht span {
    font-size: 16px;
    opacity: 0.9;
}

.product-quantity {
    align-items: center;
}

.product-quantity .qty {
    margin-bottom: 0;
    margin-right: 20px;
    align-items: center;
}

.product-actions .control-label {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Signika";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
}

.product-actions .product-variants .control-label {
    margin-bottom: 10px;
}

/*** BTN QTY ***/

.bootstrap-touchspin {
    width: 115px;
    overflow: hidden;
    border: 2px solid var(--Bleu-fonce, #102C45);
    border-radius: 10px;
}

.product-quantity .input-group-btn-vertical,
.bootstrap-touchspin .input-group-btn-vertical {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.product-quantity #quantity_wanted,
.product-line-grid-right .js-cart-line-product-quantity {
    width: 40% !important;
    border: none !important;
    text-align: center;
    height: 40px !important;
    padding: 0 !important;
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
    float: none !important;
}

.product-quantity .input-group-btn-vertical .btn,
.bootstrap-touchspin .input-group-btn-vertical .btn {
    max-width: 100%;
    width: 30%;
    background: transparent;
    margin: 0;
    padding: 0;
}

.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    height: 100%;
    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "-";
}

.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    float: right;
    height: 100%;
    border: none;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "+";
}

.product-quantity .input-group-btn-vertical .btn i,
.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 1.35rem;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--Bleu-fonce, #102C45);
}

/*** END BTN QTY ***/

.product-quantity .add {
    margin: 0;
}

#product .custom-tabs .tab .tab-content {
    overflow: hidden;
    height: 0;
    transition: 0.7s all;
}

#product .custom-tabs #details.tab .tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.custom-tabs {
    margin: 76px auto;
    max-width: 902px;
}

.custom-tabs .tab {
    border-bottom: 1px solid rgba(16, 44, 69, 0.20);
}

.custom-tabs .title {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0;
    display: block;
    position: relative;
    cursor: pointer;
}

#product .custom-tabs .tab.active {
    padding-bottom: 24px;
}

#product .custom-tabs .tab .title::before,
#product .custom-tabs .tab .title::after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: 25px;
    height: 6px;
    border-radius: 20px;
    display: block;
    right: 0;
    top: 50%;
}

#product .custom-tabs #details.tab .tab-content span {
    padding: 20px 0;
    border-bottom: 1px solid rgba(16, 44, 69, 0.1);
    font-family: "Signika";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--Bleu-fonce, #102C45);
}

#product .custom-tabs #details.tab .tab-content span:nth-last-child(-n + 2) {
    border-bottom: 0;
}

#product .custom-tabs .tab .title::before {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.7s;
}

#product .custom-tabs .tab.active .title::before {
    transform: translateY(-50%) rotate(0deg);
}

#product .custom-tabs .tab .title::after {
    transform: translateY(-50%);
}

#description p {
    color: var(--Bleu-fonce, #102C45);
}

#product #custom-text {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 35px;
    max-width: 400px;
}

#product #custom-text .item-reassurance {
    width: 50%;
    display: inline-flex;
    align-items: center;
}

#product #custom-text .item-reassurance span {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
    text-align: left;
}

@media (max-width: 1199px) {
    #thumbnail-carousel {
        display: none;
    }

    #product h1 {
        font-size: 35px;
        margin-top: 15px;
    }

    #product-availability {
        margin-bottom: 20px;
    }

    .product-quantity .qty {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .product-quantity {
        align-items: flex-end;
    }

    .product-actions .control-label {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 15px;
    }

    .splide__arrow svg {
        height: 30px;
        width: 30px;
    }

    #product #custom-text img {
        width: 40px;
        height: auto;
    }

    #product #custom-text .item-reassurance span {
        font-size: 14px;
        line-height: 18px;
    }

    .custom-tabs {
        margin: 20px auto;
    }

    .custom-tabs .title {
        font-size: 22px;
    }
}

/**** CART ****/

#cart h1 {
    color: var(--Bleu-vert, #64AFAE);
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
}

.cart-summary .card-block {
    padding: 0;
}

.cart-summary .cart-detailed-totals {
    padding: 20px;
    border-radius: 10px;
    background: var(--Bleu-fonce, #102C45);
}

.cart-detailed-subtotals .cart-summary-line {
    margin-bottom: 20px;
}

.cart-summary-totals .cart-summary-line.cart-total {
    border-top: 0 !important;
    border-radius: 10px;
    background: var(--Blanc, #FFF);
    padding: 10px !important;
}

.cart-detailed-subtotals .cart-summary-line .label,
.cart-detailed-subtotals .cart-summary-line .value {
    color: #FFF;
    font-family: "Signika";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}

.cart-detailed-subtotals .cart-summary-line .label {
    font-weight: 400;
}

.cart-detailed-subtotals .cart-summary-line .value {
    font-weight: 700;
}

.cart-summary-totals .cart-summary-line.cart-total span {
    color: var(--primary-color);
    font-family: "Signika";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
}

.checkout.cart-detailed-actions {
    margin-top: 15px;
}

.checkout.cart-detailed-actions .btn-primary {
    height: 50px;
    text-transform: none;
}

.cart-grid-body .cart-overview {
    padding: 0 20px 0 0;
}

.cart-grid-body .cart-overview .cart-item {
    border-bottom: 2px solid rgba(16, 44, 69, 0.20);
}

@media (min-width: 1200px) {
    .cart-grid-body .cart-overview .cart-item .product-line-grid {
        display: flex;
        align-items: center;
    }
}

.product-line-grid-left img {
    border-radius: 10px;
}

.product-line-grid-body .product-line-info .product-name {
    color: var(--Bleu-vert, #64AFAE);
    font-family: "Concert One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.product-line-grid-body .product-line-info .price {
    color: var(--primary-color);
    font-family: "Signika";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    display: block;
}

.product-line-grid-right .product-price {
    color: var(--primary-color);
    font-family: "Concert One";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.product-line-grid-right .col-md-10.col-xs-6>.row,
.product-line-grid-right>.row {
    display: flex;
    align-items: center;
}

.product-line-grid-right .cart-line-product-actions {
    line-height: 1;
}

.product-line-grid-body .product-line-info.product-price {
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 10px;
}

.product-line-grid-body .product-line-info.product-price .price {
    margin: 0;
}

.product-line-grid-body .product-line-info.product-price .discount {
    margin: 0 10px;
    color: #FFF;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 2px 5px;
    border-radius: 5px;
    background: var(--Bleu-fonce, #102C45);
}

.product-line-grid-body .product-line-info.product-price .regular-price {
    color: rgba(236, 105, 101, 0.60);
    font-family: "Signika";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: line-through;
}

.cart-grid-body .continue-shopping,
.modal-footer .cart-content-btn>button.btn-secondary {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 9px;
    border: 2px solid var(--Bleu-fonce, #102C45);
    width: fit-content;
    overflow: hidden;
    transition: 0.6s;
    position: relative;
    z-index: 0;
}

.modal-footer .cart-content-btn>button.btn-secondary {
    height: auto;
    background: transparent;
}

.cart-grid-body .continue-shopping::before,
.modal-footer .cart-content-btn>button.btn-secondary::before {
    content: "";
    position: absolute;
    background: var(--Bleu-fonce, #102C45);
    left: -150%;
    top: -30%;
    max-width: 150%;
    width: 150%;
    height: 150%;
    z-index: -1;
    transition: 0.6s;
    border-radius: 0 0 200px 0;
}

.cart-grid-body .continue-shopping:hover::before,
.modal-footer .cart-content-btn>button.btn-secondary:hover::before {
    left: 0%;
}

.cart-grid-body .continue-shopping:hover,
.modal-footer .cart-content-btn>button.btn-secondary:hover {
    color: #FFF !important;
}

.cart-grid-body .continue-shopping::after,
.modal-footer .cart-content-btn>button.btn-secondary::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M2.88388 0.444486C2.39573 -0.0436697 1.60427 -0.0436697 1.11612 0.444486C0.627961 0.932641 0.627961 1.7241 1.11612 2.21225L2.88388 0.444486ZM15.3431 15.9215C16.0335 15.9215 16.5931 15.3618 16.5931 14.6715L16.5931 3.42147C16.5931 2.73112 16.0335 2.17147 15.3431 2.17147C14.6527 2.17147 14.0931 2.73112 14.0931 3.42147V13.4215H4.09311C3.40275 13.4215 2.84311 13.9811 2.84311 14.6715C2.84311 15.3618 3.40275 15.9215 4.09311 15.9215L15.3431 15.9215ZM1.11612 2.21225L14.4592 15.5554L16.227 13.7876L2.88388 0.444486L1.11612 2.21225Z" fill="%23102C45"/></svg>');
    transition: 0.6s;
    opacity: 1;
    transform: translate(0px, 0px);
    margin-left: 10px;
}

.cart-grid-body .continue-shopping:hover::after,
.modal-footer .cart-content-btn>button.btn-secondary:hover::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M2.88388 0.444486C2.39573 -0.0436697 1.60427 -0.0436697 1.11612 0.444486C0.627961 0.932641 0.627961 1.7241 1.11612 2.21225L2.88388 0.444486ZM15.3431 15.9215C16.0335 15.9215 16.5931 15.3618 16.5931 14.6715L16.5931 3.42147C16.5931 2.73112 16.0335 2.17147 15.3431 2.17147C14.6527 2.17147 14.0931 2.73112 14.0931 3.42147V13.4215H4.09311C3.40275 13.4215 2.84311 13.9811 2.84311 14.6715C2.84311 15.3618 3.40275 15.9215 4.09311 15.9215L15.3431 15.9215ZM1.11612 2.21225L14.4592 15.5554L16.227 13.7876L2.88388 0.444486L1.11612 2.21225Z" fill="%23102C45"/></svg>');
    animation: arrowbuttonblue 0.5s forwards;
    transition: 0.6s;
    filter: none;
    filter: brightness(0) invert(1);
}

@keyframes arrowbuttonblue {
    0% {
        transform: translate(0px, 0px);
        opacity: 1
    }

    70% {
        transform: translate(10px, 10px);
        opacity: 0
    }

    75% {
        transform: translate(-10px, -10px);
        opacity: 0
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

.cart-grid-body .cart-container {
    margin-bottom: 40px;
}

.block-promo .promo-code-button a {
    color: var(--Bleu-vert, #64AFAE);
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;

    padding: 0;
    max-width: 331px;
    margin: auto;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid var(--Bleu-vert, #64AFAE);
}

.cart-grid-right .cart-summary {
    margin-bottom: 30px;
}

.block-promo {
    margin-bottom: 0;
}

#cart #custom-text {
    padding-top: 30px;
    text-align: left;
}

#cart #custom-text .item-reassurance span br {
    display: none;
}

#cart #custom-text .item-reassurance img {
    width: 40px;
    height: auto;
    margin-right: 15px;
}

#cart #custom-text .item-reassurance span {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#cart #custom-text .item-reassurance:not(:last-of-type) {
    margin-bottom: 10px;
}

.block-promo .promo-input {
    text-indent: 0;
    margin-right: 0;
    height: auto;
}

.block-promo .promo-code form {
    display: flex;
    justify-content: center;
}

.block-promo .promo-input+button {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    border-radius: 9px;
    background: var(--primary-color);
    border: 0;
    padding: .78rem 1rem;
    position: relative;
    left: -18px;
    cursor: pointer;
}

.block-promo .promo-name {
    padding: 0;
    max-width: 331px;
    margin: 0 auto 15px;
}

.block-promo .promo-name .cart-summary-line span {
    font-family: "Signika";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
}

.block-promo .promo-name .cart-summary-line .label {
    color: var(--Bleu-fonce, #102C45);
}

.block-promo .promo-name .cart-summary-line div span {
    color: var(--primary-color);
}

.block-promo .promo-name .cart-summary-line>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.block-promo .promo-name .cart-summary-line {
    margin: 0;
}

.block-promo .promo-code-button.cancel-promo {
    color: var(--Bleu-fonce, #102C45);
}

/**** ANIMATION BTN ****/

.ce-btn-primary .elementor-button-link {
    width: fit-content;
}

.ce-btn-primary.center .elementor-button-link {
    margin: auto;
}

/* --------------Button primary--------------------- */

.btn-primary:disabled {
    background-color: #E7C17F !important;
    border-color: #E7C17F !important;
}

.btn-primary,
.ce-btn-primary .elementor-button-link {
    background: var(--primary-color) !important;
    border-radius: 9px;
    border: 0 !important;
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF !important;
    font-family: "Concert One";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    height: 55px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s;
    outline: none !important;
}

.btn-primary::before,
.ce-btn-primary .elementor-button-link::before {
    content: "";
    position: absolute;
    background: #FFF6E4;
    left: -150%;
    top: -30%;
    max-width: 150%;
    width: 150%;
    height: 150%;
    z-index: -1;
    transition: 0.6s;
    border-radius: 0 0 200px 0;
}

.btn-primary:hover::before,
.ce-btn-primary .elementor-button-link:hover::before {
    left: 0%;
}

.btn-primary:hover,
.ce-btn-primary .elementor-button-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary::after,
.ce-btn-primary .elementor-button-link::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M2.88388 0.944486C2.39573 0.45633 1.60427 0.45633 1.11612 0.944486C0.627961 1.43264 0.627961 2.2241 1.11612 2.71225L2.88388 0.944486ZM15.3431 16.4215C16.0335 16.4215 16.5931 15.8618 16.5931 15.1715L16.5931 3.92147C16.5931 3.23112 16.0335 2.67147 15.3431 2.67147C14.6527 2.67147 14.0931 3.23112 14.0931 3.92147V13.9215H4.09311C3.40275 13.9215 2.84311 14.4811 2.84311 15.1715C2.84311 15.8618 3.40275 16.4215 4.09311 16.4215L15.3431 16.4215ZM1.11612 2.71225L14.4592 16.0554L16.227 14.2876L2.88388 0.944486L1.11612 2.71225Z" fill="%23e9af4c"/></svg>');
    transition: 0.6s;
    opacity: 1;
    transform: translate(0px, 0px);
    filter: brightness(0) invert(1);
}

.btn-primary:hover::after,
.ce-btn-primary .elementor-button-link:hover::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M2.88388 0.944486C2.39573 0.45633 1.60427 0.45633 1.11612 0.944486C0.627961 1.43264 0.627961 2.2241 1.11612 2.71225L2.88388 0.944486ZM15.3431 16.4215C16.0335 16.4215 16.5931 15.8618 16.5931 15.1715L16.5931 3.92147C16.5931 3.23112 16.0335 2.67147 15.3431 2.67147C14.6527 2.67147 14.0931 3.23112 14.0931 3.92147V13.9215H4.09311C3.40275 13.9215 2.84311 14.4811 2.84311 15.1715C2.84311 15.8618 3.40275 16.4215 4.09311 16.4215L15.3431 16.4215ZM1.11612 2.71225L14.4592 16.0554L16.227 14.2876L2.88388 0.944486L1.11612 2.71225Z" fill="%23e9af4c"/></svg>');
    animation: arrowbutton 0.5s forwards;
    transition: 0.6s;
    filter: none;
}

@keyframes arrowbutton {
    0% {
        transform: translate(0px, 0px);
        opacity: 1
    }

    70% {
        transform: translate(10px, 10px);
        opacity: 0
    }

    75% {
        transform: translate(-10px, -10px);
        opacity: 0
    }

    100% {
        transform: translate(0px, 0px);
        opacity: 1
    }
}

@media (max-width: 1199px) {
    .product-miniature .thumbnail-container .product-description .miniature-product-add-to-cart button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM9 9.75C9.41421 9.75 9.75 9.41421 9.75 9L9.75 2.25C9.75 1.83579 9.41421 1.5 9 1.5C8.58579 1.5 8.25 1.83579 8.25 2.25V8.25H2.25C1.83579 8.25 1.5 8.58579 1.5 9C1.5 9.41421 1.83579 9.75 2.25 9.75L9 9.75ZM0.46967 1.53033L8.46967 9.53033L9.53033 8.46967L1.53033 0.46967L0.46967 1.53033Z" fill="white"/></svg>');
    }

    .product-miniature .thumbnail-container .product-description .miniature-product-add-to-cart button:hover::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M1.53033 0.46967C1.23744 0.176777 0.762563 0.176777 0.46967 0.46967C0.176777 0.762563 0.176777 1.23744 0.46967 1.53033L1.53033 0.46967ZM9 9.75C9.41421 9.75 9.75 9.41421 9.75 9L9.75 2.25C9.75 1.83579 9.41421 1.5 9 1.5C8.58579 1.5 8.25 1.83579 8.25 2.25V8.25H2.25C1.83579 8.25 1.5 8.58579 1.5 9C1.5 9.41421 1.83579 9.75 2.25 9.75L9 9.75ZM0.46967 1.53033L8.46967 9.53033L9.53033 8.46967L1.53033 0.46967L0.46967 1.53033Z" fill="%23e9af4c"/></svg>');
    }

    .btn-primary,
    .ce-btn-primary .elementor-button-link {
        height: 45px;
		font-size: 16px;
		padding: 0 20px !important;
    }
}

/**** END ANIMATION BTN ****/

.product-line-grid-body .product-line-info:not(:first-child) {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .cart-grid-body .cart-overview {
        padding: 0;
    }

    #cart h1 {
        margin-bottom: 10px;
        font-size: 35px;
        line-height: 35px;
    }

    .product-line-grid-body .product-line-info .product-name {
        font-size: 20px;
        line-height: 20px;
    }

    .product-line-grid-body .product-line-info .price {
        font-size: 16px;
    }

    .product-line-grid-body .product-line-info.product-price .discount {
        font-size: 14px;
    }

    .product-line-grid-body .product-line-info.product-price .regular-price {
        font-size: 12px;
    }

    .product-line-grid-right .product-price {
        font-size: 22px;
        line-height: 22px;
    }

    .cart-grid-body .cart-container {
        margin-bottom: 10px;
    }

    .product-line-grid-right .js-cart-line-product-quantity {
        height: 30px !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical i {
        top: 2px;
    }

    .product-line-grid-right .col-md-10.col-xs-10>.row {
        display: flex;
        align-items: center;
    }

    .product-line-grid-right {
        margin-top: 10px;
    }

    .product-line-grid-body>.product-line-info>.label,
    .product-line-grid-body>.product-line-info>.value {
        color: var(--Bleu-fonce, #102C45);
        font-family: "Signika";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .product-line-grid-body>.product-line-info>.value {
        font-weight: 700;
    }

    .cart-grid-body .cart-overview .cart-item {
        border-bottom: 1px solid rgba(16, 44, 69, 0.20);
    }

    .cart-grid-body {
        margin-bottom: 25px;
    }

    .cart-detailed-subtotals .cart-summary-line .label,
    .cart-detailed-subtotals .cart-summary-line .value,
    .cart-summary-totals .cart-summary-line.cart-total span {
        font-size: 16px;
        line-height: 24px;
    }

    #cart #custom-text {
        padding: 20px 30px 0;
        margin: 0;
    }

    #cart .spr_home_shop_reviews {
        padding-top: 30px;
    }
}

#cart #wrapper {
    padding-top: 50px;
}

.ce-image-gallery .ce-gallery-item a {
    position: relative;
    border-radius: 20px;
    /*cursor: url("/themes/classic/assets/img/Ellipse12.svg") 60 60, auto;*/
    display: flex;
}

.ce-image-gallery .ce-gallery-item a::before {
    visibility: hidden;
    opacity: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: 1;
}

.ce-image-gallery .ce-gallery-item a:hover::before {
    visibility: visible;
    opacity: .8;
}

.video-item .elementor-widget-video .elementor-custom-embed-image-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    left: 0;
}

.video-item:hover .elementor-widget-video .elementor-custom-embed-image-overlay::before {
    visibility: visible;
    opacity: .8;
}

.video-item .elementor-heading-title {
    transition: .3s;
}

.video-item:hover .elementor-heading-title {
    color: var(--primary-color) !important;
}

/**** CONTACT ****/

#contact #wrapper {
    padding-top: 0;
}

.select_box select {
    max-width: 100%;
}

#contact #submitForm {
    margin: auto;
}

.gformbuilderpro_content label {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.formbuilder_column .form-group .row>div:first-of-type {
    display: none;
}

.formbuilder_column .form-group .row>div:last-of-type {
    width: 100%;
}

.formbuilder_column .form-group .row .privacy_wp p {
    color: var(--Bleu-fonce, #102C45);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.formbuilder_column .form-group .row .privacy_wp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.gformbuilderpro_content .privacy_wp label.custom-checkbox {
    border: 1px solid var(--primary-color);
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
}

.gformbuilderpro_content .privacy_wp>input:checked+label.custom-checkbox {
    background-color: var(--primary-color);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10" fill="none"><path d="M1.50195 4.83789L4.78564 8.36914L10.5029 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    padding: 1px;
}

.gformbuilderpro_content .privacy_wp>input {
    display: none;
}

.form-group {
    margin-bottom: 20px;
}

#gformbuilderpro_14 {
    position: relative;
}

#gformbuilderpro_14::after {
    content: "*Champs obligatoires";
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--primary-color);
    font-family: "Concert One";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item-contact figure {
    display: flex;
    align-items: center;
    gap: 15px;
}

select.form-control {
    height: 40px !important;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" stroke="rgba(16, 44, 69, 0.80)" viewBox="0 0 15 9" fill="none"><path d="M2.33398 2L7.66699 7.33203L13.001 2" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    stroke: red;
}

select.form-control:focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" stroke="white" viewBox="0 0 15 9" fill="none"><path d="M2.33398 2L7.66699 7.33203L13.001 2" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
}

.itemfield {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .gformbuilderpro_content label {
        font-size: 18px;
    }

    .formbuilder_column:has(#gformbuilderpro_1),
    .formbuilder_column:has(#gformbuilderpro_2) {
        width: 50%;
    }

    #gformbuilderpro_1 {
        padding-right: 10px;
    }

    #gformbuilderpro_2 {
        padding-left: 10px;
    }

    #contact .formbuilder_column {
        padding: 0;
    }

    .formbuilder_column .form-group .row .privacy_wp p {
        font-size: 14px;
    }
}

.ui-autocomplete.searchbar-autocomplete {
    border-radius: 20px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 0;
    overflow: hidden;
    position: fixed;
    width: 288px !important;
}

.ui-autocomplete.searchbar-autocomplete li a {
    display: flex;
    align-items: center;
    background: #FFF !important;
    padding: 10px 20px !important;
}

.ui-autocomplete.searchbar-autocomplete li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(16, 44, 69, 0.20) !important;
}

.ui-autocomplete.searchbar-autocomplete li a span {
    color: var(--Bleu-fonce, #102C45);
    font-family: "Concert One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    transition: .3s;
}

.ui-autocomplete.searchbar-autocomplete li a:hover span {
    color: var(--Bleu-vert, #64AFAE);
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
    border-radius: 10px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .ui-autocomplete.searchbar-autocomplete {
        left: 50% !important;
        min-height: fit-content;
        transform: translateX(-50%);
    }
}

#blockcart-modal .modal-content {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    overflow: hidden;
}

.modal-backdrop {
    background-color: rgba(40, 65, 87, 0.70);
}

.modal-backdrop.in {
    opacity: 1 !important;
}

#blockcart-modal .modal-title {
    color: var(--Bleu-vert, #64AFAE);
    font-size: 28px;
    text-align: center;
    display: block;
}

.modal-header {
    border-bottom: 1px solid rgba(16, 44, 69, 0.20);
}

.modal-footer {
    border-top: 1px solid rgba(16, 44, 69, 0.20);
	display: flex;
    gap: 15px;
    justify-content: flex-end;
}

#blockcart-modal .modal-body {
    padding: 30px;
}

.modal-footer .cart-content-btn {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

#blockcart-modal .product-image {
    border-radius: 20px;
}

#blockcart-modal .product-name {
    color: var(--Bleu-fonce, #102C45);
    font-size: 20px;
    line-height: 24px;
}

#blockcart-modal .product-price {
    color: var(--primary-color);
    font-family: "Signika";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

#blockcart-modal .product-price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#blockcart-modal .modal-body .divide-right>.row {
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    #blockcart-modal .modal-title {
        font-size: 20px;
    }

    #blockcart-modal .modal-body {
        padding: 15px;
    }

    .modal-footer .cart-content-btn {
        flex-direction: column;
        gap: 10px;
    }

    .modal-footer .cart-content-btn>button.btn-secondary {
        height: 35px;
        margin: auto;
    }

    #blockcart-modal .product-image {
        margin: 0;
        max-width: 100%;
    }

    #blockcart-modal .product-price {
        display: flex;
        align-items: baseline;
        gap: 10px;
        margin-bottom: 10px;
    }

    #blockcart-modal .modal-body .divide-right .attribute,
    #blockcart-modal .modal-body .divide-right .product-quantity {
        font-size: 12px;
    }

    #blockcart-modal .product-name, 
    #blockcart-modal .product-price,
    #blockcart-modal .modal-body .divide-right span {
        padding: 0;
    }

    #blockcart-modal .divide-right {
        margin-bottom: 20px;
    }
}

body:has(.transition_full .mm_menus_ul.active) .bottom-bar-mobile {
    display: none;
}

#submit-login,
#customer-form .form-footer > button {
	margin: auto;
	float: unset !important;
}

.wishlist-products-container-header .products-sort-order > button i {
	font-size: 17px;
}

#exportDataToCsv,
#exportDataToPdf {
	white-space: normal;
    line-height: normal;
}

#exportDataToCsv {
	margin-bottom: 15px;
}

#history.page-customer-account #content {
	padding: 0;
}

@media (max-width: 1199px) {
	#order-infos .box > .row {
		display: flex;
		flex-direction: column;
	}

	#order-infos .box > .row > div {
		width: 100%;
		text-align: left !important;
	}
	
	#category #content-wrapper {
		width: 100%;
	}
}

#footer .footer-logo .container .row img {
	height: 40px;
}

.copyright-page {
    margin: 50px 0;
}

.copyright-page h1 {
    margin-bottom: .5rem;
}

.copyright-page p,
.copyright-page ul {
    color: var(--Bleu-fonce, #102C45) !important;
}

.copyright-page ul {
	font-family: "Signika" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px;
}

.payment-options .additional-information p {
    font-size: .875rem;
    color: #232323;
    line-height: normal;
}

.carousel .carousel-item {
    min-height: 380px;
}

@media (max-width: 767px) {
    .carousel .carousel-item {
        min-height: 730px;
    }
}

#chronorelais_container h3,
#chronorelais_container h4,
.chronorelais_informations {
    color: #FFF;
}