/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-size: 14px;
  line-height: normal;
}

p{
  font-size: 12px;
  line-height: normal;
}


#jardin h1 {
  font-size: 93px;
  line-height: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #2754038a;
}
#jardin h1.espagnol {
  font-size: 91px;
}
#jardin h2 {
  font-size: 30px;
  line-height: normal;
  color: #2754038a;
  margin-top: 33px;
  margin-bottom: 20px;
}
#jardin p {
	font-size:17px;
}
#jardin p.intro {
  font-size: 20px;
}
#jardin blockquote {
  text-align: center;
  font-size:21px;
  display:block;
  float: right;
  width: 30%;
  margin: 0 0 1em 1em;
  padding: 1em;
  font-style: italic;
  background-color: #f7f0cc;
  border-left: 15px solid #2754035e;
  font-weight: 300;
}
#jardin img.gauche {
  float: left;
  margin: 0 40px 10px 0;
}
#jardin img.droite {
  float: right;
  margin: 0 0 10px 40px;
}
#jardin p.gros {
	text-align: right;
	font-size: 24px;
	margin-top: 45px;
}

#custom-text {
  padding: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  background: #f7ebad;
  border-radius: none;
}
#custom-text p {
	font-size:19px;
	font-weight: 350;
	color:#4d6f31;
	text-align:justify;
}
#custom-text strong {
	font-weight: 600;
}
#custom-text h2 {
  font-size: 97px;
  line-height: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #2754038a;
}
#custom-text h2#esp {
  font-size: 94px;
}
#custom-text h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  color: #2754038a;
}
#custom-text p.image {
	display: inline;
}

#custom-text img.gauche {
  float: left;
  margin: 0 40px 10px 0;
}
#custom-text img.droite {
  float: right;
  margin: 0 0 10px 40px;
}
#custom-text p.gros {
	font-size: 24px;
}

#video-acc {
	width:100%;
	height:auto;
	display:block;
	margin: 50px 0 50px 0;
}


#mobile_top_menu_wrapper .top-menu li#lnk- a {
  font-family: "Material Icons", Arial, sans-serif;
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 30px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
}

@media all and (max-width: 660px) {
	#header {
		background: linear-gradient(180deg,rgba(241, 192, 32, 1) 0%, rgba(241, 180, 28, 1) 100%);
	}
	#header #logo_pico {
		position: absolute;
		top: 22px;
		left: 50%;
		width: 193px;
		height: auto;
		transform: translateX(-50%);
	}
	#wrapper {
		background: #ebd88d;
		background: linear-gradient(180deg,rgba(255, 229, 168, 1) 0%, rgba(247, 235, 173, 1) 27%);
		padding-top: 15px;
	}
	#jardin h1 {
		font-size: 52px;
	}
	#jardin img.droite {
		float: none;
		margin: 0 0 30px 0;
	}
	#jardin img.gauche {
		float: none;
		margin: 0 0 30px 0;
	}
	#jardin h2 {
		text-align:left;
	}
	#jardin blockquote {
	  text-align: center;
	  font-size: 21px;
	  display: block;
	  float: right;
	  width: 100%;
	  margin: 0 0 1em 1em;
	  padding: 1em;
	  font-style: italic;
	  background-color: #f7f0cc;
	  border-left: 15px solid #2754035e;
	  font-weight: 300;
	}
	#custom-text h2 {
		font-size: 52px;
	}
	#custom-text img.droite {
		float: none;
		margin: 0 0 0 30px;
	}
	.footer-container .links ul > li {
		border-bottom: 1px solid #577142;
	}
	.links .title {
		border-bottom: 1px solid #577142;
	}
	#paiement-securise {
		margin: 10px 0 20px 0;
		float: none;
	}
}
@media all and (min-width: 660px) {
	#header {
	background: url('../img/header-gauche.jpg') left no-repeat, url('../img/header-droite.jpg') right no-repeat, linear-gradient(180deg,rgba(241, 192, 32, 1) 0%, rgba(241, 180, 28, 1) 100%);
	}
	#header #logo_pico {
	position: absolute;
	top: 22px;
    left: 40%;
    width: 193px;
    height: auto;
	}
	#wrapper {
		background: #ebd88d;
		background: linear-gradient(180deg,rgba(255, 229, 168, 1) 0%, rgba(247, 235, 173, 1) 27%);
		padding-top: 100px;
	}
	#footer div.col-md-3 {
    margin-left: 20px;
	}
}
@media all and (min-width: 1210px) {
	#header {
	background: url('../img/slogan.png') 54% 50% no-repeat, url('../img/piment.png') 77% 100% no-repeat, url('../img/header-gauche.jpg') left no-repeat, url('../img/header-droite.jpg') right no-repeat, linear-gradient(180deg,rgba(241, 192, 32, 1) 0%, rgba(241, 180, 28, 1) 100%);
	}
	#header #logo_pico {
	position: absolute;
	top: 22px;
    left: 20%;
    width: 193px;
    height: auto;
	}
	#wrapper {
		background: #ebd88d;
		background: linear-gradient(180deg,rgba(255, 229, 168, 1) 0%, rgba(247, 235, 173, 1) 27%);
		padding-top: 100px;
	}
	#footer div.col-md-3 {
    margin-left: 87px;
	}
}

