.margin-bottom-10 {
    margin-bottom: 10px;
}
#cl-wrapper {
    padding-top: 65px;
}
/* menu */
.navbar {
    min-height: 65px;
    padding-left: 0;
}
.navbar .container-fluid {
    padding-left: 0;
}
.navbar-collapse {
    position: static;
}
.navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.profile_menu .dropdown-toggle {
    padding: 18px 10px;
}
/* *** */
/* menu lang */
#head-nav .lang-nav {
    float: right;
    margin-top: 16px;
}
@media (max-width: 767px) {
    #head-nav .lang-nav ul {
        padding: 0;
    }
}
/* ***** */
/* prelaoder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
}

#preloader > div {
	height: 100%;
}

#loader {
	margin: 6em auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid rgba(168, 164, 165, 0.1);
	border-right: 5px solid rgba(168, 164, 165, 0.1);
	border-bottom: 5px solid rgba(168, 164, 165, 0.1);
	border-left: 5px solid #2494F2;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

#loader,
#loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.center-item {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.block {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
/* **** */
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* *** SORTABLE jquery *** */
.dd-list li {
    cursor: move;
}
.item-placeholder {
    height: 35px;
    border: #000 dashed 1px;
}
.dd-handle {
    padding: 7px 8px;
}
.dd3-handle {
    text-indent: 0;
    color: #fff;
}
/*.dd3-handle:before {
    content: '';
}*/
/* *** ERREUR formulaire *** */
.help-block {
    color: #cc0000;
}
/** LOGO **/
@media (min-width: 768px) {
    .navbar-header {
        width: 215px;
        height: 65px;
    }
}
/* .espace-logo img {
    position: absolute;
    left: 15px;
    height: 50px;
} */
/* *** Page accueil *** */
.visible-on-hover {
    display: none;
}
.dashboard p {
    font-size: 18px;
}
.dashboard p a {
    display: block;
    transition: all 700ms;
}
.dashboard p a:hover {
    color: #1350b3;
}
.dashboard i.fa {
    display: block;
    margin: 30px;
    font-size: 40px;
    transition: margin 700ms;
}
.dashboard a:hover i.fa {
    margin: 20px;
}
.dashboard .block-flat .content {
    min-height: 200px;
}
/* *** Fiche MEMBRE *** */
.profile-info .avatar {
    padding-top: 0;
}
.profile-info .avatar img {
    width: auto;
    height: auto;
}
#type-adresse {
    font-size: 12px;
    font-style: italic;
}
.type-coordonnee {
    color: #999999;
}
.bouton-right {
    position: absolute;
    top: 1px;
    right: 1px;
}
.bouton-right-modifier {
    position: absolute;
    top: 1px;
    right: 46px;
}
/* FORM Newsletter */
form#newsletter label, form#newsletter .checkbox {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
}
form#newsletter .row {
    margin: 0;
}
.checkbox input[type="checkbox"] {
   position: static;
}
.invit-selection {
    margin-bottom: 50px;
    font-size: 18px;
}
form#newsletter .margin-bottom-50 {
    margin-bottom: 50px;
}
form#newsletter .form-group {
    margin-top: 0;
}
/* FORM */
.icheckbox_square-blue {
    margin-right: 20px;
}
#adresse-postale .block-flat {
    height: 260px;
}
#adresse-postale .block-flat address {
    height: 150px;
}
/* page liste oa */
.list-group.tickets .list-group-item .avatar {
    margin: 0;
}
.list-group.tickets .list-group-item .avatar img {
    margin: auto;
    max-height: 100px;
}
.list-group-item {
    position: relative;
}
.list-group-item>.badge {
    position: absolute;
    left: 5%;
    top: 50%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    font-size: 18px;
}
.list-group-item .row {
    margin: 0;
}
.list-group.tickets .list-group-item p {
    line-height: 16px;
}
.list-group.tickets .list-group-item.cadre-couleur {
    border: 2px solid #54A754;
}
.indication-adjudication span,
.indication-meilleur-encherisseur,
.indication-remporte-enchere {
    font-weight: bold;
    padding:5px 10px;
    background-color:#60c060;
    color:#fff;
}
.indication-pas-meilleur-encherisseur,
.indication-pas-remporte-enchere {
    font-weight: bold;
    padding:5px 10px;
    background-color:#df4b33;
    color:#fff;
}
.indication-prix-reserve-non-atteint {
    font-weight: bold;
    padding:5px 10px;
    background-color:#ff9900;
    color:#fff;
}

.indication-meilleur-encherisseur,
.indication-pas-meilleur-encherisseur {
    margin: 0;
}
/*	@nav header langage
--------------------------*/

.lang-nav{ margin-bottom: 8px; }
.lang-nav ul { 
    text-align: right;
}
.lang-nav li {
    display: inline-block;
    margin-left: 7px;
}
.lang-nav li a {
	background: url(../img/flags.png) no-repeat left top;
	display: block;
	height: 11px;
	width: 14px;
}
.lang-nav .french a { background-position: 0 0; }
.lang-nav .english a { 	background-position: -15px 0; }
.lang-nav li span {
	left: -999em;
	position: absolute;
	top: -999em;
}
/* ******* */
/* Bouton de paiement */
.form-systempay {
    display: inline;
}
.form-systempay button[type="submit"] {
    background-color: #60C060;
    border-color: #54A754;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 1.5;
}