@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");
@import url("flaticon.css");
@import url("fontAwesome5Pro.css");


/* Modif POSTERS' LOVER */


joomla-alert[type="success"] {
	background-color: #f05028;	/*background-color: #f05028;*/
	/* background-color: var(--jui-alert-success-background-color,#d9e6d9); */

	border-color: var(--jui-alert-success-border-color,#cadcca);
	/* border-color: var(--jui-alert-success-border-color,#cadcca); */

	color: #ffffff;	/* color: #f05028; */
	/* color: var(--jui-alert-success-color,#234423); */
}

#system-message-container joomla-alert {
	font-size: 16px;	/* font-size: 13px; */
	font-weight: 600; /* Ajout */
}



/* Modif POSTERS' LOVER */




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* */
} /* */

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #777777;
  line-height: 26px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a,
.btn,
.sppb-btn,
button,
span,
p,
i,
em,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #284477;  	/* color: #0b3d2c; */
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  letter-spacing: -1px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--maincolor);
}

.text-underline {
	text-decoration: underline;
}

.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}

.sppb-media-heading {
	margin: 0;
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

.sppb-addon-header > * {color: inherit !important;}

/* Modif MOI */
body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text {
font-size: 16px;
position: relative;
font-size: 14px !important;	/* font-size: 16px; */
font-weight: 600;	/* font-weight: 700; */
height: 36px;	/* height: 60px; */
line-height: 58px;
border-radius: 35px;	/* border-radius: 30px; */
padding: 0 34px;
position: relative;
overflow: hidden;
text-align: center;
text-transform: uppercase;
display: inline-flex;
align-items: center;
gap: 10px;
justify-content: center;
white-space: nowrap;
}
/* Modif MOI */

body .sppb-btn.sppb-btn-primary {
background: rgba(255, 85, 42,);	/* background: var(--maincolor); */
border: 1px solid var(--maincolor);
color: #fff; /* AJOUT MOI -> */ margin-right: 10px; 
}

body .sppb-btn.sppb-btn-primary:hover {
color: #fff;	/* color: var(--maincolor); */
border-color: var(--maincolor);
background: #fff;
}

/**** MODIF MOI ****/  body .sppb-btn.sppb-btn-secondary,
body .sppb-sp-slider-button .sp-slider-btn-text {
background: rgba(63, 75, 96) !important;	 /* background: var(--secondcolor); */
border: 1px solid rgba(63, 75, 96) !important;	/* border: 1px solid var(--secondcolor); */
color: #fff;
}  /**** MODIF MOI ****/

body .sppb-btn.sppb-btn-secondary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover {
background: #fff !important;
color: rgba(63, 75, 96) !important;		/* color: var(--secondcolor);  */
}

.full-width-image .sppb-addon-single-image-container {width: 100%;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}

.sppb-btn span {
    position: relative;
}

.sppb-progress {
	border-radius: 45px;
}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.f-weight-400 {
	font-weight: 400;
}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

#sp-top {
	position: relative;
	z-index: 999;
}

#sp-top > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-top > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-logo-section > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-divider {
	display: block;
}

/* HEADER */ 

#sp-top {
	padding: 0 15px;
}

#sp-header {
height: auto;
background: transparent;
box-shadow: none;
padding-right: var(--bs-gutter-x, 15px);
padding-left: var(--bs-gutter-x, 15px);
}

#sp-header.header-sticky {
box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
animation: sticky 1s;
background: #fff;
}

  @-webkit-keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }
  @keyframes sticky {
    0% {
      top: -100px; }
    100% {
      top: 0; } }


#sp-header .logo {
	height: auto;
	display: inline-block;
margin-bottom: -20px;
position: relative;
z-index: 5;
width: 285px;
}


@media (min-width: 992px) and (max-width: 1200px) {
	#sp-header .logo {
	margin-bottom: 0px;
	width: 160px;
}
}


/**** MODIF MOI ****/  #sp-header .logo img {
	height: 70px !important;	/* 94 height: auto; */
	width: 150px !important;	/* 200 width: 100%; */
	margin-left: 50px !important;	/* margin-left: 150px !important; */
}   /**** MODIF MOI ****/



.sp-megamenu-parent {
float: none;
margin: 0;
text-align: left;
position: static;
}	

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span,
.sp-megamenu-parent > li:last-child > a,
.sp-megamenu-parent > li.active > a {
font-size: 16px;
color: var(--fourthcolor);
text-transform: uppercase;
display: inline-block;
padding: 30px 0;
line-height: 20px;
font-weight: 500;
margin: 0px 18px;
}

.sp-megamenu-parent > li.active > a:hover,
.sp-megamenu-parent > li:hover > a {
color: #777777;
}

.sp-megamenu-parent > li.shop-cart {
	position: absolute;
	right: 200px;
	top: 50%;
	transform: translatey(-50%);
	z-index: 2;
}

.sp-megamenu-parent > li.shop-cart > a {
	font-size: 16px;
color: var(--maincolor);
width: 50px;
height: 50px;
border: 1px solid #e3e3e3;
display: inline-flex;
text-align: center;
line-height: 50px;
border-radius: 50%;
align-items: center;
justify-content: center;
display: inline-flex !important;
padding: 0;
}

.sp-megamenu-parent > li.shop-cart > a:hover {
	color: #fff;
	/* background: var(--maincolor); */
	/* border-color: var(--maincolor); */
}

.sp-megamenu-parent > li.shop-cart > a:after {display: none;}

@media (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li.active > a {
	margin: 0px 12px;
}
}

/* Modif MOI */.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
box-shadow: none;
padding: 15px 0;
border-top: 4px solid #F05028;	/* border-top: 4px solid var(--fourthcolor); */
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
margin-top: 1px;  /* AJOUT  */
}/* Modif MOI */

/* Modif MOI */.sp-megamenu-parent .sp-dropdown li.sp-menu-item, .sp-megamenu-parent .sp-mega-group li {
display: flex;
margin: 0px;
padding: 2px 23px 2px 23px !important;	/* padding: 3px 23px 3px 23px; */
justify-content: space-between;
}/* Modif MOI */

