svg,
path.test,
.svg {
	transition-duration: 0.2s;
	fill: var(--main-color);
}

* {
	margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

html,
body {
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

body {
	background-color: #eee !important;
	font-family: "Helvetica", arial, sans-serif;
}

input {
	filter: none;
}

.bold {
	font-weight: bold;
}

/*** "GENERICS" ***/
input:invalid {
	border: solid 1px #A9A9A9;
	box-shadow: none;
}

textarea:invalid {
	border: solid 1px #A9A9A9;
	box-shadow: none;
}

.disabled {
	pointer-events: none;
	cursor: default;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center !important;
}

.minHeightCard {
	min-height: 345px;
}

.wA {
	width: auto;
}

.w1 {
	width: 1%;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w100 {
	width: 100%;
}

.w50 {
	width: 50%;
}

.outLine0 {
	outline: 0 !important;
}

.clear {
	clear: both;
}

.vaM {
	vertical-align: middle !important;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.pl-0 {
	padding-left: 0;
}

.pl-10 {
	padding-left: 10px !important;
}

.m-15 {
	margin: 15px;
}

.ml-10 {
	margin-left: 10px;
}

.mt-05 {
	margin-top: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}


.mt-40 {
	margin-top: 40px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-05 {
	margin-bottom: 5px;
}

.mb-07 {
	margin-bottom: 7px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mbot-3 {
	margin-bottom: 3px !important;
}
.mr-05 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}
.ft-20{
	font-size: 20px !important;
}
.ft-30{
	font-size: 30px !important;
}
.pr-30 {
	padding-right: 30px !important;
}

.pleft-5 {
	padding-left: 5px !important;
}

.pleft-10 {
	padding-left: 10px !important;
}

.fs12 {
	font-size: 12px;
}


.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px;
}

.capitalize {
	text-transform: capitalize;
}

.block {
	display: block;
}

.flex {
	display: flex;
}
.d-wrap{
	flex-wrap: wrap;
}
.d-align-center{
	align-items: center;
}
.d-content-center{
	justify-content: center;
}
.none {
	display: none;
}

.wordwrap {
	word-wrap: break-word;
}

.c-white {
	color: #fff;
}

.bg-td {
	background-color: #eee;
}

.bg-empty {
	background-color: #dff0d8;;
}
.empty-result{
	width: 100%;
  	height: 50px;
}

/*** "BUTTONS" ***/
.btn-danger:focus {
	background-color: #FEE451 !important;
	border-color: #d43f3a !important;
}

.btn-primary:focus {
	background-color: var(--main-hover-color) !important;
	border-color: #2e6da4 !important;
}

.btn-secondary:focus {
	background-color: #6c757d !important;
	border-color: #000 !important;
}

.btn-danger {
	border-radius: 2px !important;
}

.btn-primary {
	border-radius: 2px !important;
}

.alertCommon,
.alertSuccess,
.alertFail,
.alertSuccessAdd,
.alertSuccessEdit,
.alertSuccessDel,
.alertSuccessEditModif,
.alertSuccessCancel,
.alertFailCancel {
	display: none;
	padding: 10px 0 10px 10px;
	margin: 0 5px;
}

.alertSuccessCGU,
.alertFailHome {
	display: none;
	padding: 10px 0 10px 10px;
	margin: 0 5px 5px 5px;
}

.alertSuccessPwd {
	display: none;
	padding: 10px 0 10px 10px;
}

.alertFail4 {
	display: none;
	padding: 10px 0 10px 10px !important;
	margin: 15px 30px !important;
}

.alertFailPwd,
.alertSuccessPwd,
.alertFailLogin,
.alertFailLogin2,
.alertFailLoginMain {
	display: none;
	padding: 10px 0 10px 10px;
}

.alert-margin {
	margin: 15px 15px 0 15px !important;
}

.highcharts-a11y-proxy-button {
	text-transform: uppercase !important;
}

/*** "HR LINES"  ***/
.hrLine {
	width: 200px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
	height: 2px;
}

.hrLineAbo {
	width: 200px;
	background-color: var(--main-color);
	margin: 0 auto 5px auto;
	height: 2px;
}


.hrLineHome {
	max-width: 140px;
	background-color: var(--main-color);
	margin: 0 auto 50px auto;
	height: 2px;
}

.hrLineHist {
	width: 140px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
	height: 2px;
}

.hrLineDocs {
	width: 230px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
	height: 2px;
}

.hrLineMenu {
	width: 150px;
	background-color: var(--main-color);
	margin: 0 auto 15px auto;
	height: 2px;
}

.hrLineMenuCal {
	width: 150px;
	background-color: var(--main-color);
	margin: 0 auto 0 auto;
	height: 2px;
}

.hrLineBlock {
	background-color: #eee;
	height: 10px;
	margin: 0;
}

.hrLineInfo {
	width: 150px;
	background-color: var(--main-color);
	margin: 0 auto 20px auto;
	height: 2px;
}

.hrResp {
	background-color: #A9A9A9;
	margin-bottom: 5px;
	margin-top: 5px !important;
}

/*** "MODALS" ***/
.modal {
	padding-left: 0 !important;
}

.modal-dialog {
	margin-right: auto !important;
	margin-left: auto !important;
	pointer-events: unset !important;
}

.modal-dialog-cgu {
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 80px !important;
	max-height: 780px;
	overflow-y: scroll;
}

.modal-header {
	text-align: center;
	border-color: #A9A9A9 !important;
	background-color: #eee;
	padding: 10px 0 10px 15px !important;
}

.modal-body {
	margin-bottom: 5px;
}

.modal-body-cgu {
	margin-bottom: 5px;
	white-space: pre-line;
}

.modal-footer {
	padding: 10px 0 10px 0 !important;
	border-color: #A9A9A9 !important;
	background-color: #eee;
	display: block !important;
}

.modal-body-resp,
.modal-body-cal {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
}

.modal-change-pwd {
	padding-top: 300px !important;
}

#myModalEditUser {
	padding-top: 70px;
}

[id^="modalEditZone"] {
	padding-top: 150px;
}

#myModalMsg,
#myModalEditSite {
	padding-top: 200px;
}

#myModal {
	padding-top: 250px;
}

#myModalUpdate {
	padding-top: 300px;
}

.modalCGU {
	display: block !important;
	padding-top: 50px;
}

.modal-content {
	border-radius: 3px !important;
}

.modalDoc {
	max-width: 700px !important;
	height: 700px !important;
	margin-top: 100px !important;
}

.modalDocFullScreen {
	max-width: none !important;
	max-height: none !important;
	width: 98% !important;
	height: 95% !important;
	margin-top: 10px !important;
}

.modalHeight {
	height: 100%;
}

.modalHeight2 {
	height: 725px;
	display: block !important;
}
.modalHeight3 {
	/* height: 725px; */
	display: block !important;
}

.modalHeightAbo {
	height: 715px;
}

.header-coord{
	display: flex;
	justify-content: space-between;
}
.g-8{
	gap : 8px;
}

#myModalContact {
	padding-top: 200px;
}

#myModalModifications {
	padding-top: 200px;
}

[id^="myModalEditResp"],
[id^="myModalEditRef"],
[id^="myModalEditCo"] {
	padding-top: 30px;
}

[id^="inputModif"] {
	height: 20px;
}

