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

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

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

body {
    font-family: 'Montserrat', sans-serif;
    background: #222;
    color: #212529;
}

.container {
    background: #fff;
}

form .container,
footer .container {
    background: transparent;
}

.detail .main-content,
.agence .main-content,
.alerte-email .main-content,
.estimation .main-content,
.mentions-legales .main-content,
.contact .main-content,
.page-erreur {
    background: #ffffff;
}


/*//////////////GENERAL////////////*/

a {
    color: #000;
}

a:hover {
    color: #111;
}



/*MOTEUR*/

.search__form-item:nth-child(1),
.search__form-item:nth-child(n + 2) {
    width: calc(24.8% / 1 - 4px);
}


/*BLOC ACCUEIL*/

.prod_accueil {
    margin: 0;
}

.prod_accueil article {
    margin: 0 8px;
}

.prod_accueil .produits h5 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    text-transform: inherit;
    padding-top: 0;
    font-weight: 600;
    color: #8e3889;
    padding: 10px 0;
}

.prod_accueil .produits {
    margin: 5px;
    padding: 7px 0 0 0;
    border: 1px solid #8e3889;
    background: #fff;
    min-width: 32%;
}

.prod-coord {
    margin-top: 15px;
    text-align: center;
}

.prod-coord p {
    margin-bottom: 5px;
    font-size: 14px;
}

.block_etiquette {
    font-size: 13px;
    font-weight: 600;
    height: 29px;
    left: -45px;
    top: 30px;
    background: #8e3889 !important;
}

/*//////////////BOUTONS////////////*/

.btn-primary {
    color: #ffffff !important;
    background: #8e3889;
    border-color: #8e3889;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background: #6d2d69;
    border-color: #6d2d69;
}

.btn-secondary {
    background: #333;
}

.agence .main-content {
    padding: 50px;
}



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

header .navbar {
    border-top: none;
    border-bottom: none;
    background: #8e3889;
    margin-bottom: 0;
    z-index: 50;
}

.nav-main li a {
    color: #fff;
}

.horaires {
    text-align: center;
    font-size: 14px;
    background: #cecece;
    padding: 10px 0;
    margin: 0;
}

.horaires p {
    margin-bottom: 0;
    font-weight: 600;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
}

.horaires p#telephone {
    width: 19%;
    font-size: 19px;
    vertical-align: middle;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
}

.baseline {
    padding: 30px 15px;
    border-radius: 150px;
    background: #8e3889;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    z-index: 20;
    top: 18px;
    right: 20px;
    text-align: center;
    transform: rotate(8deg);
}
.recherche-detaillee .baseline {
    padding: 50px 15px;
}

.baseline p {
    margin-bottom: 0;
}

.baseline hr {
    background: #fff;
}

/*//////////////FOOTER////////////*/

address {
    border-top: none;
    border-bottom: none;
    background: #8e3889;
}

footer,
footer a {
    color: #fff;
}

footer .liens_left a {
    color: #fff;
}


/*//////////////PAGES FORMULAIRES////////////*/

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


/*//////////////LISTING////////////*/

.list-crit {
    color: #8e3889;
}

.block_info {
    background: #fff;
}

.prod_listing > .listing_article article:hover {
    border-right: 3px solid #8e3889;
}


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

.detail-info .table i {
    color: #8e3889;
}

.detail-nav-calcul > ul > li a {
    background: #656462;
}



/*RESPONSIVE*/

@media (min-width:768px) {
    #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
        background-image: url('/assets/images/slider/image-1.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
        background-image: url('/assets/images/slider/image-2.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
        background-image: url('/assets/images/slider/image-3.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
        background-image: url('/assets/images/slider/image-4.jpg');
    }
    #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');
    }
}

@media (min-width: 992px) {
    .header__logo {
        width: 70%;
        margin-left: 50px;
        text-align: left;
        padding: 10px 0;
    }
}

@media (max-width: 1024px) {
    .baseline {
        padding: 20px 15px;
        font-size: 14px;
    }
    .horaires p {
        width: 75%;
    }
    .horaires p#telephone {
        width: 24%;
    }
}

@media (max-width: 991px) {
    .header__logo {
        width: 50%;
    }
    .agence .main-content {
        padding: 15px;
    }
    .baseline {
        top: 33%;
    }
    .horaires p {
        width: 50%;
    }
    .horaires p#telephone {
        width: 49%;
    }
    header ul.navbar-nav li a {
        color: #fff;
    }
    .baseline {
        display: none;
    }
    .index .baseline {
        display: block;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 15px);
    }
    .index .main-content {
    padding: 0;
}
}

@media (max-width: 768px) {
    #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
        background-image: url('/assets/images/slider/image-1.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
        background-image: url('/assets/images/slider/image-2.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
        background-image: url('/assets/images/slider/image-3.jpg');
    }
    #carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
        background-image: url('/assets/images/slider/image-4.jpg');
    }
    #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');
    }
}

@media (max-width: 420px) {
    header .container {
        padding: 0;
    }
    .header__logo {
        width: 75%;
    }
    .agence .main-content {
        padding: 15px;
    }
    .baseline {
        top: 33%;
    }
    .horaires p,
    .horaires p#telephone {
        width: 100%;
        display: block;
        text-align: center;
    }
    .baseline {
        top: 39%;
        padding: 15px 15px;
        font-size: 12px;
    }
    .search__form-item:nth-child(1),
    .search__form-item:nth-child(n + 2) {
        width: 100%;
    }
}
