html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  padding-top: 60px;
  padding-bottom: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

input,select,textarea {
	background-color:#f8f8f8 !important;
}

.chargement {
	display: none;
	position: fixed;
	z-index: 666667;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	background: rgba(245,245,245,0.9) url('../images/chargement.gif') no-repeat center center;
	background-size: 200px 100px;
}

#identification {
	width: 80%;
	margin: 80px 10% 0px 10%;
	background:url('../images/lio.jpg') no-repeat center bottom;
	background-size: cover;
	border-radius: 24px;
}

#identification h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}
#identification-mobilinov {
	width: 200px;
	max-width: 25%;
	margin-bottom: 80px;
}

#identification-lio {
	width: 300px;
	max-width: 35%;
	margin-bottom: 15px;
	opacity: 0.4;
	transition: opacity 3s;
}

#identification-lio:hover {
	opacity: 1;
}

#identification input {
	padding: 10px 20px;
	border:none;
	border-radius: 30px;
}

#identification div {
	display:inline-block;
	overflow:hidden;
	width:100%;
	border:none;
	border-radius: 30px;
	margin-bottom: 15px;
	height: 34px;
}

#identification select {
	appearance: none;
	padding: 0px;
	margin: 0px;
	border:none;
}

#identification p {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}

#identification button {
	background-color: #424661;
	padding: 10px 20px;
	border:none;
	border-radius: 30px;
	margin-bottom: 180px;
}

.chasse-fixe, .chasse-fixe option {
	font-family: monospace;
	font-size: 12px;
}

#zone-deconnexion {
	width: 100%;
	display: inline-block;
}
#zone-deconnexion #deconnexion-utilisateur {
	display:block;
}
#zone-deconnexion #deconnexion-bouton {
	display:none;
}
#zone-deconnexion:hover #deconnexion-utilisateur {
	display:none;
}
#zone-deconnexion:hover #deconnexion-bouton {
	display:block;
}

.nom-ligne {
	display: inline-block !important;
	width: auto !important;
	font-size: 36px !important;
}

#zone-nom-ligne {
	display: inline-block !important;
	width: auto !important;
	font-size: 36px !important;
}

#zone-nom-ligne:hover {
	background-color:#bde5f1;
	cursor:pointer;
}

.zone-nom-direction {
	display: inline-block !important;
	width: auto !important;
	font-size: 18px !important;
	font-weight:bold;
}

.zone-nom-direction:hover {
	background-color:#bde5f1;
	cursor:pointer;
}

.zone-nom-options {
	display: inline-block !important;
	width: auto !important;
	font-size: 18px !important;
	font-weight:bold;
}

.sous-titre {
	position:relative;
	height:32px;
	margin-bottom:-32px;
	top:-48px;
}

.option, .datevalidite {
	padding:8px 16px;
	cursor: pointer;
}

.option img {
	margin-right: 20px;
}

.option-inactive {
	padding:8px 16px;
}

.option-inactive img {
	margin-right: 20px;
	opacity: 0.4;
}

.option-titre {
	display: inline-block !important;
	width: auto !important;
	font-size: 16px !important;
	font-weight:bold;
}

.option-calendrier {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 23px 0px 1px;
	width: 36px;
	height: 36px;
	overflow:hidden;
	border: 1px solid #ccc;
	border-radius: 7px;
}

.option-calendrier-mois {
	width: 36px;
	height: 8px;
	font-size: 6px;
	text-align:center;
	color: #fff;
	background-color: #f66;
}

.option-calendrier-jour {
	width: 36px;
	height: 26px;
	font-size: 18px;
	text-align:center;
	color: #666;
}

.option-information {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 23px 0px 1px;
	width: 36px;
	height: 36px;
	overflow:hidden;
	background-color:#e6e6e6;
	border: none;
	border-radius: 72px;
}

.numero-ligne {
	font-size:11px;
	font-weight: bold;
	padding: 1px 6px 2px 6px;
	background: #fff;
	color:#5cb85c;
	border-radius: 24px;
	margin-right: 4px;
}

.numero-ligne-menu {
	font-size:11px;
	font-weight: bold;
	padding: 1px 6px 2px 6px;
	background: #5cb85c;
	color: #fff;
	border-radius: 24px;
	margin-right: 4px;
}

.numero-ligne-cercle {
	display:inline-block;
	font-size:24px;
	font-weight: bold;
	padding: 6px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 45px;
	background: #5cb85c;
	color: #fff;
	border-radius: 100px;
}

.numero-ligne-cercle-petit {
	display:inline-block;
	font-size:12px;
	font-weight: bold;
	padding: 3px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 22px;
	background: #5cb85c;
	color: #fff;
	border-radius: 50px;
}

.note {
	display:inline;
	font-weight:normal;
	margin-left: 4px;
	margin-right: 4px;
}


.legende_note {
	color:#ffffff;
	background-color: rgba(0,0,0,0.6);
	font-size:13px;
	border-radius:24px;
	padding: 2px 12px;
}

.maquette-parametre {
	float:left;
	margin-right:2vw;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
}

