/* =========================================================== */
/*                           GENERAL                           */
/* =========================================================== */

.validation { display: none;}


/* BOUTONS */
.btn-primary {
 color: #ffffff !important;
 background: #000;
 border-color: #000;
}
.btn-primary:hover {
 color: #fff !important;
 background: #01348f;
 border-color: #01348f;
}

/* COULEURS */
.vert {
 color:#006935;
}
.bleu {
 color: #01348f;
}

/* TITRES */
.titre-section {
 font-size: 35px;
}
.titre-section span {
 color: #01348f;
 font-weight: 900;
 font-size: 40px;
}

.block_etiquette {
 background-color: #000;
}

/* =========================================================== */
/*                           INDEX                             */
/* =========================================================== */
.btn-row2,
.page-item.active .page-link,
.listing-alerte-email {
 background: #01348f;
}
.produits .title-widget {
 font-size: 15px;
}

.index .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 2em 0;
}

/* MOTEUR */
.search__form-item:nth-child(n+2), .search__form-item:nth-child(1) {
    width: calc(100% / 6 - 6px);
    margin-right: 5px;
}
.moteur {
    bottom: 0;
}

/* BIENS */
.prod_accueil .info_prix {
 margin: 5px 0 0 0;
 padding: 0;
 display: inline-block;
 text-align: right;
 width: 50%;
 line-height: 15px;
 font-size: 15px;
 font-weight: 700;
 color: #01348f;
}
.info_ville .tea {
 color: #01348f;
}
.prod_accueil .block_img img {
    width: 100%;
    border-radius: 0;
    min-height: 220px;
    object-fit: cover;
}
.info_type, .info_ville {
    font-size: 18px;
    font-weight: 600;
}
.list-crit {
    font-size: 1.2em;
    color: #797979;
    margin-top: 10px;
    font-weight: 200;
    margin: 0 0 5px;
}
.info_prix {
    margin: 10px 0 15px 0!important;
    line-height: 8px;
    padding: 0;
    font-size: 20px;
    color: #FF311F;
    font-weight: 600;
}
a.article-item:hover {
    color: #000;
}
.article-item .btn-primary {
    color: #ffffff !important;
    background: #006935;
    border-color: #006935;
}
.article-item .btn-primary:hover {
    color: #ffffff !important;
    background: #01348f;
    border-color: #01348f;
}
.article-item .description {
    font-size: 12px;
}

/* CATEGORIES */
.cat-text::after {
 background: #01348f;
}
.card-img {
    width: 100%;
    border-radius: 0;
    min-height: 300px;
    object-fit: cover;
}
.btn-simul {
    border: 0;
    padding: 5px 0;
}

