/**/

/*. GENERAL */
.bgAccueil {
  background: #fff url(../images/bgimg.jpg) no-repeat top center;
}
a:hover {
  color: #616161;
}

.btn-primary {
  color: #ffffff !important;
  background: #1d9e43;
  border-color: #1d9e43;
}

.btn-primary:hover {
  color: #ffffff !important;
  background: #247c3e;
  border-color: #247c3e;
}
address ul li i {
  font-size: 17px;
  position: absolute;
  padding-right: 5px;
  top: -2px;
  color: #1d9e43;
}

.breadcrumb-item > a, .block_tri_list.d-flex > label {
  color: #1d9e43;
}
.page-item.active .page-link {
  color: #fff;
  background: #1d9e43;
}
.page-link:hover {
  color: #fff;
  background-color: #1d9e43;
  border-color: #1d9e43;
}
.page-link {
  color: #1d9e43;
}

.list-crit {
  margin: 0 0 15px;
  color: #1d9e43;
}

/*. ACCUEIL */
/* BASELINE */
.index .baseline {
    z-index: 4000000000!important;
    position: absolute;
    top: 13%;
    -webkit-transform: translateY(-43%);
    -moz-transform: translateY(-43%);
    -ms-transform: translateY(-43%);
    -o-transform: translateY(-43%);
    transform: translateY(-43%);
    left: 48%;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    transform: translateX(-48%);
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 50px 30px;
    display: block;

}
.index. baseline p {
    font-size: 18px;
}
.baseline{
	display: none
}

.bloc_search {
  padding: 23px 8px 8px 8px;
  width: 100%;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.0);
  margin: -100px auto 40px auto;
}

.index .wrapper {
  position: relative;
  height: 100vh;
  background: url(/assets/images/bgimg.jpg) no-repeat center top;;
}

.wrapper, .bgAccueil {
 
  background: #ffffff url(/assets/images/bgimg.jpg) no-repeat center top;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}


.titre-section span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1d9e43;
}

.btn-row2 {
  background: #1d9e43;
  margin: 0 0 7px 0;
  vertical-align: middle;
  padding: 14px 10px;
}

.btn-row2:hover {
  background: #247c3e;
}
.prod_accueil .info_ville {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    width: 100%;
}
.prod_accueil .info_type {
    text-align: left;
    font-weight: 600;
}
.prod_accueil .block_info {
    z-index: 0;
    padding: 7px 10px 10px 10px;
    text-align: left;
    margin-top: -71px;
    min-height: auto;
    background: #000000;
    color: #fff;
}
.prod_accueil .info_prix {
    margin: 5px 0 0 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    line-height: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.info_ville .tea {
  padding-right: 5px;
  color: #1d9e43;
}


.prod_listing > .listing_article article:hover {
  border-right: 3px solid #1d9e43;
} 
.cat-text::after {
  content: "";
  display: block;
  position: relative;
  background: #1d9e43;
  height: 2px;
  width: 80px;
  margin: 8px auto 0 auto;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

footer .footer-line2 {
  background: #1d9e43;
  color: #fff;
}


/*. PAGE AUTRE */
.container.prod_listing {
  background: #ffffff;
}
.prod_listing > .listing_article article {
  background: #ffffff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  border-right: 3px solid #f3f3f3;
}



.detail-header .info_prix {
  text-align: right;
  color: #1d9e43;
  font-size: 22px;
  font-weight: 800;
}
.listing-alerte-email:hover {
  background: #1d9e43;
}

.listing-alerte-email {
  background: #1d9e43;
  padding: 10px;
  cursor: pointer;
  width: 60%;
  margin: 0 auto;
}

/*. RESPONSIVE */



  @media (min-width: 992px){
.nav-main li a:hover {
  color: #1d9e43 !important;
}

}


@media(max-width:991px){
	.navbar-toggler::after {
  display: block;
  content: '';
  position: absolute;
  height: 7px;
  width: 22px;
  border-top: 2px solid #1d9e43;
  border-bottom: 2px solid #1d9e43;
  right: 20px;
  top: 16px;
}

.navbar-toggler::before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 22px;
  border-top: 2px solid #1d9e43;
  right: 20px;
  top: 26px;
}
}

@media(max-width:441px){
	.header .img-fluid {
  width: 100%;
  margin: 0px;
}
	.navbar {
  padding-bottom: 35px;
  border-top: 0px solid #17a2b8;
  border-bottom: 0px solid #17a2b8;
}
	
	
	.index .baseline {
    display: none
}
.bloc_search {
  padding: 23px 8px 8px 8px;
  width: 100%;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0.0);
  margin: 100px auto 40px auto;
}
.section {
  padding: 0rem;
}
}

  @media (max-width: 420px){
.header .img-fluid {
  width: 100%;
  margin: 0px;
}
.prod_accueil article {
  width: calc(100% - 30px);
}
}

.ref p,.page2ref p {
  text-align: justify;
}