/*//////////////IMPORTS////////////*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


/*//////////////BACKGOUND////////////*/

body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url(/assets/images/bg.png); */
    background-color: #000;
    color: #fff;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur {
    background: #000;
}
/*//////////////GENERAL////////////*/

a {
    color: #fff;
}
a:hover {
    color: #7f00ff;
}
.alert-danger {
    color: #7f00ff;
    background-color: #ffff00;
    border-color: #ffff00;
    border: 1px solid #7f00ff;
    margin-top: 15px;
}
p {
    font-size: 15px;
}
/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #7f00ff;
    border-color: #7f00ff;
}
.btn-primary:hover {
    color: #000 !important;
    background: #ffff00;
    border-color: #ffff00;
}
.btn-secondary {
    background: #333;
}
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #7f00ff;
    padding-left: 20px;
    border-left: 3px solid #ff0;
    padding-bottom: 0;
}

/*//////////////HEADER////////////*/

header .navbar {
    /* border-top: 2px solid #7f00ff;
    border-bottom: 2px solid #7f00ff; */
    border: 2px solid #7f00ff;
    background: #ff0;
}
.nav-main li a {
    color: #7f00ff;
    font-weight: 700;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
#navbarSupportedContent .dropdown::after {
    color: #7f00ff;
}
.prod_accueil .produits h5 {
    color: #ffff00;
}
.prod_accueil article {
    border: 2px solid #ff0;
    color: #000;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url(/assets/images/slider/image-5.jpg);
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url(/assets/images/slider/image-6.jpg);
}
/*//////////////FOOTER////////////*/

address {
    /* border-top: 2px solid #7f00ff;
    border-bottom: 2px solid #7f00ff; */
    border: 2px solid #7f00ff;
    background: #ff0;
}
footer, footer a {
    color: #fff;
    background: transparent;
    font-size: 15px;
}
/*//////////////PAGES FORMULAIRES////////////*/

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #7f00ff;
}


/*//////////////LISTING////////////*/
.prod_listing > .listing_article article {
    background: #f3f3f3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    border: 1px solid #ffff00;
    color: #000;
}
.list-crit {
    color: #7f00ff;
}
.block_info {
    background: #fff;
    color: #000;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #7f00ff;
}
.prod_listing article a .block_img {
    width: 100%;
    margin: auto;
}
.prod_listing article a{
    color: #000;
}
.prod_listing article .list-more a{
    color: #fff;
}
[class*="listing-"] .block_etiquette,
[class*="listing"] .block_etiquette {
    display: none;
}
.listing-vendu .block_etiquette{
    display: block;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF BY LOLO                                                       */
/* ------------------------------------------------------------------------------------------------------------------------------- */

.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
  
}

.ref h1, .page2ref h1 {
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
text-transform: uppercase;
color: #7f00ff;
padding-left: 20px;
padding-bottom: 0;
}

.listeliens a {
    text-decoration: underline;
    }

.listeliens a:hover {
text-decoration: underline;
}

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

.ref h2, .page2ref h2 {
font-size:20px;
font-weight: bold;
color: #7f00ff;
padding:10px 0px 15px 0px;
}

.mapagederef .top_page {
background-image: url(../images/top_page/image_top.jpg);
}  

.ensavoirplus {
color:black;
}

.ensavoirplus:hover{
color:grey;
}




/*//////////////DETAIL////////////*/

.detail-info .table i {
    color: #7f00ff;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.info_prix-hai {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
}

/* RESPONSIVE */
@media (min-width: 992px) {
    .header__logo {
        width: 40%;
        margin: 0 auto;
        text-align: center;
    }
    .bloc_search {
        background-color: transparent;
        bottom: 0;
        position: relative;
        padding: 23px 0px 8px 0;
    }
    .nav-main .dropdown-item {
        color: #7f00ff;
    }
    .navbar {
        margin-bottom: 0;
    }
    .search__form-item:nth-child(n+2) {
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(14% / 1 - 7px);
    }
}

@media (min-width: 769px) {
    address ul li {
        color: #7f00ff;
        font-size: 15px;
        font-weight: 600;
    }
    address ul li a {
        color: #7f00ff;
    }
    address ul li a:hover {
        color: #7f00ff;
    }
}