@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600&display=swap);

:root, [data-bs-theme=light] {
    --bs-primary: #00A6E2;
    --bs-secondary: #05498C;
    --bs-primary-rgb: 18, 165, 223;
    --bs-secondary-rgb: 5, 73, 140;
    --bs-primary-text-emphasis: #052c65;
    --bs-font-sans-serif: 'Manrope', sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.3;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #F6F6F6;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: 18, 165, 223;
    --bs-link-hover-color: var(--bs-secondary);
    --bs-link-hover-color-rgb: 5, 73, 140;
    --pws-adresse-item-line-height: 1.2em;
    --pws-adresse-item-padding: 1em;
    --pws-adresse-item-radius: 0.5em;
    --pws-color-gray: #e2ebf6;
    --pws-color-dark-gray: #c4d1e1;
    --pws-radio-border-width: 2px;
    --pws-radio-size: 1.5em;
    --bs-list-group-bg: none !important;
}

.list-group-item {background-color: #ffffff;}

.table {
    --bs-table-bg: white
}

.card {
    --bs-card-box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.07), 0 5px 15px -2px rgba(0, 0, 0, 0.04);
    --bs-card-bg: #fff;
    --bs-card-border-radius: 8px;
    border: none;
    box-shadow: var(--bs-card-box-shadow)
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon-width: 1rem;
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: white
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #013b73;
    --bs-btn-active-border-color: #013b73;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0288b6;
    --bs-btn-disabled-border-color: #0288b6
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-secondary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #013b73;
    --bs-btn-active-border-color: #013b73;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #05294d;
    --bs-btn-disabled-border-color: #05294d
}

.btn-outline-secondary{
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}

.fa-circle{
    color:var(--bs-secondary);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
    background-color: var(--bs-primary)
}

*::-webkit-scrollbar-thumb {
    background-color: #00a6e2
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #ddd
}

::-webkit-scrollbar-thumb {
    background-color: #00a6e2;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .1)
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1.12em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

.small-xs {
    font-size: .8rem
}

.back-icon {
    font-size: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    text-align: center
}

.back-to-top .back-icon {
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    right: 50px;
    bottom: 50px;
    border: 1px dashed var(--bs-secondary) !important;
    background-color: var(--bs-primary)
}

.back-to-top i, .back-to-top .back-icon svg {
    font-size: 24px
}

.back-to-top .back-icon svg path {
    color: #fff
}

.back-to-top .back-icon:hover {
    background-color: var(--bs-secondary)
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

.font-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif !important
}

a {
    text-decoration: none
}

.text-size-14 {
    font-size: 14px
}

.cursor-pointer {
    cursor: pointer
}

.sticky {
    z-index: 2
}

body#index {
    background-color: #F6F6F6;
}

body#contact {
    background-color: #fff
}

/*body {*/
/*    padding-top: 77px*/
/*}*/

#contact #wrapper {
    padding-bottom: 0
}

.header-nav {
    border-bottom: 1px solid #002F5D
}

.header-logo img {
    max-width: 300px
}

.page-index .breadcrumb-wrapper {
    display: none
}

#search_input {
    border-left: 1px solid rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
    padding-left: 0
}

#search-box {
    width: 100%
}

#index .pws-home-products h2 {
    margin-left: calc((var(--bs-gutter-x) * .5) * -1) !important;
    margin-right: calc((var(--bs-gutter-x) * .5) * -1) !important
}

#index .pws-home-products h2.sticked {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#productSlider {
    --f-carousel-slide-width: 20%;
    --f-carousel-spacing: 0;
    --f-carousel-slide-padding: 0 0.5rem
}

@media (max-width: 1400px) {
    #productSlider {
        --f-carousel-slide-width: 25%
    }
}

@media (max-width: 1200px) {
    #productSlider {
        --f-carousel-slide-width: 33.33333333333333%
    }
}

@media (max-width: 991px) {
    #productSlider {
        --f-carousel-slide-width: 50%
    }
}

