#header {
	background: white;
	color: rgb(4,49,71);
	border-bottom: 1px solid #CCCCCC;
  	background-size: 250px;
}
#header #logo .css_bold {
	font-weight: normal;
	font-size: 24px;
}
#header small {
	font-size: 16px;
	color: rgb(44,163,45);
}
#footer {
	border-top: 1px solid #CCCCCC;
	background: rgb(4,49,71);
	color: white;
}
#header a {
	color: rgb(4,49,71);
}
#header a:hover{
	color: rgb(176,174,174);
}

a:link, a:visited, .elementMenu {
	color: #666666;
}
a:hover {
	color: rgb(4,49,71);
}
#menu-patient {
	background: #EEEEEE;
}
#menu-patient li a {
	color: #666666;
	cursor: pointer;
}
#menu-patient li a:hover {
	color: rgb(4,49,71);
	background: #FDFDFD;
}
#logo{
	/*left: 250px;*/
	left: 40px;
}
#logo .css_bold{
	padding-top: 7px;
	display:inline-block;
}
#information_connexion {
	right: 40px;
}
.connexion {
	width: 700px;
}
.connexion label {
	width: 35%;
}
.connexion h2 {
    color:  rgb(4,49,71);
}
.information_haut{
	background-color: rgb(4,49,71);
}

.titrebox {
	background-color: rgb(4,49,71);
}

.elementMenu {
	border-color: rgb(4,49,71);
	background-color: #EEEEEE;
}

.elementMenu ul li a:hover {
	background-color: rgb(44,163,45);
	color: white;
}

.calendrier-groupe-pere {
	background-color: rgb(4,49,71);
}
.calendrier-sous-groupe {
	color: rgb(17,165,231);
}
#contenuPage tr td.tdtit{
	background-color: rgb(4,49,71);
}
table.scrollTab, #scrollTab, table.scrollTab td, #scrollTab td {
	border: thin solid rgb(4,49,71);
	color: #333333 !important;
}
table.scrollTab th, #scrollTab th, table.scrollTab thead tr, #scrollTab thead tr, table.scrollTab thead tr td, #scrollTab thead tr td {
    	background-color: rgb(4,49,71) !important;
    	border: thin solid rgb(4,49,71);
    	color: white !important;
}
table.scrollTab tbody tr:nth-child(2n+1), #scrollTab tbody tr:nth-child(2n+1), table.scrollTab tr:nth-child(2n+1), #scrollTab tr:nth-child(2n+1) {
	background: #EEEEEE;
}
table.scrollTab tbody td.td-rouge, #scrollTab tbody td.td-rouge {
	background: #FFCCCC;
	color: red;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: rgb(4,49,71);
    font-weight: bold;
    background: #E0E0E0;
    border: 1px solid #999999;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-color: rgb(4,49,71);
}
.titresNouvelleConversation {
    color: white;
    background-color: rgb(4,49,71);
}
.Labels-italic {
	background-color: unset;
	font-style: italic;
}

#sectionBarreProgression-container {
	display: none;
}

#banner {
	width: 100%;
}
/* Codes patient*/
#pwd-print {
    font-family: Verdana,Arial,sans-serif;
    font-weight: unset;
    color:  white;
    display: inline-block;
    cursor: pointer;
    padding: 0.5rem 1rem;
    line-height: 1.4;
    background-color: #a82d24;
    border: thin solid #7d3936;
    margin-bottom: .75rem;
}
#pwd-print i {
    vertical-align: -1px;
}
#pwd-print:hover {
    background-color: #7e201b;
}

/* CONNEXION */
#langues {
	margin-top: 2rem;
	/*display: flex;
	justify-content: space-evenly;*/
	width: 100%;
}
.lng-btn {
	/*display: block;*/
	border: 1px solid #999999;
	color: rgb(4,49,71);
	/*padding:  .3rem .5rem .25rem;*/
	cursor: pointer;
	background: #E0E0E0;
	display: inline-block;
	padding-inline: 1em;
	padding-block: 0.5em;
	margin-right: 1em;
}
.lng-btn:last-child {
	margin-right: 0;
}
.lng-btn:visited {
	color: rgb(4,49,71);
}
.lng-btn:hover {
	color: white;
	background-color: rgb(4,49,71);
}
.lng-btn img {
	/*display: inline-block;*/
	height: 20px;
	vertical-align: sub;
}
.lng-btn span {
	vertical-align: super;
}
/* CAL PATIENT  */
.cal_patient_ul {
	margin: 0 auto;
	padding-left: 0px;
	max-width: 800px;
}
.cal_patient_li {
	background: #F5F5F5;
	list-style-type: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	cursor: pointer;
}
.cal_patient_li:first-child {
	border-radius: 5px 5px 0px 0px;
	border-top: 1px solid #CDCDCD;
}
.cal_patient_li:last-child {
	border-radius: 0px 0px 5px 5px;
}
.cal_patient_li img {
	margin-left: 10px;
	vertical-align: middle;
}
.cal_patient_li a {
	margin-left: 10px;
	display: inline-block;
}
.cal_patient_li:hover a {
	color: rgb(114,175,184);
}
.cal_patient_li .cal_patient_li_flag {
	float: right;
	margin-right: 10px;
	display: inline-block;
}

