body .splide__arrow--next svg,
body .splide__arrow--prev svg {
	display: none;
}
body #wrapper {
	background: #f1f6fb;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
}

body#product .product-discount .regular-price {
	color: white;
	opacity: 0.7;
	font-weight: 300;
}
.swiper-button-prev,
body .splide__arrow--prev {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #243577;
	background-color: white;
	background-image: url(../img/arrow-product.svg);
	background-size: 20px;
	background-position: center center;
	transform: rotate(-180deg);
	background-repeat: no-repeat;
	bottom: 18px;
	top: auto;
	left: -60px;
	z-index: 9;
}

.swiper-button-next,
body .splide__arrow--next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #243577;
	background-color: white;
	background-image: url(../img/arrow-product.svg);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0px;
	top: auto;
	right: -60px;
	z-index: 9;
}
.swiper-button-prev {
	left: calc(50% - 150px);
	bottom: 0;
}
.swiper-button-next {
	left: auto;
	right: calc(50% - 150px);
}
body#product .container .title-link h1 {
	color: #2f2f2f;
	text-transform: none;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	align-items: flex-start;
}
body#product .container .title-link h1:before {
	margin-top: 15px;
}
body .title-link {
	display: flex;
	justify-content: space-between;
}
body#product .container #link-desc:hover {
	color: #F58C00;
}
body .tabs .nav-tabs .nav-item {
	margin-bottom: 0;
	
}
body#product .product-information > .product-actions {
	margin-top: 0;
	position: relative;
	z-index: 9;
}
body#product .container #link-desc {
	float: right;
	font-size: 15px;
	color: #243577; 
	text-decoration: underline;
	font-weight: 400;
	margin-top: 10px;
	min-width: 140px;
	text-align: right;
}
.product-variants,
.kc-pack-combination-list {
	background: white;
	padding: 20px 0;
	border-radius: 30px;
	margin-top: 20px;
	padding-bottom: 50px;
	margin-bottom: -30px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
body#product .product-variants .form-group,
body .kc-pack-combination-list .form-group {
	margin-top: 0;
}
.kc-charge-attribute-final-value,
body#product .product-variants .radio-label,
body#product .kc-pack-combination-list .radio-label {
	border: none;
	border-radius: 5px;
	background: #fff;
	box-shadow: 4px 4px 10.7px 0 rgba(109, 109, 109, 0.1);
	border: none;
	padding: 8px;
	font-size: 12px;
	font-weight: 300;
	max-width: 140px;
	color: #243577;
	line-height: 17px;
	text-align: left;
}
.kc-charge-attribute-final-value:before {
	content: '';
    background: url(../img/weight_icon.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.kc-fintecture-banner-wrapper {
	display: flex;
	gap: 10px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.product-variants .kc-pack-group-checkbox:hover,
body#product .product-variants .kc-pack-group-checkbox:hover + span,
body#product .product-variants .input-color:checked + span,
.product-variants .kc-pack-group-checkbox:hover + span,
body#product .product-variants .input-radio:checked + span,
.product-variants .kc-pack-group-checkbox:hover + span,
.kc-pack-combination-list .kc-pack-group-checkbox:hover,
body#product .kc-pack-combination-list .kc-pack-group-checkbox:hover + span,
body#product .kc-pack-combination-list .input-color:checked + span,
.kc-pack-combination-list .kc-pack-group-checkbox:hover + span,
body#product .kc-pack-combination-list .input-radio:checked + span,
.kc-pack-combination-list .kc-pack-group-checkbox:hover + span/*,
.kc-charge-attribute-final-value:hover*/{
	background: #D5DEF3;
	font-weight: 600;
}
body .product-variants .form-group .input-container .radio-label:hover,
body .kc-pack-combination-list .form-group .input-container .radio-label:hover {
	background: #D5DEF3;
}
.product-variants .form-group input,
.kc-pack-combination-list .form-group input {
	position: absolute;
	bottom: 0;
}
body#product .kc-charge-attribute-final .kc-charge-attribute-final-label,
body#product .product-variants .control-label,
body#product .kc-pack-combination-list .control-label {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
body#product .kc-charge-attribute-final 
{
	margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.kc-pack-combination-list > .kc-pack-combination-list-item ul li {
	margin-right: 0.625rem;
}

/*colonnes produit**/
body#product .row.product-container {
	display: flex;
	gap: 50px;
}
.calc-delete button {
	border-radius: 10px;
}
.float-left {
	float: left;
}
/**tabs**/
.product-container .kc-tab {
	padding: 5px;
	border-radius: 100px;
	background: white;
	gap: 5px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
    li{
        display: flex;
    }
}

.product-container .kc-tab li button {
	appearance: none;
	border: none;
	outline: none;
	background: none;
	padding: 0;
	display: block;
}

.product-container .kc-tab li button a {
	padding: 10px 30px;
	border-radius: 100px;
	font-size: 14px;
	color: #243577;
	font-weight: 400;
	display: block;
}
.product-container .kc-tab li button a.active,
.product-container .kc-tab li button a:hover {
	background: #D5DEF3;
}
.product-container .kc-tab li button a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url('../img/calcul-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.product-container .kc-tab li button a.active:before,
.product-container .kc-tab li button a:hover:before {
	background: url('../img/calcul-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.product-container .kc-tab li button a.kc-tab-img.active:before,
.product-container .kc-tab li button a.kc-tab-img:hover:before {
	background: url('../img/img-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.product-container .kc-tab li button a.kc-tab-img:before {
	background: url('../img/img-blue.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

/***images produits**/
body#product .splide__track--fade > .splide__list > .splide__slide.is-active {
	border-radius: 30px;
	overflow: hidden;
}

body#product .splide__track--draggable {
	margin-top: 20px;
}
body#product .splide__track--draggable #thumbnail-carousel-list li {
	width: 90px !important;
	height: 90px !important;
	border: 2px solid #fff;
	border-radius: 10px;
	overflow: hidden;
}
body#product .splide__track--draggable #thumbnail-carousel-list li.is-active,
body#product .splide__track--draggable #thumbnail-carousel-list li:hover {
	border: 2px solid #2f2f2f;
}

body#product .kc-sub-tab {
	margin-top: 50px;
}

body#product .kc-sub-tab h2 {
	color: #242323;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

body#product .kc-sub-tab p {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #2f2f2f;
	opacity: 0.7;
}
.product-attachments a:hover {
	background: #243577;
}
body#product .tabs .tab-pane .h5 {
	text-align: left;
	margin-bottom: 10px;
	color: #243577 !important;
	margin-top: 20px;
}
body#product .product-additional-info .tabs{
	padding:0;
}
body#product .product-additional-info .btn-primary:hover{
	background:white;
	color: #243577;
}
.kc-product-notice ul {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.kc-product-notice ul li a {
	background: white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
	color: #243577;
	padding: 10px;
	border-radius: 5px;
	display: block;
}
body #videoproduct iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
}
.kc-product-notice ul li a:hover {
	color: white;
	background: #243577;
}
.product-attachments .attachment {
	margin-bottom: 10px;
}
.product-attachments a {
	background: #F58C00;
	color: white;
	text-align: center;
	padding: 15px 22px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 310px;
}
.product-attachments a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/download.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