@media (max-width: 600px) {
    #productSlider {
        --f-carousel-slide-width: 100%;
        --f-carousel-slide-padding: 0
    }
}

.title-filter {
    min-height: 44px
}

.block-category .title-categorie {
    margin-left: -8px;
    margin-right: -12px
}

@media (max-width: 991px) {
    .block-category .title-categorie {
        margin-left: -12px
    }
}

body:not(.page-contact) #main h1 {
    background-color: var(--bs-secondary);
    color: #fff;
    padding: 10px;
    margin: 0 calc((var(--bs-gutter-x) * .5) * -1) calc(var(--bs-gutter-x) * .5) -1rem
}

.ecotaxe {
    color: #006417
}

.product-title {
    text-align: center;
    font-size: 16px
}

.product-miniature .regular-price {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #636363;
    text-decoration: line-through
}

.product-miniature .price {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-secondary)
}

.product-miniature .price-ht {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--bs-gray-700)
}

.product-miniature .add-to-cart .svg-inline--fa {
    font-size: 18px;
    vertical-align: middle
}

@media (max-width: 550px) {
    .product-miniature .regular-price {
        font-size: 15px;
        display: block
    }

    .product-miniature .price {
        font-size: 16px
    }
}

#product #content-wrapper.ps-lg-2 {
    padding-left: 0 !important
}

#myCarousel {
    max-width: 800px;
    margin: 0 auto
}

@media (max-width: 991px) {
    #myCarousel {
        max-width: 100%;
        margin: 0
    }

    #product #content-wrapper #main h1, #content-wrapper #main h1 {
        margin-left: calc((var(--bs-gutter-x) * .5) * -1)
    }

    #product .tab-content {
        border-left: 1px solid var(--bs-secondary)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.image-container {
    position: relative;
    width: 800px;
    height: 800px
}

.image-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 3px solid var(--bs-gray-300);
    border-top: 3px solid var(--bs-primary);
    border-radius: 50%;
    animation: spinner 2s linear infinite;
    z-index: 1;
    pointer-events: none
}

.image-container img {
    position: relative;
    z-index: 2
}

@media (max-width: 768px) {
    .image-container::before {
        display: none
    }
}

.product-description p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

#product .product-price .regular-price {
    color: #636363;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: line-through
}

#product .product-price .price-ttc {
    color: var(--bs-secondary);
    font-size: 2rem
}

#product .product-price .price-ttc span.unite {
    color: #000;
    font-size: 1rem;
    font-weight: 300
}

#product .product-price .price-ht {
    color: var(--bs-gray-700);
    font-size: 1.3rem
}

#product .product-price .price-ht span.unite {
    color: #000;
    font-size: .9rem;
    font-weight: 300
}

#product .product-price .pws-ecotax {
    padding: 0;
    margin-bottom: 5px
}

#product .nav.nav-tabs {
    border: none !important;
    background-color: var(--bs-secondary)
}

#product .nav.nav-tabs .nav-link {
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: 1px solid #063867;
    background-color: var(--bs-secondary);
    border-radius: 0;
    margin: 0;
    color: #fff
}

#product .nav.nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: #fff;
    border-right: none;
    min-width: 160px
}

#product .reference, #cart .reference {
    color: #dc0000;
    font-weight: 700
}

#product .ref-interne {
    color: #21a811;
    font-weight: 700
}

#product .title-product-left {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
}

#product #same-product-title, #product #asso-product-title {
    margin-left: calc((var(--bs-gutter-x) * .5) * -1) !important
}

#product #same-product-title.sticked, #product #asso-product-title.sticked {
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media (max-width: 991px) {
    #product #left-column .offcanvas-body {
        overflow-x: hidden !important
    }
}

@media (min-width: 992px) {
    #product #left-column .offcanvas-body {
        width: 290px !important
    }
}

#product #wrapper {
    padding-bottom: 0
}

#product .container-product #left-column, #product .container-product #content-wrapper {
    padding-bottom: 15px
}

@media (min-width: 767px) {
    #product .container-product #left-column, #product .container-product #content-wrapper {
        padding-bottom: 80px
    }
}