/* LISTING */
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #01348f;
}
.page-link:hover {
    color: #fff;
    background-color: #01348f;
    border-color: #01348f;
}
address ul li i,
.detail-header .info_prix,
.page-link,
.breadcrumb-item > a,
.block_tri_list.d-flex > label {
 color: #01348f;
}
footer .footer-line1 {
 background: #656565;
}
.detail h3, .detail-dpe h2, .detail-localisation h2, .page-heading, .administrable h1 span, .detail-calendrier h2 {
    font-size: 20px;
    color: #01348f;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.detail-calendrier h2 {
    margin-top: 20px;
}
.detail-dpe {
    width: 100%;
}
.detail-nav {
    margin: 30px 0;
}
.alert-danger {
    color: #fff;
    background-color: #01348f;
    border-color: #01348f;
    text-align: center;
    width: 60%;
    margin: 5% auto;
}
.container.prod_listing {
    background: transparent;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding:  0;
    background: #fff url(/assets/images/bgimg.jpg) no-repeat center center;
    height: 55vh;
}
.contact-address {
    text-align: left;
}
.prod_listing > .listing_article article {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-right: 3px solid #f3f3f3;
}
.ul-calendrier {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.ul-calendrier li{
    position: relative;
    width: calc(100% / 4 - 16px);
    margin: calc(0.3em * 2) 0.3rem;
    padding: 5px;
    overflow: hidden;
}
.bg-gris {
    text-align: center;
    background: #efefef;
    border-radius: 10px;
    padding: 5px 0 0 0 ;
    margin: 10px 0;
}
.detail-calendrier .mois {
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
}
.btn-saisonnier, .detail-calendrier th, .detail-calendrier td {
    font-size: 14px;
    font-weight: 400;
}
.detail-calendrier td {
    font-weight: 400;
}
.detail-calendrier table {
    width: 100%;
}
.ligne-annee {
    text-align: center;
    margin: 30px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
p.annee {
    font-size:20px;
}

.logo-filigrane {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}
.logo-filigrane img{
    width: 120px!important;
}

header .navbar {
    background: rgba(0,0,0,0.65);
    padding: 35px 0;
}

/* =========================================================== */
/*                        RESPONSIVE                           */
/* =========================================================== */
@media (min-width: 992px) {
    .header__logo {
        width: 100%;
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    } 
    .header__logo img {
        padding: 2em 0;
        width: 440px;
    }
    .index .header__logo img{
        padding: 2em 0;
        width: auto;
    } 
    .nav-main li {
        padding: 0px 8px;
    }
    .nav-main li a {
    font-size: 15px;
    font-weight: 600;
    }
    .nav-main li a:hover {
        color: #b1b1b1 !important;
    }
    header .navbar {
        background: rgba(0,0,0,0.65);
        padding: 15px 0;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .header__logo {
        width: 100%;
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    }
    .header__logo img {
        padding: 2em 0;
        width: 250px;
    }
    .index .header__logo img{
        padding: 2em 0;
        width: 350px;
    } 
    .ul-calendrier li{
        width: calc(100% / 2 - 16px);
    }
    header .navbar {
        background: rgba(0,0,0,0.65);
        padding: 25px 0;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-toggler:before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #fff;
        right: 20px;
        top: 0;
    }
    .navbar-toggler:after {
        display: block;
        content: '';
        position: absolute;
        height: 7px;
        width: 22px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 20px;
        top: 6px;
    }
    .navbar-light .navbar-toggler {
        top: -6px;
    }
    .moteur {
        padding: 0;
        position: absolute;
        bottom: 10%;
        left: 5%;
        width: 90%;
        min-height: inherit;
        z-index: 20;
        background-color: transparent;
    }
    .search__form-item:nth-child(n+2), .search__form-item:nth-child(1) {
        width: calc(100% / 2 - 10px);
        margin-right: 5px;
    }
    .search__form-item.c_valid {
        margin: auto;
    }
    .index .produits {
        display: flex;
    }
    .index .produits a,
    .index .produits .a{
        width: 100%;
    }
    .index .produits a .col-md-3.col-sm-12.my-auto,
    .index .produits .a .col-md-3.col-sm-12{
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
    .produits .title-widget {
        font-size: 14px;
    }
    .titre-section {
        font-size: 25px;
    }
    .titre-section span {
        font-size: 30px;
    }
    .info_type, .info_ville {
        font-size: 14px;
        font-weight: 600;
    }
    .info_prix {
        margin: 10px 0 5px 0!important;
    }
    .index .info_type,.index .info_ville, .info_prix {
        font-size: 14px;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .description {
        display: block;
    }
    .prod_accueil .info_ville {
        width: 100%;
    }
    .prod_accueil .info_prix {
        text-align: left;
        font-size: 14px;
        width: 100%;
        line-height: 0;
        margin: 10px 0 5px 0!important;
    }
    .prod_listing .block_info {
        min-height: 245px;
    }
    .prod_accueil .block_info {
        margin-top: -76px;
    }
    .section {
        padding: 0 2rem;
    }
    .card-img {
        min-height: 220px;
    }
    .cat-text {
        font-size: 15px;
    }
    .section3 .btn-row2 {
        margin: 0 7px 9px 7px;
        min-height: 123px;
    }
    .wrapper {
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
        background-image: url(/assets/images/bgimg.jpg);
        height: 26vh;
        background-size: cover;
        background-position: center center;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .detail_slide_thumbs {
        flex-wrap: wrap;
    }
    .detail_slide_thumbs > li {
        width: calc(100% / 7 - 8px);
    }
    .formSearch .form-group.search__form-item .label {
        width: 100%!important;
    }
    .content_page {
        z-index: 9;
    }
    .d-lg-flex {
        display: block!important;
    }
    .estimation .btn {
        margin-top: -23px;
    }
}
@media (max-width: 610px) {
    .index .header__logo img {
        padding: 2em 0;
        width: 240px;
    }
    .ul-calendrier li{
        width: calc(100% / 1 - 16px);
    }
    .index .produits {
        display: block;
    }
    .moteur {
        bottom: auto;
        top: auto;
        position: relative;
        width: 100%;
        left: auto;
    }
    /* .index .wrapper {
        display: block;
        background-size: cover;
        height: 35vh;
    } */
    .header {
        top: 0;
    }
    .bloc_search {
        margin: 0;
    }
    .search__form-item:nth-child(n+2),
    .search__form-item:nth-child(1) {
        width: calc(100% / 1 - 10px);
        margin-right: 5px;
    }
    .section {
        padding: 0;
    }
    header .navbar {
        background: rgba(0,0,0,0.85);
    }
    .navbar-light .navbar-toggler {
        top: 0;
    }
    .index .wrapper {
        padding: 0;
        background: #fff url(/assets/images/bgimg.jpg) no-repeat;
        background-size: cover;
        background-position-x: 16%;
    }
    address ul li {
        display: block;
    }
    footer .liens_right {
        margin-top: 40px;
    }
    .wrapper {
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
        background-image: url(/assets/images/bgimg.jpg);
        height: 40vh;
        background-size: cover;
        background-position: center center;
    }
    .prod_listing .block_info {
        min-height: 290px;
    }
    .detail_slide_thumbs > li {
        width: calc(100% / 5 - 4px);
    }
    .prod_home .article-item {
        width: 100%;
        padding: 5px;
    }
}
