:root {
    --primary: #055065;
    --primary-light: #EFFBFF;
    --secondary: #FCBE2F;
    --secondary-lighter: #ffda85;
    --secondary-darker: #FFB300;
    --rd-text-navigation-item-default: var(--primary);
    --rd-text-navigation-item-hover: var(--secondary);
    --rd-primary-500: var(--secondary);
    --rd-primary-600: var(--secondary);
    --rd-surface-page: var(--primary-light);
    --rd-surface-primary: var(--primary-light);
    --rd-surface-secondary: var(--primary);
    --rd-border-tag-product-primary: var(--secondary);
    --rd-border-tag-product-secondary: var(--secondary);
    --rd-text-tag-product-secondary: var(--secondary);
    --rd-border-btn-secondary-default: var(--primary);
    --rd-btn-secondary-default: var(--primary);
    --rd-surface-btn-secondary-hover: var(--primary);
    --rd-surface-btn-secondary-hover: var(--primary);
    --rd-text-secondary: #fff;
    --rd-surface-footer: var(--primary-light);
    --rd-text-menu-item-active: var(--secondary);
    --rd-text-link-default: var(--primary);
    --rd-text-stepper-item-active: var(--secondary);
    --rd-surface-beacon-active: var(--secondary);
    --rd-surface-beacon-inactive: var(--primary-light);
    --rd-surface-beacon-complete: var(--secondary);
    --rd-text-beacon-active: var(--primary);
    --rd-text-stepper-item-complete: var(--secondary);
    --rd-surface-stepper-item-inactive: var(--primary-light);
    --rd-surface-stepper-item-complete: var(--secondary);
    --rd-text-primary: var(--primary);
}

body {
    color: var(--primary);
}

.btn {
    --bs-btn-color: var(--primary);
}

.btn-primary {
    --bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-bg: var(--secondary-darker);
    --bs-btn-hover-border-color: var(--secondary-darker);
    --bs-btn-active-bg: var(--secondary-darker);
    --bs-btn-active-border-color: var(--secondary-darker);
    --bs-btn-focus-shadow-rgb: 255, 218, 133;
    --bs-btn-disabled-bg: var(--secondary-darker);
    --bs-btn-disabled-border-color: var(--secondary-darker);
    color: white;
}

.btn-outline-primary {
    --bs-btn-focus-shadow-rgb: 5, 80, 101;
}

.nav {
    --bs-nav-link-disabled-color: var(--primary-light)
}

.btn-primary:hover {
    color: var(--primary);
}

#_desktop_cart .btn span {
    color: var(--primary);
}

#footer .footer__main {
    background-color: #fff;
}


#footer .footer__main .digiactif {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: var(--primary);
}

.header-bottom {
    border-bottom: none;
}

.header {
    background-color: #fff;
}
.header-top {
    background-color: #fff;
}

@media(min-width:1200px) {
    .theme-radiant .main-menu {
        border-bottom: none;
    }
}

.product-flags .badge:not(.discount),
.text-bg-primary {
    background-color: var(--secondary) !important;
}

.email-subscription .email-subscription__label {
    color: var(--rd-text-secondary);
}

.form-control:focus,
.product-comment-modal .form-control:focus,
.product-comment-modal textarea:focus {
    border-color: var(--secondary);
}

.footer__block__content a,
.footer__main .copyright a,
.link--invert {
    color: var(--primary) !important;
}

.footer__block__content a:active,
.footer__block__content a:hover,
.footer__main .copyright a:active,
.footer__main .copyright a:hover,
.link--invert:active,
.link--invert:hover {
    color: var(--secondary) !important;
}

.footer__block__title,
.footer__block__title a,
.footer__block__content {
    color: var(--primary);
}

.breadcrumb .breadcrumb-item span {
    color: var(--rd-text-secondary);
}

.breadcrumb .breadcrumb-item .breadcrumb-link span {
    color: var(--primary-light);
}

.detail {
    background-color: var(--primary-light);
}

.password-requirements-length span,
.password-requirements-score span {
    color: var(--primary)
}

