/**************************************************************
 Projet Pharm - Intranet - (intranet.projetpharm.fr)
 Copyright 2019-2019 Develop'it
 
 Version : 1.0.1
 Date    : 21/06/2019
 Fichier : css/Screen.css
**************************************************************/
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

.clearfloat:after, .clearfloat:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.Bleu { color:rgba( 0, 116, 205, 1); } /* #0074CD */
.Vert { color:rgba( 0, 159, 178, 1); } /* #009FB2 */


/*************************** General ***************************/
body
{
	margin-top:130px;
	margin-bottom:40px;
}
body, input, textarea, select
{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    font-size: 13px;
	color: #333;
	background-color: #f5f5f5;
}
@media only screen and (max-width:639px) { /* small */
body {
	margin-top:90px;
}
}
::selection{
	background:rgba(231,105,105,0.7);
	background:rgba(95,185,245,0.7);
}

::-moz-selection{
	background:rgba(231,105,105,0.7);
	background:rgba(95,185,245,0.7);
}
*:focus {
    outline: none;
}
a {
    color: #1585cf;
}
a, a:hover, input, img, .animated {
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a:hover, a:focus {
	color:rgb(231,105,105);
}
a:active, a:hover {
    outline: 0;
}
/*
form .row {
    padding: 0 !important;
}
*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.8em;
    color: #127FA8;
    font-weight: bold;
}
h2 {
/*
	color: #666;
*/
	font-size: 1.2em;
	line-height: 1.2em;
    color: #1585cf;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:2em;
}
h3 {
	margin: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
h3 i {
    font-size: 20px;
	color: #666;
	margin-right:0.5em;
}
h2 i {
    font-size: 20px;
	color: #1585cf;
	margin-right:0.5em;
	opacity:0.6;
}
h6 {
	margin: 0;
    font-size: 1.0em;
    line-height: 1.0em;
}
hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  background-color: rgba(120, 120, 120, 0.25);
  border: 0;
}
ul, ol {
/*
    padding-left:2em;
*/
}
ul.PuceBleue, ol.PuceBleue {
	margin-left:0.0em;
	list-style: none;
}
ul.PuceBleue li {
	margin-left:0;
	padding-left: 20px;
	background: url(../image/Puce.png) -0px 0.6em no-repeat;
}
/*
ul.PuceBleue li:nth-child(even) {
	background: url(../image/Puce2.png) -0px 0.6em no-repeat;
}
*/
span.icon {
	display:inline-block;
/*
	color:#999;
*/
	font-size:0.8em;
	width:1.35em;
}

p + ul.icons {
	margin-top: -1.6em;
}
ul.icons li {
	padding:0;
}
ul.icons li.icon:before {
	margin-right:0.25em;
/*
	color:#999;
*/
	font-size:0.8em;
}
.Prix {
	font-size:2.0em;
	font-weight:bold;
	text-align:center;
}

th .Petit {
	font-size:0.8em;
	font-weight:normal;
}
td .Petit {
	font-size:0.8em;
}
p.Petit {
	font-size:0.8em;
}
.TresPetit {
	font-size:0.6em;
}
.TexteBarre {
	text-decoration:line-through;
}
.ErreurSaisie {
	color: #CC0000;
	font-size:0.85em;
	margin-top:-1em;
    padding: 0;
}
[type="file"], [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], select, textarea {
    display: inline-block;
	background-color: rgba( 245, 245, 245, 1);
	font-size: 1rem;
/*
	font-family: Arial, Helvetica, serif;
	height: 35px;
	margin:0;
*/
}
textarea {
	font-size: 0.8rem;
}
fieldset.FondSaisie {
	background-color: rgba( 245, 245, 245, 1);
	margin-top:0;
}
input[type="file"]:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #0094F2;
	background-color:#f8f8f8;
    box-shadow: 0px 0px 3px rgb(149, 190, 212), 2px 2px 1px rgb(230, 230, 230) inset;
    outline: medium none;
    transition: border-color 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity:1;
  color: #333333;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:1;
  color: #333333;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity:1;
  color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
	opacity:1;
  color: #333333;
}
img.IconeAction {
/*
	width:16px !important;
	height:16px !important;
	margin:0 3px;
	position:relative;
*/
	width:24px !important;
	height:24px !important;
	border-radius:3px;
	padding:4px;
	opacity:0.3;
}
img.IconeAction:hover {
	opacity:1.0;
	background-color:rgba(30, 30, 30, 0.1);
}


