/*!
 * Custom CSS
*/

body {background-image: url(../../img/bg/blackorchid.png);}

a, .text-success, .text-success:hover, .btn-link {color:#55b649; }
a:hover, a:focus, .btn-link:hover {color: #44923a; }

.alert a:hover, .alert  a:focus  {color: #FDFF73; }

.not-active , #tryToClickMe {
   pointer-events: none;
   cursor: default;
}

h1 .label {font-size: 70%;}
h5 .label {display:none;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {color: #ccc;}
@media (max-width: 480px) {
	h1 .label {display:none;}
	#page .page-header {margin-bottom: 0; border-bottom: 0;}
	h5 .label {display:block;}
	#page h5 {margin-top:0px;}
}

.nav-tabs a, .nav-pills a, .breadcrumb a, .pager a {color: #fff;}

ul.list-unstyled li a:hover, ul.list-unstyled li a:focus {
	color: #55b649;
	text-decoration: none;
}

img.style:hover, img.style:focus {opacity:0.4; filter: alpha(opacity=40); /* For IE8 and earlier */}

.color {color:#55b649;}
.badge {background-color: #424242;}
.badge.large {font-size: 130%}

.pager li>a:hover, .pager li>a:focus {background-color: #55b649;}
.label-success {background-color: #55b649;}
.btn-success {
	color: #ffffff;
	background-color: #55b649;
	border-color: #55b649;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #44923a !important;
	border-color: #44923a !important;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
background-color: #55b649;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
background-color: #44923a;
}

#page {margin-top: 50px; margin-bottom: 50px;}
#page .page-header {margin-top: 20px; text-shadow: 0px 1px 1px #4d4d4d;}
#page h3.page-header {margin-top: 10px; margin-bottom: 10px;}
#page h3.title {margin-top: 0;}

.form-control:focus { 
	border-color: #55b649;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 182, 73, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 182, 73, 0.6);
}

.navbar-default {background-color: #000;}
.navbar-brand {padding: 0 15px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background-color: #55b649;}
.navbar-default .navbar-nav>li>a.btn-videos {
	background-color: #cc0000;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a.btn-videos:hover, .navbar-default .navbar-nav>li>a.btn-videos:focus {
	background-color: #990000;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a.btn-contact {
	background-color: #55b649;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a.btn-contact {
	background-color: #55b649;
	color: #ffffff;
}
.navbar-default .navbar-nav>li>a.btn-contact:hover, .navbar-default .navbar-nav>li>a.btn-contact:focus {
	background-color: #44923a;
	color: #ffffff;
}
@media (min-width: 768px) {
	.btn-contact {margin-right: 15px;}
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #44923a;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
background-color: #55b649;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
background-color: #55b649;
}

.progress-bar-success{
background-color: #55b649;
}

.alert-success {
background-color: #55b649;
border-color: #44923a;
color: #ffffff;
}

.thumbnail {margin-bottom:10px;}

#carousel-sticky-notes {
	position: fixed;
	top: 120px;
	right: 20px;
	max-width: 320px;
	height: auto;
}

/* carousel-fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* carousel-fade */

.carousel-indicators {display: none;}
.panel-body {padding: 0px;}
.panel-title>a {
	color: #aaa;
	text-decoration: none;
}
.panel-title>a:hover, .panel-title>a:focus {
	color: #fff;
	text-decoration: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #888;
	color: #fff;
}

.scrollFix {
	line-height: 1.35;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

.margt0 {margin-top:0px !important;}
.margt10 {margin-top:10px !important;}
.margt20 {margin-top:20px !important;}
.margb0 {margin-bottom:0px !important;}
.margb10 {margin-bottom:10px !important;}
.margb20 {margin-bottom:20px !important;}
.padt0 {padding-top:0px !important;}
.padt10 {padding-top:10px !important;}
.padt20 {padding-top:20px !important;}
.padb0 {padding-bottom:0px !important;}
.padb10 {padding-bottom:10px !important;}
.padb20 {padding-bottom:20px !important;}
.pad0 {padding:0px !important;}

.post-it{
	color: #44923a;
	background: lightyellow;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.rapport-energuide {
	position: fixed;
	bottom: 70px;
	left: 20px;
	width: 500px;
	border: 3px solid #fff;
	border-radius: 6px;
}
.concours-domus-30e {
	position: fixed;
	bottom: 240px;
	left: 20px;
	width: 240px;
	border: 3px solid #fff;
	border-radius: 6px;
}
.concours-domus-32e {
	position: fixed;
	bottom: 240px;
	left: 280px;
	width: 240px;
	border: 3px solid #fff;
	border-radius: 6px;
}

.couple-homepage {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

.footer, .footer-homepage {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 50px;
	background-color: #000;
}
.footer p, .footer-homepage p {
	margin: 15px 0;
	color: #ffffff;
}
@media (max-width: 480px) {
	.footer {
		position: relative;
		bottom: 0;
		width: 100%;
		min-height: 50px;
		background-color: #000;
	}
	#page {
		margin-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.couple-homepage {
		position: fixed;
		bottom: 70px;
		right: 10px;
		width: 180px;
		height: auto;
		z-index: 10;
	}
	.rapport-energuide {
		position: fixed;
		bottom: 242px;
		left: 10px;
		width: 200px;
		border: none;
		border-radius: 0;
	}
	.concours-domus-30e {
		position: fixed;
		bottom: 161px;
		left: 10px;
		width: 200px;
		border: none;
		border-radius: 0;
	}
	.concours-domus-32e {
		position: fixed;
		bottom: 80px;
		left: 10px;
		width: 200px;
		border: none;
		border-radius: 0;
	}
	#carousel-sticky-notes {
		position: relative;
		top: 0;
		right: 0;
		z-index: 20;
	}
}

#myTable .form-control.currency {
	text-align: right;
}

.pointer {
	cursor: pointer;
	cursor: hand;
}

.text-success.selected-row, .text-success.selected-row:hover {
	background-color: #55b649;
	color: #FFFFFF;
}
.text-warning.selected-row, .text-warning.selected-row:hover {
	background-color: #ff8800;
	color: #FFFFFF;
}

.bientot.text-success, .bientot.text-warning {
	/* color: #FFC107; */
	color: #F5E625;
}
.bientot.glyphicon {
	/* color: #FFC107; */
	color: #F5E625;
}
.disponible.glyphicon {
	color: #55b649;
}
.reserve.glyphicon {
	color: #ff8800;
}
.rdv.glyphicon {
	color: #87ceeb;
}
.vendu.glyphicon {
	color: #cc0000;
}
.table .info-rdv {
	background-color: #2a9fd6 !important;
	color: #ffffff;
}
.table .info-financement {
	background-color: #ff8800 !important;
	color: #ffffff;
}
.tooltip-inner {
	max-width: 360px;
}

#idb {
	color: #FFF;
	background-color: #666;
}

.modal label {
	font-weight: normal;
}

area.reserve, area.vendu, area.phase2, area.complet, area.locatif {
	cursor: default;
	cursor: not-allowed;
}

tr.success {
	color: #ffffff !important;
}
tr.disponible { 
	cursor: pointer;
}
tr.reserve, tr.vendu {
	cursor: default;
	cursor: not-allowed;
}

.panel-success {
	border-color: #44923a;
}
.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #55b649;
    border-color: #44923a;
}

.panel-bientot {
	/* border-color: #FFC107; */
	border-color: #F5E625;
}
.panel-bientot>.panel-heading {
    color: #424242;
    /* background-color: #FFC107; */
	background-color: #F5E625;
	/* border-color: #FFC107; */
	border-color: #F5E625;
}
.panel-bientot>.panel-heading .badge {
	/* color: #FFC107; */
	color: #F5E625;
    background-color: #424242;
}
.label.label-bientot {
	color: #424242;
    /* background-color: #FFC107; */
	background-color: #F5E625;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #ffffff;
    background-color: #55b649;
    border-color: transparent;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #44923a;
    border-color: transparent;
    cursor: default;
}

/* carousel-fade start */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity 1s;
  -moz-transition-property: opacity 1s;
  -o-transition-property: opacity 1s;
  transition-property: opacity 1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* carousel-fade end */

.legend {
	text-align: center;
	color: #ccc;
}
.legend>span {
	font-size: 14px;
	cursor: inherit;
	display: inline-block;
	padding: 4px 8px;
}
@media (min-width: 768px) {
	.legend>span {
		font-size: 16px;
		padding: 6px 12px;
	}
}
@media (min-width: 992px) {
	.legend {
		margin-bottom: 14px;
	}
}

/* PROJETS - PUBLIC - START */

.leaflet-popup-content {
    margin: 3px !important;
}
.leaflet-popup-content img {
    border-radius: 12px;
}

#carousel-projets .carousel-caption {
    padding-bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding: 4px;
}

/* PROJETS - PUBLIC - END */

.text-light {
	color: #cccccc;
}

.modal-backdrop {
	z-index: -1;
}

.rotateHorizontal {
	animation: spinHorizontal 15s linear 3;
}

@keyframes spinHorizontal {
	0% { 
		transform: rotateY(0deg); 
	}
	5% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

/* .form-group .g-recaptcha {
	display: inline-block;
} */