/* Modif MOI */.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a {
	font-size: 14px;
	text-transform: inherit;	/* text-transform: uppercase; */
	line-height: 20px;
	color: var(--fourthcolor);
	position: relative;
	font-weight: 500;
	padding: 0px;
	display: block;
	color: #567FA2;	/* color: var(--fourthcolor); */
	position: relative;
	font-weight: 500;
}/* Modif MOI */

/* Modif MOI */.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
color: #ff552a;	/* color: #777777; */
padding-left: 1px;	/* padding-left: 5px; */
}/* Modif MOI */

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: var(--maincolor);
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;	/* AJOUT pour position du burger sur mobile */	margin-top: -40px;  margin-right: 60px;
}

.burger-icon > span {
	background-color: var(--maincolor);
}

#sp-header.header-sticky .burger-icon > span {
	background-color: var(--maincolor);
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: var(--maincolor);
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas-menu .offcanvas-inner {
	padding: 0;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.burger-icon > span {
  margin: 4px 0;
  transition: .3s;
  float: right;
  width: 100%:
  -webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
	background-color: #696e7b;
}
.burger-icon {
	width: 35px;
	cursor: pointer;
}
.burger-icon > span:nth-child(1) {
	width: calc(100% - 5px);
	background: #696e7b;
	height: 2px;
}
.burger-icon > span:nth-child(2) {
	width: 100%;
	background: #696e7b;
	height: 2px;
}
.burger-icon > span:nth-child(3) {
	width: calc(100% - 8px);
	background: #696e7b;
	height: 2px;
}
.burger-icon:hover > span {width: 100%;}

#sp-header.header-sticky .burger-icon > span {
	background-color: #696e7b;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 0px;
}

#offcanvas-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	display: inline-block;
	height: auto;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}
	
}


/* */

/* PAGE TITLE */

#sp-title {position: relative;}

#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section {height: 100%; position: static !important;}

/* Modif MOI */.sp-page-title {
padding: 0;
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-size: cover;		/* background-size: cover; */
background-position: center;
min-height: 400px;	/* min-height: 500px; */
width: 100%;
display: flex;
align-items: stretch;
position: relative;
}/* Modif MOI */

.sp-page-title:after {
background-image: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
background-image: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
background-image: -ms-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
opacity: 0.6;
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
z-index: -1;
}

.sp-page-title > .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

/* Modif MOI */ .sp-page-title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	max-height: 100% !important;	/* max-height: 10px; */		/* max-height: 80px; */
	bottom: 0;
	left: 0;
	width: 100%;
	width: 100%;
	background: #4c6688d6 !important;	/* background: var(--maincolor); */
	opacity: 0.9;
} /* Modif MOI */

/* Modif MOI */.sp-page-title .sp-page-title-heading {
font-size: 30px;	/* font-size: 100px; */
font-weight: 600;	/* font-weight: 700; */
/* line-height: 1.8;*/	/* line-height: 1.1; */
text-transform: none;	/* text-transform: uppercase; */
color: #fff;
margin-bottom: -6px;	/* margin-bottom: 80px; */
order: 1;	/* order: 2; */
}/* Modif MOI */

@media (max-width: 992px) {
.sp-page-title .sp-page-title-heading {
font-size: 60px;
}
}

@media (max-width: 768px) {
.sp-page-title .sp-page-title-heading {
font-size: 30px;
}
}

.sp-page-title .sp-page-title-sub-heading {
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: normal;
color: #777777;
margin-bottom: 15px;
line-height: 26px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 3px;
letter-spacing: 0;
order: 1;
}

.sp-page-title .breadcrumb {
display: inline-flex;
position: absolute;
border-radius: 0;
left: 15px;
bottom: 27px;
margin: 0;
order: 3;
}

.sp-page-title .breadcrumb > li.float-start {display: none;}

/* Modif MOI */.sp-page-title .breadcrumb > li > a {
font-size: 16px;	/* font-size: 16px; */
font-weight: 300;	/* font-weight: 700; */
color: #fff;
text-transform: none;	/* text-transform: uppercase; */
}/* Modif MOI */

.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}

/* Modif MOI */.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
font-size: 16px;	/* font-size: 16px; */
font-weight: 300;	/* font-weight: 700; */
color: #fff;
text-transform: none;	/* text-transform: uppercase; */
}/* Modif MOI */

/* Modif MOI */.sp-page-title .breadcrumb > .active span {
font-size: 16px;	/* font-size: 16px; */
font-weight: 300;	/* font-weight: 700; */
color: #fff;
text-transform: none;	/* text-transform: uppercase; */
position: relative;
}

.sp-page-title .breadcrumb > .active span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #789288;
	left: 0;
	bottom: 0px;
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
/* Modif MOI */.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 60px 0 100px;	/* padding: 100px 0 100px; &  160px 0 100px  */
}/* Modif MOI */

.com-hikashop #sp-main-body {padding-bottom: 100px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 100px;
}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 130px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

@media (min-width: 992px) and (max-width: 1200px) {
.negative-left-margin {margin-left: -60px;}
}
@media (min-width: 1400px) {
.top-padding {padding-left: 180px;}
}

.testi-section {
width: 650px;
height: 650px;
margin-left: auto;
margin-right: auto;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
position: relative;
padding: 0px 20px 0px;	
}

@media (max-width: 768px) {
.testi-section {
position: relative;
width: 100%;
border-radius: 30px;
height: auto;
padding: 50px 20px 50px;
}
}

/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	margin-bottom: 50px;
	display: flex;
justify-content: center;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
	border-bottom: 0;
	border: 2px solid var(--maincolor);
	border-radius: 10px;
	display: flex;
	gap: 8px 18px;
	padding: 15px 23px;
	position: relative;
	background: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul:before {
	position: absolute;
	content: "";
	width: calc(100% - 36px);
	height: 100%;
	border: 2px solid var(--maincolor);
	border-radius: 10px;
	left: 18px;
	bottom: -12px;
	z-index: -1;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
font-size: 16px;
font-weight: 700;
color: var(--maincolor);
text-transform: uppercase;
padding: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
padding-left: 10px;
position: relative;
background: transparent;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: var(--secondcolor);
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	opacity: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
background: transparent;
color: var(--secondcolor);
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
	opacity: 1;
}