/****bloc prix et ajout panier**/
.product-quantity .add,
.product-quantity .qty {
	margin-bottom: 0;
}
.product-information > .product-actions {
	background: #243577;
	padding: 20px;
	border-radius: 30px;
	margin-top: -30px;
}
body#product .product-actions form,
#ap5-buy-container form {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;

	.js-product-additional-info{
		width:100%;
		min-width:100%;
	}
}
body .kc_infos_disponibilites #product-availability.kc-is-out-stock:before{
	background:#f37575;
}
body .kc_infos_disponibilites #product-availability.kc-is-out-stock{
	font-weight:400;

	
}
.ap5-pack-page .ap5-add-to-cart-container .product-add-to-cart .product-quantity,
.product-quantity {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
	text-transform: none;
}
.product-price .current-price,
#ap5-price-container .current-price,
#ap5-price-container .current-price {
	display: flex;
	align-items: flex-start;
}
.product-price .current-price > span,
#ap5-price-container .current-price > span {
	font-size: 30px;
	font-weight: 700;
	color: white;
}
.product-price .current-price > .tax-shipping-delivery-label,
#ap5-price-container .current-price > .tax-shipping-delivery-label {
	color: white;
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
}
body .kc-product-bloc-add-to-cart .product-prices {
	margin-top: 40px;
}
body .kc_infos_disponibilites #product-availability {
	margin-bottom: 8px;
	display: block;
}
body .kc_infos_disponibilites #product-availability i {
	display: none;
}
body .kc_infos_disponibilites #product-availability span {
	color: white;
	font-size: 14px;
	font-weight: 600;
}
body .kc_infos_disponibilites #product-availability span#product-availability-date{
	font-size:12px;
	display: block;
	font-weight: 400;
}
body .kc_infos_disponibilites #product-availability:before {
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 15px;
	background: #3fc54e;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.product-quantity #quantity_wanted {
	border-radius: 10px;
	text-align: center;
	height: 49px;
}
body .product-quantity .input-group-btn-vertical {
	margin-left: 5px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

body .product-quantity .input-group-btn-vertical .btn {
	background: #F58C00;
	border-radius: 5px;
	color: white;
}
.product-actions .add-to-cart:hover {
	color: #F58C00;
	background: white;
}
.product-actions .add-to-cart {
	background: #F58C00;
	border-radius: 15px;
	font-size: 15px;
	color: white;
	font-weight: 400;
	padding: 15px;
	text-transform: none;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.product-actions .add-to-cart i {
	display: none;
}
.kc-reassurance-messages a {
	text-decoration: underline;
}
.kc-reassurance-messages {
	margin-top: 30px;
}
.product-actions .add-to-cart:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url('../img/panier-bouton.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
.product-actions .add-to-cart:hover:before {
	background: url('../img/panier-boutonblue.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
/**reassurance*/
body .blockreassurance_product {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 5px;
	margin-bottom: 15px;
}
.blockreassurance_product .item-product {
	margin-right: 0;
}
body .blockreassurance_product > div svg path {
	fill: #243577;
}
body .blockreassurance_product > div.un-item-product {
	padding: 8px;
	background: white;
	border-radius: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
	width: 25px;
	height: 25px;
}
body .blockreassurance_product .block-title {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
}

body .blockreassurance_product > div p {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	line-height: 15px;
}
body .blockreassurance_product > div .title-reassurance {
	float: right;
	line-height: 15px;
}
.blockreassurance_product .item-product {
	width: 30px;
}

/*****souvent acheté avec****/
body#product .tabs,
.product-accessories {
	padding-top: 150px;
}
body .product-accessories .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
	color:white;
	background:white;
}
body .product-accessories .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet{
	border-color:white;
	opacity: 1;
}
.product-accessories{
	padding-top:0;
	background:rgba(189,201,237,.55);
	padding:50px;
	border-radius:50px;
	
}
.tabs-product-title,
.product-accessories .text-uppercase {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	color: #243577;
    font-size: 35px;
    font-weight: 700;
	line-height: 40px;
	text-transform: none !important;
	margin:0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.product-miniature .product-description,
.product-miniature .thumbnail-container {
	background: none;
	overflow: visible;
}
.product-accessories .product-miniature{
    background: white;
    padding: 10px;
    border-radius: 30px;
}
.product-miniature .thumbnail-top {
	border-radius: 30px;
	overflow: hidden;
}

.product-miniature .product-description .product-title {
	font-size: 20px;
	font-weight: 600;
	color: #2f2f2f;
}
.product-miniature .product-description .product-title:hover {
	color: #F58C00;
}
.product-miniature .product-price-and-shipping,
.product-price-and-shipping {
	text-align: left;
}
.product-price-and-shipping span {
	font-size: 25px;
	color: #243577;
	font-weight: 700;
}
#blockcart-modal .modal-body {
	padding: 20px;
}

/****tabs***/

body#product .tabs {
	background: none;
	margin: 0 auto;
}
body#product .tabs {
	display: flex;
	flex-direction: column;
}
body#product .tabs .nav-tabs {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: white;
	border-radius: 100px;
	border: none;
	width: auto;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 20px;
}

body#product .tabs .nav-tabs li a {
	padding: 10px 10px;
	border-radius: 100px;
	font-size: 14px;
	color: #243577;
	font-weight: 400;
	display: block;
	font-family: 'Poppins', sans-serif;
}
body#product .tabs .nav-tabs li a.active,
body#product .tabs .nav-tabs li a:hover {
	background: #bdd3f2;
	color: #243577;
	border: none;
}
body .tabs .tab-pane p strong,
body .tabs .tab-pane p,
body .tabs .tab-pane li,
body .tabs .tab-pane span,
body .tabs .product-description p strong,
body .tabs .product-description p,
body .tabs .product-description ul li,
body .tabs .product-description span {
	font-weight: 400;
	font-size: 14px !important;
	color: #a19c9c !important;
}
body .tabs .product-description {
	padding: 20px;
	background: white;
	border-radius: 30px;
}
body .tabs .tab-pane .product-features,
body .tabs .tab-pane > div {
	padding: 20px;
	background: white;
	border-radius: 30px;
	margin-bottom: 5px;
}
/***realisations pages produit*/
body#product .kc-latest-news,
body#product .kc-prestablog-posts-grid {
	margin-top: 150px;
}
.kc-prestablog-posts-grid .posts .post .post__content .post__content_products .product {
	background: #9d9d9d;
	font-weight: 400;
	font-size: 13px;
}

