:root {
  --bleu: #1F98D1;
  --vert: #4CB746;
}

.bleu {color: var(--bleu);}
.vert {color: var(--vert);}

img {
	display: initial;
}

a {
	color: #000000;
}

a:hover {
	color: #7cac36;
	text-decoration: underline;
}

h3 {
	margin-bottom: 1rem;
}

.imgrond img {
	border-radius: 100% !important;
	width: 80%;
}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}

.sppb-sp-slider-button .sp-slider-btn-text {
	border-radius: 5px;
	padding: 10px 30px;
}

.sppb-btn {
	background-color: #7cac36;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 0.875rem;
	padding: 10px 40px;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}

.sppb-btn:hover {
	background-color: #6fa124;
	color: #fff;
}

.border-before {
	border-left: 4px solid #ddd;
	padding-left: 10px;
}

.uk-list > :nth-child(n+2), .uk-list > * > ul {
  margin-top: 10px;
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-small, .uk-width-small {
  width: 150px;
}
.uk-box-shadow-medium, .uk-width-medium {
  width: 300px;
}
.uk-box-shadow-large, .uk-width-large {
  width: 450px;
}
.uk-box-shadow-xlarge, .uk-width-xlarge  {
  width: 600px;
}
.uk-box-shadow-2xlarge, .uk-width-2xlarge {
  width: 750px;
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.uk-text-right {
	text-align: right;
}
.uk-text-left {
	text-align: left;
}

@media (min-width: 1300px) {
  .container, .sppb-row-container {
    max-width: 1280px !important;
  }
}
@media (min-width: 1500px) {
  .container, .sppb-row-container {
    max-width: 1480px !important;
  }
}
@media (min-width: 960px) {
  .container, .sppb-row-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .layout-blog .container, .sppb-row-container {
    padding: 0 !important;
  }
}

/* LOGO */
#sp-header #sp-logo {
	float: left;
}

#sp-header .logo {
	margin: auto;
	height: auto;
	padding-top: 30px;
	z-index: 9999;
}

#sp-header.header-sticky .logo {
  padding-top: 10px;
}

.logo-image {
	max-width: 250px;
	max-height: 150px;
}

/* HEADERS */
#sp-topbar {
	text-align: right;
	color: #aaaaaa;
	padding: 8px 50px;
}

#sp-header.header-sticky {
	height: 90px;
}

#sp-top1 i, #sp-top1 .icon-user::before {
	margin: 0 5px;
}

#sp-top1 .comptehead {
	margin: 0 40px;
	font-size: 0.8em;
}

#sp-top1 ul.social-icons li a, #sp-top1 .sp-module ul.mod-menu li a, #sp-top1 .hikashop_cart_module a {
	color: #aaaaaa;
}

#sp-top1 ul.social-icons li a:hover {
	color: #fed23d;
}

#sp-top1 .sp-module ul.mod-menu li a:hover,  #sp-top1 .hikashop_cart_module a:hover {
	color: #ffffff;
}

#sp-top1 .sp-module {
	display: inline-block;
}

#sp-top1 .sp-module ul.mod-menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

#sp-top1 .hikashop_cart_module {
	font-size: 0.8em;
}

#sp-top2, #sp-top3 {
	padding-top: 30px;
}

#sp-top3 {
	float: right;
	padding-right: 50px;
	z-index: 9999;
	position: inherit;
}

#sp-header.header-sticky #sp-top3 {
	padding-top: 10px;
}

#sp-header .topcontact {
	text-align: right;
	margin-right: 30px;
}

#sp-header .topcontact li.tm-item {
	list-style: none;
	display: inline-block;
	text-align: right;
	margin: 0 25px;
}

#sp-header .sp-megamenu-wrapper {
	display: block;
}

#sp-header #sp-menu .d-flex {
	display: block !important;
}

#sp-header .contact-info {
	color: #6D8C54;
	font-size: 0.9em;
	margin-top: 40px;
}

#sp-header .contact-info .tm-content p, #sp-header .contact-info .tm-content p a {
	font-size: 20px;
	font-weight: 500;
	color: #2a2a2a;
}

#sp-top3 .reseaux a {
	display: inline-block;
}

 #sp-header.header-sticky .topcontact {
	display: none !important;
}

#sp-page-title h1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
}

.sp-page-title nav {
	font-size: 0.95em;
	margin-top: 15px;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
  color: #aaa;
  margin: 0 5px;
}

.nav-ferme #sp-page-title, .layout-blog #sp-page-title, .com-tags #sp-page-title {
	background-image: url("../../../images/serre1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
}

