html,
body {
    height: 100%;
}

.pointeur {
  cursor: pointer;
}

.hover-gray:hover{
  color:#666;
}

.hover-red:hover{
  color: #ff3036;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a {
  color: #b11b12;
}

a:hover {
  color: #ff3036;
  text-decoration: none;
}

a.full-black {
  color: #333;
}

a.full-black:hover {
  color: #555;
  text-decoration: none;
}


/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*------------------------------------------------------ Login ---------------------------------------------------*/
.site-login{
  border: solid 1px #790000;
  background-color: white;
}
.form-creation{
	margin-top: 30px;
}
.form-login{
	margin-top: 100px;
}
.bg-login{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto -60px;
  height: 100%;
  padding: 0 0 60px;
  z-index: -1;
}
.bg-login .color{
  height:100%;
  width:100%;
  background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #670d10 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #670d10 0%,#092756 100%);
}



/*------------------------------------------------------ MEMBRE ---------------------------------------------------*/
.membre {
	padding: 20px;
}

.membre-1 .m-photo img{
	float: left;
}
.membre-2 .m-photo img {
	float: right;
}
.membre-1 .m-photo {
	float: left;
}
.membre-2 .m-photo {
	float: right;
}
.membre-1 .m-info > div{
	text-align: right;
	padding-right: 40px;
	margin-top: 10px;
}
.membre-2 .m-info > div{
	text-align: left;
	padding-left: 40px;
	margin-top: 10px;
}
.membre-2 .m-info {
	float: left;
}
.membre .m-fonction{
	font-size: 28px;
}
.membre .m-nom{
	font-size: 22px;
}
.membre-1 .m-adresse{
	background: url('../img/icons/home.png') transparent no-repeat right 0;
	margin-right: 40px;
	padding-right: 40px;

}
.membre-1 .m-numero{
	background: url('../img/icons/phone.png') transparent no-repeat right 0;
	margin-right: 40px;
	padding-right: 40px;
}
.membre-1 .m-mail{
	background: url('../img/icons/mail.png') transparent no-repeat right 2px;
	margin-right: 40px;
	padding-right: 40px;

}
.membre-2 .m-adresse{
	background: url('../img/icons/home.png') transparent no-repeat;
	margin-left: 40px;
	padding-left: 40px;
}
.membre-2 .m-numero{
	background: url('../img/icons/phone.png') transparent no-repeat;
	margin-left: 40px;
	padding-left: 40px;
}
.membre-2 .m-mail{
	background: url('../img/icons/mail.png') transparent no-repeat 0 2px;
	margin-left: 40px;
	padding-left: 40px;
}
.membre-1 .m-action {
	text-align: right;
}
.membre-2 .m-action {
	text-align: left;
}
.m-action a{
	display: block;
	height:100%;
	width:100%;
}
.m-action span{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 10px 10px 0 10px;
	cursor: pointer;
}

.m-ico{
	line-height: 34px;
}
span.m-edit{
	background: rgba(0, 0, 0, 0) url("../img/icons/edit.png") no-repeat scroll;

}
span.m-delete{
	background: rgba(0, 0, 0, 0) url("../img/icons/delete.png") no-repeat scroll;
}
span.m-delete-disabled{
	background: rgba(0, 0, 0, 0) url("../img/icons/delete-gris.png") no-repeat scroll;
	cursor: not-allowed;
}
span.m-desactive{
	background: rgba(0, 0, 0, 0) url("../img/icons/desactive.png") no-repeat scroll;
}
span.m-active{
	background: rgba(0, 0, 0, 0) url("../img/icons/active.png") no-repeat scroll;
}

/*------------------------------------------------------ PHOTO ---------------------------------------------------*/
.album-photo {
	height: 150px;
	margin-bottom: 20px;
	cursor: pointer;
}

.album-photo a{
	background-color: #454545;
	color: #FFF;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	text-align: center;
}

.album-thumb-title {
    position: absolute;
    width: calc(100% - 30px);
    padding-left: 10px;
    bottom: 0;
    padding-bottom: 5px;
    background-color: rgba(10,10,10,0.6);
    color: white;
    padding-top: 5px;
}


/*------------------------------------------------------ NAVBAR ---------------------------------------------------*/
.navbar-nav-left{
	width: 100%;
}
.navbar-nav-left > li {
	float: none !important;
}

.navbar {
  border-bottom: solid 4px #790000;
  background-color: white;
}
.navbar .navbar-brand,
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:focus{
  color:#790000;
}
.navbar-nav > li.active > a {
  background-color: #790000;
  color: white;
}

.navbar-toggle{
  border-color: #790000;
}

.icon-bar{
  border-top: solid 2px #790000;
}

.navbar button {
  color: #790000;
}

/*------------------------------------------------------ GENERAL ---------------------------------------------------*/
.btn-retour {
	padding-left: 35px;
	background: rgba(0, 0, 0, 0) url("../img/icons/back-gray.png") no-repeat scroll 10px center;
}

.footer a,
.footer a:hover{
  color: #790000;
}

h1, h2, h3, h4, h5, h6{
  color: #790000;
}

.carousel-control {
	color: #b11b12 !important;
}