[id^="divTablePeriph"],
[id^="trsBigDiv"],
[id^="trsLittleDiv"],
[id^="adresseBigDiv"] {
	display: none;
}

#trsLittleDiv1 {
	display: block !important;
}

#adresseBtn1 {
	background-color: var(--main-hover-color) !important;
}

#adresseBigDiv1 {
	display: block;
}

#divTablePeriph0 {
	display: block;
}

/*** "HEADER" ***/
#menuBtn {
	/* outline: 0; */
	/* border-radius: 100%; */
	/* border: 1px solid #A9A9A9; */
}

#navbarSupportedContent {
	padding: 0;
}

/* .societyLogo {
	width: 60px;
	height: auto;
	padding-left: 0;
	border-radius: 100px;
	position: absolute;
	top: 15px;
	left: 15px;
} */

.userProfile {
	width: 100%;
	height: auto;
}

.btn-color {
	background-color: var(--main-color);
	padding: 7px 10px;
	border-radius: 2px;
	text-decoration: none !important;
}

.btn-color:hover {
	background-color: var(--main-hover-color);
	transition-duration: 0.3s;
}

.btn-color-2 {
	color: #fff;
	background-color: var(--main-color);
	padding: 7px 15px;
	border-radius: 2px;
	border: none;
	text-decoration: none !important;
	white-space: nowrap;
	font-weight: bold;
}

.padding-btn-zone {
	padding: 5px 10px !important;
}

.btn-color-2:hover,
.btn-color-risk:hover {
	background-color: var(--main-hover-color);
	transition-duration: 0.3s;
	color: #fff;
}

.btn-color-3 {
	color: #fff;
	background-color: var(--main-color);
	padding: 7px 15px;
	border-radius: 2px;
	border: none;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-color-3:hover {
	background-color: var(--main-hover-color);
	transition-duration: 0.3s;
}

.btn-color-3:hover,
.format-btn-glyphicon:hover,
.btnAdd:hover {
	color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}

.btn-color-risk {
	color: #fff;
	background-color: var(--main-color);
	border-radius: 2px;
	border: none;
	text-decoration: none !important;
	white-space: nowrap;
	font-weight: bold;
}

.btn-color-table {
	background-color: var(--main-color);
}

.btn-sm {
	border-radius: 2px !important;
}

.objGco {
	height: 102%;
}

.userProfileDiv {
	border: 2px solid #eee;
	border-radius: 100px;
	position: absolute;
	top: 5px;
	right: 15px;
}

.userProfileDiv:hover {
	transition-duration: 0.3s;
	background-color: #eee;
}

.logoutDiv {
	width: 50px;
	height: 50px;
	border: 1px solid #A9A9A9;
	border-radius: 100px;
	position: absolute;
	top: 5px;
	right: 15px;
}

.logoutDiv:hover {
	background-color: #eee;
	transition-duration: 0.3s;
}

.logout {
	width: 30px;
	height: auto;
	margin-top: 8px;
}

.logoutBtn {
	margin-top: 10px;
	display: none;
}

.navbar {
	padding: 0 10px 0 10px !important;
	background-color: #fff;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	height: 60px;
	border: none !important;
	border-bottom: 1px solid #A9A9A9 !important;
}

#dropdown {
	padding: 0 !important;
}

#navbarDropdown {
	padding: 0 !important;
}

.dropdown-item {
	color: var(--main-color) !important;
	padding: 10px !important;
	border-radius: 2px;
	cursor: pointer;
	outline: 0 !important;
	font-weight: bold !important;
	width: auto !important;
	margin: 5px;
}

.dropdown-item:hover {
	transition-duration: 0.3s;
	text-decoration: none;
	font-weight: bold !important;
	background-color: #eee !important;
}

.inlineNav {
	width: 100%;
	height: 60px;
}

.activeItem {
	background-color: #eee !important;
}

/* .btnMenu {
	float: left;
} */

.btnMessage {
	margin-right: 5px;
}

/* .logoT2i {
	width: 150px;
} */

.logoT2iNav {
	width: 50px;
	margin-top: 10px;
}

li.list-group-item {
	padding: 0;
	margin: 2px 10px 2px 10px;
	border-radius: 2px;
	border: none !important;
}

a.itemMenu {
	display: block;
	text-decoration: none !important;
	padding: 13px 0 10px 10px;
	color: var(--main-color) !important;
	border-radius: 2px;
	cursor: pointer;
	outline: 0 !important;
}

.trPhone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.trPhone:hover,
.trPhone2:hover {
	background-color: #ddd !important;
	transition-duration: 0.2s;
}
.divIntro{
	margin-bottom: 10px;
	/* border-top: 5px solid grey */
}

a.itemMenu:hover {
	transition-duration: 0.3s;
	background-color: #eee;
	text-decoration: none;
}

a.itemMenu2 {
	color: var(--main-color) !important;
	padding-top: 15px !important;
	border-radius: 2px;
	cursor: pointer;
	outline: 0 !important;
	padding: 10px;
	font-weight: bold;
}

a.itemMenu2:hover {
	text-decoration: none;
}

a.itemMenu2:focus {
	text-decoration: none;
}

li.nav-item:hover {
	transition-duration: 0.3s;
	background-color: #eee;
	text-decoration: none;
}

li.bg-li {
	border-radius: 2px;
}

.list-group {
	font-weight: bold;
	padding-bottom: 10px !important;
	list-style: none;
	padding-bottom: 27px;
	margin-bottom: 0 !important;
}

.collapseContent {
	background-color: #eee;
	margin: 10px 10px 0 10px;
}

.collapsible {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 15px;
	display: none;
}

.collapsible:hover {
	transition-duration: 0.3s;
	background-color: #eee !important;
}

.menuPage {
	background-color: white;
	padding-top: 10px;
	border-radius: 2px;
}

#menuCollapse {
	display: none;
}

.svgIcon {
	width: 20px;
	height: auto;
	margin: 0 10px 5px 0;
}

/* .svgIcon2 {
    margin: 0 10px 2px 0 !important;
} */

.svgIconProfile {
	width: 46px;
}

.svgIconMail {
	width: 25px;
	height: auto;
	margin-left: 10px;
	padding-bottom: 2px;
}

.svgButton {
	width: 100%;
	height: 100%;
	display: block;
}

.nav-item {
	padding: 12px 0 10px 0;
	margin-right: 5px;
	border-radius: 2px;
}

/*** "MODAL CHANGE PASSWORD" ***/
.closeChangePwd {
	position: absolute;
	top: 5px;
	right: 15px;
	outline: 0 !important;
}

.changePwdTitle {
	font-weight: bold;
	margin-bottom: 0;
}

.spanText {
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
}

.spanTextTop {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	margin-top: 0;
}

.spanText2 {
	display: inline-block;
	font-size: 15px;
}

.marText {
	margin-top: 10px;
}

.inputLine {
	width: 100%;
	height: 30px;
	border-radius: 2px;
	border: solid 1px #A9A9A9;
	padding-left: 10px;
}

.changePwdButtons {
	width: 100%;
	text-align: center;
}

.btnPwd {
	padding: 5px 10px 5px 10px !important;
	border: none !important;
	font-size: 15px;
	border-radius: 2px !important;
	min-width: 115px;
}

.btnPwd:hover,
.btnPwd2:hover,
.btnPwd3:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}

