
body {
    font-family: Sans-Serif;
}

#fork {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.legend {
    width: 16em;
}

.legend .title {
    display: block;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    padding: 0 0.3em;
}

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: 2px solid; /* Comment out if you don't want to show the fillColor */
    border-radius: 0.5em; /* Comment out if you prefer squarish samples */
    margin-right: 0.5em;
}
body {
  position: relative;
  padding-top: 40px;
  background:url(/img/bg.png);
  font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > .navbar {
  font-size: 13px;
}

a {
  color: #263849;
  text-decoration: none;
}

a:hover {
  color: #F60;
  text-decoration: underline;
}
.bloc a:hover[rel=zoom]{text-decoration: none;}
section {
  padding:5px;
  margin-bottom:15px;
  background-color:#fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

section.with-header {
  border-top:0px;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;	
}

section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}
.section-header {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;	
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: white 0px 1px 0px inset;
  box-shadow: white 0px 1px 0px inset;
  color: #666;
  background-color:#f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FAFAFA), to(#E9E9E9));
  background-image: -webkit-linear-gradient(top, #FAFAFA, #E9E9E9);
  background-image: -o-linear-gradient(top, #FAFAFA, #E9E9E9);
  background-image: linear-gradient(to bottom, #FAFAFA, #E9E9E9);
  background-image: -moz-linear-gradient(top, #FAFAFA, #E9E9E9);
  background-repeat: repeat-x;
  padding-left:10px;
  font-weight:bold;
}
.section-subheader {
  height: 35px;
  border: 1px solid #ccc;	
  border-bottom: 1px solid #e5e5e5;
  border-top:0px;
  box-shadow: white 0px 1px 0px inset;
  background-color:#f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 0%, from(#EEE), to(#DADADA));
  background-image: -webkit-linear-gradient(top, #EEE, #DADADA);
  background-image: -o-linear-gradient(top, #EEE, #DADADA);
  background-image: linear-gradient(to bottom, #EEE, #DADADA);
  background-image: -moz-linear-gradient(top, #EEE, #DADADA);
  background-repeat: repeat-x;
  padding:5px 5px 0px 0px;
}

.table {margin-bottom: 0px;}

.table .error img.img-polaroid {opacity:.25;}


/* Subhead
------------------------- */
#headder-logo{
  -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.75);
     -moz-box-shadow: 1px 0 4px rgba(0,0,0,.75);
          box-shadow: 1px 0 4px rgba(0,0,0,.75);
}

.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
  background-color:#efefef;
  background:url(/img/header-bg.png);
  height:93px;
  text-shadow: 1px 2px 0 rgba(0,0,0,.4), 0 0 30px rgba(255,255,255,.3);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.subhead h1 {
  font-size: 36px;
  color: #fff;
  margin:20px 0px -5px 0px;
}
.subhead p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
}

#user-connected{
	color:#fff;
	font-weight:bold;
	padding-top:15px;
	text-align:right;
}
.subhead img{
	margin:15px 20px 0 10px;
}

/* Footer
-------------------------------------------------- */

/*.footer {
  padding: 30px;
  margin-top: 30px;
  border-top: 1px dashed #ccc;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}*/

.footer {
  -webkit-border-radius: 6px 6px 6px 6px;
     -moz-border-radius: 6px 6px 6px 6px;
          border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 1px 0 4px rgba(0,0,0,.065);
     -moz-box-shadow: 1px 0 4px rgba(0,0,0,.065);
          box-shadow: 1px 0 4px rgba(0,0,0,.065);
  background-color:#efefef;
  background:url(/img/header-bg.png);
  height:53px;
  margin-bottom:10px;
  text-shadow: 1px 2px 0 rgba(0,0,0,.4), 0 0 30px rgba(255,255,255,.3);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}

.footer p {
  padding:15px 20px 15px 20px;
  color:#999;
}
.footer p a {
  color:#fff;	
}
/* Sidenav for Docs
-------------------------------------------------- */
.pagination ul {
	 border: 1px solid #ccc;
}
.pagination ul > li > a,
.pagination ul > li > span {
	border-top:0px;
	border-bottom:0px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left:0px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-right:0px;
}
.pagination i {
	opacity:.70;	
}
.pagination .active i {
	opacity:.15;	
}
.pagination li:not(.active) a:hover {
   transform:translate(-1px,-1px);
    -ms-transform:translate(-1px,-1px); /* Internet Explorer */
      -moz-transform:translate(-1px,-1px); /* Firefox */
        -webkit-transform:translate(-1px,-1px); /* Safari et Chrome */
          -o-transform:translate(-1px,-1px); /* Opera */
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: all .1s ease-in;
}

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav li, .bs-docs-sidenav ul {
  padding-left:0px;
  margin-left:0px;
}
.bs-docs-sidenav > li > ul {
  list-style-type:none;
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border-top: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li > ul > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 2px 14px 2px 28px;
  border-top: 1px solid #efefef;
  font-size:13px;
}
.bs-docs-sidenav > li > ul > li:first-child > a {
  border-top: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  border: 0px;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.nav-list .active > a, .nav-list .active > a:hover {
  background-color:#F90;
  color:#fff;
}
.bs-docs-sidenav  .active > a {
  position: relative;
  z-index: 2;
  /*padding: 9px 15px;*/
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav .active ul .icon-chevron-right {
  opacity: .25;
  background-image:url("/img/interface/glyphicons-halflings.png");
}
.bs-docs-sidenav .active ul li a:hover .icon-chevron-right {
  opacity: .5;
  background-image:url("/img/interface/glyphicons-halflings.png");
}
.bs-docs-sidenav li > a:hover {
  background-color: #f5f5f5;
}

.bs-docs-sidenav li.inactive {
  background-color: #f5f5f5;
  text-align:center;
}
.bs-docs-sidenav li.inactive > a {
  padding:3px;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(/img/interface/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

#navTop .container {
  background:none;
  background-image:none;	
  background-color:#000;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	right:auto;
	left:auto;	
}
.navbar-inner {
  background:none;
  background-image:none;	
  background-color:#263849;
  border-bottom:1px solid #1b2b3c;/*#465e76 */
  right:auto;
  left:auto;	
}

.navbar .nav > li > a {
  text-shadow:none;
}
.navbar .nav > li > a:hover {
  color:#fff;
}
.nav-list ul {
	list-style-type:none;
}

.fleche-nav {
	margin-top:10px;
	margin-right:-30px;
	opacity:0.25;
	border:1px solid transparent;
}
.fleche-nav a {
	display:block;
}
.fleche-nav:hover {
	opacity:0.75;
	border:1px solid #757575;
	 -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #F90;
  *background-color: #F60;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F90), to(#F60));
  background-image: -webkit-linear-gradient(top, #F90, #F60);
  background-image: -o-linear-gradient(top, #F90, #F60);
  background-image: linear-gradient(to bottom, #F90, #F60);
  background-image: -moz-linear-gradient(top, #F90, #F60);
  background-repeat: repeat-x;
  border-color: #F60 #F60 #F60;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #F60;
  *background-color: #F60;
}

/*.btn i {margin-top:3px;}*/

.jumbotron {
	padding-left:10px;
	-webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

textarea:focus,select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 173, 51, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 173, 51, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 173, 51, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 173, 51, 0.6);
}

.input-xxlarge {
  width: 100%;
  max-width: 530px;
  min-height: 30px;
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
select, option {text-align:left;}

#galerie li:hover img {
   -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transform:translate(-1px,-1px);
    -ms-transform:translate(-1px,-1px); /* Internet Explorer */
      -moz-transform:translate(-1px,-1px); /* Firefox */
        -webkit-transform:translate(-1px,-1px); /* Safari et Chrome */
          -o-transform:translate(-1px,-1px); /* Opera */
  transition: all .2s ease-in;
}
#galerie li:hover i {
  z-index:1000;
}
/*------------------------------ UPLOAD DRAG&DROP -------------------------*/
#uploadBox{
	float:right;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	display:none;
	height:100%;
	width:35%;
	margin-left:1%;
	background-color:white;
	overflow-y:scroll;
	border-left: 4px dotted #eaeaea;
}
#uploadBox p {
	margin : 0 0 2px;
	text-align: left;
}
#uploadBox i {
	color: #999999;
}
#uploadBox.open{
	
}
#uploadBox_entete{
	background:white;
	text-align:center;
	line-height:25px;
	cursor:pointer
}
#uploadBox_data{
	overflow-y:auto;
	padding:2px
}
#uploadBox_entete p{
	color:#fff
}
/* Page layout styles */
.uploadBox_container {
    overflow:hidden;
    width:100%;
    margin:0px auto;
}
.contr {
    background-color: #212121;
    color: #FFFFFF;
    padding: 0px 0;
    text-align: center;

    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}
.upload_form_cont {
   
    overflow: hidden;
}
.uploadBox_info {
    font-weight: bold;
    height: 100%;
    margin: 0.00%;
    position: relative;
}
.uploadBox_info > div {
    color: #333333;
}
.uploadBox_info > h2 {
    padding: 0 15px;
}
.uploadBox_info > canvas {
    margin-left: 0;
    margin-bottom: 2px;
    width:100%;
    height: 20px;
}
.uploadBox_info #url {
    width: 60%;
}
#dropFiles {
	
    //display: block;
    width: 99%;
    height: 100px;
    text-align: center;
    font-size: 18px;
    border: 4px dotted #eaeaea;
    color: #aaaaaa;
    font-weight: normal;
}
#dropFiles.hover {
	animation:all 0.4 ease-in;
	border: 4px dotted #aaaaaa;
}
#dropFiles>span {
	line-height: 100px;
}
#result .s, #result .f {
    font-size: 12px;
    padding: 2px;
    background: #fff;
    margin-top: 2px;
}

#fichiersRestant
{
	font-size:12px;
    padding: 2px;
    background: #fff;
}

#result .s {
    
}
#result .f {
    background-color: #fcc577;
}

#uploadProgression
{
    padding-top: 2px;
    background-image: url('../img/icon/fond_vert.png');
    background-repeat: repeat-y;
    background-size: 0px 0px;
    text-align: center;
    color: #333;
	font-size:12px;
}
/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}

@media (max-width: 1200px) {
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
   /* padding: 40px 20px;*/
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }


  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
  
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 26px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 12px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
	
  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
  .btn-group .btn{
	  float:left;
  }
}