@media all and (min-width: 1910px) {
	#header {
	background: url('../img/slogan-grand.png') 67% 100% no-repeat, url('../img/header-gauche.jpg') left no-repeat, url('../img/header-droite.jpg') right no-repeat, linear-gradient(180deg,rgba(241, 192, 32, 1) 0%, rgba(241, 180, 28, 1) 100%);
	}
	#header #logo_pico {
	position: absolute;
	top: 22px;
    left: 16%;
    width: 193px;
    height: auto;
	}
	#wrapper {
		background: #ebd88d;
		background: linear-gradient(180deg,rgba(255, 229, 168, 1) 0%, rgba(247, 235, 173, 1) 27%);
		padding-top: 100px;
	}
}

#header {
	height: 208px;
	color: #275403;
	background-color: #F1C020;
}

.h1 {
  color: #275403;
  font-size: 44px;
}
.h5 {
  font-size: 2rem;
}
a {
  color: #509915;
}
a:hover {
  color: #c1272d;
}

#footer a {
	color: #275403;
}
#footer a:active, #footer a:hover {
    color: #c1272d;
}
#paiement-securise {
  margin: 10px 0 50px 55px;
  float: left;
}


#header a{
	color: #275403;
}
#header a:hover{
	color: #c1272d;
}
.btn-unstyle:hover {
  color: #c1272d;
}
.dropdown .expand-more:hover {
  color: none;
}
.dropdown {
  color: none;
}

#header .header-top {
	background-color:transparent;
	padding:0;
	width:100%;
    position: absolute;
    top: 208px;
    background-color: #275403;
}
#header .header-nav {
	border:none;
}
#header .header-top>.container {

}
#search_widget form input {
    display: none;
}

#header .header-nav .blockcart {
	background: #d0a519;
}
#header .header-nav .cart-preview .shopping-cart {
    color: #275403;
}
.dropdown .expand-more {
	color: #275403;
}
.dropdown .expand-more:hover {
	color: #c1272d;
}
#header .header-top a[data-depth="0"] {
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #f9e8a6;
	padding: 20px;
	transition: background-color 1s;
}
#header .header-top a[data-depth="0"]:hover {
	color:#275403;
	background-color: #f1b41c;
}

#header .header-nav .language-selector, #header .header-nav .user-info {
	color: #275403;
}
#header .header-nav .language-selector, #header .header-nav .user-info:hover {
	color: #c1272d;
}
#header .header-nav .cart-preview.active {
  background: #c1272d;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
  color: #fce7aa;
}
#header .header-nav .cart-preview.active a:hover {
  color: #fce7aa;
}
.btn-unstyle {
	color: #275403;
}
.btn-unstyle:hover {
	color: #c1272d;
}


@ media(max - width: 360px) {
}

@media(max - width: 575px) {
}
	 
@media(max - width: 767px) {
}

@ media(max - width: 991px) {
}

@ media(max - width: 1199px) {
}

#header .menu>ul>li#lnk- {
    font-family: "Material Icons", Arial, sans-serif;
}
#header .menu>ul>li#lnk- a {
	padding-top: 16px;
    padding-bottom: 14px;
	display:inline;
	font-size:30px;
	line-height: inherit;
	text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
}

#footer {
	color:#f9e8a6;
    background-color:#275403;
}

#footer .h1, #footer .h2, #footer .h3, #footer .h4, #footer a, #footer li {
	color:#f9e8a6;
}
#footer .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
    color:#f9e8a6;
}

#footer .footer-container li a {
    color:#f9e8a6;
	font-weight: 200;
}
#footer .links .collapse {
	color:#f9e8a6;
	font-weight: 200;
}
#footer p.text-sm-center {
    font-size: 10px;
    font-weight: 200;
    color: #5c6d4f;
	letter-spacing:3px;
}
@media (max-width: 767px) {
  .footer-container .links ul {
    margin-bottom: 0;
    background-color: #275403;
  }
}
@media (min-width: 768px) {
  #footer .col-md-6, #footer .col-md-7 {
    width: auto;
  }
}
@media (min-width: 768px) {
  #footer .col-md-3 {
    width: auto;
  }
}
@media (min-width: 768px) {
  #footer .col-md-3 {
    width: auto;
    margin-left: 86px;
    margin-bottom: 50px;
  }
}

.block-categories {
  background: none;
}
.card {
  background: none;
}
.block-category {
  min-height: none;
}
#mobile_top_menu_wrapper {
  background: #275403;
}
.dropdown select {
  color: #f9e8a6;
  background: #275403;
}
span#language-selector-label.hidden-md-up {
	color: #f9e8a6;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  border-bottom: 1px solid #f9e8a6;
}

#block_myaccount_infos .myaccount-title a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
	color:#f9e8a6;
}

