/*//////////////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: url(../images/bgimg.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    color: #393939;
}
.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: #393939;
}
a:hover {
    color: #00a0e3;
}
.breadcrumb-cms {
    padding: 0 15px 15px 15px;
}

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

.btn-primary {
    color: #ffffff !important;
    background: #00a0e3;
    border-color: #00a0e3;
}
.btn-primary:hover {
    color: #ffffff !important;
    background: #007eb3;
    border-color: #007eb3;
}
.btn-secondary {
    background: #333;
}
.nav-main li a:hover:before {
    height: 5px;
    transition: all 0.3s;
}
.nav-main li a.dropdown-item:hover:before {
    height: 0px!important;
    transition: all 0.3s;
}
.nav-main li a.dropdown-item::before {
    content: "";
    width: 180%;
    position: absolute;
    left: -40%;
    bottom: 5px;
    height: 0px;
    background-color: #00a0e3;
    transition: all 0.3s;
    text-align: center;
}
.nav-main li a::before {
    content: "";
    width: 180%;
    position: absolute;
    left: -40%;
    bottom: 5px;
    height: 0px;
    background-color: #00a0e3;
    transition: all 0.3s;
    text-align: center;
}

/*//////////////HEADER////////////*/
.header__logo {
    width: 100%;
    margin: 20px auto;
}
header .navbar {
    border-top: 2px solid #00a0e3;
    border-bottom: 2px solid #00a0e3;
}
.nav-main li a {
    color: #393939;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.nav-main li a:hover {
    color: #00a0e3;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.bloc_search {
    background-color: rgba(0, 0, 0, 0.6);
}


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

address {
    border-top: 2px solid #00a0e3;
    border-bottom: 2px solid #00a0e3;
}
footer, footer a {
    color: #393939;
}


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

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


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

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


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

.detail-info .table i {
    color: #00a0e3;
}
.detail-nav-calcul > ul > li a {
    background: #656462;
}
.index .block_info{
    border: 1px solid #00a0e3;
    border-top: none;
}

/* agence img */

 .column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}


.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.column {
	 /*margin: 15px 15px 0; */
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
} 

.colorCarre {
    color: #00a0e3;
}
.bloc2 {
    font-size:15px; 
    border-left: 12px solid #5b5b5b;
    padding-left: 51px;
}

.bloc1 {
    display:flex; 
    background: #00a0e3;
    padding: 1% 8%;  
    border-radius: 75px 0px 75px 0px;
}

.agence strong, .bleu {
    color: #00a0e3;
}
.rouge {
    color: #df1e1e;
}
.agence h3.page-heading {
    text-decoration-color: #df1e1e!important;
    text-decoration: underline;
    font-weight:700;
}