.portfolio-hover-style.portfolio-single {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

.portfolio-hover-style .portfolio-thumb img {
	width: 100%;
}

.portfolio-hover-style .portfolio-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	padding: 0 70px;
	transform: scale(0.8);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	justify-content: center;
}

.portfolio-hover-style .portfolio-hover-bg {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--maincolor);
	opacity: 0.9;
	z-index: -1;
	top: 0;
	left: 0;
}

.portfolio-hover-style .portfolio-tag {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.portfolio-hover-style .portfolio-content .portfolio-title {
	margin-top: 10px;
	margin-bottom: 35px;
	line-height: 1.3;
	font-size: 24px;
	color: #fff;
text-transform: uppercase;
}

.portfolio-hover-style .portfolio-content .portfolio-title a:hover {color: #fff;}

.icon-btn {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	color: var(--maincolor);
}

.icon-btn:hover {
	color: #fff;
	background: var(--secondcolor);
}

.portfolio-hover-style.portfolio-single:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}





/* */

/* BLOG */

.article-list {margin-bottom: -40px;}

.articles-leading {padding: 0 0 80px;}

.article-list .article {
	padding: 0;
	padding-top: 0;
	border: 0;
	position: relative;
	transition: all 0.3s ease-out;
	margin-bottom: 40px;
	border: 2px solid var(--maincolor);
	border-radius: 10px;
}

.articles-leading .article {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: transparent;
	box-shadow: none;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 10px 10px 0 0;
	margin: -2px -2px 0px -2px;
}

.articles-leading .article .article-intro-image, .articles-leading .article .article-featured-video, .articles-leading .article .article-featured-audio, .articles-leading .article .article-feature-gallery {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after {
}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after {
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.articles-leading .article .article-intro-image img, .articles-leading .article .article-featured-video img, .articles-leading .article .article-featured-audio img, .articles-leading .article .article-feature-gallery img {
	width: auto;
	height: auto;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img {
}

.article-intro-image > a {display: block; width: 100%;}

.article-body {
padding: 58px 48px 48px;
position: relative;
display: flex;
flex-direction: column;
}

.articles-leading .article-body {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;	
padding: 0;
}

@media (min-width: 992px) {
.articles-leading .article-body {
margin-left: -50px;
}
}

.article-list .article .article-header {order: 1;}

.article-list .article .article-header h2 {
color: var(--maincolor);
font-size: 34px;
font-weight: 700;
line-height: 1.35;
text-transform: uppercase;
margin-bottom: 15px;
}

.articles-leading .article .article-header h2 {
font-size: 40px;
font-weight: 700;
}

.article-list .article .article-header h2 a {
color: inherit;
transition: all 500ms ease;
display: block;
}

.article-list .article .article-header h2 a:hover {
color: var(--secondcolor);
}

.article-introtext {order: 2;}

.article-introtext > p {
margin-bottom: 25px;
}

.article-list .article .article-info {
margin-bottom: 0px;
order: 3;
padding-top: 25px;
border-top: 1px solid #efefef;
}

.article-info > span,
.article-info > span a {
font-size: 14px;
font-weight: 700;
color: var(--maincolor);
text-transform: uppercase;
}

.article .article-info > span a,
.article .article-info > span a:hover {
	margin: 0;
	padding: 0;
	color: #fff;
}

.article-info > span i {
	margin-right: 8px;
	color: var(--maincolor);
  display: inline-block;
}

.article-info > span + span::before {
	color: var(--maincolor);
padding-right: 25px;
padding-left: 25px;
content: "|";
}

.article .article-info > span.category-name {
font-size: 14px;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
font-weight: 700;
color: #fff;
position: absolute;
background: var(--maincolor);
height: 30px;
line-height: 30px;
padding: 0 12px;
border-radius: 6px;
top: -15px;
left: 50px;
}

.article .article-info > span.category-name:before, .article .article-info > span.category-name i {display: none;}

.article-list .article .readmore a {
color: var(--maincolor);
margin-top: 25px;
display: block;
font-size: 14px;
margin-bottom: 10px;
font-weight: 600;
text-transform: uppercase;
}

.article-list .article .readmore a:hover {
	text-decoration: underline;
}

.article-body .tags {display: none;}

ul.pagination {
	display: flex;
justify-content: space-between;
margin-top: 30px;
padding: 25px 30px 25px;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link {
	padding: 0;
color: #565151;
font-weight: 500;
height: 54px;
width: 54px;
line-height: 54px !important;
display: inline-block;
border: 1px solid #ddd;
position: relative;
border-radius: 50% !important;
margin-right: 15px;
text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor);
color: #fff;
}

.page-item.active .page-link,
.page-link:hover {
border-color: transparent;
background-color: var(--maincolor);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	border: 2px solid var(--maincolor);
	border-radius: 10px;
	padding: 48px 48px 48px;
	margin-right: 60px;
	position: relative;
}

.article-details .article-header {
	display: none;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
font-size: 40px;
font-weight: 700;
color: var(--thirdcolor);
margin-bottom: 40px;
}

.article-details .article-full-image {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.blog-actions {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;	
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
}

.tags:before {
	font-family: "Poppins", sans-serif;
color: var(--maincolor);
margin-top: 0px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1px;
	content: "Releted Tags";
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.tags > li {
	margin: 0;
}

.tags > li a {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
height: 30px;
background: #f4f4f4;
display: inline-block;
line-height: 30px;
padding: 0 15px;
border-radius: 6px;
text-align: center;
border: 2px solid #f4f4f4;
background: none;
line-height: 26px;
color: inherit;
}

.tags > li a:hover {
color: #fff;
background: var(--maincolor);
border-color: var(--maincolor);
}

.article-social-share .social-share-icon:before {
	font-family: "Poppins", sans-serif;
color: var(--maincolor);
margin-top: 0px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1px;
	content: "Social Share";
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.article-social-share .social-share-icon ul li a {
display: block;
width: 37px;
height: 37px;
text-align: center;
line-height: 37px;
font-size: 15px;
border: 1px solid #CCC9D7;
border-radius: 50px;
transition: .4s all;
text-align: center;
}

.article-social-share .social-share-icon ul li a:hover {
background-color: var(--maincolor);
color: #fff;
border: 1px solid var(--maincolor);
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 10px;
}

.article-details .article-author-information {
padding: 0;
margin-bottom: 0;
text-align: left;
border: 0;
margin: 0;
border: 2px solid #f3f3f3;
padding: 38px 38px 38px;
margin-top: 50px;
margin-bottom: 50px;
}

.article-details .article-author-information > .d-flex {
gap: 40px;
align-items: center;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
border-radius: 100%;
}

.article-details .article-author-information h5 {
font-size: 36px;
text-transform: uppercase;
line-height: 1;
margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: .5rem !important;
}

.author-website {color: inherit; margin-left: 4px;}

.author-website a,
.author-website a:hover {color: var(--maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding: 0px;
	margin-top: 0px;
	padding: 50px 0 0;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--maincolor) !important;
}

/* */

/* SHOP */

/* Modif MOI */ .hikashop_products_pagination {
display: block;	/* display: flex; */
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
/* Modif MOI */


/* Modif MOI */.hikashop_products_pagination .pagination {
width: 100%;
max-width: 70%;	/* max-width: 50%; */
font-size: 0px;	/* font-size: 18px; */
font-weight: 700;
text-transform: uppercase;
color: var(--maincolor);
}/* Modif MOI */

.hikashop_products_pagination .pagination .limit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
	max-width: none;
	border: none;
	box-shadow: none !important;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
color: var(--maincolor);
}

.hikashop_results_counter {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: var(--maincolor);	
}

/* Modif MOI */.hikashop_product {
	margin-bottom: 30px;	/* margin-bottom: 30px; */
}/* Modif MOI */

/* Modif MOI */.hikashop_product_image {
background: #9DB2C73D;		/* background: var(--thirdcolor); */
border-radius: 10px;
position: relative;	
}/* Modif MOI */

.hikashop_product_image img {
	width: 100%;	/*  width: 100%; 97% */
}

.product-item-action {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.hikashop_product:hover .product-item-action a {
	transform: scaleX(1);
}

.hikashop_product .sppb-btn {
transition: 0.3s;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
transform: scaleX(0);
text-align: center;
}

/* Modif MOI */
.hikashop_product .content {
	padding: 30px 0 0px 0;	/* padding: 30px 0 18px 0; */
}
/* Modif MOI */

/* Modif MOI */
span.hikashop_product_name a {
font-family: "Poppins", sans-serif;
color: var(--maincolor);
margin-top: 0px;
font-weight: 400;	/* font-weight: 700; */
line-height: 1.2;
font-size: 16px;	/* font-size: 24px; */
text-transform: none;	/* text-transform: uppercase; */
margin-bottom: 12px;
letter-spacing: -1px;
display: inline-block;	/* display: inline-block; contents */
}/* Modif MOI */ 

/* Modif MOI */ span.hikashop_product_name a:hover {color: #579996;} /* Modif MOI */ 

/**** MODIF MOI ****/
.hikashop_product_price_full {
font-size: 16px; /* font-size: 20px; */
font-weight: 700;
color: rgba(63, 75, 96) !important;	/* color: var(--secondcolor); */
display: flex;
gap: 5px;
line-height: 1;
}/**** MODIF MOI ****/

span.hikashop_product_price_before_discount {
color: #cfcfcf;
}

.hikashop_product_price_per_unit {display: none;}

/* Single Product */

.hikashop_product_page .hikashop_badge_div.hikashop_badge_topleft_div {display: none;}

.hikashop_product_page div.hikashop_small_image_div a {
	padding: 0;
	margin: 0 15px;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
}

img.hikashop_child_image {
	max-height: 190px;
	max-width: 190px;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	margin: 0;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 0 !important;
background: var(--thirdcolor);
border: 2px solid var(--thirdcolor);
border-radius: 10px;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
}

#hikashop_image_main_thumb_div {
overflow: hidden;
}

.hikashop_slide_prev, .hikashop_slide_next {
	transition: 0.6s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #fff;
}

a.hikashop_slide_prev_active:hover, a.hikashop_slide_next_active:hover {
	background-color: var(--maincolor);
	border-color: var(--maincolor);
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: var(--maincolor);
}

.hikashop_slide_prev:hover i, .hikashop_slide_next:hover i {
	color: #fff;
}

/* Modif MOI */ .hikashop_product_main_image {
	background: #9DB2C73D; /* background: #CCCFD23D;*/	/* background: var(--thirdcolor); */
	border-radius: 20px 20px 20px 20px;	/* border-radius: 10px; */
	margin-bottom: 50px;
} /* Modif MOI */

.product-category-review {
	display: flex;
	gap: 10px;
	margin-bottom: 3px;
	flex-wrap: wrap;
}

.product-d-category {
	font-size: 14px;
	font-weight: 700;
	color: var(--maincolor);
	text-transform: uppercase;
	background: #ffe400;
	display: inline-block;
	height: 20px;
	line-height: 22px;
	border-radius: 4px;
	padding: 0 10px;
}

#hikashop_product_top_part h1 {
font-family: "Poppins", sans-serif;
color: var(--maincolor);
margin-top: 0px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 22px;	/* font-size: 26px; */
}


.hikashop_vote_stars {
	padding: 0px;
}

.hk-rating {
	margin: 0;
display: flex;
gap: 5px;
margin-bottom: 10px;
}

/* Modif MOI */ .hikashop_product_page .ratting-price .hikashop_product_price_full {
	margin-left: 0px !important;	/* margin-left: 10px; */
	margin-bottom: 20px !important;	/* margin-bottom: 35px; */
	align-items: flex-end;
}/* Modif MOI */ 

/* Modif MOI */ .hikashop_product_page .ratting-price .hikashop_product_price_full .hikashop_product_price {
font-size: 28px !important;	/* font-size: 36px; */
color: #567FA2;	/* color: var(--secondcolor); */
}/* Modif MOI */ 

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
	display: none;
}

#hikashop_product_characteristics, #hikashop_product_options {
	border: 0;
	padding: 0;
	border-radius: 0;
}

.hikashop_product_characteristics_table tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.hikashop_product_characteristics_table td, .hikashop_product_options_table td {
	color: #323e37;
	font-weight: 700;
	padding: 0px;
}

.hikashop_product_code_main {
	color: #323e37;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
}

.hikashop_product_code_main .sku {
	color: #6a726d;
	margin-left: 10px;
	font-weight: normal;
}

.hikashop_product_tags {
margin-top: 40px;
}

.hikashop_product_tags .tags:before,
.sku_wrapper,
.brand {
	display: inline-block;
	content: "Tags : ";
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
margin-right: 10px;
color: var(--maincolor);
font-family: "Roboto", sans-serif;
line-height: 26px;
letter-spacing: 0;
margin-bottom: 10px;
}

.brand a {
  font-size: 16px;
  text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #777777;
margin-left: 10px;
}

.hikashop_product_quantity_main {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 40px;
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
}

a.hikashop_product_quantity_field_change_plus, a.hikashop_product_quantity_field_change_minus, .hikashop_product_quantity_change_div_plus_default a, .hikashop_product_quantity_change_div_minus_default a {
	padding: 0px 5px 2px 5px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 1;
}

/* Modif MOI */ .hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 40px;
	margin-top: -20px;	/* margin-top: 26px;, margin-top: 90px; */
}/* Modif MOI */ 

.hikashop_tabs_ul li {
font-size: 16px;
text-transform: uppercase;
color: var(--maincolor);
border: 2px solid var(--maincolor);
background: transparent;
border-radius: 10px;
width: 260px;
padding: 0 28px;
height: 60px;
display: inline-block;
line-height: 56px;
font-weight: 700;
white-space: nowrap;
}

.hikashop_tabs_ul li:not(:last-child) {
	margin-right: 15px;
}

.hikashop_tabs_li_selected {
color: white !important;
background: var(--maincolor) !important;
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee;
}

#hikashop_product_description_main {
	padding-top: 0px;
}

#hikashop_show_tabular_specification span {
	display: block;
	padding: 10px 20px;
}

#hikashop_show_tabular_specification span:nth-child(2n+1) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
	background-color: #fcfcfc;
	border: 0;
}

.hikashop_vote_form .hikashop_comment_textarea {
	border: 1px solid #EEEEEE;
	border-radius: 0;
	color: #666666;
	height: 160px;
	margin: 5px 0;
	padding: 15px;
	width: 100%;
}

.hikashop_comment_form_name input[type="text"]:not(.form-control) {border-radius: 0;}

.notifyjs-corner {
bottom: 0 !important;
	z-index: 99999;
}

div.hika_toolbar .hikabtn span.hk-icon {
	color: var(--maincolor);
}

/* Modif MOI */ .hikashop_product_page .hikashop_submodules h2 {
	text-align: left;	/* text-align: center; */
	margin-bottom: 16px;	/* margin-bottom: 25px; */
	margin-top: 40px; /* ajout */ 
	font-size: x-large; /* ajout */
	font-weight: 500; /* ajout */
	letter-spacing: 0px; /* ajout */
	}
/* Modif MOI */ 


.hikashop_product_page .hikashop_submodules .sppb-btn {
	padding: 12px 30px;
}

.hikashop_product_page .hikashop_submodules form {
  display: flex;
}

/* Checkout */

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_login h1 {
	line-height: 1.5;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

.hikashop_checkout_login h2 {
 display: none;
}

#hikashop_checkout > div:not(.hikashop_checkout_loading_elem, .hikashop_checkout_loading_spinner) {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {width: 100%;}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
}

.hika_address_display br {margin: 5px 0;}
.hika_address_field button {margin-top: 15px;}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

#sp-header .shop-cart .sp-module {
	width: 100%;
}