.dropdown-menu {
    color: #275403;
    background-color: #e5d081;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
}
#main .page-content, #main .page-footer, #main .page-header {
	background: none;
}
.contact-form {
    width: 100%;
    padding: 3rem;
    color: #5c6d4f;
    background: #f3de97;
	border-radius: 10px;
}
.btn-primary, .btn-primary:hover {
    color: #f9e8a6;
    background-color: #275403;
    border-color: transparent;
	border-radius: 5px;
}
.btn-primary, .btn-primary:hover {
    color: #f9e8a6;
    background-color: #275403;
    border-color: transparent;
	border-radius: 5px;
}

#blockcart-modal .cart-content .cart-content-btn button {
    color: #275403;
	background:none;
    border-color: transparent;
	border-radius: 5px;
	margin-bottom:0;
}
#blockcart-modal .cart-content .btn {
	margin-bottom:0;
}
#blockcart-modal .cart-content .cart-content-btn button:hover {
    color: #c1272d;
}

.input-group .input-group-btn>.btn {
    color: #f9e8a6;
    background-color: #275403;
}
.form - control: focus {
    outline: .1875rem solid #275403;
}
.page-content.page-cms ul, p {
    font-size: .9375rem;
    font-weight: 400;
    color: #495a3b;
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
	font-weight: 800;
	font-style: normal;
	font-size: 50px;
    color: #2754038a;
}
#products .featured-products .products-section-title {
    margin: 2.5rem 0;
    font-weight: 800;
    text-align: center;
	color:#275403;
}
/* PRODUITS POPULAIRES */
@media (min-width: 1200px) {
    .col-xl-3 {
        width: 33%;
    }
}
.product-miniature .thumbnail-container {
    background: none;
}
.product-miniature .product-description {
    background: none;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  border-radius: 15px;
}

.modal-content {
  background-color: #f9eaac;
  background-clip: padding-box;
  border: none;
  border-radius: 30px;
}

#blockcart-modal .modal-body {
  background: none;
}
#blockcart-modal .modal-header, #product #block-reassurance {
  background: none;
}
#blockcart-modal .product-name {
  font-size: 1.125rem;
  color: #275403;
}
#blockcart-modal .cart-content p.product-total {
	background:none;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
}

body#checkout section.checkout-step {
  background-color: #fff8e3;
}
body#checkout section.checkout-step .step-title {
  border-bottom: 1px solid #d7ded2;
  font-size: 1.3rem;
}
.footer-container .h3 {
	color: #f9e8a6;
}

.h3 {
	color: #275403;
}
.h4 {
  color: #26490b;
} 
body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #488418;
}
.done {
  color: #488418;
}
body#checkout section.checkout-step .address-item {
  background: #f2d68e;
  border: 3px solid transparent;
  border-radius: 20px;
}
body#checkout section.checkout-step .address-item.selected {
  background: #eec763;
  border: #4b7629 3px solid;
  border-radius: 20px;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #488418;
}
.text-muted {
  color: #6e7b63 !important;
}
.product-price {
  color: #488418;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  padding: 23px 0;
  margin-bottom: 25px;
  margin-top:25px;
  background: #f2d68e;
  border-radius: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 5px;
  margin-top: 20px;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  border-top: 1px solid #ddd191;
  border-bottom: 1px solid #ddd191;
}
body#checkout #header .header-nav .logo {
  max-height: none;
}
.btn-primary, .btn-primary:hover {
  margin-top: 30px;
  margin-bottom: 30px;
}

div.add .btn-primary, div.add .btn-primary:hover {
  margin: 0;
}
body#checkout #footer {
  padding: .9375rem;
  color: #f9e8a6;
  background: #275403;
}

.page-content.page-cms li {
	display:block;
	padding-left: 30px;
	background: url('../img/puce.gif') left no-repeat;
}

.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
  border: none;
}

.product-miniature .highlighted-informations {
  background: rgba(22, 30, 16, 0.8);
}
.product-miniature .highlighted-informations .quick-view {
  font-size: 1rem;
  color: #a69b5b;
  display:block;
}
.product-miniature .highlighted-informations .quick-view:hover {
  color: #c4b76f;
  display:block;
}

.btn-comment, .btn-comment-inverse {
  border-radius: 5px;
  background-color: #a8956a;
  color: #eee7c2;
}
.btn-comment:hover {
  background-color: #75684c;
  transition: background-color 1s;
}

.product-comment-list-item {
  background-color: #fffcea;
}
.tabs {
  background: none;
}
.tabs .nav-tabs .nav-link.active {
  color: #275403;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  border-bottom: #275403 3px solid;
  background-color: #f9e581;
  
}
#product-comments-list-header {
  color: #776744;
}
img.js-qv-product-cover {
	border-radius: 20px;
}
.product-actions .add-to-cart .material-icons {
  line-height: 21px;
}
.products-sort-order .select-title {
  background: #fff6ca;
  border-radius: 10px;
}
.products-sort-order .dropdown-menu {
	background: #fff6ca;
	border-radius: 10px;
}

.product-miniature .product-title a {
  font-size: 21px;
  font-weight: 1000;
  color: #275403;
}
.product-miniature .product-price-and-shipping {
  font-weight: 400;
  color: #468c0e;
  font-size: 17px;
}