.inline-label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	vertical-align:middle;
}
.inline-label > input {
	width:calc( 100% - 40px );
}
img.ui-datepicker-trigger {
	padding:11px 10px 10px 10px;
    border: 1px solid #ccc;
	border-left:none;
	background: #eee;
	height: 39px;
}
img.Picto {
	width:12px;
	height:12px;
	margin-right:5px;
}
.CadreListe td .UniteMonetaire {
	margin-left:0.5em;
	font-size:0.85em;
	color:rgba( 180, 180, 180, 1.0);
}

/*************************** NavPage ********************************/
.NavPage .Page {
	margin-left:20px;
}
.NavPage .Page label {
	display:inline-block;
	font-size:0.85em;
}
.NavPage input[type="text"], .NavPage input[type="password"], .NavPage textarea, .NavPage select, .NavPage .ZoneSaisie {
	font-size:1.0em;
	outline: none;
	height:24px;
	display:inline-block;
	width:auto;
	max-width:40px;
	margin:0 1em;
	text-align:center;
}

.NavPage {
	font-size: 12px;
	text-align: center;
/*
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
*/
	padding:0 4px;
}
.NavPage a, .NavPage .NoPageCourante {
/*
	font-family: Arial, Helvetica, sans-serif;
*/
    display: inline-block;
    text-align: center;
    line-height: 22px;
    width: 22px;
    color: #333;
	border: 1px solid rgba( 20, 120, 180, 0.1);
    background-color: rgba( 20, 120, 180, 0.1);
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.NavPage .NoPageCourante {
	font-weight:bold;
	color:#fff;
/*
*/
	border: 1px solid #127FA8;
	background-color: rgba( 20, 120, 180, 0.90);
}
.NavPage a.navPrecedent, .NavPage a.navSuivant {
	width: 36px;
}
.NavPage a img { vertical-align: middle; margin-bottom: 0.25em; padding:0; }
.NavPage a:hover {
	background-color: rgba( 255, 255, 255, 0.90);
	border: 1px solid rgba( 20, 120, 180, 0.5);
}
	
/*************************** SelecteurNbPage ********************************/
.SelecteurNbPage { /*font-family: Arial, Helvetica, sans-serif; */ font-size: 11px; color: #333333; text-align: right; padding:2px; }
.SelecteurNbPage .NbPageCourant { font-weight:bold; color: #551100; text-decoration: none; background-color: #CCE4EC; border:1px solid #2C7BB3; padding:0px 4px; }
.SelecteurNbPage a, .SelecteurNbPage a:link, .SelecteurNbPage a:visited { color: #333333; text-decoration: none; padding: 0px 4px; }
.SelecteurNbPage a, .SelecteurNbPage a:link, .SelecteurNbPage a:visited {
	background-color:#e8e8e8;

	border: 1px solid rgba( 20, 120, 180, 0.1);
    background-color: rgba( 20, 120, 180, 0.1);

	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
/*
	border: 1px solid #aaa;
	border-color: rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
*/
}
.SelecteurNbPage a:hover, .SelecteurNbPage a:focus {
	color: #000000;
	text-decoration: none;
	background-color: rgba( 255, 255, 255, 0.90);
	border: 1px solid #8af;
}
.SelecteurNbPage .NbPageCourant {
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
/*
	-moz-box-shadow: 0px 0px 3px #aaa;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
*/

	color:#fff;
	border: 1px solid #127FA8;
	background-color: rgba( 20, 120, 180, 0.90);
}


/*************************** buttons ***************************/
button, input, select, textarea, a.Bouton {
    font-family: inherit;
/*
    font-size: inherit;
*/
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.Bouton {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select, a.Bouton {
    text-transform: none;
}
button, a.Bouton {
    overflow: visible;
    display: inline-block;
    transition: background-color 300ms ease-out;
}
button, input, optgroup, select, textarea, a.Bouton {
    margin: 0;
/*
    font: inherit;
*/
    color: inherit;
}
select {
    padding: 0.25rem 0.5rem;
	margin: 0 0 1rem;
}
button.btn, input[type="submit"].btn {
	background: #3eb4d1;
	outline: none; 
	border-radius: 3px;
	padding: 15px 30px; 
	margin: 5px 0;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	border:none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
button.btn:hover, input[type="submit"].btn:hover {
	background: #0074be;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	color: #fff;
}
button.btn.full-width {
	width:100%;
}
button:hover, button:focus, a.Bouton:hover, a.Bouton:focus {
 /*
    color: #fff;
 */
    background-color: #0080cc;
}

a.button {
	background: #3eb4d1;
	outline: none; 
	border-radius: 3px;
	padding: 18px 30px; 
	margin: 5px 0;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	border:none;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
a.button.small {
	padding: 4px 10px; 
}

a.button:hover {
	background: #0074be;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	color: #fff;
}
input[type="submit"] {
    margin-top: 1em;
}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #444;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: normal;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

		input[type="checkbox"]:disabled + label,
		input[type="radio"]:disabled + label
		{
			opacity:0.25;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(254, 254, 254, 0.975);
				border-radius: 4px;
				border: solid 1px rgba(144, 144, 144, 0.45);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #666666;
			border-color: #666666;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: rgba( 55, 137, 189, 1.0 );
			box-shadow: 0 0 0 1px rgba( 55, 137, 189, 1.0 );
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
	border-color:rgba( 55, 137, 189, 1.0 );
}
input[type="checkbox"]:hover + label,
input[type="radio"]:hover + label {
color:rgba( 55, 137, 189, 1.0 );
}


/*************************** form_BarreBouton ***************************/
.form_BarreBouton {
	position: sticky !important;
    bottom: 35px;
	padding:5px;
    z-index: 1;
	border: 1px solid rgba( 231, 241, 247, 0.99);
	background-color:rgba( 231, 241, 247, 0.9);
}


/*************************** Etiquette ***************************/
.Etiquette {
	font-size:0.9em;
	padding: 1px 5px 2px 5px;
	line-height:1.3em;
	border-radius:3px;
	display:inline-block;
	margin:0 5px 5px 0;
}


/*************************** section ***************************/
section {
	margin:0;
	padding:0px 0;
/*
*/
}
/*
.section { 
	position:relative;
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
}

section.section.section-padded.bottom {
	background:#fff;
}
section.section.section-padded.bottom .container-fluid {
  background: #fff;
  margin: 0 40px 0 40px;
}
section {
	background: #FFF;
	margin: 20px 0;
}
section.Interieure {
	position:relative;
	left:0;
	width:100%;
}
section.FondGris {
	background-color:rgb( 240, 240, 240 );
}
section.FondGrisClair {
	background-color:rgb( 248, 248, 248 );
}
section.FondBlanc {
	background-color:rgb( 255, 255, 255 );
}
section.FondGrisFonce {
	background-color:rgb( 30, 30, 30 );
	color:rgb( 255, 255, 255 );
}
*/


@media only screen and (min-width:640px) {
	html, body {
		height:auto;
	}
	.row {
		max-width:none;
		margin-left: 20px;
		margin-right:20px;
/*
*/
	}
}

/*************************** ResultatAction ********************************/
#ResultatAction {
	display:block;
	position:fixed;
	z-index:999999;
	top:10px;
	width:35%;
	min-width:300px;
	margin-left:auto;
	margin-right:auto;
	left:50%;
	height:auto;
	font-weight: bold;
}
#ResultatAction .OK {
	display:inline-block;
	color: #009900;
	background: url("../image/Ok32.png") no-repeat 10px 8px;
	background-color:#EAFFEA;
	border:2px solid #0A9B56;
	border-radius: 0.3em;
	padding:16px 30px 16px 60px;
	box-shadow: 0px 0px 5px #aaa;
}
#ResultatAction .KO {
	display:inline-block;
	color: #CC0000;
	background: url("../image/Erreur32.png") no-repeat 10px 8px;
	background-color:#FFF0F0;
	border:2px solid #C24936;
	border-radius: 0.3em;
	padding:16px 30px 16px 50px;
	box-shadow: 0px 0px 5px #aaa;
}

/*************************** CadreLogin ********************************/
section.CadreLogin {
	background-color:#fff;
	padding:2em 3em;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.2);
	max-width:600px;
	margin:0 auto;
}
input#Compte {
	background-image:url("../image/Compte16.png");
	background-repeat:no-repeat;
	background-position:10px;
	padding-left:35px;
}
input#MotDePasse {
	background-image:url("../image/Cadenas16.png");
	background-repeat:no-repeat;
	background-position:10px;
	padding-left:35px;
}
p.Introduction {
	text-align:center;
	font-size:1.2em;
}
.CadreComplementInfo {
	display:block;
	margin-top:40px;
	color:#999;
	font-size:0.9em;
	text-align:center;
/*
	background-color: rgba( 250, 250, 250, 0.2);
	border-radius: 3px;
*/
}
section.CadreLogin .column {
	margin:0;
	margin-bottom:0.75em;
}
section.CadreLogin .row {
	margin:0;
}

/*************************** CadreSaisie ********************************/
/*
form.CadreSaisie {
	background-color:#fff;
	padding:2em 3em;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.2);
	margin:0 auto;
}
*/
div.CadreSaisie {
	background-color:#fff;
	padding:1em 2em;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.2);
	margin:0 auto;
}

/*************************** CadreRecherche ********************************/
Form.Recherche {
	background-color:rgba( 20, 120, 180, 0.10);
	width:100%;
	margin-bottom:10px;
/*
	margin-top:10px;
	padding:4px;
	padding:5px 0 2px 0;
*/
}
Form.Recherche label {
	height:30px;
/*
	padding:4px 0;
*/
	font-size:1.0em;
	margin-top:3px;
	margin-bottom:3px;
}
Form.Recherche .Etiquette {
	display:inline-block;
	margin-right:0.5rem;
	width:200px;
	max-width:25%;
	text-align:right;
}
Form.Recherche a.BoutonRecherche img { vertical-align: middle; margin-bottom: .25em; }
Form.Recherche input[type="text"], Form.Recherche input[type="date"] {
	display:inline-block;
	padding: 2px 6px;
	box-shadow: 2px 2px 1px rgb(230, 230, 230) inset;
	background-color: #FFFFFF;
	height:30px;
	width:80%;
	width:auto;
	max-width:75%;
	overflow:hidden;
	margin: 0;
/*
	border: 1px solid #bbbbbb;
	outline: none;
font-family: Arial, Helvetica, serif;
font-size: 12px;
	background-color: #E8E8E8;
	border-radius: 3px;
*/
}
Form.Recherche .AvecEtiquette {
	word-spacing:nowrap;
}
Form.Recherche .AvecEtiquette input[type="text"] {
    width:90px;
    max-width:90px;
}
/*
Form.Recherche select {
	background-color: #eee;
	box-shadow: 0px 2px 1px rgb(220, 220, 220) ;
	background-image: url("../image/FondBoutonOutil.png");
}
Form.Recherche input[type=text]:focus, Form.Recherche select:focus {
	border: 1px solid #99AFBD;
	outline-style: none;
}
*/
Form.Recherche select {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px ;
	height:30px;
	width:auto;
	margin:0;
	font-size:0.9em;
}
Form.Recherche input[type="text"]:focus, Form.Recherche input[type="date"]:focus {
	border-color: #99AFBD;
    box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.3), 2px 2px 1px rgb(230, 230, 230) inset;
    outline: medium none;
    transition: all 0.3s linear 0s;
}
Form.Recherche select:focus {
	border-color: #99AFBD;
    box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.3);
    outline: medium none;
    transition: all 0.3s linear 0s;
}
Form.Recherche a.BoutonRecherche {
	display:block;
	cursor: pointer;
	vertical-align:middle;
	height:36px;
	width:36px;
}
Form.Recherche a.BoutonRecherche img {
	margin:8px;
	width:20px;
	height:20px;
}
Form.Recherche a.BoutonRecherche:hover {
	background-color:rgba( 20, 120, 180, 0.10);
}
@media only screen and (max-width:767px) {
	Form.Recherche #ViderRecherche {
		display:none;
	}
}

