.blue {
	color: #af5907;
}
.img-responsive-inline {
	max-width: 100%;
    height: auto;
}
table {
	margin-bottom: 20px;
}
table > thead {
    background-color: #af5907;
    color: #FFF;
    text-align: center;
}
table th,
table td {
	padding: 5px;
}

label {
	color: #af5907;
}

section:not(#banner) {
	padding: 40px 0;
}

section#header-top {
	border-top: 5px solid #af5907;
	padding: 20px 0;
}
#header-top .navbar-brand {
	height: auto;
	padding: 0 1px;
}
#header-top .navbar-brand img {
	width: 350px;
	height: auto;
}
#header-top .btn-header {
	background-color: #69C16C;
	color: #FFF;
}
#header-top .grey {
	color: #817f7f;
	font-size: 1.5em;
}

.navbar {
	margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a {
    color: #817f7f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #af5907;
}
@media screen and (min-width: 768px) {
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
	    background-image: url('../images/menu-active-bottom.png');
	    background-position: center bottom;
	    background-repeat: no-repeat;
	}
	.nav > li > a {
		padding-left: 30px;
	    padding-right: 30px;
	}
}
@media screen and (min-width: 992px) {
	.nav > li > a {
	    padding-left: 53px;
        padding-right: 53px;
	}
}
@media screen and (min-width: 1200px) {
	.nav > li > a {
	    padding-left: 73px;
        padding-right: 73px;
	}
}

/* SLIDESHOW */
.slideshow img {
	width: 100%;
	height: auto;
}
#page-banner {
	background-image: url('../images/Elinatec-page-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
#a-propos #page-banner {
	background-image: url('../images/Elinatec-page-apropos-banner.jpg'); background-position:bottom
}
#gestion-locative #page-banner {
	background-image: url('../images/Elinatec-page-gestloc-banner.jpg');
}
#gestion-financiere #page-banner {
	background-image: url('../images/banner_gestion_financiere.jpg'); background-position:bottom
}
#realisations #page-banner {
	background-image: url('../images/banner_realisations.jpg'); background-position:bottom
}
#contact #page-banner {
	background-image: url('../images/banner_contact.jpg'); background-position:bottom
}

#boxes {
	background-color: #efeff1;
}
#boxes .white {
	background-color: #FFF;
	padding: 10px;
}
#boxes .white h2 {
	text-transform: uppercase;
	font-size: 1.3em;
}
#boxes .white img {
	margin-bottom: 15px;
}

#content img {
	max-width: 100%;
	height: auto;
}

.box_arrow {
	padding: 10px 30px 10px 10px;
	margin-top: 20px;
	background-image: url('../images/box-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    display: none;
}
.col-sm-4:last-child .box_arrow {
	background-image:none;
	background-color: #2c96c0;
}
.col-sm-4:first-child .box_arrow {
	display: block;
}
@media screen and (max-width: 767px) {
	.box_arrow {
		padding-right: 0;
		padding-bottom: 30px;
		background-image: url('../images/box-arrow-bottom.png');
		background-position: center bottom;
	    background-repeat: no-repeat;
	    margin-bottom: 10px;
	}
}
.box_arrow h3 {
	color: #FFF;
}

#map {
	min-height: 300px;
}

#realisations .col-sm-6:first-child {
	/*background-color: #efeff1;*/
}
#realisations .col-sm-6:last-child {
	border-left:#af5907 3px solid;
}
@media screen and (max-width: 768px) {
	#realisations .col-sm-6:last-child {
		border-left: none;
	}
}

.contactform {
	border: 3px solid #af5907;
    padding: 15px;
}
.contactform .cms_submit {
	margin-left: 15px;
}

#footer-top {
	background-color: #efeff1;
	padding: 10px 0;
	font-size: 12px;
}
footer {
	background-color: #af5907;
	color: #FFF;
	padding: 20px 0;
	font-size: 12px;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: #DDD;
}
#form-group p {
	color: #af5907;
}