.form-check-label em,
.was-validated input:optional.form-check-input:not(:checked)~.form-check-label em,
.was-validated select:optional.form-check-input:not(:checked)~.form-check-label em,
.was-validated textarea:optional.form-check-input:not(:checked)~.form-check-label em {
    color: var(--primary)
}

.form-check-input:checked,
.product-comment-modal .psgdpr .form-check .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.form-control:focus,
.product-comment-modal .form-control:focus,
.product-comment-modal textarea:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 218, 133, .25);
}

/* custom text block */

.wt-content-os {
    margin-bottom: 20px;
    position: relative;
}

img.concept {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .our-store-item {
        width: 50%;
        float: left;
    }

    #block-reassurance ul {
        display: flex!important;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    #block-reassurance ul li .block-reassurance-item {
        flex: 1 1 0%;
        min-width: calc(calc(100% / 3) - var(--rd-size-8) + var(--rd-size-8) / 3);
    }
}

@media (min-width: 768px) {
    .our-store-item.our-store-item-right {
        position: absolute;
        right: 0;
        top: 20px;
        width: 53%;
    }
}

@media (min-width: 768px) {
    .our-store-item {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .our-store-item.our-store-item-right {
        top: 11px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .our-store-item-right {
        padding: 11px 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .our-store-item-right p {
        margin-bottom: 40px !important;
        font-size: 14px !important;
    }
}

.our-store-item-right {
    padding: 115px 85px 89px 75px;
    border: 1px solid #ebc48c;
    background: #fff;
}

.our-store-item-right .h3 {
    margin: 0 0 27px 0;
    font-size: 22px;
    color: #666666;
}

.our-store-item-right p {
    margin-bottom: 67px;
    font-size: 16px;
    color: #666666;
}

.our-store-item-right blockquote {
    border-left: 5px solid #FCBE2F;
    margin: 0 0 18px;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}

.our-store-item-right blockquote p {
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
}

blockquote p:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .our-store-item-right .readmore {
        margin-bottom: 20px !important;
        padding: 12px 25px !important;
        font-size: 16px !important;
    }

    .wt-block-tophome {
        margin-top: 150px !important;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .our-store-item-right {
        padding: 60px !important;
    }
}

.our-store-item-right .readmore {
    padding: 16px 32px;
    text-transform: uppercase;
    font-size: 18px;
    background: #FCBE2F;
    color: #fff;
    display: inline-block;
    transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    margin-bottom: 39px;
}

.wt-block-tophome {
    margin-top: 70px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .wt-block-tophome {
        flex-direction: column;
    }

    .wt-block-tophome .wt-support {
        width: 100%;
    }

    .categories_home.container {
        flex-direction: column;
    }

    #block-reassurance ul li img {
        width: 75px !important;
    }

    #block-reassurance ul li .block-reassurance-item {
        font-size: 0.9rem;
    }

    .da_sa_single_title .da_sa_open_close {
        margin: 0;
    }

    .da_sa_single_title {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .da_sa_single_title .da_sa_hn {
        width: 80%;
        text-align: left;
        margin: 0;
    }

    .ap5-price-container.content_prices .price {
        text-align: left;
    }

    .pack-actions {
        margin-top: 1rem;
    }

    .pack-actions span.btn {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .wt-support {
        padding: 0 70px;
    }
}

.wt-support {
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.wt-support-1 .img-circle {
    background: #035064;
}

.wt-support .img-circle {
    width: 102px;
    height: 102px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    line-height: 112px;
    text-align: center;
}

.img-circle {
    border-radius: 50%;
}

.wt-support .img-circle {
    background: #035064;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.wt-support .h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #035064;
    margin: 25px 0 12px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.wt-support:hover .h3 {
    color: #FCBE2F;
}

.wt-support p {
    color: #979797;
    margin: 0;
    line-height: 20px;
}

.wt-support .img-circle svg {
    width: 30px;
    color: #fff;
}

.bloccontentseo {
    margin-bottom: 30px;
    border-left: 2px solid #FCBE2F;
    padding-left: 30px;
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.block {
    margin-bottom: 50px;
}

.bloccontentseo h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #666;
    border: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    padding: 0 0 18px 0;
    margin: 0;
    text-align: center;
}

.bloccontentseo p {
    margin: 0 0 9px;
    color: #666;
    font-size: 13px;
}

.bloccontentseo h2 {
    font: 600 20px / 18px;
    color: #055065;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    margin-bottom: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.bloccontentseo .h3 {
    font-size: 16px;
}


.product-miniature .product-miniature__prices .product-miniature__discount-price .product-miniature__regular-price {
    color: var(--primary);
}

.product-miniature__image {
    background-color: var(--primary-light);
}

.product-miniature__image.bg_packimage {
    background-color: #fff;
}

.theme-radiant .product-miniature__title,
.page-product .product__title-review .product__name {
    text-transform: uppercase;
}

/* products pack */

.card-header {
    background-color: white;
    padding-top: var(--rd-size-8);
    padding-bottom: 0;
}

.ap5-product-footer-pack-name .btn-secondary {
    margin-left: 10px;
    color: white;
}

.ap5-product-footer-pack-informations {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}

.ap5-price-container .ap5-pack-product-original-price-value,
.ap5-pack-product-price-table-container .ap5-pack-product-original-price-value {
    color: var(--secondary);
    text-decoration: line-through;
}

.ap5-price-container .product-price span:not(.discount),
.ap5-pack-product-price-table-container .product-price span:not(.discount) {
    color: var(--primary);
    font-weight: bold;
}

/* packs description */

.rte ul {
    margin-bottom: 2em;
    margin-top: 1em;
}

.rte ul li {
    line-height: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
}

.rte ul li::before {
    font-family: "Material Icons";
    content: 'chevron_left';
    color: #FCBE2F;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    rotate: -90deg;
}

b,
strong {
    font-weight: bold;
}

.lien-cache {
    cursor: pointer;
}

/* packs page */

@media (min-width: 768px) {
    #ap5-product-list.card {
        border: 1px solid #ebebeb;
        border-radius: 0;
        margin-bottom: 30px;
        gap: 2rem;
        padding: 10px;
        border-radius: 0.75rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    #ap5-product-list .ap5-pack-product {
        border-radius: 0.75rem;
        background-color: var(--primary-light);
        width: 100%;
    }

    #ap5-product-list .ap5-pack-product-name {
        font-size: 14px;
        min-height: 60px;
    }
}

#ap5-pack-description-block {
    padding: 0;
    margin-bottom: 2rem;
}

#ap5-pack-description-block .page-product-heading {
    color: var(--primary);
    text-transform: uppercase;
}

#ap5-pack-description-block .card-block {
    padding: 0 1rem 1rem;
}

