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

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  box-sizing: border-box;
}

header {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.bgHeader {
  width: 100%;
  height: 600px;
  background: url("https://polhine.com/themes/at_auros/assets/img/bandeau.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

nav {
  width: 100%;
  height: 80px;
  background: rgb(230, 230, 230);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav p {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

main {
  width: 100%;
  height: auto;
}

.mainTextContainer {
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
}

.mainTextContainer h1,
.mainTextContainer h2 {
  text-align: center;
  padding: 0;
  margin: 0;
}

.mainTextContainer h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc999;
}

.mainTextContainer h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: normal;
  color: #000;
}

.mainTextContainer p {
  margin: 15px 0 0 0;
  padding: 0;
  color: #594f4d;
  font-size: 1.375rem;
}

.mainTextContainer p:nth-child(1) {
  margin: 0;
}

.mainImgContainer {
  margin: 100px auto 50px auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainImgContainer div {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 100px;
}

.mainImgContainer div:nth-last-child(1) {
  margin-bottom: 0;
}

.mainImgContainer .mainImgBoxText {
  flex-direction: column;
}

.mainImgContainer div:nth-last-child(2) .mainImgBox {
  margin: 0;
}

.mainImgContainer div:nth-last-child(2) p {
  padding: 5% 5% 15px 5%;
}

.mainImgContainer div:nth-last-child(2) p:nth-last-child(1) {
  padding: 0 5% 5% 5%;
}

.mainImgContainer div img {
  height: 400px;
  width: 550px;
  object-fit: cover;
  object-position: center;
}

.mainImgContainer .mainImgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: auto;
  margin: 0;
}

.box-product {
  padding-top: 0 !important;
}

.mainImgContainer .mainImgBox p {
  margin-bottom: 0;
  padding: 5%;
  font-size: 1.125rem;
}

.mainImgContainer h3 {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc999;
  text-align: center;
}

.mainImgContainer .mainImg {
  height: 400px;
  width: 550px;
  background-size: cover;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
}

.mainImgContainer div .locaux {
  background: url("https://polhine.com/themes/at_auros/assets/img/producteurLocaux.jpg") no-repeat bottom;
}

.mainImgContainer div .superflus {
  background: url("https://polhine.com/themes/at_auros/assets/img/superflus.jpg") no-repeat center;
  background-size: 100% 100%;
}

.mainImgContainer div .creations {
  background: url("https://polhine.com/themes/at_auros/assets/img/produit.jpg") no-repeat bottom;
}

.mainImgTextConclusion {
  margin: 0;
  padding: 0;
  color: #594f4d;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.mainImgPadding {
  padding-top: 5% !important;
}

.bandeauConstruction {
  width: 100%;
  display: flex;
  padding: 15px 0 0 0;
  justify-content: center;
  align-items: center;
  background-color: #ffb0a9;
  margin-bottom: 15px;
  color: white;
}
.bandeauConstruction p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.eapps-instagram-feed-posts-view.eui-slider-slide {
  margin-top: 60px;
}

@media screen and (max-width: 1280px) {
  .bgHeader {
    height: 510px;
  }

  .mainTextContainer p {
    font-size: 1.15rem;
  }

  .mainTextContainer h1 {
    font-size: 2.125rem;
  }

  .mainTextContainer h2 {
    font-size: 1.7rem;
  }

  .mainImgContainer .mainImg {
    width: 467.5px;
    height: 340px;
  }

  .mainImgContainer h3 {
    font-size: 2.125rem;
  }

  .mainImgTextConclusion {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 1024px) {
  .bgHeader {
    height: 450px;
  }

  .mainTextContainer p {
    font-size: 1rem;
  }

  .mainTextContainer h1 {
    font-size: 1.875rem;
  }

  .mainTextContainer h2 {
    font-size: 1.5rem;
  }

  .mainImgContainer .mainImg {
    width: 412.5px;
    height: 300px;
  }

  .mainImgContainer h3 {
    font-size: 1.875rem;
  }

  .mainImgTextConclusion {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .bgHeader {
    height: 420px;
  }

  .mainTextContainer p {
    font-size: 1rem;
  }

  .mainTextContainer h1 {
    font-size: 1.75rem;
  }

  .mainTextContainer h2 {
    font-size: 1.4rem;
  }

  .mainImgContainer .mainImg {
    width: 100%;
    height: 280px;
  }

  .mainImgContainer h3 {
    font-size: 1.75rem;
    margin-top: 25px;
    width: 100%;
  }

  .mainImgContainer div {
    flex-direction: column;
    margin-bottom: 75px;
  }

  .mainImgRespon {
    flex-direction: column-reverse !important;
  }

  .iview,
  .iviewSlider {
    display: none;
  }

  .mainImgContainer .mainImgBox {
    width: 100%;
  }

  .mainImgContainer .mainImgBox p {
    padding: 0;
    margin-top: 15px;
    font-size: 1rem;
  }

  .mainImgContainer div:nth-last-child(2) p {
    padding: 0;
    margin-top: 15px;
  }

  .mainImgContainer div:nth-last-child(2) p:nth-last-child(1) {
    padding: 0;
  }
}

/*** Modifs ***/

.header-nav {
  display: none;
}

.bannercontainer .tp-caption.h1-style-4 .btn:hover {
  background-color: #ffc999;
  border-color: #ffc999;
}

.widget-category_image .block_content > ul:hover .cate-name {
  color: #ffc999 !important;
}

.bannercontainer .tp-caption.h2-style-1 {
  font-family: "Poppins", sans-serif !important;
}

.nqt-email:hover {
  color: #ffc999 !important;
}

a:hover,
a:focus {
  color: #ffc999;
}

.block_newsletter .input-wrapper input:focus,
.block_newsletter .input-wrapper input:hover {
  border-color: #ffc999;
}

.block_newsletter .input-wrapper button:hover {
  color: #ffc999;
  border-color: #ffc999;
}
.page-content .card .card-block {
  border-radius: 5px;
  box-shadow: none;
}
.input-group .input-group-btn > .btn {
  background-color: #ffc999;
  font-family: "poppins";
  color: #594f4d;
}
.input-group .input-group-btn > .btn:hover {
  background-color: #ffc999;
}
.btn-outline:hover {
  background-color: #ffc999 !important;
}

.card {
  border-radius: 5px !important;
  box-shadow: none !important;
}
.leo-megamenu .navbar-nav > li > a:before {
  background-color: #ffc999 !important;
  border-color: #ffc999 !important;
}
.breadcrumb li:last-child a {
  color: #ffc999 !important;
}
.bannercontainer .tp-caption.h1-style-4 .btn:hover {
  background-color: #ffc999 !important;
  border-color: #ffc999 !important;
}
.see-all a {
  -moz-box-shadow: 0px -9px 0px 0px #ffc999 inset !important;
  -webkit-box-shadow: 0px -9px 0px 0px #ffc999 inset !important;
  -o-box-shadow: 0px -9px 0px 0px #ffc999 inset !important;
  -ms-box-shadow: 0px -9px 0px 0px #ffc999 inset !important;
}

#wrapper .breadcrumb:before {
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: -1;
  margin-left: -50vw;
  width: 100vw;
  background: none !important;
  background-size: cover;
  background-position: center left;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -999px;
  right: -999px;
  bottom: 0;
  background: none !important;
  z-index: -1;
}
#wrapper .breadcrumb {
  height: 70px;
}
.off-canvas-active .navbar-header .navbar-toggler {
  border-color: #ffc999;
  background: #ffc999;
  color: #fff;
}
.block_newsletter .input-wrapper button:hover {
  color: white;
}
.btn-outline:hover {
  border-color: #ffc999;
}

.bannercontainer .tp-caption.h2-style-2,
.bannercontainer .tp-caption.h1-style-4 .btn,
.widget-category_image .block_content .cate-name,
.ApColumn .title_block,
.see-all a,
.box-show-more a,
.box-testimonial .testimonial-content,
.box-testimonial .testimonial-details .testimonial-name {
  font-family: "poppins" !important;
}

/* CLASS ITEM ACCUEIL */
.widget-category_image .block_content .items {
  display: none;
  color: #777777;
  font-size: 14px;
  font-family: "Eina03-400";
  letter-spacing: 0.14px;
  display: block;
  display: none !important;
}

/* <div class="cardHomeNE">
<p>Polhine s'inscrit dans mouvement du #slowflower</p>
<a href="#" class="buttonCard">Nos engagement</a></div>
*/

.slowContainer {
  width: 100%;
  height: auto;
  position: relative;
}

.slowContainer img {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

.slowContainer .slowContainerBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slowContainer .slowContainerBox h1 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 10%;
  color: #222222;
}

.slowContainer .slowContainerBox a {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
  /* font-weight: bold; */
  letter-spacing: 0.32px;
  padding: 17px 51px;
  border: 2px solid;
  display: inline-block;
  margin-top: 35px;
  color: #222222;
}

.page-home .ApColumn .title_block {
  text-align: center;
  margin-top: 100px;
}
.slowContainer .slowContainerBox a:hover {
  color: white;
  background-color: #ffc999;
  border-color: #ffc999;
}

#image-form_12141782630013492 {
  margin-bottom: 100px;
}

/* .contact-rich,
#left-column {
  display: none;
} */

label,
.label,
.form-control,
.input-group .input-group-btn > .btn,
.form-control-comment,
.btn {
  font-size: 1rem;
}

.homeLogoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.homeLogoContainer a:not(:nth-last-child(1)) {
  margin-right: 30px;
}

.homeLogoContainer a img {
  max-width: 150px;
  height: auto;
  margin-top: 10px;
}

.homeLogoContainer a:nth-child(1) img {
  max-width: 200px;
}

.homeLogoContainer a:nth-last-child(1) img {
  max-width: 100px;
}

.ApRawHtml .sub-title-widget {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1280px) {
  .homeLogoContainer a img {
    max-width: 100px;
  }

  .homeLogoContainer a:nth-child(1) img {
    max-width: 150px;
  }

  .homeLogoContainer a:nth-last-child(1) img {
    max-width: 75px;
  }
}

#search_filters .facet .collapse {
  max-height: auto;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .slowContainer .slowContainerBox h1 {
    font-size: 1.4rem;
  }

  #search_filters .facet .collapse {
    max-height: auto;
    padding: 0;
  }

  .slowContainer .slowContainerBox a {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 25px;
    padding: 12px 35px;
  }

  #image-form_12141782630013492 {
    margin-bottom: 50px;
  }

  .page-home .ApColumn .title_block {
    margin-top: 50px;
  }
}

