html {
	height: 100%;
	min-height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	color: #333;
	background: #EFF0F1;
}

.form-center {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
  }

  .photoBackground  {
	background: url("../../images/charte/home.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
	border: 0!important;
  }


main {
	min-height: 100%;
}

.home-img {
	background-size: cover;
	background-position:center center;
}

.panel_version_demo{
    color: #fff;
    background: #dd8e27;
    border-color: #dd8e27;
    text-align: center !important;
    position: relative;
    padding: 1.8rem .5rem;
    border: 1px solid transparent;
}

@media(max-width:767px) {

	#blocLogin{
		position:absolute;

	}

	#blocLogin > div{
		padding-top: 10px;;
		background-color: rgba(238, 238, 238, 0.95);
		border-radius: 5px;
		width:440px;
		max-width: 100%;
		margin:auto;
	}
}

/*** CONTENU ***/

#main-contain {
	padding: 30px 15px;
	border-radius: 5px;
	margin-top: 1.5rem;
	/*background:#FFF;*/
}

.signInLeft {
	background-color: #fff;
	padding: 30px 0;
}

.signInRight {
	background-color: #25344C;
	padding: 30px 0;
	color: white;
}

@media(max-width:767px) {
	.signInLeft {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.signInRight {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}

@media(min-width:768px) {
	.signInLeft {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.signInRight {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}

.signInRight a {
	color: white;
}

.signInRight .panel-header, .signInRight .panel-body, .signInRight .panel {
	background-color: transparent !important;
	border: 0 !important;
	color: white;
}

.forgotPwdLeft {
	background-color: #fff;
	padding: 30px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.forgotPwdRight {
	background-color: #25344C;
	padding: 30px 0;
	color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.forgotPwdRight a {
	color: white;
}

.forgotPwdRight .panel-header, .forgotPwdRight .panel-body, .forgotPwdRight .panel {
	background-color: transparent !important;
	border: 0 !important;
	color: white;
}

form {
	border-radius: 5px;
	/*background:#FFF;*/
	clear: both;
}

form .panel-header {
	display: block;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.panel {
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding: 0;
	margin-bottom: 20px;
}

.panel>.panel-header {
	border-bottom: 1px solid #CECECE;
}

.panel>.panel-body {
	padding: 30px;
	background-color: #eee;
	border-radius: 5px;
}

#page-wrapper {
	padding: 1.5rem;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#page-wrapper::after {
	display: block;
	content: "";
	clear: both;
}

#page-wrapper.full {
	margin-left: 0;
	border-left: none;
}

.alert {
	position: relative;
	z-index: 999;
}

/*******/


.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.bloc-action {
	float: right;
}

.bloc-action+* {
	clear: both;
}

.table {
	width: 100%;
	margin-top: 20px;
}

img {
	max-width: 100%;
}

/*** MAP ***/

.map {
	height: 300px;
}

.amount {
	text-align: right;
}

/*** SEARCH ***/

#form-search, #formSearch {
	margin-top: 1.5rem;
}

.bloc-form {
	margin-top: 1rem;
}