.ap5-product-pack-row-has-errors div.alert,
.ap5-product-pack-row-has-fatal-errors div.alert {
    margin-bottom: 1.25rem;
}

/* product page */

.page-product .product__prices-wrapper {
    gap: 0 !important;
}

.page-product .product__discount {
    color: var(--secondary);
}

.page-product .product__discount .product__price-regular {
    font-size: var(--rd-size-6);
}

.page-product .product__current-price {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-product .product__title-review {
    margin-bottom: 0.5rem !important;
}

.page-product .product__ecotax-price,
.page-product .product__tax-label {
    color: var(--primary);
    font-size: var(--rd-size-5);
}

.page-product .info .info__title {
    color: var(--primary);
    font-size: var(--rd-size-8);
    text-transform: uppercase;
}

#agWidgetH {
    background: transparent !important;
    box-shadow: none !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#agWidgetH .inner.rad .logoAg {
    display: none;
}

#agWidgetH .inner.rad {
    padding: 0;
}

#agWidgetH .reviewGlobal {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

#agWidgetH .reviewGlobal p {
    margin-bottom: 0 !important;
}

.page-product .discount-line {
    background: var(--primary);
    margin-bottom: 5px;
    padding: 2.5px 5px;
    display: inline-block;
}

.page-product .discount-line span {
    color: white;
    font-weight: bold;
}

