@charset "utf-8";
 
.footer {
/*
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #000000;
    color: #FFFFFF;
	*/
	
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px; /* Adjust the height of your footer */
	background-color: #333;
	color: white;
	text-align: center;
	line-height: 60px; /* Adjust the line height to the height of your footer */
}

.main_ident {
	background-color:gainsboro
}

@media (){
	
}
.main {
}

.tb_ident {
}

 body, html {
	height: 100%;
	margin: 0;
	background-image: url('/img/background.webp');
	background-size: cover; /* Couvre tout l'écran */
	background-position: center; /* Centre l'image */
}
.content {
	min-height: calc(100% - 60px); /* Adjust the 60px to the height of your footer */
	/* This makes sure that the content area is always at least as tall as the viewport minus the footer's height */
}
/*
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px; 
	background-color: #333;
	color: white;
	text-align: center;
	line-height: 60px; 
}
*/
#map {
	height: 600px;
	width: 600px;
	margin: auto; /* Centrer la carte si besoin */
}

@media screen{
.form_ident {
	background-color: white;
	border-radius: 7px;
	box-shadow: 10px 15px 5px #656565
}
	input.sousligne{
		border: none;
		border-bottom:solid;
		border-bottom-width: 1px;
		border-bottom-color: darkgray;
		font-size: 18px;
	}
	.myButton {
		box-shadow: 3px 4px 0px 0px #899599;
		background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
		background-color:#ededed;
		border-radius:15px;
		border:1px solid #d6bcd6;
		display:inline-block;
		cursor:pointer;
		color:#3a8a9e;
		font-family:Arial;
		font-size:17px;
		padding:7px 25px;
		text-decoration:none;
		text-shadow:0px 1px 0px #e1e2ed;
	}
	.myButton:hover {
		background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
		background-color:#bab1ba;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}

}
table.liste, table.noborder, table.formdoc, div.noborder {
	width: 100%;

	border-collapse: separate !important;
	border-spacing: 0px;

	border-top-width: 1px;
	border-top-color: rgb(200,200,200);
	border-top-style: solid;
	/* border-top-width: 2px;
	border-top-color: rgb(60,70,100);
	border-top-style: solid; */

	border-bottom-width: 1px;
	border-bottom-color: rgb(200,200,200);
	border-bottom-style: solid;

	margin: 0px 0px 5px 0px;
}


.tablevide{
	width: 100%;
	border-collapse:inherit;
	border-spacing: 0px;
	border-width: 0px;
	border-left-style: hidden;
	border-top-style: hidden;
	border-bottom-style: hidden;
	border-right-style: hidden;
	margin: 0px 0px 0px 0px;
}

.box {
    overflow-x: auto;
    min-height: 40px;
}
.tab_data {
  background-color:#000000;
}
.tab_cel_0 {
  background-color:#D5C0ED;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:5px;
  padding-right:5px;
  color:#000000;
}
.tab_cel_1 {
  background-color:#FFFFFF;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  font-weight:normal;
  color:#000000;
}
.tab_cel_2 {
  background-color:#DBDBDB;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  font-weight:normal;
  color:#000000;
}

.maxwidth75{
	max-width: 75px;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.signature {
  max-width: 400px;
}

/* line 248, compass/sass/front.sass */
.signature-body {
  min-height: 250px;
  position: relative;
}
/* line 251, compass/sass/front.sass */
.signature-body canvas {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 259, compass/sass/front.sass */
.signature-actions {
  text-align: center;
  background: #dededd;
}
/* line 263, compass/sass/front.sass */
.signature-actions .btn {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  color: #474747;
  margin: 0.5rem;
  background: #ffffff;
  padding: 0.2rem;
  display: inline-block;
  font-size: 0.5rem;
}


.my-custom-scrollbar {
position: relative;
height: 600px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

/* table table-bordered table-striped mb-0 */ 
.table-fixed thead {
  width: 97%;
}
.tableFixHead thead th { 
	position: sticky; top: 0;
	background-color: white;
}


.cellpos {
	text-align: right;
	color: green;
}
.cellneg {
	text-align: right;
	color: red;
}


.textsaisie {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width:1px;
	
}



div {
  margin-bottom: 10px;
 }

input[type="number"] {
  width: 100px;
}

input + span {
  padding-right: 30px;
}

input:invalid+span:after {
  position: absolute; content: '✖';
  padding-left: 5px;
  color: #8b0000;
}

input:valid+span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
  color: #009000;
}


.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
}







.rotateimg45 {
  -webkit-transform:rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotateimg135 {
  -webkit-transform:rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotateimg225 {
  -webkit-transform:rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.rotateimg270 {
  -webkit-transform:rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotateimg315 {
  -webkit-transform:rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}


#lateral-panel {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	/*  min-height: 100vh;/**/
	bottom: 0;
	width: 20em;
	transform: translateX(-100%);
}
#lateral-panel-input {
	position: absolute;
	left: -999em;
}
#lateral-panel-label,
#lateral-panel-bloc {
	position: absolute;
	font-size: inherit;
	background: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	transition: all .5s; 
}
#lateral-panel-bloc {
	z-index: 0;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 1em;
	overflow: auto;
}
#lateral-panel-label {
	z-index: 1;
	top: 27px;
	left: 108%;
	width: 2.4em;
	height: 2.4em;
	cursor: pointer;
}
#lateral-panel-label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	border: .5em solid currentColor;
	border-width: .5em .5em 0 0;
	color: #888;
	transition: all .5s;
	transform: translate(-50%, -50%) rotate(45deg);
}
#lateral-panel-label:hover:before {
	color: #069;
}
#lateral-panel-input:checked ~ #lateral-panel-bloc {
	transform: translateX(100%);  
}
#lateral-panel-input:checked ~ #lateral-panel-label {
	left: 200%;
}
#lateral-panel-input:checked ~ #lateral-panel-label:before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
#lateral-panel nav {
	display: flex;
	flex-direction: column;
}
#lateral-panel nav a {
	height: 2em;
	padding-left: 2.5em;
	line-height: 2.5em;
	background-position: center left;
	background-repeat: no-repeat;
}
#lateral-panel .titre-p {
	position: relative;
	padding: .5em;
	border-radius: 5px;
	color: #FFF;
	background: #069;
}