.btnPwd2 {
	padding: 5px 10px 7px 10px !important;
	background-color: var(--main-color) !important;
	border: none !important;
	font-size: 16px;
	border-radius: 2px !important;
	min-width: 115px;
}

.btnPwd3 {
	padding: 7px 10px 7px 10px;
	background-color: var(--main-color) !important;
	border: none !important;
	font-size: 15px;
	border-radius: 2px !important;
	min-width: 115px;
}

.entry {
	margin-bottom: 5px;
}

.entry2 {
	margin-bottom: 5px;
	margin-top: 13px;
}

.entry3 {
	margin-bottom: 15px;
}

.heightDiv {
	height: 38px;
	margin-bottom: 0 !important;
}

/*** FIN "HEADER" ***/


/*** PAGE "D'ACCUEIL" ***/
.passwordReset {
	margin-top: 10px;
}

.passwordResetBtn:hover {
	text-decoration: none;
	color: var(--main-color) !important;
	transition-duration: 0.2s;
	cursor: pointer;
}

/* .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
} */

nav#myNav .navbar-toggle{
	position: relative;
  	float: left;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar {
    border-radius: 0;
    border: none;
}

.navbar-default {
    background-color: #2c3e50;
}

.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #34495e;
}







.dropdown-menu.dropdown-menu-right-custom{
	width: 250px;
	right: 0;
    left: auto;
	top: 70px
}

.dropdown-menu-right-custom {
    position: absolute;
   
    min-width: 180px;   /* largeur raisonnable */
    width: auto;        /* surtout PAS 100% */
}

.navbar .dropdown {
    position: relative;
}

.home {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	font-size: 20px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

.prevBtnStock {
	transition-duration: 0.5s;
	/* bottom: 0;
	left: 10px;
	position: absolute;
	top: 10px; */
	z-index: 999;
	opacity: 0.6;
	cursor: pointer;
	height: 30px;
}

.nextBtnStock {
	transition-duration: 0.5s;
	/* bottom: 0;
	right: 10px;
	position: absolute;
	top: 10px; */
	z-index: 999;
	opacity: 0.6;
	cursor: pointer;
	height: 30px;
}
.manageBtnNextPrev{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.highcharts-container,
.highcharts-root {
  width: 100% !important;
}

.highcharts-container svg {
  width: 100% !important;
  height: auto !important;
}
/* .highcharts-figure,
.highcharts-data-table table {
	max-width: 660px;
	margin: 1em auto;
} */
.highcharts-figure {
  min-width: 0;
  width: 100%;
}
.highcharts-figure {
  flex: 1;
  width: 100%;
  min-width: 0;        /* 🔥 indispensable en flex */
  overflow: hidden;
}
.prevBtnStock:hover,
.nextBtnStock:hover {
	opacity: 1;
}

/*** "IMAGES SLIDER1 " ***/
.slider {
	margin: 0 auto;
	max-width: 800px;
	height: 566px;
}
.carousel-container {
	width: 50%;
 	 margin:auto;
}

.slide_viewer {
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.slide_group {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide {
	display: none;
	height: 100%;
}

.slide:first-child {
	display: block;
}

.homeSlider {
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.slide_buttons {
	text-align: center;
}

a.slide_btn {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
	color: var(--main-color) !important;
	cursor: pointer;
}

.directional_nav {
	max-width: 1400px;
}

.previous_btn {
	transition-duration: 0.5s;
	bottom: 0;
	left: 100px;
	position: absolute;
	top: 420px;
}

.next_btn {
	transition-duration: 0.5s;
	bottom: 0;
	position: absolute;
	right: 100px;
	top: 420px;
}

.previous_btn,
.next_btn {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
	opacity: 1;
}

.paraCGU {
	margin-top: -25px;
}

/*** FIN PAGE "D'ACCUEIL" ***/


/*** PAGE DE "LOGIN" ***/
.loginPar {
	margin: 30px 30px 0 55px;
	font-weight: bolder;
	font-size: 18px;
	text-decoration: underline 2px;
}

.containLogin {
	margin-bottom: 50px;
	max-height: 600px;
	max-width: 400px;
}

.divLogin {
	background-color: #fff;
	min-height: 240px;
	border-radius: 2px;
}

.homePageLogin {
	margin-left: 42.5% !important;
	margin-top: 100px !important;
}

.loginImg {
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 28.5%;
}

.pwdRecoveryDiv {
	cursor: pointer;
	margin-top: 15px;
}

.pwdRecovery {
	text-decoration: none !important;
	color: var(--main-color) !important;
}

a.pwdRecovery:hover {
	text-decoration: underline !important;
	color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}

.loginTitle {
	text-align: center;
	border-bottom: 5px solid #eee;
	padding-top: 1px;
}

.pCo {
	text-transform: uppercase;
	margin: 10px !important;
	font-weight: bold;
}

#badLogin {
	margin: 0 0 5px 10px;
	color: red;
}

#badPassword {
	display: none;
	margin: 0 0 5px 10px;
	color: red;
}

#loginForm {
	padding: 20px 20px 15px 20px;
}

.loginFormLine {
	display: inline-flex;
}

.glyphicon-eye-open2 {
	opacity: 0.8;
}

.glyphicon-eye-open2:hover {
	opacity: 1;
	transition-duration: 0.3s;
}

.glyphEyes {
	padding-right: 10px;
	vertical-align: text-top;
}

.unmask {
	width: 40px;
	height: 40px;
	border-left: none !important;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #A9A9A9;
	outline: none !important;
	padding-top: 3px;
}

.loginInput {
	border: solid 1px #A9A9A9;
	border-radius: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 40px;
	width: 250px;
	font-size: 14px;
}

.loginInputMask {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 210px !important;
}

.spanImg {
	display: inline-flex;
	vertical-align: top;
	border-radius: 2px;
	border: solid 1px #A9A9A9;
	background-color: #eee;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
	height: 40px;
	width: 40px;
	padding-left: 9px;
}

.btnLogin,
.btnLogin2 {
	font-size: 18px;
	padding: 10px 13px !important;
	border-radius: 2px !important;
	width: 290px;
}

.btnLogin:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s !important;
}

.btnLogin2:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s !important;
}

.svgIconLogin {
	width: 20px;
	height: 35px;
}

.logoLogin {
	border-radius: 2px;
}
.toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    display: none;
    min-width: 280px;
}
/* .divLogoLogin {
	background-image: url(../images/t2iSecurity.png);
	position: absolute;
	bottom: 90px;
	right: 10px;
	border-radius: 2px;
} */
.divLogoLogin {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 50px;
}

.logoClientLogin {
	width: 120px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.imgClientLogin {
	width: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100%;
}

.imgClientLoginAside {
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 28.5%;
}

/*** FIN PAGE DE "LOGIN" ***/


/*** PAGE "SUBSCRIBER CARD" ***/
.tabSize {
	font-size: 14px;
}

.tabWidth {
	width: 15%;
}

.tabWidthBig {
	width: 25%;
}

.menuMobile {
	display: none !important;
}

.borderMenu {
	border-left: 1px #fff solid;
	min-width: 150px;
	font-weight: bold;
	border-radius: 2px;
}

.navInline {
	padding-left: 0;
	display: contents !important;
	list-style: none;
	margin-bottom: 0;
}

.liMargin {
	background-color: var(--main-color);
	min-width: 140px;
	text-align: center;
	color: #fff !important;
	min-height: 30px;
}

.liMargin:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}

