/*//////////////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 {
    background: #ffffff;
}
/*//////////////GENERAL////////////*/

a {
    color: #6f7072;
}
a:hover {
    color: #1e4c7f;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #1e4c7f;
    border-color: #1e4c7f;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    color: #1e4c7f !important;
    background: #fff;
    border-color: #1e4c7f;
    transition: all 0.3s ease-in-out;
}
.btn-primary-white {
    color: #ffffff !important;
    background: #1e4c7f;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-primary-white:hover {
    color: #1e4c7f !important;
    background: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.btn-secondary {
    background: #333;
}


/*//////////////HEADER////////////*/
.header__logo .img-fluid{
    width: 350px;
    margin: 20px 0;
}
header .navbar {
    border-top: 2px solid #1e4c7f;
    border-bottom: 2px solid #1e4c7f;
}
.nav-main li {
    padding: 0 20px;
}
.nav-main li a {
    text-transform: uppercase;
    color: #6f7072;
    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: 13px;
}
.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: #1e4c7f;
    -webkit-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;   
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #6f7072;
    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;
}
.dropdown-menu a:hover {
    background-color: #1e4c7f;
}
/*//////////////INDEX////////////*/
.ag-img img{
    width: 100%;
}
.agence{
    text-align: center;
}
.ag-coordonnees{
    background-color: #1e4c7f;
    padding: 20px;
    color:#fff;
}
.ag-coordonnees .btn-primary {
    color: #1e4c7f !important;
    background: #fff;
    border-color: #fff;
    transition: all 0.3s ease-in-out;
}
.ag-coordonnees .btn-primary:hover {
    color: #fff !important;
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.e-mail{
    margin-top: 10px;
}
.n-tel{
    font-weight: 700;
    font-size: 20px;
}
.n-tel a{
    color:#fff;
}
.title-ag h3{
    color: #6f7072!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}
.prod_accueil article{
    border: 1px solid #1e4c7f;
    min-height: 515px;
    margin: 5px;;
}
.prod_accueil .block_info {
    margin-top: 10%;
}
.coordonnees-hr{
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 50%;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #1e4c7f;
    border-bottom: 2px solid #1e4c7f;
}
footer, footer a {
    color: #6f7072;
}
/*//////////////SERVICES////////////*/
.img-service{
    width: 50%;
    padding-left:20px;
    margin:auto;
}
.align-center{
    text-align: center;
}
.service-h1{
    padding:25px 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color:transparent;
    color: #1e4c7f;
    margin-bottom:0;
}
.service-h2{
    padding:25px 0;
    font-weight: 700;
    background-color:transparent;
    color: #1e4c7f;
}
.call-to{
    padding:25px 150px;
    font-weight: 700;
    background-color:#1e4c7f;
    color: #fff;
}
.connect-card{
    padding:50px 10px;
    font-weight: 700;
    background-color:#1e4c7f;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.connect-card p{
    padding: 30px 0;
}
.service-p{
    text-align: left;
    padding:25px 150px;
}
.service-list{
    padding-top:25px;
}
.gestion ul, .syndic ul{
    padding-left:15px;
}
.gestion ul li, .syndic ul li{
    list-style-type: disc;
}
address ul li, .nav-main li{
    list-style-type: none!important;
}
/*//////////////PAGES FORMULAIRES////////////*/

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


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

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


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

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