.nav-vente #sp-page-title {
	background-image: url("../../../images/points-vente.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
}

.nav-produits #sp-page-title {
	background-image: url("../../../images/home-header-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	text-align: center;
}

#sp-page-title div.row {
	background-color: rgba(9, 8, 5, 0.5);
	content: '';
	background-position: center center;
	background-repeat: repeat;
	padding: 140px 15px 140px 15px;
}

.sp-page-title {
	background-color: transparent;
}

.sp-page-title nav {
	display: inline-block;
}

/* MENU */
#sp-header #sp-menu {
	width: 100%;
}

#sp-header .row {
	display: block;
}

#sp-header .sp-dropdown .row {
	display: flex;
}

#sp-menu nav {
	border-top: 1px solid #dee2e6;
	padding: 15px 0;
}

#sp-header.header-sticky #sp-menu nav {
	padding-top: 30px;
}

#sp-header #sp-menu .sp-column {
	justify-content: center !important;
}

#sp-header #sp-menu ul.sp-megamenu-parent {
	float: unset;
	text-align: center;
}

.sp-megamenu-parent {
	margin: auto;
}

li.sp-menu-item {
	text-transform: uppercase;
}

ul.sp-dropdown-items li {
	text-transform: none;
}

ul.sp-dropdown-items li a {
	font-weight: normal !important;
}

div.sp-menu-right, .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block ruby;
}

.sp-megamenu-parent > li.active > a {
	color: #000000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #000000;
	font-weight: bold !important;
	font-style: italic;
}

.sp-megamenu-parent .sp-mega-group li.menu_item a {
	text-align: center;
}

.sp-megamenu-parent .sp-mega-group li.menu_item a img {
	width: 175px;
	height: 120px;
	display: block;
	margin: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	line-height: unset;
}

/* ACCUEIL */
.accueil #sp-page-title {
	display: none;
}

.slide-home .sp-slider-content-align-center {
	width: 65%;
	margin: auto;
}

.poles .sppb-addon-image-layout-content {
	background-color: transparent;
	bottom: 0;
	width: 100%;
	margin: 0;
}

.poles .sppb-addon-image-layout-content a.sppb-btn {
	width: 80%;
	text-align: left;
	text-transform: uppercase;
}

.poles .sppb-addon-image-layout-content a.sppb-btn i {
	float: right;
}

.categories .sppb-addon-image-layout-content {
	background-color: transparent;
	padding: 0;
	text-align: center;
	width: 100%;
}

.categories .sppb-addon-image-layout-content a.sppb-btn {
	text-transform: none;
	padding: 0;
}

.partenaires .sppb-gallery {
	align-items: center;
}

/* FOOTER */
#sp-bottom div.row {
	background-color: rgba(42, 42, 42, 0.8);
	content: '';
	background-position: center center;
	background-repeat: repeat;
}

#sp-bottom h6 {
	font-size : 1.5em;
}

#sp-footer {
	opacity: 0.9;
}

#sp-footer .container-inner {
  padding: 10px 0;
  color: #ddd;
}

.acym_module_form label {
	width: 70%;
}
/* PAGES */
.ui-addon-image img {
	display: inline-block;
}

/* ADDONS */
.sppb-addon-timeline-wrapper .timeline-panel {
	text-align: center !important;
	width: 85% !important;
}
.sppb-addon-timeline-wrapper .timeline-badge {
	padding: 0 1px;
}
.sppb-addon-timeline-wrapper .timeline-badge::before {
	border-color: #1F98D1 !important;
}
.sppb-addon-timeline-wrapper .timeline-badge::after {
	display: none;
}

.sppb-addon-horizontal-timeline {
  position: relative;
  margin-bottom: 60px;
}
.sppb-addon-horizontal-timeline .sppb-addon-horizontal-timeline-top-wrapper {
  display: flex;
  align-items: flex-end;
}
.sppb-addon-horizontal-timeline .timeline-point .timeline-point-content {
  position: relative;
  height: 20px;
}
.sppb-addon-horizontal-timeline .timeline-point .timeline-point-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #ccc;
  background-color: #fff;
}
.sppb-addon-horizontal-timeline .timeline-badge-top {
  height: 50px;
  position: relative;
  margin-top: 20px;
}
.sppb-addon-horizontal-timeline .timeline-badge-top:before {
  content: '';
  width: 1px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
}
.sppb-addon-horizontal-timeline .timeline-badge-bottom {
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.sppb-addon-horizontal-timeline .timeline-badge-bottom:before {
  content: '';
  width: 1px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
}
.sppb-addon-horizontal-timeline .sppb-addon-horizontal-timeline-line {
  position: relative;
  padding: 40px 0;
  line-height: 1;
}
.sppb-addon-horizontal-timeline .sppb-addon-horizontal-timeline-line:before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #ccc;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.sppb-addon-horizontal-timeline .tns-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(60px);
}
.sppb-addon-horizontal-timeline .tns-nav button {
  border: 1px solid #ccc;
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 8px;
}
.sppb-addon-horizontal-timeline .tns-nav button.tns-nav-active, .sppb-addon-horizontal-timeline .tns-nav button:hover, .sppb-addon-horizontal-timeline .tns-nav button:focus {
  border-color: #aaa;
  background-color: #aaa;
  outline: none;
}