.navMargin {
	overflow: hidden;
	display: flex;
}

.btnDownload {
	margin: 10px 20px 0 20px !important;
	outline: 0 !important;
}

.btnDownload2 {
	margin: 20px 30px 0 30px !important;
	outline: 0 !important;
}

.btnDownload3 {
	margin: 0px 30px !important;
	outline: 0 !important;
}

.btnDownloadHisto {
	margin: 0 10px 0 10px !important;
	outline: 0 !important;
}

#btnDownloadCsv {
	color: #fff;
	cursor: pointer;
}

.btnHeight {
	height: 34px;
	width: 100px;
	display: inline-block;
}

.btnCollab {
	outline: 0 !important;
	color: #fff !important;
	font-weight: bold;
}

.divBtnCollab {
	margin: 10px 0;
	position: absolute;
	bottom: 10px;
	left : 240px;
}

.labelWidth {
	width: 150px;
}

.homePageSubOther {
	margin-bottom: 10px;
	padding: 0 !important;
}

.listPageSub {
	border-radius: 2px;
	margin: 10px !important;
	padding: 0 !important;
	background-color: #fff;
}

.listStat {
	display: block !important;
	border-radius: 2px;
	margin: 10px !important;
	padding: 1px 0;
	background-color: #fff;
}

.listPageSubHisto {
	border-radius: 2px;
	margin: 10px !important;
	padding: 0 0 30px 0 !important;
	background-color: #fff;
}

.listPage {
	border-radius: 2px;
	margin: 10px !important;
	padding: 0 !important;
	background-color: #fff;
}

.listPageSubHome {
	border-radius: 2px;
	margin: 10px !important;
	padding-top: 5px;
	background-color: #fff;
}

.infoSub {
	background-color: #fff;
	border-radius: 2px;
	padding: 0 !important;
}

.infoSub2 {
	background-color: #fff;
	border-radius: 2px;
	padding: 0 !important;
}

.infoSub3 {
	background-color: #fff;
	border-radius: 2px;
	padding: 5px 0 0 0 !important;
}

.bgBlue {
	text-align: left;
	background-color: aliceblue;
}

.resp {
	text-align: left;
	background-color: #eee;
}

.resp,
.fixed {
	border-radius: 2px;
	/* margin: 0 auto 10px auto; */
	display: block;
}

.mHeightResp {
	position: relative;
}

.mHeightRespBot {
	min-height: 113px;
}

.mHeightSupportBot {
	min-height: 300px;
}

.table {
	margin-bottom: 0 !important;
}

.infoDiv {
	padding-right: 0 !important;
	padding-left: 10px !important;
}

.infoDiv2 {
	padding-right: 0 !important;
	padding-left: 10px;
	margin-bottom: 5px;
}

#coordonneesDiv {
	padding-left: 0 !important;
}

.infoDivPad {
	padding-left: 0;
}

.tbTitle {
	display: flex;
	justify-content: space-between;
}

.calBtn {
	margin-left: 1px;
	font-weight: bold;
}

.menuTb {
	margin: 5px auto 15px auto;
	padding: 0 !important;
}

.pSizeTitleTb {
	margin-bottom: 0 !important;
	font-weight: bold;
	font-size: 16px;
	/* width: 100%; */
	padding-top: 10px;
}

.pSizeTitleTb2 {
	margin-top: 5px;
	margin-bottom: 7px !important;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	padding-top: 10px;
}

.home2 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.homeSupport {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 4px 0 0 0;
}

.homeOther {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
}

.pSize {
	color: #666161;
	text-transform: uppercase;
	font-size: 10px;
	min-width: 180px;
	margin: 5px 0 0 0;
}

.pMarg {
	margin-left: 20px !important;
}

.btn-circle {
	color: #fff !important;
	background-color: var(--main-color) !important;
	border-radius: 100% !important;
}

.btn-circle:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}

.btn-rect {
	color: #fff !important;
	background-color: var(--main-color) !important;
	border-radius: 5% !important;
	padding: 6px 14px;
}

.btn-rect:hover {
	background-color: var(--main-hover-color) !important;
	transition-duration: 0.3s;
}


.borderInfo {
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	margin: 9px 0 0 0;
}

/* .borderInfoBot {
    height: 288px;
} */

.borderInfoSupport {
	/* padding: 10px 15px 10px 15px;
	border-radius: 2px;
	margin: 9px 0 0 0; */
	display: flex;
	flex-direction: column;
	width: 100%;
}
.borderInfoSupport {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#infoDivPad1 {
	padding-left: 0 !important;
}

#infoDivPad2,
#infoDivPad3 {
	padding-left: 10px !important;
}

.supportBtn {
	padding: 15px 15px 15px 15px;
}

.borderBtn {
	border-radius: 2px;
}

.borderBtn1 {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}

.borderBtn2 {
	border-top-right-radius: 2px !important;
	border-top-left-radius: 2px !important;
}

.borderBtn3 {
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}

.borderBtn4 {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

#trsBigDiv1 {
	display: flex !important;
}

.trsBtn1 {
	background-color: var(--main-hover-color) !important;
}

.trsDivInfo {
	width: 50%;
}

.trsDivInfoFirst {
	width: 50%;
}

.trs {
	margin-right: 5px;
	font-weight: bold !important;
}

#trsStockBtnGest,
#trsStockBtnInst {
	background-color: var(--main-hover-color);
	color: #fff;
}

#perStockBtnGest,
#perStockBtnInst {
	background-color: var(--main-color);
	color: #fff;
}

#perStockGest,
#perStockInst {
	display: none;
}

.stockDivBtn {
	position: absolute;
	bottom: 15px;
}

#stockDivInst {
	display: none;
}

#divMotifResil{
	margin: 15px 0 0 15px;
}
.redAlert{
	border-color: #f00c;
}

.btn-border {
	border-radius: 2px !important;
	padding: 4px 12px !important;
}

.format-icon-btn {
	border-radius: 50px !important;
	padding: 1px 2px 3px !important;
}

.format-btn-glyphicon {
	padding: 8px;
	background-color: #fff;
	color: #000;
}

.text-primary:hover {
	color: var(--main-color) !important;
}

.svgEdit {
	width: 15px;
	height: auto;
	margin-right: 10px;
	vertical-align: sub;
}

.svg-15 {
	width: 15px;
	height: auto;
}

.svg-20 {
	width: 20px;
	height: auto;
}

.svgEdit2 {
	width: 15px;
	height: auto;
}

.svgDownload {
	width: 15px;
	height: auto;
	vertical-align: sub;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
    z-index: 9999 !important;
}

.bootstrap-datetimepicker-widget .glyphicon {
    display: none;
}

.bootstrap-datetimepicker-widget .prev::before,
.bootstrap-datetimepicker-widget .next::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.bootstrap-datetimepicker-widget .prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.bootstrap-datetimepicker-widget .next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
}

.bootstrap-datetimepicker-widget .increment span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
}