.maquette-face {
	width:90vw;
	margin: 0px auto 80px auto;
	overflow:hidden;
}

.maquette-volet {
	float:left;
	height:100%;
	margin: 0px;
	padding:0px;
}

.maquettage-face {
	width:90vw;
	margin: 40px auto 0px auto;
	box-shadow: 0px 2px 10px #ccc;
	overflow:hidden;
}

.maquettage-volet {
	float:left;
	height:100%;
	margin: 0px;
	padding:0px;
}

.maquettage-volet-titre {
	padding: 5px;
	font-size:14px;
	color:#aaa;
}

.maquettage-td {
	font-size:0.45vw !important;
	line-height:0.3vw;
	white-space: nowrap;
}

.maquettage-legendes {
	font-size:0.6vw;
	line-height:0.5vw;
}

.maquettage-legende-bas
{	position:absolute;
	bottom: 0vw;
	font-size:0.6vw;
	line-height:0.5vw;
}

.maquettage-touche {
	display:inline-block;
	width:0.9vw;
	height:0.25vw;
	margin-right:0.25vw;
}

.maquettage-calendrier-titre {
	width: calc(100% - 2vw);
	margin: 0.8vw 1vw -0.2vw 1vw;
	color:#000;
	font-size:1vw;
	font-weight: bold;
	text-align: center;
}

.maquettage-calendrier-tableau {
	width: calc(100% - 2vw);
	margin: 0vw 1vw;
}

.maquettage-calendrier-tableau table {
	width:100%;
	border-collapse: collapse;
}

.maquettage-calendrier-tableau table td {
	font-size:0.7vw;
}

.maquettage-calendrier-legende {
	width:33.33%;
	margin-top:0.6vw;
	font-size:0.6vw;
	font-weight:bold;
	text-align:center;
}

.calendrier-td {
	font-size:0.6vw !important;
	line-height:0.5vw;
	white-space: nowrap;
}

.maquette-dropzone {
  display: block;
  width: 100%;
  height: 2000px;
  color:#ffffff;
  font-size:24px;
  text-align: center;
  }

.importation-dropzone {
  display: block;
  width: 100%;
  height: 460px;
  background: url("../images/dropzone.png") no-repeat center bottom;
  background-size: 430px;
  background-color: #f8f8f8;
  }

.calendrier-sous-titres {
	display: inline-block;
	position: relative;
}

.calendrier-nombre-elements {
	display: inline-block;
	position: relative;
	top: 4px;
	color: #cc0200;
	font-size: 12px;
	font-weight: bold;
}

.circule {
	color: #666666;
	font-size: 10px;
	font-style: italic;
}

.puce {
	font-weight:bold;
	color:#000000;
	cursor: pointer;
}

.donnees {
	margin-left: 12px;
	font-size: 15px;
	font-weight: lighter;
	line-height:24px;
}

.verrous {
	font-size: 15px;
	font-weight: lighter;
	line-height:24px;
}

.verrous img {
	margin-left: 12px;
	vertical-align: baseline;
}

.verrou {
	cursor: pointer;
}

.corbeille {
	cursor: pointer;
}

.bleu {
	color: #4040c0 !important;
}

.gris {
	color: #cccccc !important;
}

.fond-bleu {
	background-color: #4040c0 !important;
}

.fond-vert {
	background-color: #5f9a4f !important;
}

.fond-gris {
	background-color: #f0f0f0 !important;
}

.fond-grisbleu {
	background-color:#d8d9f7 !important;
}

.repere {
	background-color:#F5F5F5 !important;
	padding: 4px 20px;
}

.repere:hover {
	background-color: rgba(245,245,245,0.8) !important;
}

.infobulle {
	padding: 4px 0px;
	color:rgba(0,0,0,0.6);
	font-size:13px;
	font-weight:bold;
	font-style: italic;
}

.element-date {
	font-size:11px;
	font-weight:bold;
	padding: 1px 6px 2px 6px;
	border:none;
	border-radius:30px;
	color: #ffffff;
	background-color: #cccccc;
}

.barre-editeur {
	display:block;
	width:100%;
	margin: 40px 0px 10px 0px;
	padding: 0px;
	background-color:#ccc;
	border-radius: 4px;
	background-color:#f8f8f8;
	border: 1px solid #e7e7e7;
}

.barre-editeur-controles {
	display:block;
	min-height: 30px;
	padding: 4px;
	font-size: 110%;
	color:#cccccc;
}