.hikashop_cart table thead tr {
	border-bottom: 5px solid white;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid white;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid white;
}

.hikashop_cart_module .sppb-btn {
	height: 40px;
	padding: 0 14px;
	font-size: 14px;  /* AJOUT --> */ margin-left: 30px !important;
}

.hikashop_cart_module_product_name_value a {
font-size: 16px;
text-transform: uppercase;
color: var(--maincolor);
font-weight: 600;	
}

.hikashop_cart_module_product_price_value .hikashop_product_price_full {
font-size: 15px;
font-weight: 500;
color: var(--maincolor);
line-height: 1;	
}

/* */

/* ANIMATION */

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes skew3deg {
  0% {
    transform: skewX(0deg);
  }
  25% {
    transform: skewX(-3deg);
  }
  50% {
    transform: skewX(0deg);
  }
  75% {
    transform: skewX(3deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

/* */

@media (min-width: 320px) {#sp-top2 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top2 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top2 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top2 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top2 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top3 .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top3 .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top3 .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top3 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top3 .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 320px) {#sp-bottom1  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-bottom1  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-bottom1  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-bottom1 .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-bottom1  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {#sp-banner  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {#sp-banner  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 768px) {#sp-banner  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 992px) {#sp-banner .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-banner  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}


/* J4 Optimization */

.sp-megamenu-wrapper, #sp-header > .container > .container-inner > .row > div:not(#sp-logo) > .sp-column,
#sp-header > .row > div:not(#sp-logo) > .sp-column  {display: block !important;}

#sp-header .sp-module {
	margin-left: 0px !important; 
}

@media (min-width: 1400px) {#sp-footer1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-banner  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-bottom1  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}


@media (min-width: 1400px) {#sp-top2  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-top3  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {#sp-position4  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sppb-row-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

@media (min-width: 1400px) {.sp-slider .sppb-container {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}

:root {
  --secondcolor: #2a7d2e;
  --thirdcolor: #f8f5f0;
  --fourthcolor: #0b3d2c;
}

em[class^="flaticon-"]::before, em[class*=" flaticon-"]::before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sppb-addon-1674235666651 {
	overflow: hidden;
}





/**** AJOUT MOI ****/


a:hover a:focus a:active {
	color: #FFEF00;		/* color: #fff; */
}


#sp-header .logo::after {
	position: inherit !important;  /* position: absolute; */
	content: "";
	width: 200px;	/* width: 208px; */
	height: 94px;	/* height: 208px; */
	left: -40px;
	bottom: -54px;
	background: var(--maincolor);
	border-radius: 50%;
	z-index: -1;
}


#sp-header .logo::before {
	position: inherit !important;		/* position: absolute; */
	content: "";
	width: 200px;	/* width: 200 208px; */
	height: 94px;	/* height: 94 208px; */
	right: -60px !important;	/* right: -56px; */
	bottom: -19px !important;	/* bottom: -37px; */
	background: #ffff !important;	/* background: var(--secondcolor); */
	border-radius: 0% 0% 0% 0% !important;	/* border-radius: 0% 0% 15% 15% !important; */		/* border-radius: 50%; */
	z-index: -1;
}



#sp-header:not(.header-sticky) > .container {
	background-color: rgba(17, 40, 70, 0.80) !important;
	/* background-color: rgba(17, 68, 70, 0.80) !important; */
	/* background-color: rgba(0, 0, 0, 0.66) !important; */
	/* background-color: rgba(0, 0, 0, 0.3); */
	border-radius: 10px;
	padding: 5px 30px;
	padding-right: 20px;
}


#sp-header.header-sticky {
	background-color: rgba(17, 40, 70, 0.80) !important; */
	/* background-color: rgba(17, 68, 70, 0.80) !important;
	/* background-color: rgba(0, 0, 0, 0.66) !important; */
	/* background: #cad0d7 !important; */
	/* background: var(--maincolor); */
	padding: 10px 15px;
}



.sp-slider .sp-item .sp-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover !important;	/* background-size: cover; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: -1;
}


#sppb-addon-1674233675156 .sp-slider .sp-item.active .sp-background {
	-webkit-transform: scale(1.22) !important;
	-moz-transform: scale(1.22) !important;
	transform: scale(1.22) !important;
}



.dot-controller-dot.sp-slider .sp-dots ul li::after {
	content: "";
	position: absolute;
	background: #ff552a !important;	/* background: #fff; */
	width: 8px;
	top: 0;
	border-radius: 50%;
	height: 8px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .4s;
	opacity: 0;
}


.mfp-figure::after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #fff !important;	/* background: #444; */
}