.bootstrap-datetimepicker-widget .decrement span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.bootstrap-datetimepicker-widget .increment,
.bootstrap-datetimepicker-widget .decrement {
    padding: 6px;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td span {
    display: flex;
    align-items: center;
    justify-content: center;
}


.input-group-btn {
	height: 35px;
}

.inputHeight {
	height: inherit;
	outline: 0 !important;
	z-index: 0 !important;
}

.divTable {
	margin: 10px 15px 15px 15px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
}

.divTable2 {
	margin: 10px 30px 0 30px;
	border-radius: 2px;
	/*overflow: hidden;*/
	overflow-x: visible;
}

.divTableGco {
	margin: 0;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
}

.divTableStats {
	margin: 10px 30px 0 30px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
}

.divTablePeriph {
	margin: 10px 0;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
	padding: 0 10px 0 10;
}

.divTableCollab {
	margin: 10px 15px 15px 15px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
}

.divTableCal {
	margin: 10px 15px 15px 15px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
	display: none;
}

#calTrs0 {
	display: block;
}

#calTrsBtn0 {
	background-color: var(--main-hover-color);
	margin-left: 15px;
}

#trsBtn1 {
	background-color: var(--main-hover-color) !important;
}

.btn-clik-hover {
	background-color: var(--main-hover-color) !important;
}

.svgIconMailing2 {
	margin-right: 10px;
	width: 15px;
	height: auto;
	vertical-align: sub;
}

.svgEditTable {
	width: 20px;
	height: auto;
}

.table-empty{
	background-color: #dff0d8;
}

#responsables,
#contacts,
#cohabitants,
#historique,
#consignes,
#calendrier,
#equipements,
#documents,
#documentsGCo,
#zoning,
#collaborateurs,
#transmetteurs,
#peripheriques {
	display: none;
}

#addFaxResponsable,
#addPhoneResponsable,
#addSmsResponsable,
#addMailResponsable {
	display: none;
}

#addFaxContact,
#addPhoneContact,
#addMailContact {
	display: none;
}

.responsables,
.cohabitants {
	font-weight: bold;
}

.btnAdd {
	margin-top: 5px;
}

.textAreaMsg {
	width: 100%;
	height: 250px;
	border-radius: 2px;
	border: solid 1px #A9A9A9;
	text-align: left;
	padding: 5px 0 0 10px;
}

.btnModif {
	padding: 2px 10px !important;
}

.btnMsg {
	border: none !important;
}

.sendMsgDiv {
	padding: 10px 10px 10px 0 !important;
}

.divMail {
	display: flex;
	float: left;
	margin: 17px 0 15px 0;
}

.spanMES {
	color: green;
}

.spanMHS {
	color: red;
}

.siteStatus {
	background-color: #eee;
	padding: 5px 0 5px 15px;
	border-radius: 2px;
}

.siteStatusSupport {
	background-color: #eee;
	padding: 5px 0 5px 15px;
	border-radius: 2px;
	width: 100%;
}

.statusContainer {
	display: flex;
}

.siteRDV {
	background-color: #eee;
	margin-left: 10px;
	width: 32.6%;
	padding: 5px 0 5px 15px;
}

.dateMonth {
	text-transform: capitalize;
}

.changeMhs,
.changeMes {
	display: none;
}

.saveCalBtn {
	display: none;
}

