/******************
STRUCTURE
******************/
body#home{
	padding-top:10px;
	padding-bottom:0;
	font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    background: url("/img/frontend/bg.png") repeat-x 0 0 ;
}

body{
	padding-top:10px;
	padding-bottom:80px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	background: url("/img/frontend/bg.png") repeat-x 0 0 ;
}


h1{
	background-color: #0088CC;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;footer
	font-size: 20px;
    line-height: 1;
	margin-bottom: 0;
	margin-top: 14px;
}

h4{
	color:#3C4F70;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
    line-height: 1;
	margin-bottom: 28px;
}



a:active, a:focus{
      outline:none;
}


.titre{
	background-color: #0088CC;
	margin-bottom: 20px;
	padding-bottom:20px;

}

/******************
 	LOGO
******************/
.logo{
 	background: url("/img/frontend/logo.png") no-repeat 0 0 ;
 	width: 230px;
 	height:142px;
 	display:block;
 	margin:0 auto;
 	text-indent: -4000px
}

#home  .logo{
	background: url("/img/frontend/logo-home.png") no-repeat 0 0 ;
	width: 230px;
	height:160px;
	display:block;
	margin:0 auto;
	text-indent: -4000px
}





/******************
 	HOME
******************/
.groupe{
	background:#FAFAFF;
	text-transform: uppercase;
	font-weight: 700;
}


.intro{
	background:#FAFAFF;
	padding: 10px;
	color:#2D374C;
}

.intro ul{
	margin-left: 4px;
	padding:0;
	list-style-type: none;
}

.intro ul li{
	background: url("/img/frontend/intro-li.png") no-repeat 0 5px ;
	padding:0 0 0 18px;
}

.arbotitre{
	color:#3C4F70;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 12px 0
}

#home button{
	margin:0 0 24px 0;
}

#home  ul.arbo  {
	margin-left: 2px;
	margin-bottom: 60px;
	padding:0 0 0 1px;
	list-style-type: none;
	background: url("/img/frontend/arbo-vertical.gif") repeat-y 0 bottom ;

}

#home  ul.arbo li {
	background: url("/img/frontend/dossier.png") no-repeat 0 0 ;
	padding:0 0 3px 72px;
}
#home  ul.arbo li a {
	color:#3C4F70;
	line-height: 26px
}


#rechercheimmeuble{
	background:#FAFAFF;
	padding: 20px 17px;
}

#rechercheimmeuble .titre{ 
	background: url("/img/frontend/immeuble.png") no-repeat 0 0 ;
	padding:0 0 0 50px;
	color:#3C4F70;
	font-weight: 700;
	line-height: 28px	
}

.form-horizontal .control-label {
    text-align: left;
    font-size:15px;
}

#home .btn {
    padding: 8px 12px;
}


.recherche select{
	color:#0088CC
}

/******************
TOP
******************/
.nav-top {
	margin-bottom:20px;
}
.nav-top .col-md-4{
	min-height:122px;
	position: relative;
}

.logo{
	text-align: center;
	z-index: 20px;
	position:relative;
}

.nav-top [class*="col-"] {
	padding-top:0;
	padding-bottom:0;

}

.nav-left {
	position: absolute;
	bottom:10px;
	left:15px;
}

.nav-left a{
	margin-right:20px;
}

.langue{
	margin:0 0 60px 0;
	display:block;
	color:#666670;
}
.langue select{
	color:#0088CC;

	font-weight: 700;
}



.connection{
	text-align: right
}
.connection a{
	font-size: 12px;
	color:#666670;
	text-decoration: none;
}
.connection a:hover{
	color:#666670;
	text-decoration: underline;
}

label {
	font-weight: normal;
	margin-bottom: 5px;
	font-size:13px;
}

.nav-right {
	position: absolute;
	bottom:10px;
	left:0;
}

.nav-right a, .nav-left a{
	border-bottom:3px solid transparent;
	padding-bottom:8px;
	text-decoration:none;
	color:#000;
	font-size: 15px
}

.nav-right a:hover, .nav-left a:hover {
	border-bottom:3px solid #0088cc;
	transition: border-color 1s, color 2s;
}