/**** AJOUT MOI - Page produit detail venant de la home ****/

/**** AJOUT MOI - Page produit detail BTN "Me contacter" ****/
#hikashop_product_top_part::after {
	clear: both;
	content: '';
	display: block;
	margin-bottom: 20px; /* AJOUT */		/* margin-bottom: 2px; */  /* AJOUT ????  */
}


/* Ligne 205 - Modif MOI Menu Burger sur mobile */

.burger-icon {
	width: 30px;	/* width: 25px; */
	cursor: pointer;
	margin-right: 25px !important;	 /* AJOUT */ /* display: none;*/  /* AJOUT */
}


.burger-icon > span {
	display: block;
	height: 2px;
	background-color: #000;
	margin: 4px 0 !important;	/* margin: 5px 0; */
	transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}


body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	/* float: right; */
	margin-left: 47px !important;	/* margin-left: 70px !important; */
}


/* Ligne 205 - Modif MOI Menu Burger sur mobile */






/* Sur iPhone  */

@media only screen and (max-width: 767px) {
  #sppb-addon-xGcRGhNevRw2S1F1zKY9m .sppb-tab-content .service-tab-point {
    padding: 10px 10px 10px 10px !important;	/* padding: 23px 10px 20px 21px; */
    flex-direction: column;
    margin-top: -4px;  /* AJOUT */
  }
}


