
html {
  scroll-behavior: smooth;
}


.input-article-quantite::-webkit-outer-spin-button,
.input-article-quantite::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-article-quantite {
  -moz-appearance: textfield;
}

/***** LOADER STYLES *****/
#chargement {
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 45vh;
  z-index: 9999;
  top: 0;
  display: none;
}

#chargement img {
  height: 80px;
}

.site-cart-item {
  position: relative;
}

.css_loader_item_panier {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  background: rgba(22, 22, 22, 0.7);
  height: 100%;
  margin-left: -4rem;
  z-index: 10;
  display: none;
}

.css_loader_item_panier img {
  height: 80px;
  margin: auto;
}

/* Fiche Produit */
.site-product .site-product-details .site-product-details__price div.subscriber .price span span {
  border: none;
  top: 0;
  display: inline;
  padding: 0;
  position: inherit;
}

/* Abonnement mon compte */
.input-check.input-check--alt input:disabled + label {
  cursor: default;
}

.text-underline, .text-underline:hover, .text-underline:active, .text-underline:focus {
  text-decoration: underline;
}

/* 404 */
.site-404 {
  position: relative;
  min-height: 425px;
}

.site-404:after {
  content: "";
  display: block;
  position: absolute;
  top: 8%;
  right: -100px;
  width: 700px;
  height: 330px;
  background: url("../images/404.png") 50% no-repeat;
}

.site-404 .btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.site-pathfinder {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.site-pathfinder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 453px;
  background-color: #f5f7ea;
  z-index: -1;
}

.site-pathfinder-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

.site-pathfinder-block .site-pathfinder-block__content {
  -ms-flex: 2;
  -webkit-box-flex: 2;
  flex: 2;
  position: relative;
  border: 2px solid #e4e4e4;
  border-top: none;
  padding: 3rem 6rem;
}

.site-pathfinder-block .site-pathfinder-block__content h3 {
  margin-bottom: 1.5rem;
  font-family: Advent Pro;
  font-size: 1.5rem;
  color: #3c3c3b;
}

.site-pathfinder-block .site-pathfinder-block__content p {
  font-size: .75rem;
}

.site-pathfinder-block .site-pathfinder-block__content .btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.green-mpcv {
  color: #a0b033 !important;
}

/* Styles CSS pour la map choix point retrait */
#sendcloudshipping_service_point_map {
  height: 90%;
  left: calc(50% - 40%);
  width: 80%;
  position: absolute;
  top: calc(50% - 45%);
}

#sendcloudshipping_service_point_map > #document > html > body > .button_wrapper > #cancel-button {
  background: #a0b033 !important;
}

#point-relais-selector > a {
  font-size: 18px;
  font-weight: 600;
}

/* Config homepage */
.site-box {
  /* background-size: 34%; */
}

/* Config concept */
.site-concept--boxes .site-concept-pots img {
  max-width: 285px;
}

.site-subscription__packContent .site-subscription__packContent__content ul li:before {
  content: "\2022";
}

.alert-light.success-mpcv {
  color: #56b57c !important;
  background-color: #fefefe !important;
  border-radius: 0 !important;
  border: 2px solid #67b57f59 !important;
}

.site-box .site-box__content .site-box__content__block.site-box__content__block--5 {
  top: 22rem;
}

.css_input_lien_parrainage_mon_compte {
  width: 79%;
}

.css_flex_button_edit_adresse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.css_flex_button_edit_adresse button {
  margin: 0;
}

.css_flex_button_edit_adresse button:nth-child(2) {
  margin-right: auto !important;
}

.css_flex_button_edit_adresse button:last-child {
  margin-left: auto !important;
}

.css_img_derniers_artcles {
  height: 273.483px;
}

.site-concept-infographie ul li .info {
  font-size: 1.7rem;
}

.css_bandeau_noel {
  display: block;
  text-align: center;
  border-radius: 0px;
  color: white;
  background: #A1B033;
  position: relative;
  padding: 0.25rem 1.25rem;
}

.css_bandeau_noel:hover {
  color: white;
}



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 250px) and (max-width: 767px) {
  
    .css_bandeau_noel {
        margin-top : 60px;
    }

    #post-header__banner {

        display: none;
    }
}




.alert-danger + .css_bandeau_noel {
  margin-top: 0;
}

.site-backgroundBanner.css_commande_fin:before {
  top: 56px;
  height: 900px;
}
.site-product-details__desc .netreviews_review_rate_and_stars {
  left: 50%;
  transform: translateX(-22%);
}
.site-product-details__desc.first_product_css .netreviews_review_rate_and_stars {
  left: inherit;
  transform: inherit;
}

img {
 transform: translateX(0);
 opacity: 1;
 transition: transform 0.4s, opacity 0.4s;
}
img.not-visible {
  transform: translateX(50px);
  opacity: 0;               
}
.site-product .site-product-thumbnail .site-product-thumbnail__actions {
  z-index:5;
}
#message_indisponibilite {
  color:#a0b033;  
}
#message_indisponibilite span{
  font-weight: bold;
}
.site-product {
	height: auto;
}
p.description a {
  color: #ee7f41;
}
p.description a:hover {
  color: #b84d11;
}

/* Css globale */

.site-page__introduction {
  padding-top: 0;
}

.content.offre-entreprise .site-box {
  background-position: 50% !important;
}

.site-infobanner {
  padding: 2rem 0;
}

a.css_lien {
  color: #a0b033;
}