.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {		/* size for user photo in login bar */
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-size: contain;
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}
img.userphoto {			/* size for user photo in lists */
	border-radius: 0.72em;
	width: 1.4em;
	height: 1.4em;
	background-size: contain;
	vertical-align: middle;
}
img.userphotosmall {			/* size for user photo in lists */
	border-radius: 0.6em;
	width: 1.2em;
	height: 1.2em;
	background-size: contain;
	vertical-align: middle;
	background-color: #FFF;
}
img.userphoto[alt="Gravatar avatar"], img.photouserphoto.dropdown-user-image[alt="Gravatar avatar"] {
	background: #fff;
}
form[name="addtime"] img.userphoto {
	border: 1px solid #444;
}



.sub-dropdown-item:after {
  transform: rotate(0deg);
  vertical-align: 0.2em;
  align:right;
}




@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}


.bottom_wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
}
.bottom_wrapper .message_input_wrapper {
  display: inline-block;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #bcbdc0;
  width: calc(100% - 10px);
  position: relative;
  padding: 0 20px;
}
.bottom_wrapper .message_input_wrapper .message_input {
  border: none;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 40px);
  position: absolute;
  outline-width: 0;
  color: gray;
}
.bottom_wrapper .send_message {
  width: 100px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  background-color: #a3d063;
  border: 2px solid #a3d063;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
  text-align: center;
  float: right;
}
.bottom_wrapper .send_message:hover {
  color: #a3d063;
  background-color: #fff;
}
.bottom_wrapper .send_message .text {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  line-height: 48px;
}


.form-file-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .125rem
}
.form-file {
    font-size: 1rem;
    color: #495057;
}
