/* CSS Document */
* {
  outline: none;
}
html, body {
  height: 100% !important;
}
body {
  background-color: #ffffff;
  margin-top: 0px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  color: #1b8829
}
.col-no-pad {
  margin: 0px !important;
  padding: 0px !important;
}
@media all and (max-width:599px) {
  body {
    background-image: url(../images/fond-small.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    margin-top: 0px;
    background-attachment: fixed;
  }
  .content-wrapper {
    margin: 0;
  }
  .content {
    padding: 0px 23px;
  }
}
@media all and (min-width:600px) {
  body {
    margin-top: 0px;
    background: url(../images/fond.jpg) no-repeat center fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
  }
  .content-wrapper {
    /*background-color:rgba(255,255,255,0.75);	*/
    margin: 0;
  }
  .content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 25px 10px 25px;
    height: 100%;
  }
}
/***************** NAVABAR*********************/
.navbar {
  background: none;
  border: none;
  margin-bottom: 0;
}
.tc-logo {
  /*margin-bottom:22px;*/
  margin-top: 0px;
  padding: 5px;
}
.tc-boutons {
  margin: 0;
  padding: 0;
  margin-top: 18px;
  display: inline;
  text-align: right;
}
.navbar-nav {
  float: right;
  padding: 0px;
}
#clock, #blinkblink {
  margin-top: 0px;
  height: 20px;
}
@media all and (max-width:599px) {
  .row {
    margin-right: -25px;
  }
  .navbar .container, .navbar .col-xs-6 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
  }
  .navbar .container {
    height: 72px;
  }
  .btn-terrain {
    width: 100% !important;
    margin: 0px 10px;
    border-radius: 0px;
    padding: 5px;
    min-width: 80px;
  }
  .tc-logo img {
    max-width: 220px !important;
  }
}
@media all and (min-width:600px) {
  .tc-boutons {
    margin: 0;
    padding: 0;
    margin-top: 38px;
    display: inline;
    padding-right: 25px;
  }
  .navbar .container {
    background-color: rgba(255, 255, 255, 0.8);
    /*min-height:137px;*/
    padding: 10px;
  }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none !important;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
.btn-top, .btn-group-top > .btn {
  padding: 3px 10px;
  border-radius: 0px;
  float: right;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-right: 0px;
}
.btn-top:hover, .btn-top:focus, .btn-top.focus, .btn-top:active, .btn-top.active, .open > .dropdown-toggle.btn-top {}
/***************** CONTENU*********************/
.scrollbar {
  overflow-x: scroll;
}
.row-tableau {}
.col-heures {
  float: left;
  margin-right: 4px;
}
.col-courts {
  /* old syntax */
  display: -webkit-box;
  display: -moz-box;
  /* new syntax */
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
}
.col-botlinks {
  margin-left: 54px;
}
.courts {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  width: 20%;
  min-width: 155px;
  margin-right: 8px;
}
/*
.col-heures{
	z-index:1000;
	float:left;
	margin-right:10px;	
	
}
*/
/* seulement le  tableau */
.scrolltab {
  float: right;
  display: inline;
  overflow-x: scroll;
}
.court {
  margin-right: 10px;
  display: inline-table;
}
/****TABLEAU DES HEURES PARAMETRES ****/
.tableau_entetes {
  color: #ffffff;
  height: 60px !important;
}
.case-entete {
  height: 60px !important;
}
@media all and (min-width:750px) {
  .nom {
    display: block;
    visibility: visible;
    white-space: nowrap;
  }
  .nom_small {
    display: none;
    visibility: hidden;
    white-space: nowrap;
  }
  .heures {
    height: 66px;
    width: 46px;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 2px;
    padding-top: 5px;
    /*border-radius: 6px;*/
  }
  .heures span {
    height: 65px;
  }
	
	
  .cases {    height: 66px;    width: 160px;    font-size: 0.9em;    margin-bottom: 2px;    color: #fff;    font-weight: 700;  }
  .cases span.single {    height: 66px;    line-height: 60px;  }
  .cases span {    height: 66px;    line-height: 30px;  }
  .case-entete {    height: 60px !important;    width: 160px;    font-size: 0.9em;    margin-bottom: 2px;    color: #fff;    font-weight: 700;  }
  .case-entete span.single {    height: 60px !important;    line-height: 60px;  }
  .case-entete span {    height: 60px !important;    line-height: 30px;  }
  
	
  .quart-heures {    height: 15px;    width: 46px;    color: #fff;    font-weight: 700;    font-size: 0.8em;    margin-bottom: 2px;  }
  .quart-heures span {    height: 15px;    line-height: 15px;  }
  .quart-cases {    height: 15px;    width: 160px;    color: #fff;    font-weight: 700;    font-size: 0.8em;    margin-bottom: 2px;  }
  .quart-cases span {    /* height:15px;*/    line-height: 15px;  }
 
  .demi-heures {    height: 30px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .demi-heures span {    height: 30px;    line-height: 30px;  }
  .demi-cases {    height: 30px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .demi-cases span {    height: 30px;    line-height: 30px;  }
	
  .troisquart-heures {    height: 48px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .troisquart-heures span {    height: 48px;    line-height: 19px;  } 
  .troisquart-cases {    height: 48px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .troisquart-cases span {    height: 48px;    line-height: 48px;  }
 
  .uneheurequinze-heures {    height:  83px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheurequinze-heures span {    height: 83px;    line-height: 70px;  }
  .uneheurequinze-cases {    height:  83px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheurequinze-cases span {    height:  83px;    line-height:  83px;  }

  
  .uneheuretrente-heures {    height: 100px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheuretrente-heures span {    height:100px;    line-height: 85px;  }
  .uneheuretrente-cases {    height: 100px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheuretrente-cases span {    height: 100px;    line-height: 100px;  }

  
  .uneheuretroisquart-heures {    height: 117px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheuretroisquart-heures span {    height:117px;    line-height: 100px;  }
  .uneheuretroisquart-cases {    height: 117px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheuretroisquart-cases span {    height: 117px;    line-height: 117px;  }

  
  .deuxheures-heures {    height: 134px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .deuxheures-heures span {    height:134px;    line-height: 115px;  }
  .deuxheures-cases {    height: 134px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .deuxheures-cases span {    height: 134px;    line-height: 134px;  }

  
	.bottom {
    display: none;
    visibility: hidden;
  }
}
@media all and (max-width:749px) {
	
  .cases {    height: 66px;    width: 60px;    font-size: 0.9em;    margin-bottom: 2px;    color: #fff;    font-weight: 700;  }
  .cases span.single {    height: 66px;    line-height: 60px;  }
  .cases span {    height: 66px;    line-height: 30px;  }

  .quart-heures {    height: 15px;    width: 46px;    font-weight: 400;    font-size: 0.8em;    margin-bottom: 2px;  }
  .quart-heures span {    height: 15px;    line-height: 15px;  }
  .quart-cases {    height: 15px;    width: 160px;    color: #fff;    font-weight: 700;    font-size: 0.8em;    margin-bottom: 2px;  }
  .quart-cases span {    height: 15px;    line-height: 15px;  }
	
  .demi-heures {    height: 30px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .demi-heures span {    height: 30px;    line-height: 30px;  }
  .demi-cases {    height: 30px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .demi-cases span {    height: 30px;    line-height: 30px;  }
	
  .troisquart-heures {    height: 45px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .troisquart-heures span {    height: 45px;    /*	 line-height:45px;*/  }
  .troisquart-cases {    height: 45px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .troisquart-cases span {    height: 45px;    line-height: 45px;  }

  .uneheurequinze-heures {    height:  83px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheurequinze-heures span {    height:  83px;    /*	 line-height:45px;*/  }
  .uneheurequinze-cases {    height:  83px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheurequinze-cases span {    height:  83px;    line-height:  83px;  }
	
	
  .uneheuretrente-heures {    height: 100px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheuretrente-heures span {    height: 100px;    /*	 line-height:45px;*/  }
  .uneheuretrente-cases {    height: 100px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheuretrente-cases span {    height: 100px;    line-height: 100px;  }

  .uneheuretroisquart-heures {    height: 117px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .uneheuretroisquart-heures span {    height: 117px;    /*	 line-height:45px;*/  }
  .uneheuretroisquart-cases {    height: 117px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .uneheuretroisquart-cases span {    height: 117px;    line-height: 117px;  }
	
  .deuxheures-heures {    height: 134px;    width: 46px;    font-weight: 700;    font-size: 0.9em;    margin-bottom: 2px;  }
  .deuxheures-heures span {    height: 134px;    /*	 line-height:45px;*/  }
  .deuxheures-cases {    height: 134px;    width: 160px;    font-size: 0.9em;    color: #fff;    font-weight: 700;    margin-bottom: 2px;  }
  .deuxheures-cases span {    height: 134px;    line-height: 134px;  }
	
	
	
  .bottom {
    display: block;
    visibility: visible;
  }
  .nom {
    display: none;
    visibility: hidden;
    white-space: nowrap;
  }
  .nom_small {
    display: block;
    visibility: visible;
    white-space: nowrap;
    font-size: 0.9em;
  }
  .heures {
    height: 66px;
    width: 46px;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 2px;
    /*	border-radius: 6px;*/
    line-height: 18px !important;
    padding-top: 5px;
  }
  .heures span {
    height: 66px;    
	  line-height: 60px; 
	}
  

}
.libre span {  line-height: 60px !important;}
.troisquart-libre span {  line-height: 45px !important;}


.cases span, .case a:link, .case a:hover, .case a:active, .case a:visited, 
.quart-cases span, .quart-case a:link, .quart-case a:hover, .quart-case a:active, .quart-case a:visited ,
.demi-cases span, .demi-case a:link, .demi-case a:hover, .demi-case a:active, .demi-case a:visited, 
.troisquart-cases span, .troisquart-case a:link, .troisquart-case a:hover, .troisquart-case a:active, .troisquart-case a:visited, 
.uneheurequinze-cases span, .uneheurequinze-case a:link, .uneheurequinze-case a:hover, .uneheurequinze-case a:active, .uneheurequinze-case a:visited, 
.uneheuretrente-cases span, .uneheuretrente-case a:link, .uneheuretrente-case a:hover, .uneheuretrente-case a:active, .uneheuretrente-case a:visited, 
.uneheuretroisquart-cases span, .uneheuretroisquart-case a:link, .uneheuretroisquart-case a:hover, .uneheuretroisquart-case a:active, .uneheuretroisquart-case a:visited, 
.deuxheures-cases span, .deuxheures-case a:link, .deuxheures-case a:hover, .deuxheures-case a:active, .deuxheures-case a:visited
{  text-decoration: none;  color: #fff;}


.fleche-gauche, .fleche-droite {
  width: 20px;
  padding: 0;
  padding: 3px 3px;
  cursor: ew-resize;
}
@media all and (min-width:1000px) {
  .scrollbar {
    overflow-x: hidden;
    cursor: default;
  }
}
.barre-top { /* barre menu heure-login-joueurs*/
  padding: 5px 0;
  margin-bottom: 10px;
  /*margin-right:-6px;*/
  overflow-y: hidden;
  white-space: nowrap;
  cursor: default;
  /*border-radius: 6px;*/
}
@media all and (max-width:750px) {
  .barre-top { /* barre menu heure-login-joueurs*/
    padding: 10px 0;
    left: -15px;
    margin-bottom: 27px;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: ew-resize;
  }
}
.btn-bar {
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 600;
  /*border-radius: 5px;*/
  border: none;
  line-height: 1.42857143;
  cursor: default;
}
.btn-bar-active {
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 600;
  /*border-radius: 5px;*/
  border: none;
  line-height: 1.42857143;
  cursor: default;
}
#scrollbox {
  width: 500px;
  height: 35px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
label {
  font-weight: 600;
}
.pave-court, .pave-gauche, .pave-court-2, .pave-gauche-2 {
  height: 46px;
  width: 100%;
  margin-top: 2px;
}
.pave-gauche, .pave-gauche-2 {
  text-align: left;
}
.pave-court .glyphicon, .pave-gauche .glyphicon {
  width: 46px;
  height: 46px;
  top: 0;
  padding: 10px 10px;
  font-size: 24px;
}
.pave-court .texticon, .pave-gauche .texticon {
  width: 46px;
  height: 46px;
  top: 0;
  padding: 10px 10px;
  font-size: 16px;
}
.pave-gauche .text-info {
  font-size: 18px;
}
.pave-court img, .pave-gauche img {
  vertical-align: text-bottom;
}
.pave-court .button-text, .pave-gauche .button-text, .pave-court-2 .button-text, .pave-gauche-2 .button-text {
  font-weight: 600;
  text-decoration: none;
}
.pave-gauche .button-text, .pave-gauche-2 .button-text {
  margin-left: 12px;
  margin-right: 12px;
}
.pave-gauche .form-group, .pave-gauche-2 .form-group {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
}
.pave-gauche *:hover, .pave-gauche-2 *:hover {
  text-decoration: none !important;
}
.joueur, .pass {
  width: 70px !important;
  margin-top: -8px;
}
.row .pave {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  margin-top: -15px;
}
.row .pave-no-margin {
  margin-top: 0;
}
.row .pave-no-padding {
  padding: 0;
}
.pave-numerique {
  display: inline-block;
  padding: 6px;
}
.pave-numerique .col-xs-4 {
  margin: 0;
  padding: 0;
}
.entete_icone {
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
}
.entete_texte {
  height: 46px;
  padding: 0;
  margin: 0;
}
.entete_date {
  font-size: 0.9em;
}
.img-joueur {
  height: 94px;
  width: auto;
  /*border:dotted 1px grey;*/
}
.btn-num, .btn-group-num > .btn {
  width: 50px;
  height: 50px;
  font-size: 20px;
  /*border-radius:25px;*/
  border: none;
  margin-bottom: 2px;
}
.btn-num:hover, .btn-num:focus, .btn-num.focus, .btn-num:active, .btn-num.active, .open > .dropdown-toggle.btn-num {
  border: none !important;
  ;
  outline: none !important;
}
.arrow-left {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  margin-top: 130px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.arrow-left-top {
  margin-top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.arrow-left-bottom {
  margin-top: 130px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.arrow-left-middle {
  margin-top: 80px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.btn-action {
  text-align: center;
  width: 100%;
  height: 36px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 2px;
  font-weight: 600;
}
.btn-ok {
  text-align: center;
  min-width: 100px;
  height: 36px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  margin-bottom: 2px;
  font-weight: 600;
}
/*** Form insc ***/
form.inscription * {
  text-align: left;
}
form.inscription input[type=text], form.inscription select {
  color: #333333;
}
td, th {
  padding: 10px;
}
/*******************AUTOCOMPLETE ********************/
.ui-autocomplete {
  max-height: 100px;
  overflow-y: scroll;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 100px;
}
ul.ui-autocomplete {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-weight: 400;
}
.autocomp {
  margin: -13px 3px 0 3px;
}
.super-small {
  font-size: 9px;
}
/******SEPARATEURS****/
.espace-petit {
  clear: both;
  height: 25px;
}
.espace-moyen {
  clear: both;
  height: 40px;
}
.espace-grand {
  clear: both;
  height: 50px;
}
div.zoom-in-out {
  display: block;
  visibility: visible;
  margin-bottom: 10px;
}
div.zoom-in-out button {
  min-width: 50px;
  min-height: 50px;
}
div.zoom-in-out .glyphicon {
  font-size: 1.6em;
}
@media all and (min-width:999px) {
  div.zoom-in-out {
    display: none;
    visibility: hidden;
  }
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover {
  border: none !important;
  background: none !important;
  padding: 0;
}
.btn-terrain {
  width: 95% !important;
  margin: 0px 10px;
  border-radius: 0px;
}
.btn-terrain a:link, .btn-terrain a:hover, .btn-terrain a:active, .btn-terrain a:visited {
  color: #ffffff !important;
  font-weight: bold !important;
}
.show_price {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 10px;
  margin-top: -22px;    margin-right: 2px;
  text-align: right;
  text-decoration: none !important;
}
@media screen and (orientation: portrait) {
  .form-group {
    margin-bottom: 0px !important;
  }
}