/* ECHELLES CUSTOM EN GRID (BORDEREAU 80) */
.caseLabel {
	width: 50px;
	text-align: center;
	background-color: #fff;
	border: none!important;
}
.caseSelectionnable {
	width: 50px;
	text-align: center;
	border: 1px solid #000!important;
	background-color: #fff;
}
.caseSelectionnable:hover {
	cursor: pointer;
}
.caseSelectionnee{
	background-color: rgb(4,49,71);
	color: #fff;
}

/* ECHELLES CUSTOM EN SLIDER */
.echelle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: 5%;
	margin-top: 15px;
}

/* MENU PATIENT */
#liste-langues {
	position: absolute;
	z-index: 90;
	width: 20%;
	padding-left: 0;
}

#liste-langues li {
	display: block;
	padding-inline: 0;
	background: #EEEEEE;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}

#liste-langues li:hover {
	background: #FDFDFD;
}

#liste-langues a {
	background: none;
	border: none!important;
	margin-bottom: 0;
	height: 100%!important;
}

.ui-state-default.ui-slider-handle-custom, .ui-widget-content .ui-state-default.ui-slider-handle-custom, .ui-widget-header .ui-state-default.ui-slider-handle-custom {
    width: 3em !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -.8em !important;
    text-align: center !important;
    line-height: 1.6em !important;
    color: white !important;
    background: rgb(4,49,71) !important;
    border-radius: 5px !important;
}

.bouton-reset-echelle {
	text-align:center;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.bouton-reset-echelle span {
	padding: .4rem .75rem;
	background-color: #4c81b5;
	border: 1px solid #2c5986;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.bouton-reset-echelle span:hover {
	background: #333333;
	border-color: #222;
  	color: white;
}

#corps {
	margin-top: 3.1rem;
}
#breadcrumb {
	padding-bottom: 18px;
	  margin-bottom: 0;
	width: calc(100% - 270px);
}

/* MEDIA QUERIES  */
@media only screen and (orientation: portrait) {
	/* DESIGN GENERAL */
	#chargementContenuPageOk {
		margin-left: 5vw;
	}
	#contenuPage {
		margin-bottom: 7vh;
	}
	#contenuPage table.tabitm {
		margin-left: unset;
	}
	#contenuPage .tabitmscroll {
		margin-left: 0;
		width: 100%!important;
	}
	.tabitmscroll.tabitmscrollmaxheight {
		width: 100%!important;
	}
	#content {
		width: 96vw;
		margin-right: 0;
		margin-left: 10px;
		padding-inline: 0;
	}
}
@media only screen and (max-width: 745px) and (orientation: portrait) {
	
	.danger_info {
		padding-inline: 14px;
	}
	#contactSupport .contact-element-titre {
		min-width: 120px;
	}
	/* CAL_PATIENT  */
	.cal_patient_li a {
		width: 70%;
	}
	.cal_patient_ul {
		max-width: 98%;
	}
	.cal_patient_li .cal_patient_li_flag {
		position: absolute;
		right: 15px;
	}
	/* PASSWORD RECOVERY */
	#usernameForm #SUBMIT_3 {
		margin-top: 15px;
	}
	/* CONNEXION */
	.connexion label {
		width: 30%;
	}
	#langues {
		width: 35%;
		margin-inline: auto;
	}
	.lng-btn:last-child {
		margin-inline: auto;
	}
	.lng-btn {
		display: block;
		margin-bottom: 1em;
		margin-inline: auto;
		width: 100%;
		padding-inline: 0;
	}
	/* MENU PATIENT */
	#liste-langues {
		width: 50%;
	}
	#liste-langues a {
		padding-inline: 0;
	}
}

@media only screen and (max-width: 530px) and (orientation: portrait) {
	/* CONNEXION  */
	.connexion {
		width: 90%;
	}
	.clearthefloat + button {
		margin-top: 1em;
	}
	.connexion label {
		width: 40%;
		text-align: left;
	}
	.connexion input {
		margin-inline: auto;
	}
	/* MENU PATIENT */
	#menu-patient li a {
		padding-inline: 20px;
	}
	#contenuPage {
		margin-bottom: 15vh !important;
	}
}