.nav-right a.active, .nav-left a.active {
	color: #0088cc;
	border-bottom:3px solid #0088cc;
	transition: border-color 1s, color 2s;
}

/******************
	Acces direct
******************/
.acces{
	background-color: #809096;
	margin-bottom: 20px;
	color:#FFF;
}

.acces .txt{
	line-height: 110px;
	font-size: 18px;
	color:#FFF;
	font-weight: 700
}

option{
	padding:0 14px;
}

.selection{
	margin-bottom:14px;
}

.fondbleu{
	padding: 20px;
	background:#0088CC url("/img/frontend/fond-acces.png") left 50% no-repeat;
}
.acces .btn.btn-default.search {
	background-color:#FFF ;
}


/******************
	Tableau de bord
******************/
.tableau{
	background-color: #0088CC;
	color:#FFF;
	margin-bottom:0;
}

.tableau .txt{
	line-height: 140px;
	font-size: 18px;
	color:#FFF;
	font-weight: 700;
}

.tableau .pictos-tableau{
	display: inline-block;
	width: 33px;
	height: 28px;
	margin-top: -1px;
	margin-right: .4em;
	line-height: 24px;
	vertical-align: middle;
	background-image: url("/img/frontend/pictos-tableau.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}


.tableau .fondbleu{
	padding: 20px;
	background:none;
}

.tableau .btn.btn-default.search {
	background-color:#FFF ;
}

.tableau .produit{
	color:#0088CC;
	font-weight: 700
}

.tableau .base{
	color:#3C4F70;
	font-weight: 700
}

/******************
	DERNIERS
******************/
.derniers .txt{
	color:#3C4F70;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 6px solid #3C4F70;
	padding:0 0 4px 0;
	margin:0 0 16px 0;
}

.derniers .icon-commentaire, .derniers .icon-dernier{
	margin-right: 10px !important;
}

.derniers .link{
	color:#666;
	margin:0 0 16px 0;
}

.derniers a{
	font-size: 14px;
	color:#0088CC;
	font-weight: 700;
}

.derniers .item-cadre .plus{
	font-weight: 700;
}

.derniers a.plus {
	color:#666670
}


/******************
	ACTU
******************/
.actufond {
	background-color:#f5f5f5;
	padding-bottom: 20px
}

.actu .fleche{
	margin:-3px;
}

.actu span{
	font-weight: 700;
	color:#0088CC;
}

/******************
	Poser une question
******************/
.poserquestion label{
}

.poserquestion .ciel{
	background:#ECF0F1;
	padding: 30px 20px;
	margin:0 0 20px 0 ;
}

.poserquestion .cielComment{
  background:#ECF0F1;
  padding-bottom: 20px;
}

.poserquestion .row{
	margin-bottom: 10px;
}
.poserquestion .num{
	line-height:14px;
}

.poserquestion .rechercher, .poserquestion .exporter, .poserquestion .traiter,.poserquestion .repondre{
	color: #333333;
	border-color: #c3cad2;
	width: 100%;
	border:none;
	color: #0088CC;
	font-weight:700;
	background:#c3cad2;
        margin: 1px;
}

.poserquestion .rechercher span.loupe{
background:#c3cad2 url("/img/frontend/question-loupe.png") right 3px no-repeat;
width:30px;
height:30px;
}

.poserquestion .exporter span.ftp{
background:#c3cad2 url("/img/frontend/question-ftp.png") right 3px no-repeat;
width:30px;
height:30px;
}

.poserquestion .traiter span.traiter{
background:#c3cad2 url("/img/frontend/question-traiter.png") right 3px no-repeat;
width:30px;
height:30px;
}
.poserquestion .repondre span.rep{
background:#c3cad2 url("/img/frontend/question-repondre.png") right 3px no-repeat;
width:30px;
height:30px;
}

.questionposee {
	font-size:12px;
}

.publication {
	margin-bottom:20px;
}

hr {
	border: 1px solid #3C4F70;
}
/******************
	Moteur
******************/
.form-inline.moteur	{
	margin:0 0 20px 0 ;
	line-height: 32px
}

.search{
	background:url("/img/frontend/icones.png") -118px 2px no-repeat;
	width: 30px;
	height: 30px;
}

.ciel{
	background:#ECF0F1;
	padding: 3px 0 2px 0
}

.recherche input.hasDatepicker {
    float: left;
    width: 78%;
}

.recherche a.icon-date {
    float: right;
    margin-top: 3px;
}

a.clear-highlight{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-image: url("/img/frontend/clear-highlight.png");
    background-repeat: no-repeat;
    margin-left: 15px;
}

a.clear-highlight:hover{
    text-decoration: none;
}

/******************
	LISTING
******************/
.niveau-01 a{
	color:#2D374C;
}

.niveau-01 .ligne{
	margin:0 0 0 0 ;
	padding:5px;
}
.niveau-02 .ligne{
	padding:2px 5px 0 5px;
	margin:0 0 0 46px ;
}

.niveau-03 .ligne{
	padding:2px 5px 0 5px;
	margin:0 0 12px 92px ;
	line-height:14px;

}
.niveau-03 .col-lg-1{
	width:0.5%;
}
.niveau-03 a{
	color:#0088cc;
	text-decoration:underline;
}

.niveau-01:hover, .niveau-02:hover{
	background-color: #ECF0F1;
}

.ligne .icon-plus, .ligne .icon-moins {
	margin-left: 8px;
}



.niveau-02 label, .niveau-03{
	font-size: 13px;
}


.ligne ul li{
	float:left;
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ECF0F1;
}

.table > thead > tr > td:first-child, .table > tbody > tr > td:first-child{
	padding: 8px 0 8px 8px;
	width: 12px;
}

/******************
	MENU BOTTOM
******************/

@media (min-width: 768px)  {
	.navbar-header {
	display: none;
	}

.navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	}
.navbar-fixed-bottom .navbar-collapse .container {
	padding-left: 0;
	padding-right: 0;
}
}


.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
	padding: 10px 0!important;
}