@media (max-width: 768px) {
  #sp-header:not(.header-sticky) > .container {
    background-color: transparent;
    border-radius: 0;
    padding: 10px !important;	/* padding: 0px; */
  }
}

@media (max-width: 768px) {
	
.service-tab-point {
	background: #567FA2;
	position: absolute;
	border-radius: 28px !important;
	display: flex;
	gap: 18px;
	padding: 4px 30px 4px 4px;
	z-index: 2;
	margin-top: 10px;
  }
}


/*********** Hikashop ***********/

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(63, 75, 96, 0.92) !important;		/* 	--fancybox-bg: rgba(24, 24, 27, 0.98); */
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	direction: ltr;
	color: #f8f8f8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
}


.fancybox-image {
	margin: auto;
	display: block;
	width: 95% !important;		/* width: 100%; */
	height: 95% !important;	/* height: 100%; */
	min-height: 0;
	object-fit: contain;
	user-select: none;
}


.fancybox__toolbar__column.is-right {
	display: flex;
	justify-content: center;	/* justify-content: flex-end; */
	flex-wrap: nowrap;
	margin-right: 34%;  /* AJOUT */
	margin-top: 10px;  /* AJOUT */
}


/* Survol image */

.hikashop_category_information .hikashop_zoom_hover .hikashop_subcontainer:hover {
	transform: scale(1.1 !important);	/* transform: scale(1.4); */
	transition-delay: 0.5s;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0) !important;	/* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}

#hikashop_category_information_menu_134 div.hikashop_subcontainer, #hikashop_category_information_menu_134 .hikashop_rtop *, #hikashop_category_information_menu_134 .hikashop_rbottom * {
	background: #ffffff;	/* background: #ffffff; */
}




/* Style "cart" du 5 */
.sp-megamenu-parent > li.shop-cart {
	right: 168px !important;	/* right: 168px 100px; */
}

.sp-megamenu-parent > li.shop-cart > a {
border: 0;
color: #fff;
width: auto;
height: auto;
font-size: 18px;
}
/* Style "cart" du 5 */


/* body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px;
	margin-top: 27px !important;
}*/  /* AJOUT */

/*** VOIR AUSSI la ligne 468 ***/


/* Notification au moment de l'achat */



.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text {
	font-size: 15px !important;	/* font-size: 12px; */
	font-weight: normal;
	vertical-align: middle;
	color: #3F4B60 !important;  /* AJOUT */
	font-weight: 400;  /* AJOUT */
	line-height: 1.4;  /* AJOUT */
}

