/*//////////////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: #fff;
    color: #212529;
}
.detail .main-content, .agence .main-content, .alerte-email .main-content, .estimation .main-content, .mentions-legales .main-content, .contact .main-content, .page-erreur, .gestion .main-content, .content_page_admin {
    background: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 15px 0;
}

p {
    font-size: 14px;
}
/*//////////////GENERAL////////////*/

a {
    color: #000;
}
a:hover {
    color: #2e4394;
}
.page-heading, .administrable h1 span {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #2e4394;
}

.alert-danger {
    color: #fff;
    background-color: #d4c094;
    border-color: #304596;
    text-align: center;
    margin: 12% auto;
}

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

.btn-primary {
    color: #fff !important;
    background: #9a8453;
    border-color: #9a8453;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #2e4394;
    border-color: #2e4394;
}
.btn-secondary {
    background: #333;
}

.header__logo {
    width: 100%;
    padding: 20px 0 ;
}
.header__logo img {
    width: auto;
    margin-right: 0;
}
.header__logo a {
    font-size: 3rem;
    color: #2e4394;
    font-weight: 700;
}

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

#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);
}

header .navbar {
    border-top: 0;
    border-bottom: 0;
    background-color: #d4c094;
}
.nav-main li a {
    color: #2e4394;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
#navbarSupportedContent .dropdown::after {
    color: #2e4394;
}
.navbar {
    margin-bottom: 0px;
}
.bloc_search {
    background-color: rgba(255,255,255, 0.6);
    bottom: 7px;
}
.nav-main {
    padding: 0;
    margin: 0;
}
.navbar-nav {
    margin-top: 0;
}
.navbar {
    padding: 0;
}
.nav-main li {
    text-align: center;
    padding: 10px 10px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #2e4394;
    line-height: 30px;
    background-size: 6px 6px;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
}
.nav-main li:hover a{
    color: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    background-size: 6px 50px;
}
.nav-main li:hover {
    color: #fff;
    background: #2e4394;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #2e4394;
    min-width: 125px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: none;
    margin-top: 0;
}
.dropdown-menu a:hover {
    background-color: #2e4394;
}

.marginauto { margin:auto;}


.prod_accueil .produits h5 {
    text-align: center;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 0;
    font-weight: 700;
    color: #2e4394;
}

.prod_accueil article {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 6px 3px 5px #dedede;
}


.prod_listing > .listing_article article {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 6px 3px 5px #dedede;
}

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

address {
    border-top: 0;
    border-bottom: 0;
    background-color: #d4c094;
}
footer, footer a {
    color: #000;
}
address,
address a {
    color: #2e4394;
}


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

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


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

.list-crit {
    color: #2e4394;
}
.block_info {
    background: #fff;
}
.prod_listing > .listing_article article:hover {
    border-right: 3px solid #2e4394;
}


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

.detail-info .table i {
    color: #2e4394;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}



/* RESPONSIVE */
@media (min-width: 992px) {
    .bloc_search {
        padding: 23px 8px 8px 8px;
        position: relative;
        z-index: 20;
        background-color:transparent;
        bottom: 0;
    }   
}