.navbar-fixed-bottom .navbar-nav > li > a, .navbar-fixed-bottom .navbar-nav > li > a:focus{
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left:10px;
	min-width: 146px;
	text-align:center;
	border-bottom: 5px solid #8e9eaa;
	background-color: #ecedef;
	color:#2D374C;
	line-height: 30px
	transition: background-color .3s, color 1s;
}

.navbar-fixed-bottom .navbar-nav li a:hover {
	color:#FFF;
	background-color: #3d4d6f;
	border-bottom: 5px solid #8d9ea8;
	transition: background-color .3s, color 1s;
}

.navbar-fixed-bottom .navbar-nav > li:first-child > a{
	margin-left:0px;
}

li.link a{
min-height: 46px;
display:block;
line-height: 40px;
text-align:center;
}

/******************
PANEL
******************/
.item-cadre{
	position: relative;
	display: block;
	padding: 0;
	margin-bottom: 10px;
	background-color: #ffffff;
	font-size: 12px	
}

.item-documents{
	background-color: #ECF0F1;
	color:#2C3E50;
	padding:10px;
	font-weight:bold;
}

.item-documents > span + span{
	margin:0 0 0 20px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #428bca;
	background-color: #ffffff;
}


.list-group-item {
	position: relative;
	display: block;
	padding: 10px 0;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: none;
}

.list-group-item:first-child {
	border-top-right-radius: none ;
	border-top-left-radius: none;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: none;
	border-bottom-left-radius: none;
}


.list-group-item.active{
	background-color: #ECF0F1;
	color:#2C3E50;
}

.list-group-item.plus{
	text-align:right;
}

a.list-group-item.plus {
	color:#0088CC;
}

.ajouter{
	padding:0 30px 0 0;
	background: url("/img/frontend/ajouter.png") no-repeat right 0;
	height:19px;
	display: block;
}

/******************
ICONE
******************/
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -2px;
	margin-right: 0;
	line-height: 24px;
	vertical-align: middle;
	background-image: url("/img/frontend/icones.png");
	background-position: 24px 24px;
	background-repeat: no-repeat;
}