.divAlignInput {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*** FIN PAGE "SUBSCRIBER CARD" ***/


/*** PAGE "SUBSCRIBERS LIST" ***/
.tableSize {
	font-size: 15px;
}

.formBorderAll {
	border-radius: 2px !important;
	margin-bottom: 5px !important;
}

.img-circle {
	color: var(--main-color);
}

.formBorder {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.form-control {
	box-shadow: none !important;
	height: 35px !important;
	border: 1px solid #eee !important;
}

.form-control2 {
	box-shadow: none !important;
	height: 35px !important;
	border: 1px solid #eee !important;
	border-radius: 2px !important;
}

.form-control-abo {
	box-shadow: none !important;
	height: 30px !important;
	;
	border: 1px solid #eee !important;
}


.m30L {
	margin-left: 30px;
}

.m30R {
	margin-right: 30px;
}

.inputRadius {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.input-group-addon {
	border: 1px solid #eee !important;
}

.btnCalendar {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.inputCalendar {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.tdCalendar {
	width: 25%;
	text-align: left;
}

.inputModif {
	border: solid 1px #eee;
	border-radius: 2px;
}

.editBtn {
	margin-left: 20px;
}

input[type=time] {
	border: none;
	color: #2a2c2d;
	font-size: 14px;
	font-family: helvetica;
	width: 65px;
	border-radius: 2px;
}

/* Wrapper around the hour, minute, second, and am/pm fields as well as 
the up and down buttons and the 'X' button */
input[type=time]::-webkit-datetime-edit-fields-wrapper {
	display: flex;
}

/* The space between the fields - between hour and minute, the minute and 
second, second and am/pm */
input[type=time]::-webkit-datetime-edit-text {
	padding: 19px 4px;
}

/* The naming convention for the hour, minute, second, and am/pm field is
`-webkit-datetime-edit-{field}-field` */

/* Hour */
input[type=time]::-webkit-datetime-edit-hour-field {
	background-color: #f2f4f5;
	border-radius: 2px;
	padding: 19px 13px;
}

/* Minute */
input[type=time]::-webkit-datetime-edit-minute-field {
	background-color: #f2f4f5;
	border-radius: 2px;
	padding: 19px 13px;
}

/* AM/PM */
input[type=time]::-webkit-datetime-edit-ampm-field {
	background-color: #7155d3;
	border-radius: 2px;
	color: #fff;
	padding: 19px 13px;
}

/* 'X' button for resetting/clearing time */
input[type=time]::-webkit-clear-button {
	display: none;
}

/* Up/Down arrows for incrementing/decrementing the value */
input[type=time]::-webkit-inner-spin-button {
	display: none;
}
.svg-arrow{
    width: 30px;
    height:30px;
	color: var(--main-color);
}
.svgModal{
	 width: 40px;
}
.icon-rotate-180 {
  transform: rotate(180deg);
}

/* Bouton rond icône */
.divContain .btn-icon-round {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Bloc identité non éditable */
.identity-box {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 600;
    color: #333;
    cursor: default;
}

/* Bootstrap 3 : form-control-static léger */
.form-control-static {
    padding: 6px 12px;
    min-height: 34px;
}

/* Icône */
.btn-icon-round .icon {
    width: 40px;
    height: 40px;
    color: #fff; 
}

/* Hover */
.btn-icon-round:hover {
    background-color: var(--main-hover-color);
}

/* Focus */
.btn-icon-round:focus {
    outline: none;
}

/* Variante verte (si besoin) */
.btn-icon-round.success {
    background-color: #5cb85c;
}
.btn-icon-round.success:hover {
    background-color: #449d44;
}
.statusContainer {
    margin-top: 10px;
}

.statusBlock {
    border-left: 3px solid #eee;
    padding-left: 15px;
}

.statusLine {
    margin-bottom: 12px;
}

.statusLabel {
    display: block;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.statusValue {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.mailTo {
    color: #337ab7;
    text-decoration: none;
}

.mailTo:hover {
    text-decoration: underline;
}
.btnSubSearch {
	border-radius: 2px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 7.5px 9.5px;
	outline: 0 !important;
	height: 30px;
}

.btnSubSearch2 {
	height: 35px;
	padding-top: 8px !important;
}

.btnSubSearch:hover {
	background-color: #A9A9A9;
	transition-duration: 0.3s;
}

.searchInput {
	width: 200px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.divTableSubs {
	margin: 0px 30px 10px 30px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
}

.divTableSubsPhone {
	margin: 10px 30px 20px 30px;
	border-radius: 2px;
	overflow: hidden;
	overflow-x: visible;
	display: none;
}

.subsListParaFirst {
	font-weight: bold;
	margin: 0;
}

.subsListPara {
	font-weight: bold;
	margin: 0 0 0 25px;
}

.fwNormal {
	font-weight: normal;
}

.hiddenSoft {
	display: none;
}

.checkbox {
	margin-top: 3px !important;
	margin-left: 5px !important;
	cursor: pointer;
}

.checkboxServ {
	margin-right: 10px !important;
}

.mailTo {
	color: #000;
}

.mailTo:hover {
	color: initial;
	text-decoration: none;
	opacity: 0.8;
	transition-duration: 0.2s;
}

.mailTo:focus {
	color: initial;
	text-decoration: none;
}

.paginationBtn {
	color: #fff;
	background-color: var(--main-color);
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 1px;
}

.paginationBtn:hover {
	transition-duration: 0.3s;
	text-decoration: none;
	color: #fff;
	background-color: var(--main-hover-color);
}

.paginationNbs {
	border-radius: 3px;
	padding: 3px 8px;
	margin-right: 1px;
	display: inline-block;
	color: var(--main-color);
}

.paginationNbs:hover {
	transition-duration: 0.3s;
	text-decoration: none;
	background-color: var(--main-hover-color);
	color: #fff;
}

.paginationPoint {
	color: var(--main-color);
	display: inline;
}

.paginationCurrent {
	background-color: var(--main-color);
	color: #fff;
}

.paginationCurrent:hover {
	transition-duration: 0.3s;
	text-decoration: none;
	background-color: var(--main-hover-color);
	color: #fff;
}

.paginator {
	padding-bottom: 10px;
	font-weight: bold;
}

/*** FIN PAGE "SUBSCRIBERS LIST" ***/
/*** PAGE "DASHBOARD" ***/
#divDatePicker{
	width: 100%;
}

#divDateHeaderPicker > div{
	display: flex;
	flex-direction: row;
	justify-content: space-between
}
#divDateHeaderPicker{
	justify-content: space-between;

}
/*** FIN PAGE "SUBSCRIBERS LIST" ***/

/*** PAGE "DOCUMENTS" ***/

.truncate-text {
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* Ajoutez des points de suspension (...) pour indiquer un texte tronqué */
}

.truncate-text:hover {
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
}


.documentsDiv {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	margin: 0 30px;
	border-radius: 2px;
}

.documentsDiv2 {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	margin: 0;
	border-radius: 2px;
}

.emptyResult {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	margin: 0;
	border-radius: 2px;
}

.documentsDiv3 {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	border-radius: 2px;
	padding: 10px;
}

.documentsDiv4 {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	border-radius: 2px;
	padding: 10px;
	margin: 15px;
}

.documentsSection {
	background-color: #eee;
	margin: 0 auto 0 auto;
}

.documentsSection2 {
	background-color: #eee;
	margin: 0 30px 0 30px;
}

.documentBlock {
	border: solid #A9A9A9 1px;
	border-radius: 2px;
	width: 180px;
	height: 270px;
	margin: 10px 0 10px 10px;
	padding: 5px;
	background-color: #fff;
	display: inline-grid;
}

.documentBlock:hover {
	box-shadow: 3px 3px 5px 1px #333;
	transition-duration: 0.3s;
}

.btnVisu {
	margin-bottom: 3px !important;
}

.docsTitle {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}

.docsTitle2 {
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 0;
}

.docPara {
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.docPara2 {
	font-weight: bold;
	margin-bottom: 0;
}

.btn-navigate {
	position: absolute !important;
	padding: 0;
	margin: 0;
	background: 0 0;
	text-decoration: none;
	outline: 0;
	opacity: .7;
	top: 45%;
	font-size: 4em;
	color: #fff;
	padding: 40px 12px !important;
}

.btn-navigate:hover {
	opacity: 1;
	transition-duration: 0.3s;
}

.btn-next-doc {
	right: 3px;
}

.btn-prev-doc {
	left: 3px;
}

.float-l {
	float: left;
}

.pull-right {
	margin-right: 10px;
}

.modal-header-margin {
	text-align: unset;
	display: block;
	padding-left: 10px !important;
}

.floating-buttons {
	position: absolute;
	top: 5px;
	right: 10px;
	margin-top: 5px;
}

.floating-buttons2 {
	display: none;
	position: absolute;
	top: 5px;
	right: 10px;
	margin-top: 5px;
	z-index: 999;
}

.glyphicon-triangle-left,
.glyphicon-triangle-right {
	color: #A9A9A9;
	outline: 0;
}

object[pre-data]::before {
	content: "";
	background-image: url('../images/loader.gif');
	background-position: top center;
	object-fit: cover;
}

:fullscreen,
::backdrop {
	background-color: #fff;
}

/*** FIN PAGE "DOCUMENTS" ***/

.dp-none {
	display:none;
}
.ml-15{
	margin-left : 15px;
}

/*** PAGE STATISTIQUES ***/
.textAreaStats {
	resize: none;
	height: 75px;
	width: 100%;
	border-radius: 2px;
	background-color: #eee;
	/* display: none; */
	padding: 6px 12px;
	box-shadow: none !important;
	border: 1px solid #eee !important;
}

#statNameP {
	margin-top: 20px;
	margin-left: 30px;
}

/*** FIN PAGE STATISTIQUES ***/



.form-group.has-error .form-control,
.form-group select.form-control.has-error,
.form-group label.has-error,
.form-group select.form-control.has-error ,
.form-group input.form-control.has-error {
    border-color: #a94442 !important;
    background-color: #f2dede !important;
}

.form-group label.has-error,
.form-group .control-label,
.form-group .help-block {
    color: #a94442 !important;
}

.form-group select.form-control .help-block {
    display: none; /* caché par défaut */
}
.form-group select.form-control.has-error .help-block {
    display: block; /* affiché en erreur */
}


/*** PAGE "HISTORIQUE" ***/
#btnFiltres{
	margin-bottom: 5px;
}

.backColorTrAction {
	background-color: aliceblue;
}

.backColorTrAcquit {	
		background-color: #f4dbb2;
}

.backColorTrInterv {
	background-color: #FFFF6B;
}

.histoParaDiv {
	margin: 20px 0 0 30px;
}

.consignesDiv {
	margin: 0 0 15px 15px;
}

.histosDiv {
	background-color: #dff0d8;
	border: solid 1px #d6e9c6;
	margin: 0 30px;
	border-radius: 2px;
}

#historiqueDiv {
	padding: 0 0 30px 0;
	/*display: none;*/
}

#statistiquesDiv {
	padding: 0 0 30px 0;
	display: none;
}

.flRoot {
	display: inline-block;
}

.formFlex,
.formFlex2 {
	display: flex;
}

.errorDateHisto {
	color: red;
}

.histoP {
	text-transform: uppercase;
	font-size: 16px;
}

.logoMHS {
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 100%;
	display: inline-block;
}

.logoMES {
	width: 10px;
	height: 10px;
	background-color: lightgreen;
	border-radius: 100%;
	display: inline-block;
}

.datePick {
	margin-right: 20px;
}

.up {
	text-transform: uppercase;
}

.histoPara {
	margin-top: 15px;
	margin-bottom: 5px;
}

.histoConclu {
	/* margin: 20px 30px 0; */
	font-size: 15px;
	background-color: aliceblue;
	border-radius: 2px;
	padding: 10px;
}

.searchForm {
	margin-right: 30px;
}

.pHistoConclu {
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.tHistoConclu {
	margin-bottom: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.boldP {
	font-weight: bold;
}

.boldPara {
	font-weight: bold;
}

.boldPara2 {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 15px;
	word-wrap: break-word;
}

.boldPara3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
	word-wrap: break-word;
}

.boldPara4 {
	font-weight: bold;
	font-size: 15px;
	word-wrap: break-word;
	margin: 5px 0 0;
}

.selectOption {
	float: initial !important;
}

.searchBtn {
	margin: 10px 0 5px 15px !important;
	outline: 0 !important;
}

.searchBtn:hover {
	background-color: var(--main-hover-color);
}

.searchBtnCal {
	margin: 10px 0 5px 0;
	outline: 0 !important;
}

.searchBtn2 {
	margin: 10px 0 20px 0 !important;
	outline: 0 !important;
	min-width: 140px;
}

.searchBtn3 {
	margin: 10px 0 15px 0 !important;
	outline: 0 !important;
	min-width: 140px;
}

.showRiskBtn {
	outline: 0 !important;
	min-width: 60px;
}

.searchHisto {
	margin-left: 30px;
	display: inline-flex;
}

.dateDiv {
	margin: 10px 0 10px 0;
	display: flex;
}

.dateDiv2 {
	margin-bottom: 10px;
	display: flex;
}

.noResult {
	margin-top: 55px;
}

.histoBtnSearch {
	margin-left: 15px;
}

.riskDiv {
	margin: 10px 0 10px 15px;
}

.date {
	max-width: 220px;
	min-width: 200px;
}

.spanAdd {
	padding-left: 0 !important;
}

.trTab {
	background-color: #eee;
}

.trTab:hover {
	background-color: #A9A9A9;
}

.trTab2 {
	background-color: aliceblue;
}

.trTab2:hover {
	background-color: lightblue !important;
}

/*** "CHECKBOXES" ***/
input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

input[type=checkbox] {
	border-radius: 100%;
	height: 15px;
	width: 15px;
	background: #fff;
	border: 1px solid #ccc;
	outline: 0 !important;
	vertical-align: sub;
}

input[type="checkbox"]:checked {
	background: var(--main-color);
	/* margin: 0; */
	position: relative;
	/* &:before {
        font-family: FontAwesome;
        content: '\f00c';
        display: block;
        color: #eee;
        font-size: 13px;
        position: absolute;
    } */
}

#acquit {
	vertical-align: text-top;
	outline: 0;
	margin-top: 0 !important;
	margin-right: 5px;
}

/*** "DATETIME PICKERS" ***/
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
	color: #2c3e50;
}


input[type="date"] {
	appearance: none;
	-webkit-appearance: none;
	color: #95a5a6;
	font-family: "Helvetica", arial, sans-serif;
	border: 1px solid #ecf0f1;
	background: #ecf0f1;
	padding: 5px;
	display: inline-block !important;
	visibility: visible !important;
}

input[type="date"],
focus {
	color: #95a5a6;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}



.service-item input {
    margin-right: 6px;
}

.services-wrapper {
    display: flex;
    flex-wrap: wrap;          /* wrap responsive */
    gap: 15px 20px;           /* espacement moderne */
}

.service-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    cursor: pointer;
    white-space: nowrap;      /* empêche le texte de casser */
}

.service-item:hover {
    background-color: #eef5ff;
    border-color: #337ab7;
}


/*** FIN "HISTORIQUE" ***/

/*** "FOOTER" ***/
.p-footer {
	font-size: 15px;
	font-weight: bold;
}

.footerTitle:visited {
	color: #fff;
}

.loginSection {
	margin: 0 !important;
}

.rowPadding {
	min-height: calc(100% - 160px);
}

.rowPadding:after {
	content: "";
	display: block;
}

.rowPaddingList {
	min-height: calc(100% - 160px);
}

.rowPaddingList:after {
	content: "";
	display: block;
}

.rowPaddingSub {
	min-height: calc(100% - 160px);
	overflow-x: hidden;
}

.rowPaddingSub:after {
	content: "";
	display: block;
}

.rowPaddingLogin {
	min-height: calc(100% - 80px);
}

.rowPaddingHome {
	min-height: calc(100% - 160px);
}

.rowPaddingHome:after {
	content: "";
	display: block;
}

.rowPaddingHisto {
	min-height: calc(100% - 160px);
}

.rowPaddingHisto:after {
	content: "";
	display: block;
}



.site-footer {
	z-index: 999;
	background: var(--main-color);
	padding-top: 30px;
	width: 100%;
	position: relative;
	height: 80px;
}

.footerTitle,
.footer-copyright {
	color: #fff;
}

.footerTitle {
	text-decoration: none !important;
	outline: 0 !important;
	opacity: 0.8;
}

.footerTitle:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
	transition-duration: 0.3s;
}

/*** FIN "FOOTER" ***/


/*** "CHARTS" ***/


.highcharts-data-table table {
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
	transition-duration: 0.3s;
}

/*** FIN "CHARTS" ***/
.dimensionCard{
	height: 400px;
	width: 30%;
	display: flex;
	flex: 1 1 30%;   /* grow shrink basis */
	min-width: 300px; /* largeur mini avant wrap */
	max-width: 520px;
	margin-bottom: 10px;
}	

/*** "MEDIA QUERIES" ***/
@media screen and (min-width: 1400px) {
	.infoContainer {
		width: 90% !important;
		margin: 0 auto 0 auto !important;
	}
	#container-main-card {
		width: 90% !important;
		margin: 0 auto 0 auto !important;
		 display: flex;
		flex-wrap: wrap;      /* 🔥 autorise le retour à la ligne */
		gap: 20px;   
	}

	.tbTitle {
		width: 90% !important;
		margin: 0 auto 0 auto !important;
	}

	.statusContainer {
		width: 90% !important;
		margin: 0 auto 0 auto !important;
	}

	.siteStatus {
		width: 80%;
		margin: auto;
	}

	.searchBtn {
		margin-left: 0 !important;
	}

	.previous_btn {
		left: 200px;
	}

	.next_btn {
		right: 200px;
	}

	.divTableCollab,
	.divTable {
		width: 78%;
		margin: 15px auto 15px auto !important;
	}

	.divTable {
		width: 78%;
		margin: 10px auto 15px auto !important;
	}

	.searchBtnDiv {
		width: 78%;
		margin: 10px auto 0 auto !important;
	}

	#formHistoTb {
		width: 80%;
		margin: 10px auto 0 auto !important;
	}
	.form-search {
		width: 80%;
		margin: 10px auto 0 auto !important;
		display: flex;
		flex-direction: column;
	}
	#divTableDocGco{
		/* display: flex; */
	}

	.consignesDiv {
		width: 78%;
		margin: 10px auto 15px auto
	}
}