.barre-misenforme {
	position: fixed;
	display:block;
	bottom:0px;
	width:100%;
	margin: 0px;
	padding: 0px;
	background-color:#f8f8f8;
	border-top: 1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

.barre-misenforme-controles {
	display:block;
	min-height: 30px;
	padding: 6px 10px;
	font-size: 75%;
	color:#555;
}

.barre-gras, .barre-italique, .barre-souligne {
	cursor: pointer;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.scrollable-menu {
    height: auto;
    max-height: calc(100vh - 110px);
    overflow-x: hidden;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.container {
  width: calc(100% - 20px);
}

.whitetron {
  padding: 0px !important;
  background-color: #fff !important;
}

.whitetron h1 {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}

h1 {
	font-size: 48px !important;
}

.form-check-label {
	cursor: pointer;
}

.form-check-label:hover {
	color: #337ab7;
}

.col-box {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 4px 10px 0px 4px;
	color:#555;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	border-radius:5px;
}

.panel-marge {
	margin-bottom: 40px;
}

.corbeille, .suppression {
	cursor: pointer;
}

.table-striped {
	border-collapse: separate;
}

.table-striped tbody tr:hover td {
	background-image: linear-gradient(to bottom,rgba(175,211,227,0.5),rgba(175,211,227,0.5));
}

.table-hover tbody td:not(:first-child):hover {
	background-color: #bde5f1 !important;
}

.table {
	table-layout: fixed;
	font-size:14px;
}

.table thead tr {
	border:none !important;
}

.table thead td {
	border:none !important;
}

.table tbody td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}

.bcc { display:none; }

.calendrier {
	width:100%; margin: 0 auto; table-layout: fixed; border-spacing: 10px; border-collapse: separate;
}
.calendrier thead td {
	width:14%; color: #606060; font-size: 12px; font-weight: bold; text-shadow: 0 2px 0 rgba(255,255,255,0.5);
}
.calendrier tbody td {
	position: relative;padding: 4px;width:14%; height: 180px; color: #000000; font-size: 12px; font-weight: normal; background-color: #fff; box-shadow: rgba(0,0,0,0.4) 0 1px 5px; border-radius: 5px; overflow: hidden;
}
.cal_sansombre tbody td {
	box-shadow: none !important; border:1px solid #ddd !important;
}
.cal_jour {
	display: inline-block; font-size: 12px; font-weight: bold; color: #606060;
}
.cal_jourdhui {
	padding: 3px 0px !important;display: inline-block; font-size: 11px; font-weight: bold; color: #ffffff; background-color: #aa4040; width: 20px; height: 20px; margin: -3px 0px; padding: 3px 0px; text-align: center; border-radius: 30px;
}
.cal_jourdiscret {
	display: inline-block; font-size: 12px; font-weight: bold; color: #666666; background-color: #cccccc; width: 20px; height: 14px; margin: 0px; padding: 3px 0px; text-align: center; border-radius: 30px;
}
.cal_sem {
	display: inline-block; font-size: 12px; color: #606060;
}
.cal_mois {
	display: inline-block; font-size: 11px; color: #999999;
}
.cal_plus {
	display: inline-block; float: right; width: 10px; height: 10px; top: 0px; right: 2px; border-top: 1px solid #96d1f8; background: #65a9d7; background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)); background: -moz-linear-gradient(top, #3e779d, #65a9d7); padding: 0px 2px 4px 2px; border-radius: 7px; box-shadow: rgba(0,0,0,0.35) 0 1px 5px; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: #ffffff; font-size: 12px; font-family: arial, sans-serif; text-align: center; text-decoration: none; cursor: pointer; display: none;
}
.cal_evenement {
	width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; color: #000000; margin-top: 4px; padding-top: 4px; border-top: 1px solid #cccccc;
}
.cal_evenementpasse {
	width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; color: #aaaaaa; margin-top: 4px; padding-top: 4px; border-top: 1px solid #cccccc;
}
.cal_evenementassigne {
	width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; color: #2c76ab; margin-top: 4px; padding-top: 4px; border-top: 1px solid #cccccc;
}
.cal_evenementindisponible {
	width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12px; color: #ab433f; margin-top: 4px; padding-top: 4px; border-top: 1px solid #cccccc;
}
.cal_evenementsecondaire {
	font-size: 10px; color: #aaaaaa;
}

.bouton-assignation {
	position: absolute;
	width:50%;
	height:20px;
	left: 0px;
	bottom: 0px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.bouton-indisponibilite {
	position: absolute;
	width:50%;
	height:20px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.bouton-feries {
	cursor: pointer;
}

.bouton-semaine {
	cursor: pointer;
}

.bouton-jours {
	width:90%;
	margin:0%;
	padding:5%;
	border-radius: 5px;
	cursor: pointer;
}

.panel-body {
	padding: 10px 0px;
}

#map {
	min-height: 720px;
	height: 720px;
	border:1px solid #ccc;
	border-radius:5px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f8f8f8;;
  border-top: 1px solid #e7e7e7;
}

a:hover {
	text-decoration: none;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
	font-size: 80%;
}

textarea {
    resize: none;
}

blockquote {
    border-left: 5px solid transparent;
}

.logo {
	position:relative;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: -15px;
	border: none;
}

.text-black {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000;
}

.fixed-topband {
position: fixed;
z-index:100;
left:0px;
top:50px;
width:100%;
height:50px;
background-color:#fcfcfc;
border-bottom: 1px solid #e7e7e7;
}
.fixed-topband div {
position: relative;
left:90px;
top:8px;
min-width: 800px;
max-height:40px;
}
@media (max-width: 768px) {
  .fixed-topband div {
  left:10px;
  }
}







