html	{background: url('../images/bg.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        }
body
{
	padding-top: 60px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0);	
}
@grid-float-breakpoint: @screen-tablet;
.container
{
/* //	background-color: rgba(255,255,255,0.5); */
}
.row
{
margin: 0px 0px 0px 0px;
}

h3
{
	margin-bottom: 2px;
	margin-top: 2px;
}

.navbar-collapse
{
padding-left: 0;
padding-right: 0;

}

span.popuplien
{
	color:#333; 
	text-decoration:none; 
	outline:0; 
	transition-property:color .1s linear 0s;
	cursor:pointer; 
}
span.popuplien:hover
{
	color:#999; 
	text-decoration:underline; 
	outline:0;	

cursor:pointer;
}	

#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#editor a:hover
{
	color: black;
}

#example 
{
z-index: 800;
}
		
		#example.floatable {
			position: fixed;
			top: 50px;
			width: inherit;
		}
a.interne {
  float: left;
  position: relative;
}
.ancre
{
  float: left;
  position: relative;
  margin-top: -325px
}	
	#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}
.navbar-biopartage {
  background-color: #cade63;
  background-image: -moz-linear-gradient(top, #cade63 0%, #57c5dc 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cade63), to(#57c5dc));
  background-image: -webkit-linear-gradient(top, #cade63, #57c5dc);
  background-image: -o-linear-gradient(top, #cade63, #57c5dc);
  background-image: linear-gradient(to bottom, #cade63, #57c5dc);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-biopartage > .dropdown-toggle
{
  background-color: #72ff19;


}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}





#well-small-info
{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #d2e3f9;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#well-small-info-locale
{
  min-height: 20px;
  padding: 18px;
  margin-bottom: 20px;
	background-image: url('../images/top50@2x.png');
  border: 2px solid #8cbaff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#well-small-success
{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #d3f6fa;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#well-small-locale
{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
	background-image: url('../images/top50@2x.png');
	background-size: cover;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#well-small-success-locale
{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
	background-image: url('../images/top50@2x.png');
	background-size: cover;
  border: 1px solid #72ff19;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#bandeau
{
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/top@2x.jpg');
	background-size: 1200px 200px;
	background-repeat: no-repeat;
	
	width:100%;
	height: 200px;

}
@media screen and (max-width: 768px) {
 #bandeau{
	background-position-x: 11%;
}


.debug_syn
{
	color: red;
	background: lime;
	position: fixed;
	z-index: 12000;
	bottom: 0;
}
.presentation_nom
{
	color:#111111 ;
	padding-top: 5px;
	font-size: 1.2em;
	
}
.lineaire
{
	background: -moz-linear-gradient(-45deg,  rgba(210,255,82,0.45) 0%, rgba(145,232,66,0.45) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(210,255,82,0.45)), color-stop(100%,rgba(145,232,66,0.45))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(210,255,82,0.45) 0%,rgba(145,232,66,0.45) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(210,255,82,0.45) 0%,rgba(145,232,66,0.45) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(210,255,82,0.45) 0%,rgba(145,232,66,0.45) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(210,255,82,0.45) 0%,rgba(145,232,66,0.45) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d2ff52', endColorstr='#7391e842',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;


}

.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background: url(images/preload.gif) no-repeat 50% 50%;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url('../images/close.png') no-repeat; background-size: 30px,30px; }
.tclose:hover {}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}












.spinner input {
  float: left;
  width: 43px;
}

.spinner .btn {
  position: relative;
  width: 20px;
  height: 14px;
  padding-top: 0;
  padding-right: 9px;
  padding-left: 9px;
}

.spinner .btn.disabled {
  cursor: not-allowed;
}

 .spinner .spinner-buttons {
  position: relative;
  left: -22px;
  float: left;
  width: 20px;
  height: 28px;
}

 .spinner .spinner-up {
  top: 2px;
  padding: 0 0 4px 1px;
}

 .spinner .spinner-up i {
  position: relative;
  top: -4px;
}

 .spinner .spinner-down {
  top: 2px;
  height: 13px;
  padding: 0 0 4px 1px;
}

 .spinner .spinner-down i {
  position: relative;
  top: -5px;
}