@media screen and (min-width: 1600px) {
	.previous_btn {
		left: 290px;
	}

	.next_btn {
		right: 290px;
	}
}

@media screen and (min-width: 1800px) {
	.previous_btn {
		left: 430px;
	}

	.next_btn {
		right: 430px;
	}
}

@media screen and (max-width: 1150px),
screen and (max-height: 900px) {
	.slider {
		height: 400px;
		max-width: 550px;
	}

	.previous_btn,
	.next_btn {
		top: 330px;
	}
}

@media screen and (min-width: 993px) {
	#menuCollapse {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	#myNav {
		display: none;
	}

	.mHeightRespBot {
		min-height: 220px;
	}
}

@media screen and (max-width: 991px) {
	.pieSection {
		margin-top: 0 !important;
	}

	.slice {
		top: -45px;
	}

	.pie:before {
		top: 5px !important;
	}

	.mobileInfoDiv {
		display: none;
	}

	.societyLogo {
		display: none;
	}

	.collapsible {
		display: block;
	}

	#navbarSupportedContent {
		display: none !important;
	}

	.bootNav {
		display: none !important;
	}

	.logoutBtn {
		display: flex;
		float: right;
	}

	.userProfileDiv {
		display: none;
	}

	.inlineNav {
		display: inline-block !important;
		flex-wrap: initial !important;
	}

	.infoDiv {
		max-width: 100% !important;
		padding-left: 0 !important;
	}

	.infoDivPad {
		margin-top: 10px;
		padding-left: 0;
	}

	.resp.fixed {
		max-width: none;
	}

	.menuTb {
		display: none;
	}

	.menuMobile {
		display: block !important;
		padding-bottom: 5px;
	}

	.navInline {
		display: none !important;
	}

	.navInline2 {
		padding-left: 0;
		list-style: none;
	}

	.liMargin {
		font-weight: bold;
		border: 1px solid transparent;
		margin-top: 1px;
	}

	.divTableSubs {
		display: none;
	}

	.divTableSubsPhone {
		display: block;
	}

	#infoDivPad2,
	#infoDivPad3 {
		padding-left: 0 !important;
	}
}