.btn-primary {
	border-radius: 15px 15px 15px 15px;
	padding: 20px 20px 20px 20px;
	background: #F58C00;
	color: white;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: none;
	transition: all 0.5s;
}

/****actualités***/
body#product .kc-latest-news__header .kc-latest-news__header_title {
	color: #243577;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
}
body#product .kc-latest-news__header .kc-latest-news__header_title{

}


body#product .kc-latest-news {
	display: flex;
	gap: 30px;
}
body#product .kc-latest-news__header {
	width: 29%;

}

body#product .kc-latest-news__header a.kc-latest-news__header_link {
	background-color: #F58C00;
	border-radius: 15px 15px 15px 15px;
	padding: 20px 20px 20px 20px;
	color: white;
	display: flex;
	width: 235px;
	margin-top: 40px;
	text-align: center;
}

body#product .kc-latest-news__header a.kc-latest-news__header_link:hover {
	background-color: #243577;
	color: #fff;
}

/**calculatrice**/
#block-calc .h3 {
	color: #242323;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	opacity: 0.5;
}
#block-calc .block-calc-row-select-buttons {
	display: flex;
}
.block-calc-row .add-block-calc {
	padding: 10px;
	font-size: 13px;
	border-radius: 10px;
}
body .tabs .tab-pane p strong,
body .tabs .tab-pane > div * {
	color: #243577 !important;

	a {
		color: #F58C00 !important;
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}
body .tabs .tab-pane .product-description-read-more {
	a {
		color: #F58C00 !important;
		font-weight: 500;
		text-decoration: underline;
	}
}
.block-calc-content .row-element > strong {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: #242323;
	line-height: normal;
	display: block;
	float: none;
	width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	z-index: 0;
}
#ap5-buy-container p.ap5-pack-unavailable,
#ap5-buy-container p.ap5-combination-unavailable {
	span {
		color: white;
	}
	.btn-primary:hover {
		background: white;
		color: #243577;
	}
}
.kc-pack-combination-list .form-group{
	display: block;
	margin-bottom:20px;
}
.block-calc-content {
	border-radius: 10px;
	background: white;
	padding: 20px;
}
.block-calc-content input,
.block-calc-content select {
	background-color: white;
	box-shadow: 4px 4px 10.7px 0 rgba(109, 109, 109, 0.1);
	border: none;
	padding: 12px;
	font-size: 12px;
	font-weight: 300;
	height: auto;
	border-radius: 5px;
}