#product .product-description p:not(:empty) {
    margin-bottom: 0
}

#product .product-description strong {
    color: var(--bs-secondary)
}

#product .product-description ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: .3em;
    margin-bottom: 1em
}

#product .product-description ul li {
    display: list-item;
    color: var(--bs-secondary);
    margin-bottom: 5px
}

#product .product-description ul li:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal 900 1em/1 "FontAwesome";
    content: "\f058";
    margin-right: 1rem;
    margin-left: -2em;
    color: var(--bs-primary)
}

#product .product-description table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: white;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
#product .product-description table > tbody {vertical-align: inherit;}
#product .product-description table > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color); --bs-table-bg-type: var(--bs-table-striped-bg);
}
#product .product-description table > :not(caption) > * > * {
    padding: .25rem .25rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

#content.page-not-found {
    margin: 6rem 0
}

#content.page-not-found h4 {
    font-size: 2.6rem;
    color: var(--bs-primary);
    font-weight: bolder
}

#content.page-not-found p {
    font-size: 1.8rem;
    color: var(--bs-secondary)
}

@media (max-width: 767px) {
    #content.page-not-found h4 {
        font-size: 2rem;
        color: var(--bs-primary)
    }

    #content.page-not-found p {
        font-size: 1.2rem;
        color: var(--bs-secondary)
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky !important
    }
}

/*-------------------------------------------------------------------*/
/* Fiche produit ----------------------------------------------------*/
/*-------------------------------------------------------------------*/

/*#product #content-wrapper #main h1 {
    margin: 0 calc((var(--bs-gutter-x) * .5) * -1) 0 0
}*/

/*-------------------------------------------------------------------*/
/* Advanced Search --------------------------------------------------*/
/*-------------------------------------------------------------------*/

#PM_ASBlockOutput_1 .card{
    background-color: transparent;
    box-shadow: unset;
    border-radius: unset;
}
.PM_ASCriterionsGroup
{
    box-shadow: 0 0 .25rem 0 rgb(0 0 0 / .1);
}

.PM_ASCriterionsGroupList {
    min-width: 300px
}

.PM_ASCriterionsGroupOuter{
overflow: auto;
max-height: 255px;
}

.no_radius{
    margin-left: calc((var(--bs-gutter-x) * .5) * -1) !important;
    border-radius: unset !important;
}

.PM_ASBlockOutputVertical .title-filter.sticked {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#main h1.sticked{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*-------------------------------------------------------------------*/
/* Mega Menu --------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.ets_mm_megamenu .ets_mm_megamenu_content .container
{
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
}

/*-------------------------------------------------------------------*/
/* Arborescence -----------------------------------------------------*/
/*-------------------------------------------------------------------*/
.block-arbo{
    margin-botton: 1rem !important;
}

.ms-arbo-0{
    margin-left: 32px;
}
.ms-arbo-1 {
    margin-left: 64px;
}
.ms-arbo-2 {
    margin-left: 96px;
}

.icon_arbo{
    margin-bottom: 4px;
}



/*-------------------------------------------------------------------*/
/* produit complementaires ------------------------------------------*/
/*-------------------------------------------------------------------*/
#offcanvasrelated{
    padding-left: 0px;
    padding-right: 0px;
}

/*-------------------------------------------------------------------*/
/* produit optimiser home ------------------------------------------*/
/*-------------------------------------------------------------------*/
.pws-home-products{
    margin-bottom: 105px;
}

.promo_status {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 6px;
}

.promo_status.active {
    background: #d1e7dd;
    color: #0f5132;
}

.promo_status.future {
    background: #cfe2ff;
    color: #084298;
}

.promo_status.expired {
    background: #e9ecef;
    color: #495057;
}


@media (max-width: 768px) {
    .ets_mm_megamenu {
        width: auto !important;
    }
}

.ets_mm_megamenu {
    margin-top: 0;
    z-index: 1022 !important;
}

.mm_menus_li {
    list-style-type: none;
}

