/**/
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*  COULEURS : ROUGE : "c10003 */
/*  GENERAL */
.validation{
    display: none;
}
.dev{
    border: 1px solid red
}
body{
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb-item > a, .block_tri_list.d-flex > label {
    color: #c10003;
}



.listingloc .label{
	    float: left;
    width: 100%!important ;
}
}
a:hover {
    color: #c10003;
}
.btn-primary {
    color: #ffffff !important;
    background: #c20004;
    border-color: #aa2628;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #aa2628;
    border-color: #c10003;
}

/*  PAGE ACCUEIL */
.moteur {
    padding: 0;
    position: absolute;
    bottom: 35%;
    left: 20%;
    width: 60%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}
.bloc_search {
    padding: 23px 8px 8px 8px;
    width: 100%;
    min-height: 60px;
    background-color: transparent;
    margin: -100px auto 40px auto;
    text-align: center;
}

.bloc_search p{
    font-size: 5em;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    font-family: 'Cookie', cursive;
}
.produits .title-widget {
    font-size: 3em;
    font-weight: 600;
    color: #fff;
    font-family: 'Cookie', cursive;

}
.titre-section span {
    font-weight: 700;
    text-transform: uppercase;
    color: #c10003;
    
}
.btn-row2 {
    background: #c10003;
}

.prod_accueil .info_prix {
    color: #c10003;
}
.info_ville .tea {
    color: #c10003;
}
.cat-text::after {
    background: #c10003;
   
}

.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: #000000c9;
    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;
}
/* FOOTER  */
footer .footer-line1 {
    background: #c10003;
    color: #fff;
}
address ul li i {
    color: #ffffff;
}

/* LISTING BIENS */

.page-item.active .page-link {
    color: #fff;
    background: #c10003;
}
.page-link {
    color: #c10003;
}
.page-link:hover {
    color: #fff;
    background-color: #c10003;
    border-color: #c10003;
}

.listing-alerte-email {
    background: #c10003;
    padding: 10px;
    cursor: pointer;
    width: 60%;
    margin: 0 auto;
    color: #ffffff
}

.listing-alerte-email:hover {
    background: #aa2628;
        color: #d8d8d8
}
.listing-alerte-email a:hover {
        color: #d9d9d9
}
.list-crit {
    margin: 0 0 15px;
    color: #c10003;
}
/* CONTACT */
.contact .logo-contact {
    max-width: 400px;
}


/*  RESPONSIVE */
@media (max-width: 1280px){
.produits .title-widget {
    font-size: 2em;
    font-weight: 600;
    color: #fff;
    font-family: 'Cookie', cursive;
}
}


@media (max-width: 991px){
.header__logo {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.bloc_search {
    padding: 23px 8px 8px 8px;
    width: 100%;
    min-height: 60px;
    background-color: transparent;
    margin: -10px auto 40px auto;
    text-align: center;
}
.bloc_search p {
    font-size: 3em;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    font-family: 'Cookie', cursive;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 35%;
    left: 0%;
    width: 100%;
    min-height: inherit;
    z-index: 20;
    background-color: transparent;
}


}





@media (min-width: 992px){
header .navbar {
    background: rgba(255,255,255,0.5);
}
.header__logo {
    width: 26%;
}
.nav-main li a {
    color: #791617 !important;
}

.nav-main li a:hover {
    color: #bb3c3e !important;
}


}

@media (max-width: 992px){
.index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 767px){
.navbar {
    padding-bottom: 35px;
    border-top: 2px solid #c10003;
    border-bottom: 2px solid #c10003;
}
}