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

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

/*couleurs : bleu: #1761a0 / */
/*//////////////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: #000;
}
a:hover {
    color: #0056b3;
}


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

.btn-primary {
    color: #ffffff !important;
    background: #1761a0;
    border-color: #1761a0;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #138293;
    border-color: #138293;
}
.btn-secondary {
    background: #333;
}


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

header .navbar {
    border-top: 2px solid #1761a0;
    border-bottom: 2px solid #1761a0;
}
.nav-main li a {
    color: #000;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}
.header__logo img{
    width: 300px;
    margin: 20px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6d6e71;
}
/*//////////////FOOTER////////////*/

address {
    border-top: 2px solid #1761a0;
    border-bottom: 2px solid #1761a0;
}
footer, footer a {
    color: #000;
}


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

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


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

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


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

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

/*//////////////PAGE REMPLACEMENT////////////*/
.ligne-btn{
    text-align: center;
    margin: 10% 0;
}
.bg-callto, .bg-callto2{
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover, .bg-callto2:hover{
    background: rgba(23, 97, 160, 1);
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover #carte-callto {
    font-size: 1rem;
    color:#fff;
    line-height: 1.3rem;
    transition: all 0.3s ease-in-out;
}
.bg-callto2:hover #carte-callto2 {
    font-size: 1rem;
    color:#fff;
    line-height: 1.3rem;
    transition: all 0.3s ease-in-out;
}
#carte-callto, #carte-callto2{
    font-size: 1rem; 
    color: #000;
    font-weight: 800;
    line-height: 1.3rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.callto-title, .callto-title2{
    padding: 70px 0;
    border: 1px solid #1761a0; 
}
.info{
    margin:0 auto;
    padding: 20px;
    width: 60%;
    color: #fff;
    background: rgba(23, 97, 160, 1);
    text-align: center;
    margin-top: 10px;
}
.info2{
    margin:0 auto;
    padding: 20px;
    width: 60%;
    color: #1761a0;
    border: 1px solid #1761a0;
    background: transparent;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.info2:hover{
    color: #fff;
    border: 1px solid #1761a0;
    background: rgba(23, 97, 160, 1);
    transition: all 0.3s ease-in-out;

}
.plus{
    font-size: 2rem;
    font-weight: 600;
}
.groupe_champs > .form-group {
    clear: none;
    width: 100%;
    padding: 0 10px;
}
.form-check {

    position: relative;
    display: inline-block;
    padding-left: 27px;

}