.images-container .list-images-mobile {
  display: none;
}
#product-detail,
#leofeature-product-review {
  display: none;
}

#_desktop_cart .cart-products-count {
  background-color: #ffc999;
}

.pagination .current a,
.pagination a:hover,
.pagination a:focus {
  color: #ffc999;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button,
input,
optgroup,
select,
textarea,
.thumbnail-container .product-price-and-shipping {
  font-family: "Poppins", sans-serif !important;
}

.social-sharing li:hover,
.thumbnail-container .product-title a:hover {
  color: #ffc999;
}

#blockcart-modal .cart-content a.btn:hover,
#blockcart-modal .cart-content a.btn:focus,
.product-add-to-cart .product-quantity .add-to-cart:hover,
.product-add-to-cart .product-quantity .add-to-cart:focus,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
.continue.btn:hover,
.continue.btn:focus,
button.btn.btn-primary.center-block:hover,
button.btn.btn-primary.center-block:focus,
.more-info-product .title-info-product:before {
  background: #ffc999 !important;
}

.product-quantity .add .btn:not(.add-to-cart):hover,
.product-quantity .add .btn:not(.add-to-cart):active,
.product-quantity .add .btn:not(.add-to-cart):focus {
  color: #ffc999;
  border-color: #ffc999;
}

.product-variants > .product-variants-item ul li.outstock .color:after {
  display: none !important;
}

.btn-outline:focus {
  background-color: #ffc999;
  border-color: #ffc999;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
  background: #ffc999 !important;
}

body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #ffc999 !important;
}