/***************************  BarreOutils  ********************************/
#BarreOutils {
	margin-bottom: 10px;
}

/***************************  button  ********************************/
[type=submit], [type=button], button, a.Bouton {
/*
	width: 100%;
	line-height: 30px;
*/
	cursor:pointer;
	display:inline-block;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 20px;
	height: 35px !important;
	line-height:35px;
	color: #333;
	background-color: #fdfdfd;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	user-select: none;
	margin-bottom:3px;
/*
	border-color: rgba(0, 0, 0, 0.21) rgba(0, 0, 0, 0.33) rgba(0, 0, 0, 0.37);
	background-image: url("../image/FondBoutonOutil.png");
	background-repeat: repeat-x;
	margin:15px auto 15px auto;
	background-image: -webkit-linear-gradient(top, #e8e8e8, #fdfdfd);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
*/

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
[type=submit] img, [type=button], img, button img, a.Bouton img {
	margin-bottom:5px;
}
[type=submit]:hover, button:hover, [type=submit]:focus, button:focus, [type=button]:focus, [type=button]:hover, a.Bouton:focus, a.Bouton:hover  {
	background-color: #ededee;
	border: 1px solid rgba( 18, 127, 168, 0.7 );
/*
	box-shadow: 0px 1px 2px rgba( 18, 127, 168, 0.6 );
*/
	background: rgba(245,245,245,1);
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
button:disabled {
/*
	cursor:crosshair;
*/
	color: #999;
	box-shadow:none;
	border: 1px solid #dfdfdf !important;

	background: rgba(245,245,245,1);
	background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
button:disabled img {
	opacity:0.4;
}

button::-moz-focus-inner {
  border: 0;
}

table {
    border-collapse:separate;
    border-spacing: 0;
}

/*************************** CadreListe ********************************/
.CadreListe {
	border: 1px solid #CFD2D3;
	background-color: #fefefe;
	box-shadow: 0px 0px 3px rgba( 20, 20, 20, 0.15);
	margin-bottom:1em;
}
.CadreListe td {
	font-size: 13px;
	border-right: 1px solid rgba( 250, 250, 250, 0.6);
	border-bottom: 1px solid rgba( 250, 250, 250, 0.6);
	text-decoration:none !important;
	padding:5px;
}
.CadreListe th {
	padding:5px;
	background-color: #d8dcdf;
	color:#333;
	border-right: 1px solid rgba( 250, 250, 250, 0.6);
}
.CadreListe th:last-child, .CadreListe td:last-child {
	border-right: 1px solid #CFD2D3;
}
.CadreListe th, .CadreListe th a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	color:#333;
	text-decoration:none !important;
}
.CadreListe th a {
	display: block;
}
.CadreListe th a:hover {
	background-color: #61A1C8;
	background-color: #c8cccf;
	text-decoration:none;
}
.CadreListe a { color: #118888; text-decoration:none !important; }
.CadreListe tbody tr:nth-child(even) { background-color:#EEEEEE; }
.CadreListe tbody tr:nth-child(odd) { background-color:#F8F8F8; }
.CadreListe tbody tr:hover {
	background-color: rgba( 20, 120, 180, 0.15);
}
.CadreListe tbody tr.EnSommeil { opacity:0.25; }
.CadreListe tbody tr.ASuivre { background-color:#f0f0b0; }
.CadreListe tbody tr:hover.ASuivre { background-color:#f4f4d0; }
.CadreListe td.Information { background-color:#EFF7FA; }
.CadreListe td.SousTotal { font-size: 11px; font-weight: bold; background-color:#EEEEEE; }
.CadreListe td.Total { font-size: 13px; font-weight: bold; background-color:#CCCCCC; }
.CadreListe img { vertical-align: middle; margin-bottom: .25em; }
.CadreListe tr.PiedCadre td {
	border-top: 1px solid #CFD2D3;
	background-color: #f0f0f0; 
}
/*
.CadreListe .Editable {
	display:inline-block;
	min-height:1em;
	min-width:100px;
	width: auto;
	padding:5px;
	border:1px solid rgba(30, 30, 30, 0);
}
.CadreListe .Editable:hover {
	background-color:rgba(30, 30, 30, 0.05);
	border:1px solid rgba(30, 30, 30, 0.05);
}
.CadreListe .Editable input[type=text] {
	width:80px;
}
.CadreListe .Editable[data-type='text'] {
	min-width:200px;
}
.CadreListe .Editable[data-type='text'] input.SaisieEnLigne {
	width:200px;
}
.GrandeLigne td {
	height:34px;
}
*/

/*************************** EnteteTable ********************************/
.EnteteTable {
	display:block;
	margin:0;
	min-height: 26px;
	height: 26x;
	padding: 2px;
	margin: 0 auto;
	white-space: nowrap;
}
.EnteteTable button {
	margin-right:5px;
/*
	margin-bottom:5px;
*/
}
.EnteteTable .Separateur {
	display: table-cell;
	width:5px;
}
.EnteteTable label {
	display: table-cell;
	margin-right:0.5em;
	font-size: inherit;
}
.EnteteTable .Libelle {
	display: table-cell;
	vertical-align:middle;
/*
	padding-top:0.5em;
*/
	margin-right:0.5em;
	font-size: inherit;
}

/*************************** info-bulle ********************************/
a > span.info-bulle, span > span.info-bulle {
	position:absolute;
	padding:5px 10px;
	cursor: help;
	margin-top:0px;
	margin-left:-30px;
	margin-left:0px;
	min-width:130px;
	max-width:480px;
	max-height:480px;
	border-radius:3px;
	border: 2px solid rgba(200,160,20,.95);
	background: rgba(230,200,50,.95);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	color:#222;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
    visibility: hidden;
	opacity:0;
	z-index:99999;
	transition:display 0s 0s, all .25s 0s;
	display:none;
}
a > span.info-bulle::before, span > span.info-bulle::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-bottom: 10px solid rgba(200,160,20,.95);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

a:hover > span.info-bulle, a:focus > span.info-bulle, span:hover > span.info-bulle {
	display:inline-block;
	margin-top:25px;
	margin-top:2.75em;
	margin-left:-40px;
	visibility: visible;
	transition:display 0s 0s, all .25s .5s;
    opacity:1;
}

/*************************** InfoBulle ********************************/
.InfoBulle:hover {
  display:block;
  position: relative;
}
.InfoBulle[data-infobulle]:hover:before {
  content: attr(data-infobulle);
  padding: 0px 6px;
  position: absolute;
  left:50%;
  transform:translate(-50%, 0);
  top: 110%;
  white-space: nowrap;
  z-index: 20px;
  background-color: #333;
  color: #eee;
  border-radius:3px;
  box-shadow: 0 0px 2px 2px rgba( 20, 20, 20, 0.1);
}
.InfoBulle[data-infobulle]:hover:after {
    position:absolute;
    bottom:-3px;
    overflow:hidden;
    content:'';
    position:absolute;
    width:6px;
    height:6px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#333;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}

/*************************** InfoPicto ********************************/
.InfoPicto {
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:center left;
	background-size:12px 12px;
}
.InfoPicto.Mobile { background-image:url('../image/Picto_Mobile.png'); }
.InfoPicto.Domicile { background-image:url('../image/Picto_Domicile.png'); }
.InfoPicto.Travail { background-image:url('../image/Picto_Travail.png'); }
.InfoPicto.EMail { background-image:url('../image/Picto_EMail.png'); }
.InfoPicto.Contact { background-image:url('../image/Picto_Contact.png'); }


/*************************** SousPage ********************************/
.SousPageTitre {
	font-size:15pt; font-weight:bold; margin-top:0.2em;
}
.SousPageSousTitre {
	font-style:italic;margin-top:-0.2em;font-size:0.9em;color:rgba( 140, 140, 140, 1.0);
}


/*************************** BarreOnglet ********************************/
.BarreOnglet {
	margin:0;
	border:0;
	margin-top:00px;
	margin-bottom:00px;
	height:32px;
	border-bottom:2px solid #127FA8;
	padding:0 10px;
}
.BarreOnglet ul {
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.BarreOnglet li {
	display:table-cell;
	padding:0 3px;
/*
	box-sizing:border-box;
*/
}
.BarreOnglet a { white-space:nowrap; text-align:center; text-decoration:none !important; }
.BarreOnglet a img { vertical-align: middle; margin-bottom: .25em; margin-right:0.5em; }
.BarreOnglet a:hover { text-decoration: none; }
.BarreOnglet a {
	display:block;
	font-weight: bold;
	background-color:  rgba( 20, 120, 180, 0.1);
	color: #333;
	cursor: pointer;
	height: 30px;
	width:inherit;
	vertical-align:middle;
	padding:5px 10px;

	border:none;
	border-top: 1px solid rgba( 20, 120, 180, 0.1);
	border-left: 1px solid rgba( 20, 120, 180, 0.1);
	border-right: 1px solid rgba( 20, 120, 180, 0.1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	outline:none;
	user-select: none;
}
.BarreOnglet a:hover {
	background-color:rgba( 20, 120, 180, 0.05);
	color: #000;
	background-color: rgba( 255, 255, 255, 0.90);
	border-top: 1px solid rgba( 20, 120, 180, 0.5);
	border-left: 1px solid rgba( 20, 120, 180, 0.5);
	border-right: 1px solid rgba( 20, 120, 180, 0.5);
}
.BarreOnglet a.Courant {
	background-color: rgba( 20, 120, 180, 0.90);
	color: #fff;
	border-top: 1px solid #127FA8;
	border-left: 1px solid #127FA8;
	border-right: 1px solid #127FA8;
}
@media only screen and (max-width:880px) {
	.BarreOnglet a {
		font-size:10px;
		overflow:hidden;
		text-overflow:ellipsis;
	}
}
@media only screen and (max-width:768px) {
	.BarreOnglet li {
		padding:0 1px;
	}
	.BarreOnglet a {
		text-align:left;
		overflow:hidden;
		width:auto;
		padding:4px 0px 0 2px;
	}
}
@media only screen and (max-width:480px) {
/*
	.BarreOnglet ul {
	}
*/
	.BarreOnglet {
		padding:0;
	}
	.BarreOnglet li {
		padding:0 1px;
	}
	.BarreOnglet img { width:20px; height:auto; vertical-align: middle; margin-bottom: 0; margin-right:0; margin-left:3px; }
	.BarreOnglet a {
		text-align:center;
		overflow:hidden;
		width:40px;
		color:rgba( 20, 120, 180, 0.1) !important;
/*
		width:14.285714%;
*/
		padding:4px 0px 0 6px;
	}
	.BarreOnglet a.Courant {
		color:#127FA8 !important;
	}
}


/*************************** PhotoPersonne ********************************/
img.PhotoPersonne {
	width:40px;
	height:40px;
	border-radius:50%;
	border: 1px solid rgba( 230, 230, 230, 1.0 );
	box-shadow: 0px 0px 2px 1px rgba( 30, 30, 30, 0.4 );
position: relative;
}
img.Homme {
/*
	border: 2px solid rgba( 20,151,203, 1.0 );
*/
	box-shadow: 0px 0px 2px 1px rgba( 20,151,203, 1.0 );
}
img.Femme {
/*
	border: 2px solid rgba( 205,96,137, 1.0 );
*/
	box-shadow: 0px 0px 2px 1px rgba( 205,96,137, 1.0 );
}

.DrapeauLangue {
	margin-left:-16px;
	margin-top:20px;
	width:16px;
}
.Statut {
	display:inline-block;
	width:10px;
	height:10px;
	border:1px solid rgba( 30, 30, 30, 0.4);
	border-radius:50%;
	z-index:99;
	box-shadow: 0px 0px 1px 1px rgba( 0, 0, 0, 0.25 );
	position:absolute;
	position:absolute;

/*
	margin-bottom:-16px;
	float:left;
	position:absolute;
	margin-left:-16px;
	margin-top:25px;
*/
}


/*************************** Couleurs ********************************/
.TexteNoir  { color: rgb(77,77,79); }
.TexteBlanc { color: rgb(253,253,253); }
.TexteBleu  { color: rgb(20,151,203); }
.TexteRose  { color: rgb(205,96,137); }
.TexteOrange { color: rgb(243,137,59); }
.TextePomme { color: rgb(155,192,53); }
.TexteVert  { color: rgb(10,155,86); }
.TexteRouge { color: rgb(194,73,54); }
.TexteViolet { color: rgb(137,102,204); }
.TexteMarron { color: rgb(152,100,56); }
.TexteGris { color: rgb(134,134,136); }
.TexteGrisFonce { color: rgb(109,110,112); }
.TexteGrisClair { color: rgb(213,213,217); }
.TexteJaune { color: rgb(247,184,43); }

.FondNoir { background-color: rgb(77,77,79); }
.FondBlanc { background-color: rgb(253,253,253); }
.FondBleu { background-color: rgb(20,151,203); }
.FondRose { background-color: rgb(205,96,137); }
.FondOrange { background-color: rgb(243,137,59); }
.FondPomme { background-color: rgb(155,192,53); }
.FondVert { background-color: rgb(10,155,86); }
.FondRouge { background-color: rgb(194,73,54); }
.FondViolet { background-color: rgb(137,102,204); }
.FondMarron { background-color: rgb(152,100,56); }
.FondGris { background-color: rgb(134,134,136); }
.FondGrisFonce { background-color: rgb(109,110,112); }
.FondGrisClair { background-color: rgb(213,213,217); }
.FondJaune { background-color: rgb(247,184,43); }

.ContourNoir  { border-color: rgb(77,77,79); }
.ContourBlanc { border-color: rgb(253,253,253); }
.ContourBleu  { border-color: rgb(20,151,203); }
.ContourRose  { border-color: rgb(205,96,137); }
.ContourOrange { border-color: rgb(243,137,59); }
.ContourPomme { border-color: rgb(155,192,53); }
.ContourVert  { border-color: rgb(10,155,86); }
.ContourRouge { border-color: rgb(194,73,54); }
.ContourViolet { border-color: rgb(137,102,204); }
.ContourMarron { border-color: rgb(152,100,56); }
.ContourGris { border-color: rgb(134,134,136); }
.ContourGrisFonce { border-color: rgb(109,110,112); }
.ContourGrisClair { border-color: rgb(213,213,217); }
.ContourJaune { border-color: rgb(247,184,43); }