.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
	font-size: 15px;
	font-weight: bold;
	color: #3F4B60 !important;  /* AJOUT */
}

.notifyjs-metro-base .text-wrapper, .notifyjs-metro-lite-base .text-wrapper {
	text-align: left;
	font-family: 'Roboto, sans-serif';	/* 	font-family: 'Segoe UI'; */
	font-weight: 400;  /* AJOUT */
	line-height: 1.4;  /* AJOUT */
}


[data-notify-text], [data-notify-html] {
	position: relative;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.notifyjs-metro-base .image {
	display: table;
	position: absolute;
	height: auto;
	width: auto;
	left: 25px;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 10px !important;
}

.notifyjs-metro-info {
	color: #3F4B60 !important;	/* color: #31708f !important; */
	background-color: rgba(240, 240, 240) !important; /* Color fond texte imag */
	/* background-color: rgba(255, 85, 42, .8) !important; */	/* background-color: #d9edf7; */
	border: 3px solid #C3D1E8 !important;  /* Color border  cardre texte */	/* border: 1px solid #bce8f1; */
	border-radius: 8px;
}

/* petite fleche haute */ élément {
	top: 18px;
	left: 308.067px;
	border-bottom: 5px solid #C3D1E8 !important;	/* color bleu clair */	/* border-bottom: 5px solid rgb(188, 232, 241); */
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: none;
}

/* BTN AJOUTER AU PANIER */

.sppb-btn-primary.focus, .sppb-btn-primary:focus {
	color: #fff;
	box-shadow: 0 0 0 3px #C3D1E8 !important; /* color bleu clair "focus" border btn */	/* box-shadow: 0 0 0 3px rgba(48,113,255,.5); */
}


/* TAB Description */

@media only screen and (max-width: 760px) {
  .hikashop_product_page div#hikashop_show_tabular_description {
    border-width: 0px;		/* border-width: 0px 1px 1px 1px; */
    border-radius: 0px 0px 4px 4px;
    margin-top: 20px;  /* AJOUT */
  }
}

@media only screen and (max-width: 760px) {
	.hikashop_product_page ul.hikashop_tabs_ul li.hikashop_tabs_li {
	border-width: 1px 1px 1px 1px;		/* border-width: 1px 1px 0px 1px; */
	text-align: center;
	display: inline !important;		/* display: block; */
	padding: 10px;	/* padding: 2px; */ 
}
}


/* Notification au moment de l'achat */


/* Exemple : permet de modifier le CSS que sur un menu  */

/* #hikashop_category_information_menu_275 .hikashop_product_image {
	height: 428px !important;
} */


/*** Icones compte client colonne de gauche ***/

.hika_cpanel_icons .hk-icon {
	color: #284477; /* color: #F05028; */	/* color: #1266a0; */
	font-size: 13px !important;	/* font-size: 24px; */
	flex-basis: 2em;
	min-width: 2em;
	margin-left: 12px; /* AJOUT */
}

.hika_cpanel_icons .hk-icon .hk-icon-dark {
	color: #F05028 !important;		/* color: #144263; */
}


/*** Page detail commande client ***/

legend {
	padding-bottom: 10px;
	padding-top: 20px; /* AJOUT */
}


/*** Sur fenetre "Changement quantité impossible - La quantité maximum pour ce produit est 1 ***/

.notifyjs-metro-base, .notifyjs-metro-lite-base {
	position: inherit;	/* position: relative; */
	min-height: 52px;
	color: #444;
	margin-top: 150px;
}

.notifyjs-arrow {
	position: fixed !important;	/* position: absolute; */
	z-index: 10051;
	width: 0;
	height: 0;
}

/*** MODIF originale moi, afficher ou non la quantite ***/

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;	/* display: inline-flex; OR none */  
	align-content: center;
	align-items: center;
	width: 106px;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid var(--fourthcolor);
	height: 56px;
}



/*** MODIF Color BTN Go & Annuler demande sur produit ***/

/*** BTN Annuler ***/

.hika_j2 .btn-danger, .hikabtn-danger {
	color: #fff;
	background-color: rgb(240, 80, 40); /* background-color: #d9534f; */
	background-color: rgb(240, 80, 40); /* border-color: #d43f3a; */
	padding: 10px 36px 10px 36px;
	border-radius: 0px 35px 35px 0px;
}

/*** BTN GO ***/

.hika_j2 .btn-success, .hikabtn-success {
	color: #fff;
	background-color: rgb(161, 178, 197); /* background-color: #5cb85c;  */
	border-color: rgb(161, 178, 197); /* border-color: #4cae4c; */
	padding: 10px 36px 10px 36px;
	border-radius: 35px 0px 0px 35px;
}


/* /media/com_hikashop/css/hikashop.css?v=510 */
/*** CSS Vous aimerez peut-être découvrir ces visuels ! ***/

/* @media (min-width: 992px) {
	.hkc-md-3 {
	width: 45%;	- width: 25%;
  }
	}*/

/*********** Hikashop ***********/






/*********** Acymailing  ***********/


.acym_module_form input {
	max-width: 100% !important;	/* max-width: 90%; */
	height: 50px !important;  /* AJOUT */
	line-height: 50px !important;  /* AJOUT */
	border-radius: 6px !important;  /* AJOUT */  /* border-radius: 6px !important; */
	padding: 0 34px !important;  /* AJOUT */
}

.btn-primary, .sppb-btn-primary {
	border-color: #CCCFD2 !important;		/* border-color: #ec430f; */
	background-color: #ec430f !important;	/* background-color: #ec430f; */
}

.btn-primary:hover, .sppb-btn-primary:hover {
	border-color: #044cd0;
	background-color: rgba(17, 40, 70, 0.6) !important;	/* background-color: #044cd0; */
}   !