/* HP */

.ps_imageslider .carousel-caption {
    max-width: 90%;
}

.ps_imageslider .carousel-caption h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.ps_imageslider .carousel-caption .caption-description .subtitle {
    font-size: 2rem;
    margin: 0;
    line-height: 1;
}

.ps_imageslider .carousel-caption .caption-description .desc {
    font-size: 1.2rem;
    font-weight: 500;
}

.product__additional-info #agWidgetH {
    display: none;
}

#block-reassurance {
    width: 90%;
    margin: 2rem auto;
    padding: 2rem 0;
}

#block-reassurance ul {
    display: grid;
    gap: var(--rd-size-9);
    margin-block: var(--rd-size-9) var(--rd-size-10) !important;
}

#block-reassurance ul li {}

#block-reassurance ul li img {
    width: 100px;
    max-width: 100px;
}

#block-reassurance ul li .block-reassurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

#block-reassurance ul li .block-reassurance-item .title {
    font-weight: bold;
}

.categories_home {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    gap: 2rem;
    margin-top: 5rem;
}

.categories_home a,
.categories_home a img {
    width: 100%;
}

#product .reward_alert_message {
    background-color: transparent;
    border: none;
    font-size: 90%;
}

#wrapper {
    padding-bottom: 0;
}

header .banner {
    background: var(--primary);
    max-height: 100%;
}

#header .banner a {
    display: block;
    max-width: 1170px;
    max-height: 100px;
}

#header .banner img {
    width: 100%;
    height: auto;
}

.address-item.selected {
    border-color: var(--primary);
}

.address-item.selected,
.address-item:hover {
    background-color: transparent;
}

.delivery-options__list {
    background-color: transparent;
}

.carrier__extra-content-wrapper {
    margin-bottom: 20px;
}

.customer-link>a,
.customer-link__link {
    background-color: transparent;
    border: 1px solid var(--primary);
}

@media (min-width: 576px) {

    .customer-link>a .link-item,
    .customer-link__link .link-item {
        align-items: center;
        text-align: center;
    }
}

.search-widgets__dropdown {
    z-index: 100;
}

@media (min-width: 992px) {

    .theme-radiant .blockreassurance_product .rea__item,
    #block-reassurance ul li .block-reassurance-item {
        min-width: calc(20% - var(--rd-size-11) + var(--rd-size-11) / 3);
    }
}

.cart__item .product-line__regular,
.cart-summary__product__price .cart-summary__product__regular {
    color: var(--secondary);
}

.text-yellow {
    color: var(--secondary);
}

.pack-actions {
    display: inline-block;
}

.category-tree__item.active {
    background-color: transparent;
}

#wrapper #categoryStarsMain {
    justify-content: left;
    align-items: center;
    gap: 0.5rem;
}

#wrapper #categoryStarsMain .categoryStars {
    height: 30px;
}

.header-top {
    border-bottom: 0px;
}

.ps_socialfollow {
    background-color: transparent;
}

.ps_socialfollow .container {
    padding: 0;
}

.ps_socialfollow .social__list {
    justify-content: flex-start;
}

.sitemap__block>ul>li>.nested li a {
    color: inherit;
}

#category-description,
#category-description.collapse {
    height: 103px;
    overflow: hidden;
    display: block;
}

#category-description.collapse.show {
    height: 100%;
}

.page-product .product__infos .accordion-button {
    color: var(--primary);
}

#product h2 {
    font-size: 21px;
}

.da_sa_single_title .da_sa_open_close {
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.da_sa_single_title .da_sa_hn {
    font-size: 18px;
}

.payment__list dl {
    background-color: transparent;
}

.grecaptcha-badge {
    display: none;
}

.order-confirmation__details,
.order-confirmation__table,
.order-confirmation__account-transformation {
    background-color: transparent;
}

.wpaltcatdesc {
    background-color: transparent;
}

.cart-voucher__name,
.cart-voucher__remove {
    color: #FCBE2F;
}

.email-subscription {
    margin-top: 20px;
}