a[class^="icon-"]:hover,
a[class*=" icon-"]:hover{
	text-decoration: none;
}

.icon-print {
	background-position: 0		0;
}
.icon-plus {
	background-position: -24px		0;
	margin-top: -4px;
}

.icon-moins {
	background-position: -336px		0;
	margin-top: -4px;
}

.icon-commentaire {
	background-position: -48px		0;
}
.icon-ajouter {
	background-position: -72px		0;
}
.icon-document {
	background-position: -96px		0;
}
.icon-loupe {
	background-position: -120px		0;
}
.icon-date {
	background-position: -144px		0;
}
.icon-download {
	background-position: -168px		0;
}
.icon-printblack {
	background-position: -192px		0;
}

.icon-question {
	background-position: -216px		0;
}

.icon-retour {
	background-position: -240px		0;
}

.icon-close {
	background-position: -264px		0;
}

.icon-entrer{
	background-position: -288px		0;
}

.icon-traiter{
	background-position: -312px		0;
}

a[class^="picto-"]:hover,
a[class*=" picto-"]:hover{
	text-decoration: none;
}


.picto-top{
	width: 43px;
	height: 43px;
	margin: 0 auto;
	vertical-align: text-top;
	background-image: url("/img/frontend/pictos-top.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
}

a.picto-top:hover{
	background-position: 50% -43px;
}


.picto-print{
	width: 43px;
	height: 43px;
	margin: 0 auto;
	vertical-align: text-top;
	background-image: url("/img/frontend/pictos-print.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
}

a.picto-print:hover{
	background-position: 50% -43px;
}


/******************
	Footer
******************/
.footer{
	text-align:center;
	color:#666;
	padding:14px;
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	margin-top:20px;
	/* position:absolute;
	bottom: 0;
	left:0;
	width: 100%;*/
}



/******************
	MODAL
******************/
.modal-dialog h4{
	color:#FFF;
}


.modal-dialog {
	padding-bottom: 30px;
	padding-top: 30px;
	width: 600px;
}

.login-modal {
	padding-top: 10px;
}

.modal-content{
	background-color: #FFF;

}

.modal-header {
	background-color: #0088CC;
	border-bottom: none;
	 min-height: 16.4286px;
    padding: 15px;
    border-radius: 4px 4px 0 0;
}

.modal-footer {
    border-top: 1px solid #FFF;
}

#myModal .styledRadio, #myModal .styledCheckbox {
    display: inline-block;
}

#myModal label {
	padding-left: 20px;
	font-size: 13px;
	font-weight: 700;
	line-height: 25px;
 	vertical-align: 16px;
}

.modal-body {
    padding: 20px 20px 0 20px;
    position: relative;
}

#myModal .modal-footer {
  margin-top: 0px;
  padding-bottom: 5px;
  padding-top: 0px;
}

#myModal ul, #myModal li {
  margin: 0;
  padding: 0;
  line-height: 0px;
}

#myModal ul {
  list-style: none;
}

.form-inline.moteur .probleme {
  line-height: 22px;
}

.alert, .alert-no, #super-notice {
  text-align: center;
  color: #08C;
  font-size: 0px;
  opacity: 0;
  padding: 0;
  margin: 0 0 10px 0;
  -webkit-animation: fadeout 10s; /* Safari and Chrome */
     -moz-animation: fadeout 10s; /* Firefox */
      -ms-animation: fadeout 10s; /* Internet Explorer */
       -o-animation: fadeout 10s; /* Opera */
          animation: fadeout 10s;
}


.arbo-has-lien-info {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    position: fixed;
    float: none;
    bottom: 50px;
    right: -2px;
    overflow: auto;
    background: #f0f0f0;
    border: solid 1px #999;
    padding: 10px;
    max-width: 400px;
    margin-bottom: 18px;
}

div#pdf_preview {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

@keyframes fadeout {
    0% { opacity: 1; font-size: 16px }
    80% { opacity: 1 }
    99% { opacity: 0; font-size: 16px }
    100% { font-size: 0px }
}