.timeline-image img {
	width:40px;
	height: 40px;
}
.timeline-time {
	font-size: 1.2em;
}

div.sppb-addon-image-layout-caption {
	text-align: right;
}
div.sppb-addon-image-layout-caption a {
	color: #7ec5a4;
}
div.sppb-addon-image-layout-caption a:hover {
	text-decoration: underline;
}


/* BLOG */
#sp-right .sp-module:first-child {
	padding-top: 0;
}

#sp-right .sp-module .sp-module-title {
	position: relative;
	border-bottom: 2px solid #dee2e6;
	padding-bottom: 20px;
	margin-bottom: 35px;
	font-weight: 500;
	text-transform: none;
	font-size: 1.4em;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

#sp-right .sp-module .sp-module-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #7cac36;
}

#sp-right .sppb-row-container {
	padding: 0 !important;
}

#sp-right .sp-module {
	margin-top: 20px;
}

#sp-right .mod-menu ul.menu-child {
	border-left: 1px dashed #dee2e6;
	margin-left: 10px;
	padding-left: 15px;
}

#sp-right .mod-menu ul.menu-child li {
	font-size: 1.2em;
	display: list-item;
	list-style: disclosure-closed;
}

.article-list .article .article-intro-image img {
	border-radius: 10px;
}

.article-details .article-full-image img {
	border-radius: 10px;
}

.article-details .article-can-edit {
	margin-bottom: 0px;
}

div.blog, .layout-blog #sp-component, .layout-blog #sp-main-body h1, .layout-blog h2, .layout-blog h3, .layout-blog div.item-page, .com-tags #sp-component {
	font-family: "Pompiere", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

div.blog dl.article-meta-info, body.layout-blog div.item-page dl.article-meta-info {
	font-size: 0.9em;
}

.layout-blog #sp-main-body {
	padding: 50px;
}

.layout-blog #sp-main-body h1, .com-tags #sp-main-body h1 {
	font-weight: bold;
	font-size: 1.6em;
}

.layout-blog h2 {
	font-weight: bold;
	font-size: 1.2em !important;
}

.layout-blog div.item-page h2 {
	font-weight: bold;
	font-size: 1.6em;
}

.layout-blog  h3 {
	font-weight: bold;
	font-size: 1.2em;
}

.layout-blog div.item-page h3 {
	font-weight: bold;
	font-size: 1.2em;
}

div.tags div.tagspopular a {
	color: #777;
	font-size: 0.8em;
}

.tags > li a {
	font-size: 0.9em;
}

div.tags div.tagspopular a:hover {
	color: #999;
}

.com-tags .com-tags__items form {
	margin: 15px 0;
}

.com-tags h3 {
	font-size: 0.85em;
}

.com-tags .com-tags__items img {
	max-width: 30%;
	float: left;
	border-radius: 10px;
	margin-right: 20px;
}

.layout-blog .sppb-gallery li {
	margin: 10px !important;
}

.layout-blog .sppb-gallery li img {
	border-radius: 5px;
}

.layout-blog h3.sppb-addon-title {
	text-align: center;
	display: block;
	margin-top: 10px;
}

.layout-blog .sppb-section {
	padding-top: 0 !important;
}

.layout-blog .sppb-section .sppb-row-column {
	padding: 0;
}

.layout-blog div.items-row div.uk-card-body {
	padding: 0;	
}

div.tags div.tagspopular a {
	color: #777;
	font-size: 0.8em;
}

div.tags div.tagspopular a:hover {
	color: #999;
}

.featured-article-badge { display: none; visibility: hidden;}

.layout-blog .article-info > span {
  font-size: 0.95em;
}

div.blog .image-left .float-left {
	float: left;
	margin: 10px 30px 50px 0 !important;
	height: 240px;
	width: 320px;
}

div.blog .article-introtext {
	line-height: 1.3em;
}