.ets_mm_megamenu .ets_mm_megamenu_content .container {
    margin-left: 0;
    padding-left: 0;
    max-width: 100%;
}

.ets_mm_megamenu .mm_menus_li > a {
    font-weight: 500;
    text-transform: none
}

.ets_mm_megamenu .mm_menus_li .mm_arrow {
    display: none
}

.mm_menu_content_title img {
    width: 32px !important
}

.layout_layout2 .mm_menus_li:first-child {
    border-left: none;
}

.ets_mm_block_content .has-sub > a:after {
    display: none;
}

.ets_mm_megamenu.layout_layout2 .ets_mm_categories li.has-sub > a.ets_mm_url:first-child {
    display: none
}

.ets_mm_megamenu.layout_layout2 .mm_columns_ul {
    max-height: 80vh;
    overflow-y: auto
}

.ets_mm_megamenu.layout_layout2 .ets_mm_categories li {
    margin-bottom: 5px
}

.ets_mm_megamenu.layout_layout2 .ets_mm_categories .ets_mm_url {
    font-weight: 700;
    font-size: 14px;
    line-height: normal
}

.ybc-menu-toggle {
    padding: 15px 0 15px 8px !important
}

@media (min-width: 768px) {
    .mm_menu_content_title {
        padding: 0 5px !important
    }

    .ets_mm_megamenu .mm_menus_li:hover .menu-name {
        display: block;
        padding-left: 5px;
        font-size: 14px
    }

    .transition_fadeInUp:not(.click_open_submenu) li:hover .mm_columns_ul, .transition_fade:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_columns_ul, .transition_fade.click_open_submenu .mm_menus_li.mm_has_sub .mm_columns_ul.open {
        animation-delay: 0.5s
    }

    .ets_mm_block_content ul li ul, .ets_mm_block_content ul li ul.ets_mm_categories {
        background-color: transparent;
        border: none;
        left: auto;
        pointer-events: auto;
        margin-left: 0;
        min-width: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        visibility: visible;
    }

    li.has-sub > .ets_mm_categories {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .ets_mm_megamenu .menu-name {
        display: none
    }
}

@media (max-width: 1199px) {
    .transition_floating .mm_menus_ul {
        max-width: 300px !important
    }

    .arrow.closed, .ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
        display: none !important
    }

    .mm_menus_li > a, .changestatus .mm_menus_li > a {
        color: #fff !important
    }

    .ets_mm_megamenu.layout_layout2 .mm_columns_ul .mm_columns_li {
        display: none
    }

    .ets_mm_megamenu.layout_layout2 .mm_columns_ul .mm_columns_li:first-child {
        display: block
    }

    .ets_mm_megamenu.layout_layout2 .mm_columns_ul .mm_columns_li .ets_mm_block.mm_block_type_category .h4 {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0
    }
}



@media (max-width: 767px) {
    .header-nav {
        background-color:#3cabdb !important;
    }
    .ets_mm_megamenu.hook-custom {
        margin-top: 0;
        padding-top: 5px
    }

    .ets_mm_megamenu .container {
        background-color: #fff0;
    }

    .ybc-menu-toggle {
        color: #fff
    }

    .ybc-menu-toggle .icon-bar {
        background-color: #fff
    }

    .header-nav .logo{
        max-width: 75% !important;
    }
    .pwp-justify-content-end{
        justify-content: space-between;
    }
    .pwp-logo{
        text-align: right;
    }
}

@media (max-width: 575px) {
    .header-nav {
        background-color:#FFFFFF !important;
    }
    .ybc-menu-toggle .icon-bar {
        background-color: #000
    }
}

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        z-index: 1010 !important;
    }
}

/*-------------------------------------------------------------------*/
/* produit optimiser home ------------------------------------------*/
/*-------------------------------------------------------------------*/
.memo_client em{
    font-size: 0.8rem;
}
/*-------------------------------------------------------------------*/
/* authentication ---------------------------------------------------*/
/*-------------------------------------------------------------------*/
body#authentication {
    top:unset !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-login .card-header{
    background-color: var(--bs-secondary);
}