.hidden {
	display: none;
}
.tag-cloud {
    display: inline-block;
    margin: 3px 6px 3px 0;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.tag-link {
    text-decoration: none;
}

.tag-link:hover,
.tag-link:focus {
    text-decoration: none;
    opacity: 0.85;
}

.tag-cloud:hover {
    opacity: 0.9;
}

.card-container {
    position: relative;       /* CONTEXTE */
    height: 100%;
    overflow: hidden;
}

/* zone scrollable */
.body-card {
    display: flex;
    overflow-y: auto;
    padding: 10px;
	flex : 1;
}
@media (max-width: 767px) {
	 .table-responsive-card thead {
        display: none;
    }

    .table-responsive-card tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 8px;
    }

    .table-responsive-card td {
        display: flex;
        justify-content: flex-start;
        padding: 6px 0;
        border: none;
    }

    .table-responsive-card td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #555;
        margin-right: 10px;
    }
 
}
.cardDashBoard {
	flex-direction: column;
	height: 400px;
	/* width: 500px; */
	display: flex;
	flex: 1 1 30%;  /*  grow shrink basis */
	min-width: 300px; /* largeur mini avant wrap */
}
.cardDashBoard a {
 	word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.cardCoordonnes{
	width: 100%;
}

.body-card-50 {
    position: absolute;
    top: 50px;
    left: 15px;
    right: 0;
    bottom: 50px;             /* hauteur du footer */
    overflow-y: auto;
    padding: 10px;
    min-height: 25vh;
}
.adresseDiv{
	display: flex;
  	margin-left: 5px;
	width: 100%;
  	flex-wrap: wrap;
}
.bg-card{
	text-align: left;
 	background-color: #eee;
}

/* footer FIXE EN BAS */
.card-footer-fixed {
    height: 50px;
    padding: 8px 10px;
    background: #dbdbdb;
    border-top: 1px solid #ddd;
    text-align: right;
	width: 100%;
}

.div-card-body{
	flex:1;
}

/* ********************************************************** */


@media screen and (max-height: 920px) {
	.logoLogin {
		display: none;
	}
}

@media screen and (max-width: 920px) {
	.slider {
		height: 400px;
		max-width: 567px;
	}

	.previous_btn,
	.next_btn {
		top: 340px;
	}

	.previous_btn {
		left: 30px;
	}

	.next_btn {
		right: 30px;
	}
}

@media screen and (max-width: 767px) {

	.loginImg,
	.imgClientLoginAside {
		display: none;
	}

	.homePageLogin {
		margin: 100px auto 50px auto !important;
	}

	.modal-change-pwd {
		margin-top: 300px !important;
	}

	.slider {
		height: 300px;
		max-width: 425px;
	}

	.previous_btn {
		top: 280px;
		left: 30px;
	}

	.next_btn {
		top: 280px;
		right: 30px;
	}
}

@media screen and (max-height: 720px) {
	.containLogin {
		margin-bottom: 0;
	}

	.logoClientLogin {
		display: none;
	}

	.listPageSubHome {
		padding-bottom: 20px !important;
	}

	[id^="myModalEditResp"] {
		padding-top: 20px;
	}

	[id^="myModalEditCo"] {
		padding-top: 20px;
	}
}

@media screen and (max-width: 685px) {
	.tbTitle {
		display: grid;
	}
}

@media screen and (max-height: 650px) {
	.logoClientLogin {
		margin-top: 20px !important;
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 620px) {
	.tbTitle {
		display: grid;
	}

	.slider {
		height: 200px;
		max-width: 284px;
	}

	.previous_btn {
		left: 30px;
		top: 230px;
	}

	.next_btn {
		right: 30px;
		top: 230px;
	}

	.formFlex {
		display: inline-block !important;
	}

	.btnHeight {
		margin-right: 0px !important;
	}

	.searchForm {
		float: left;
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.statusContainer {
		display: block;
	}
}

@media screen and (max-width: 600px) and (min-height: 800px) {
	.modal-dialog-cgu {
		width: 80% !important;
		max-height: 600px;
	}
}

@media screen and (max-height: 800px) {
	.modal-dialog-cgu {
		width: 80% !important;
		max-height: 400px;
	}
}

@media screen and (max-width: 520px) {
	.dateDiv {
		display: grid;
	}

	.dateDiv2 {
		display: grid;
	}

	.modal-change-pwd {
		margin: 150px 10px 0 10px !important;
	}

	.datePick {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.slider {
		height: 200px;
		max-width: 284px;
	}

	.slide_buttons {
		margin-top: 10px;
	}

	.previous_btn,
	.next_btn {
		top: 370px;
	}

	.previous_btn {
		left: 30px;
	}

	.next_btn {
		right: 30px;
	}
}

@media screen and (max-width: 419px) {
	.resp {
		margin-right: 1%;
	}

	.homePageLogin {
		margin: 50px auto 50px auto !important;
		min-width: 0;
	}

	.containLogin {
		max-width: 300px !important;
	}

	.loginInput {
		width: 220px;
	}

	.loginInputMask {
		width: 180px !important;
	}

	.btnLogin,
	.btnLogin2 {
		max-width: 260px;
		font-size: 16px;
	}

	.loginPar {
		font-size: 16px;
		margin-left: 20px;
	}

	#loginForm {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
    .adresseDiv .btn-circle {
        /* width: 28px; */
        /* height: 28px; */
        /* font-size: 12px; */
    }
	 .divMail .btnMessage {
        font-size: 13px;
        padding: 6px 10px;
    }

    .divMail .svgIconMail {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 1200px) {
  .dimensionCard {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .dimensionCard {
    flex: 1 1 100%;
  }
}
/*** FIN "MEDIA QUERIES" ***/