#pagenotfound .page-not-found .btn:hover {
  background: #ffc999 !important;
}

#pagenotfound .page-not-found h1 {
  color: #ffc999 !important;
}

.quickview .slick-arrows .slick-arrow {
  background: #ffc999 !important;
}

.btn-primary:hover {
  background: #ffc999 !important;
}

.leo-wishlist-button {
  margin-top: 5px;
}

.product-flags .product-flag.new {
  /* color: #ffc999;
  border-color: #ffc999; */
  font-size: 1rem;
}

.block-categories .category-sub-menu li > a:hover {
  color: #ffc999;
}

.block-categories .category-sub-menu li:hover:after {
  background-color: #ffc999;
}

.block-categories .collapse-icons:hover {
  color: #ffc999;
}

.sidebar .js-search-filters-clear-all:hover {
  color: #ffc999;
}

.products-selection .display > div a:hover {
  color: #ffc999;
}

#leo_search_block_top .btn:hover {
  color: #ffc999;
}

.custom-radio input[type="radio"]:checked + span {
  background-color: #ffc999;
}

/* .alert-danger {
  display: none !important;
} */

.view-leo-dropdown-additional.show {
  background: #ffc999 !important;
}

@media (max-width: 1199px) {
  .box-top .ApColumn:nth-child(1) a img {
    width: auto;
    max-height: 250px;
  }
}