.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0d6efd;
	--bs-btn-border-color: #CCCFD2;		/* --bs-btn-border-color: #0d6efd; */
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: "Roboto", sans-serif;		/* --bs-btn-font-family: ; */
	--bs-btn-font-size: 1rem;	/* --bs-btn-font-size: 1rem; */
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.35 !important;	/* --bs-btn-line-height: 1.5; CSS BTN GO dans slide */
	--bs-btn-color: #fff;	/* --bs-btn-color: #212529; */
	--bs-btn-bg: transparent;
	--bs-btn-border-width: 2px;		/* --bs-btn-border-width: 1px; */
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 1.375rem;		/* --bs-btn-border-radius: 0.375rem; */
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	/* margin: var(--bs-btn-margin-y) var(--bs-btn-margin-x); */
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	text-transform: uppercase;  /* AJOUT */
}




.sppb-optin-form .sppb-form-control .newsacy {
	width: 100%;
	height: 60px;
	border: 2px solid #fff !important;
	background: #fff;
	border-color: #0b3e2c !important;		/* border-color: var(--maincolor); */
	border-radius: 6px;
	padding: 0 50px;
	outline: none;
}


input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
	display: block;
	width: 100%;
	padding: 0.5rem 0.5rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057 !important;
	background-color: #f7eded;	/* background-color: #fff; */
	background-image: none;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15) !important;	/* border: 1px solid rgba(0, 0, 0, 0.15) !important; */
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-right: 140px;   /* AJOUT */
	margin-bottom: 10px;   /* AJOUT */
	text-align: center;	  /* Ajout */
}


.sppb-form-control, .sppb-form-group .sppb-form-control {
	display: block;
	width: 100%;
	height: inherit;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 1.25;
	color: #495057;				/* color: #495057; */
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 2px solid #3F4B60 !important;		/* border: 1px solid rgba(0,0,0,.15); */
	border-radius: 6px;	/* border-radius: 4px; */
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-align: center;	  /* Ajout */
}


#sppb-addon-1674609811292 form.sppb-optin-form.submit-button-inside .sppb-form-group::before {
	position: absolute !important;
	content: "";
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 700 !important;
	color: var(--maincolor) !important;
	left: 30px !important;
	top: 16px !important;
}


/* icones sociales footer  */

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin: 0 10px 0 10px !important;
}


/*********** Acymailing  ***********/




/*********** BTN Access Login ***********/


button[class*="plg_system_webauthn_login_button"] {
	padding: .4rem;
	display: none;  /* AJOUT */
}


/*********** BTN Access Login ***********/




/*********** Side sliding panel ***********/

.side_panel .side_panel_inner {
	display: block;
	height: 75% !important;
	margin-right: 10px;   /* AJOUT */
	margin-top: 14px;   /* AJOUT */
	margin-left: 10px;   /* AJOUT */
}

.side_panel {
	position: relative;
	right: 10px !important;	/* right: 0px; */
	float: right;
}


#side-panel .side-panel_close {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 44px;
	cursor: pointer;
	z-index: 9999;
	transition: all .45s ease-in-out;
	background: rgba(23, 39, 68, 0.0) !important;		/* background: #323232; */
	text-align: center;
}

/*********** Side sliding panel ***********/


/*********** Side sliding panel BTN search & login ***********/

.input-group {
	position: relative;
	display: flex;
	flex-wrap: inherit !important;		/* flex-wrap: wrap; */
	align-items: stretch;
	width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0rem !important;		/* border-radius: 0.375rem; */
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*label {
	display: inline-block;
	color: #fff !important;
}*/


.side_panel .side_panel-toggle-inner {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 20px;
	height: 20px;
	/* margin-top: -35px !important; */		/* margin-top: 0px; */
	position: relative;
	color: inherit;
	line-height: 9px;	margin-left: 16px !important;
}



#side-panel .side-panel_close .side-panel_close_icon::after {
	border-width: 1.3px !important;	/* border-width: 0.5px; */
	width: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: currentColor;
	transition: all 0.3s;
	height: 100%;
	left: 0% !important;	/*  left: 50%; */
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}


#side-panel .side-panel_close .side-panel_close_icon::before {
	width: 0;
	height: 100%;
	border-radius: 0;
	border-width: 1.3px !important;	/* border-width: 0.5px; */
	left: 0% !important;				/* left: 50%; */
	background-color: currentColor;
	transition: all 0.3s, background-color 0s linear 0.3s;
	transform: translateX(-0.5px) rotate(45deg);
}


/*** For Falang ***/
.sp-module-content .mod-languages ul.lang-inline li {
	border: none;
	display: inline-block;
	margin: 0 5px 10px 0;		/* margin: 0 5px 0 0; */
}

/*** Color txt Langues & identifiant perdu  ***/
.sp-module ul > li > a {
	color: #fff !important;		/* color: #252525; */
}


/*** Color txt "Maintenir la connexion"  ***/
label {
	font-weight: 700;		/* font-weight: normal; */
	color: rgb(63, 74, 96) !important;  /* AJOUT  */
}

.labelvip {
	font-weight: normal;
	color: rgb(255, 255, 255) !important;  /* AJOUT  */
}

div.mod-languages ul li.lang-active {
	background-color: #3F4B60 !important;	/* background-color: #82828280 !important; */
	padding: 3px 9px 3px !important;	/* padding: 0px 5px 3px; */
	border-radius: 8px !important;		/* border-radius: 3px; */
}


/*********** Side sliding panel BTN search & login ***********/



.fa-angle-double-right::before, .fa-angles-right::before {
	content: "\f101";
	font-size: 24px;  /* AJOUT  */
	font-weight: bold !important;  /* AJOUT  */
}



/**** MODIFICATION Mini Description ****/
/* /media/com_hikashop/css/frontend_default.css?t=1746284135 */

#hikashop_product_description_main_mini {
	display: block; /* display: none; */
	/* margin-bottom: 20px; */
}


/**** Caroussel Hikashop ****/
/* /media/com_hikashop/css/frontend_default.css?t=1746284135 */

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset,30%);	/* top: var(--swiper-navigation-top-offset,50%); */
	width: calc(var(--swiper-navigation-size)/ 15 * 40);	/* width: calc(var(--swiper-navigation-size)/ 44 * 27); */
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #284477;
	/* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
	font-weight: 900; /* ajout */
}