.article-list .article {
	border-top: 1px solid #dee2e6;
}

.article-list .article .readmore {
	text-transform: uppercase;
	font-size: .85em;
}

.layout-blog .latest-articles h4 {
	font-size: 1em;
}

.layout-blog .latest-articles .list-unstyled {
	margin-bottom: 0;
}

.layout-blog .latest-articles .readmore {
	margin-bottom: 25px;
}

/* CATALOGUE */
.com-hikashop #sp-main-body {
  padding: 60px 0;
}

.com-hikashop .sp-page-title .sp-page-title-heading {
	text-transform: uppercase;
	font-size: 32px;
}

.hikabtn {
	background-color: #7cac36;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 7px 50px;
	text-transform: uppercase;
}

.hikashop_filter_collapsable_title_mobile + .hikashop_filter_main_div {
	border: 0;
}

.hikashop_category_description {
	margin-top: 20px;
}

div.hikashop_products_listing div.hikashop_badge_topright_div img.hikashop_product_badge_image {
  width: 100px;
  margin-right: -14px;
  margin-top: -8px;
}

.com-hikashop .hikashop_listing_img_title .hikashop_product_name a {
  font-size: 1.3em;
}

.com-hikashop .hikashop_listing_img_title .hikashop_subcontainer_aligned {
	min-height: initial;
}

.hikashop_products .hikashop_subcontainer form.hikashop_aligned_btn {
	margin-top: 0;
}

.com-hikashop dl, .hikashop_module dl {
	margin-bottom: 0;
}

.com-hikashop .hikashop_products_listing .hikashop_product {
	margin-top: 20px;
}

.com-hikashop .hikashop_products_listing button.hikacart {
	padding: 7px 30px;
}

.com-hikashop .hikashop_products_listing .hikashop_product_price_full {
	margin-top: 10px;
}

.hikashop_product_right_part {
	padding-left: 40px;
}

.hikashop_product_category {
	font-size: 0.8em;
	line-height: 1.4;
	color: #999;
}

.hikashop_product_page .hikashop_product_right_part h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_main {
  margin: 1.5rem 0;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #7cac36;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_quantity_form {
	display: inline-block;
}

.hikashop_product_page .hikashop_product_custom_info_main {
	margin-top: 15px;
}

.hikashop_product_page h4 {
	font-size: 1.3em;
	margin: 10px 0;
}

.hikashop_product_page .hikashop_child_image {
	height: 80px;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail,
.hikashop_product_page div.hikashop_small_image_div a {
	border-width: 1px;
	border-color: #dee2e6;
}

.hikashop_product_page .hikashop_small_image_div {
	margin-bottom: 15px;
}

.hikashop_product_page .hikashop_product_custom_info_main_table {
	background-color: #eee;
	width: 80%;
}

.hikashop_product_page .hikashop_product_custom_info_main_table tr {
	border: 2px solid #fff;
}

.hikashop_product_page .hikashop_product_custom_info_main_table td {
	padding: 5px 15px;
}

.hikashop_product_page .hikashop_product_custom_info_main_table label {
	color: #444;
}

.hikashop_product_page .meta-description {
	margin: 20px 0;
}

.sppb-addon-articles-carousel .bx-wrapper img {
	max-height: 500px;
	max-width: 90%;
	margin: auto;
}

.sppb-addon-articles-carousel .bx-controls {
	position: inherit;
	top: 0;
	left: 50%;
}

.sppb-articles-carousel-link {
	font-size: 1.1em;
}

#sp-component .hikashop_subcategories_listing {
	margin-top: 50px;
}

#sp-component .hikashop_subcategories_listing .hikashop_category_name {
	font-size: 1.2em;
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

#sp-component .hikashop_subcategories_listing .hikashop_category_image {
	width: 175px;
	height: auto !important;
	margin: auto;
	margin-bottom: 10px;
}

#sp-component .hikashop_subcategories_listing .thumbnail br {
	display: none;
}

#sp-component .hikashop_filter_main_div {
	margin-top: 50px;
}

#sp-right .hikashop_subcategories_listing .hikashop_category_image {
	float: left;
	margin-right: 15px;
}

#sp-right .hikashop_subcategories_listing .thumbnail br {
	display: none;
}

#sp-right .hikashop_subcategories_listing .thumbnail {
	text-align: left;
	padding: 0;
}

#sp-right .hikashop_subcategories_listing .hikashop_category_name {
	padding-top: 10px;
}

#sp-right .mod-categories h3.sp-module-title {
	margin-bottom: 20px;
}