.leo-megamenu .dropdown:hover > a {
  color: #ffc999 !important;
}

.leo-megamenu .dropdown-menu li a:hover {
  color: #ffc999;
}

.product-quantity .add .btn:not(.add-to-cart):hover {
  color: #fff;
}

.featured-products {
  display: none;
}

.youtubeIframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 5px;
}

.youtubeIframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.eapp-popup-content-blocks-container-component.eapp-popup-content-blocks-container-paddings-medium {
  padding: 23px !important;
}

.terrarium,
.penséesFlorales,
.decoPiquante,
.pampa {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
  background-position: center;
}
.penséesFlorales {
  background-image: url(https://polhine.com/img/cms/bandeauPENSEESFLORALES.jpg);
}
.terrarium {
  background-image: url(https://polhine.com/img/cms/_LIZ1276-2.jpg);
}
.decoPiquante {
  background-image: url(https://polhine.com/img/cms/cactuspiquant.jpg);
  background-position: 100% 68%;
}
.pampa {
  background-image: url(https://polhine.com/img/cms/PAMPA.jpg);
}
.block-category #category-description p {
  font-size: 14px;
}

@media (max-width: 760px) {
  .terrarium,
  .penséesFlorales,
  .decoPiquante,
  .pampa {
    height: 100px;
  }
}
.blog-item .blog-bottom .created .date .left-date {
  color: #ffc999;
}
.blog-item:hover {
  -moz-box-shadow: 1px 2px 5px #bdbdbd;
  -webkit-box-shadow: 1px 2px 5px #bdbdbd;
  -o-box-shadow: 1px 2px 5px #bdbdbd;
  -ms-box-shadow: 1px 2px 5px #bdbdbd;
  box-shadow: 0px 0px 5px #bdbdbd;
}
.blog-item .blog-image-container:hover {
  border: #ffc999 solid 1px;
}
.blog-item .title a:hover,
.blog-item .blog-meta > span a:hover {
  color: #ffc999;
}
.blog-lastest-title,
.section-title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-detail .social-share .itemFacebookButton {
  direction: ltr !important;
  float: left;
  max-width: 75px;
  overflow: hidden;
  margin-right: 5px;
}
.blog-detail .blog-meta > span a:hover {
  color: #ffc999;
}
.blog-tags a:hover span {
  background: #000000;
}

#blog-localengine #inputComment {
  border: 1px solid #e5e5e5;
}
.blog-tags a span {
  background: #ffc999;
  color: #ffffff;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 0px;
}

#blog-listing h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
#blog-listing h1 span {
  text-transform: capitalize;
}
#blog-listing .section-title {
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
  background-position: center;
  background-image: url(https://polhine.com/img/cms/journaldepolhine.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 47px;
}
@media (max-width: 660px) {
  #blog-listing .section-title {
    font-size: 27px;
    text-align: center;
  }
}

.promoCode {
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem 10px;
  background: #ffd8d4;
  color: #222222;
}

.promoCode span {
  font-weight: bold;
}