/* Firefox */
@-moz-keyframes fadeout {
    0% { opacity: 1; font-size: 16px }
    80% { opacity: 1 }
    99% { opacity: 0; font-size: 16px }
    100% { font-size: 0px }
}

/* Safari and Chrome */
@-webkit-keyframes fadeout {
    0% { opacity: 1; font-size: 16px }
    80% { opacity: 1 }
    99% { opacity: 0; font-size: 16px }
    100% { font-size: 0px }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    0% { opacity: 1; font-size: 16px }
    80% { opacity: 1 }
    99% { opacity: 0; font-size: 16px }
    100% { font-size: 0px }
}​

/* Opera */
/*@-o-keyframes fadeout {
    0% { opacity: 1; font-size: 16px }
    80% { opacity: 1 }
    99% { opacity: 0; font-size: 16px }
    100% { font-size: 0px }
}​*/

.lastX{
	background:#FAFAFF;
	padding: 10px;
	color:#2D374C;
}

.lastX ul{
	margin-left: 4px;
	padding:0;
	list-style-type: none;
}

.lastX ul li{
	background: url("/img/frontend/intro-li.png") no-repeat 0 15px ;
	padding:0 0 0 18px;
}

.arbo .ligne label{
  display: inline;
}

button .icon-entrer {
  margin-top: 2px;
}

.poserquestion button.repondre {
  line-height: 30px;
}

#closeCOL02 {
  width: 20px;
  height: 20px;
  top: -7px;
  left: -7px;
}

#formQRcom {
  width: 100%;
}

#myModal ul.login-erreur li {
  line-height: 20px;
  color: #08C;
}

#myModal .form-group {
  width: 100%;
}

.red {
  color: red;
}

/* Old CSS rules */

.medium { font-size: 12px; padding: .4em 1.5em .42em; }
.button { display: inline-block; zoom: 1; *display: inline; vertical-align: baseline; margin: 0 6px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); box-shadow: 0 1px 2px rgba(0, 0, 0, .2); font-weight:bold; }
.onglet { margin-left: 50px; }
form .left { color:#333; width:100px; margin-top: 3px; }
form .left { float:left; color:#333; font-weight:bold; padding:0 0 0 0; }
form .center { float:left; color:#666; margin-top: 0; font-weight:bold; padding:0 0 0 0; width: 450px; }
form .right { float:left; padding:0 0 12px 0; }
.pad h2 { font: bold 16px Arial; color:#6699cc; margin:0; padding:0; };
#COL01 { float:left; width:70%; };
#COL02 { -webkit-border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; border-radius: 8px 0 0 0; position: fixed; float: none; bottom: 67px; right: -2px; overflow: hidden; background: #f0f0f0; border: solid 2px #999; padding: 10px; max-width: 300px; width: 27%; margin-top: 30px; padding-bottom: 0; }
#COL03 { float:right; width:27%; margin-top: 30px; }
#DATA { width:98%; margin:10px auto; }
#questionCommentaire { max-height: 10px; }
#btnForm { margin-bottom: -2px; }
.footer-arbo-download { position: fixed; bottom: 0; width: 600px; left: 35%; }
.homepage-select { width: 100%; font-size: 14px; line-height: 1.428571429; color: #555; top: 10px; }
.clear { clear: both; }
@font-face { font-family: 'PT Sans'; font-style: normal; font-weight: 400; src: url('/css/frontend/font/ptsans.woff') format('woff'); }
.leftNotif { color:#333; width:40px; margin-top: 3px; float:left; color:#333; font-weight:bold; padding:0 0 0 0; }
.col-md-4 #wk_commentaire_message { width : 55%; }
.custom-paginate { width: 100%; }
.actu { margin-bottom: 10px; }
.mode { font-weight: bold; font-size: 30px; }
.document-missing { color: black; text-decoration: none; }
.niveau-02 a.document-missing { color: black; text-decoration: none; }
.niveau-03 a.document-missing { color: black; text-decoration: none; }
.green { color: green; margin-bottom: 5px; }

.dirclass a { color: red; }