.border-bottom {
	border-color: #bdd3f2;
}
.block-calc-footer {
	display: block;
	margin-top: 20px;
	padding: 15px;
	border-radius: 15px;
	background: #f1f6fb;
	color: #242323;
	display: flex;
	align-items: center;
}
.block-calc-content input,
.block-calc-content select,
body#product .block-calc-row select.form-control:not([size]):not([multiple]) {
	border: 1px solid #bdd3f2;
}
.row-element-select input.calc-quantity {
	width: 80px !important;
}
body .block-calc-footer p {
	color: #242323;
	margin: 0;
}
body .kc-prestablog-posts-grid .btn-primary:after,
body#product .kc-latest-news__header a.kc-latest-news__header_link:after,
body .elementor .btn-primary:after {
	content: '';
	width: 0px;
	height: 12px;
	background: url(../img/arrow-btn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	transition: all 0.5s;
}

body .kc-prestablog-posts-grid .btn-primary:hover:after,
body#product .kc-latest-news__header a.kc-latest-news__header_link:hover:after,
body .elementor .btn-primary:hover:after {
	content: '';
	width: 12px;
	transition: all 0.5s;
}

body .kc-prestablog-posts-grid .btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body#product .product-actions.kc-product-actions-non-pack form {
	display: block;
}
body#product .product-actions,
body#product .product-actions.kc-product-actions-non-pack {
	background: none;
	padding: 0;
}
body#product .product-actions,
body#product .product-actions.kc-product-actions-non-pack .product-variants {
	
	margin-top: 20px;
	padding-bottom: 50px;
	margin-bottom: -30px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
body#product .product-actions select,
body#product .product-actions.kc-product-actions-non-pack .product-variants select {
	display: block;
	width: 100%;
}
body#product .product-actions .kc-product-bloc-add-to-cart,
body#product .product-actions.kc-product-actions-non-pack .kc-product-bloc-add-to-cart {
	background: #243577;
	padding: 20px;
	border-radius: 30px;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

body #blockcart-modal .mx-auto .thumbnail-top,
.modal-content .product-miniature .thumbnail-top{
	width:80%;
	margin:0 auto;
}
body #blockcart-modal .modal-body .cart-content p.cart-products-count{
	display: block;
    position: relative;
    background: none;
    color: #243577;
    padding: 10px;
}
body #blockcart-modal .modal-body .cart-content p.product-tax{
	display: flex;
}
.kc-product-bloc-add-to-cart{
	display: flex;
	gap:10px;
}

