* {
	
}

html {
	min-height: 100%;
	position: relative;
	background: url(images/flag2.jpg) repeat;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

select, input, textarea, button { /*
	jamais plus
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	padding: 0.5em;
	*/
	
}

a {
	color: rgba(45, 62, 163, 0.8);
	text-decoration: none;
}

a:hover {
	color: rgba(45, 62, 163, 1);
	text-decoration: underline;
}

button {
	max-width: 25%;
	display: inline-block !important;
	position: relative;
}

select.formSelect, button {
	color: #233a6c;
	font-size: 1em;
	text-overflow: ellipsis;
}

select.formSelect {
	width: 20em !important;
	text-transform: lowercase;
}

.clear {
	clear: both;
}

.clickme {
	cursor: pointer;
}

#bandeau {
	position: fixed;
	top: 0;
	width: 100%;
	line-height: 100%;
	text-align: left;
	padding: 2px 0;
	color: #fff;
	z-index: 3;
	background: rgb(58, 155, 226);
	min-height: 64px;
}

#titlebarh1 {
	position: fixed;
	top: 71px;
	height: 32px;
	width: 94%;
	margin: 0 3%;;
}
/*		BARRE DE TITRE		*/
h1, h2 {
	background: none repeat scroll 0 0 #eeeeee;
	border-color: -moz-use-text-color #cccccc #cccccc;
	border-image: none;
	border-radius: 0 0 3px 3px;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	color: rgba(100, 100, 100, 0.8);
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 20px 5px;
	padding: 2px;
	position: relative;
	text-align: center;
	/*text-transform: uppercase;*/
	z-index: 2;
}

h2 {
	border-style: solid solid none solid;
	border-width: 1px;
	width: 200px;
	text-align: left;
	border-radius: 3px 3px 0 0;
	margin-top: 5px !important;
	padding: 0 1em;
}

h1 #titre {
	display: block;
	line-height: 24px;
	margin: 0 auto;
	padding: 4px;
	width: 60%;
}

#goodies, #goodies2 {
	opacity: 1;
	padding: 2px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

#goodies2 {
	right: auto;
	left: 0;
}

#goodies>a, #goodies2>a {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: normal;
	height: 24px;
	margin: 0;
	opacity: 0.8;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 24px;
}

#goodies a:hover {
	opacity: 1;
	background-color: rgba(100, 100, 100, 1);
}

#goodies .options {
	background: url("/design/icon/options.png") no-repeat scroll center
		center/cover rgba(0, 0, 0, 0);
}

#goodies a.dev, #goodies2 a.dev {
	background-color: rgba(100, 100, 100, 0.8);
	border-radius: 4px;
	height: 20px;
	line-height: 20px;
	margin: 2px;
	width: 20px;
}

#goodies .newpage {
	background: url("/design/icon/nouvelle-fenetre.png") repeat scroll
		center center/cover;
	height: 23px;
}

#goodies .daterouge {
	border-radius: 4px;
	background-color: rgba(255, 0, 50, .8);
	height: 20px;
	line-height: 20px;
	margin: 2px;
	width: 24px;
	padding: 4px 2px;
}

#goodies .codeclientBtn {
	width: auto !important;
	color: rgba(100, 255, 170, .8);
	padding: 4px 1em !important;
}

#goodies .options {
	background: url("/design/icon/options.png") repeat scroll center center/cover;
}

#page_container {
	padding: 0 20px;
	position: relative;
	margin-top: 8.5em;
	#112
	px;
}

#page_container.page_simple {
	text-align: center;
}

#page_container.page_flex {
	align-items: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 0;
}

#page_container.page_flex #fEditor {
	flex: 1;
	margin: 25px !important;
}

.bigicon {
	position: absolute;
	opacity: 0.5;
	width: 30%;
	left: 1%;
	height: auto;
	z-index: 0;
}

#logoTop {
	float: left;
	margin: 10px;
}

#logoClient {
	max-width: 200px;
	float: left;
}

#logoClient img {
	max-width: 100%;
}

.xlogo {
	display: block;
	margin: 0.3em;
	font-family: 'Raleway';
	font-size: 40px;
	font-weight: semi-bold;
	text-shadow: 1px 2px 2px rgba(80, 96, 119, 1);
	color: white;
	width: 100%;
}

#user {
	font-size: 0.5em;
	font-style: oblique;
}

.shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5%;
	z-index: 3;
	background: linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 100%); /* W3C */
	background: -webkit-linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 90%);
	background: -moz-linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 90%);
	opacity: 0.5;
}

info {
	font-size: small;
	color: #102030;
	display: block;
	position: absolute;
	background-color: #FFFF00;
	top: 60px;
	left: -60px;
}

.page {
	position: relative;
	width: 80%;
	min-width: 350px;
	min-height: 300px;
	margin-left: auto;
	margin: 3% auto;
	z-index: 3;
	text-align: left;
	background-color: rgba(250, 250, 256, 0.9);
	border: none;
	border-radius: 4px;
	padding: 15px;
}

.corps {
	position: relative;
	top: -35px;
	z-index: 1;
	min-height: 80%;
	height: 100%;
	text-align: right;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0);
	padding: 5%;
}

.accueil { /*

	*/
	
}

.filigrane {
	background-color: rgba(250, 250, 260, 0.3);
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: center center;
	opacity: 0.15;
	position: absolute;
	margin: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.tableTBL {
	width: 100%;
	padding: 2px;
	margin: auto;
}

.tableTBL th {
	background-color: rgba(75, 124, 201, 0.5);
	color: rgba(35, 58, 108, 1);
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	padding: 4px;
}

.tableTBL caption {
	padding: 8px 8px 0 0;
	font-size: 1em;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	color: rgba(75, 124, 201, 1);
}

.tableTBL td {
	background-color: #eee;
	border-color: #5C726D;
}

.users {
	display: flex;
	position: absolute;
	flex-directtion: row;
	padding: 0 0 0 15px;;
	margin: 0;
	max-height: 24px;
	max-width: 500px;
	list-style: none;
}

.users li {
	position: relative;
	width: 60px;
	max-height: 24px;
	margin: 0 5px;
}

#bas .usericon {
    position: absolute;
    left: 11px;
    bottom: 2em;
    width: 24px;
}

#bas a.atressources {
	display: block;
	position: relative;
	margin: auto;
	width: 200px;
}

.userAdd:hover {
	background-color: rgba(260, 260, 240, 1);
}

.Dossier {
	
}

#editeur {
	height: 60%;
}

#fEditor {
	margin: 0 1%;
	position: relative;
}

#li_0 {
	list-style: none;
	padding: 15px;
}

.Dossier, .document {
	display: inline-block;
	height: auto;
	width: 100%;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 0px;
}

.Dossier {
	margin: 5px 0px 0px 0px;
	font-size: large;
	font-weight: bold;
}

.document {
	margin: 0px;
	font-size: 1em;
	font-weight: NORMAL;
}

.spBtn {
	
}

.Dossier li {
	width: 100%;
	list-style: none;
}

.Dossier span {
	position: absolute;
	left: 100px;
	margin-top: 15px;
}

.Document .spBtn {
	position: absolute;
	left: 85px;
	width: 20px;
	margin-top: 0px;
}

.Document:hover>span {
	opacity: 1;
}

.Document:hover>span>.clickMeSmall {
	opacity: 1;
	z-index: 5;
}

.icone {
	height: 48px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 5;
}

.over {
	opacity: 1;
	box-shadow: 0px 0px 8px rgba(240, 256, 100, 1);
}

.ajout {
	height: 48px;
	cursor: pointer;
	opacity: 0.5;
	font-size: 1em;
	font-weight: normal;
}

.ajout:hover {
	opacity: 1;
}

.Dossier .clickMeSmall {
	display: inline-block;
	opacity: 0.1;
}

.Dossier:hover>span>.clickMeSmall {
	opacity: 1;
	z-index: 5;
}

.iUpload {
	position: absolute;
	top: -10px;
	width: 110px;
	height: 40px;
	text-align: right;
	overflow: hidden;
	border: none;
}

#uform input {
	border-width: 0;
	border-color: rgba(250, 250, 256, 0);
	background-color: rgba(250, 250, 256, 0.9);
	color: rgba(250, 250, 256, 0.9);
	float: right;
	font-size: 1em;
	color: rgb(35, 58, 108);
}

.loading {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 34px;
	height: 34px;
	opacity: 0;
}

.jauge {
	border: 1px none #555555;
	height: 15px;
	left: 60px;
	position: relative;
	top: -20px;
	width: 30%;
	-moz-box-shadow: inset 1px 2px 3px #88A;
	-webkit-box-shadow: inset 0 0 3px #88A;
	box-shadow: inner 0 0 3px #88A;
}

.jauge div {
	background-color: rgba(220, 256, 50, 0.5);
	-moz-box-shadow: inset -1px -2px 3px #88A;
}

h2 {
	margin: 0;
}

ul.options {
	border: 10px solid rgba(58, 155, 226, 0.4);
	border-radius: 5px;
	list-style: outside none none;
	margin: 5%;
	padding: 10px;
	width: 240px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
}

ul.options li.title {
	background: none;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	text-align: left;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	margin-top: -45px;
}

ul.options li {
	background: none repeat scroll 0 0 #3A9BE2;
	border: medium none;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 220px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}
ul.options form{
	background-color: white;
	text-align: left;
	border: none;
	padding: 1em;
}
ul.options li:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out 0s;
}
ul.optionsconfig li {
    background: none repeat scroll 0 0 rgba(100,100,100, 0.5) ;
}
ul.options4D li {
    background: none repeat scroll 0 0 rgba(0,0,100, 0.5) ;
}
.options li.findeblock {
	margin-bottom: 2em;
}

#bas {
	background-color: rgba(100, 100, 100, 0.5);
	bottom: 0;
	font-size: 11px;
	height: 15px;
	position: fixed;
	text-align: center;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}

#bas a {
	color: inherit;
	text-decoration: none;
}

#footer {
	background-color: rgba(0, 0, 10, 0.3);
	border-radius: 0 100px 0 0;
	bottom: 15px;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	text-align: left;
	width: 40%;
	max-height: 300px;
	overflow-y: auto;
}

#footer a {
	text-decoration: underline !important;
	color: #33C;
}

#flogin {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 1.2em;
	margin: 40px auto;
	padding: 20px;
	position: relative;
	width: 250px;
	text-align: center;
}

#login, #mot {
	border: 1px solid #CCCCCC;
	box-shadow: none;
	height: 24px;
	margin: 3px 0;
	padding: 3px 5px;
	width: 150px;
}

#_connexion {
	background: none repeat scroll 0 0 #3A9BE2;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
	cursor: pointer;
	padding: 5px 15px;
	width: 162px;
}

#page_container h1 {
	max-width: 100%;
	text-align: center;
	color: rgba(0, 0, 10, 0.6);
	margin: 0 0 10px 0;
}

#feedback {
	font-size: 0.7em;
	height: 20px;
	margin-left: 25px;
	margin-top: 0;
	padding: 3px 5px;
	position: absolute;
	text-transform: none;
	transition-duration: 3s;
	transition-property: background-color, color;
	width: auto;
}

#conteneurOutils {
	background-color: rgba(250, 250, 200, 0.6);
	border: 1px solid rgba(75, 124, 201, 0.5);
	border-radius: 0 0 20px 20px;
	font-size: 110%;
	font-weight: normal;
	height: auto;
	padding: 2%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 100;
}

#tableOutils {
	color: rgba(100, 100, 100, 1);
	width: 100%;
}

#tableOutils caption {
	text-align: left;
	color: rgba(100, 100, 100, 0.8);
	font-size: 1.2em;
	padding: 0;
	margin-bottom: 1em;
}

#tableOutils td {
	border-color: rgba(100, 100, 100, 0);
}

#tableOutils input[type="text"] {
	font-size: 1em !important;
	border-color: rgba(58, 155, 226, 0.99) !important;
	border: solid 1px rgba(58, 155, 226, 0.99) !important;
	width: 100%;
}

#tableOutils input[type="submit"] {
	color: rgba(240, 255, 255, 0.95) !important;
	background-color: rgba(58, 155, 226, 0.99) !important;
	font-size: 1.2em !important;
	border-color: rgba(58, 155, 226, 0.99) !important;
	margin-top: 1em;
}

#tableOutils input:focus {
	background-color: rgba(200, 255, 200, 1);
}

.dossier #Numero {
	color: rgb(255, 0, 100);
	font-weight: bold;
	font-size: 110%;
}

.dos_factures {
	bottom: 80px;
	top: auto !important;
	width: 300px !important;
}

.ts {
	font-size: 0.6em;
}

.form_dossier #Numero {
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(255, 0, 100, 1);
}

.stats {
	border: 10px solid rgba(58, 155, 226, 0.4);
	border-radius: 5px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	margin: 5%;
	padding: 10px;
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

.stats .title {
	font-size: 18px;
	font-weight: bold;
	background: none;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	text-align: left;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	margin-top: -45px;
}

.stats div {
	background: none;
	border: medium none;
	border-radius: 2px;
	color: rgba(58, 155, 226, 1);
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
	padding: 10px;
	position: relative;
	width: 220px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

#tcaption a, .print_button {
	background: url("/design/sicon/csv_icon.png") repeat scroll 0 center/cover
		rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 24px;
	vertical-align: bottom;
	width: 24px;
	margin-left: 5px;
}

.print_button {
	background-image: url("/design/sicon/printicon.png");
	opacity: 0.8;
}

.tableTBL #tcaption {
	color: #414141;
}

table.monitor {
	width: 350px;
	margin: auto;
}

table.monitor th, table.monitor th {
	text-align: left;
	color: #556;
}

#requeteur .reqholder {
	width: 100%;
	/*margin-top: 10%;*/
}

#requeteur .reqholder table {
	width: 100%;;
}

#requeteur th, #requeteur td {
	text-align: left;
	padding: 0.2em 2em;
	border: none;
}

#requeteur #nom {
	width: 50em;
}

#requeteur input {
	font-weight: bold;
	padding: 0.5em;
	border: solid 1px rgba(100, 100, 100, 0.5);
}

#requeteur #nom:focus, #requeteur #code:focus {
	background-color: rgba(250, 250, 100, 0.5);
	border: solid 1px rgba(58, 155, 226, 1);
}

#reminder {
	opacity: 0.5;
}

.colEuro {
	white-space: nowrap;
}

.card {
	background-color: rgba(0, 20, 40, 0.6);
	border-collapse: separate;
	border-color: rgba(0, 20, 40, .8);
	border-radius: 0 0 5px 5px;
	border-spacing: 10px;
	border-style: none solid solid;
	border-width: 1px;
	padding: 35px 15px;
	position: absolute;
	right: 3px;
	text-align: left;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
	top: 36px;
	width: 400px;
	overflow: hidden;
	z-index: 10;
}

.card table {
	max-width: 100%;
}

.card th, .card td {
	padding: 5px;
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.card td a {
	padding: 5px;
	color: rgba(180, 200, 255, 0.8);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

#cvligne_photo td, #cvligne_photo th {
	padding: 5px;
	color: rgba(100, 100, 100, 0.8);
	white-space: nowrap;
}

#cvligne_photo td {
	white-space: normal;
	line-height: 1em;
}

#cvligne_photo td img {
	float: left;
	margin: 0 1em 0 0;
	border: none;
}

red {
	color: #FF3388;
}

red a {
	color: #BB3388;
}

.inactif td {
	color: #999 !important;
}
/*
#Date_Livrable:before {
	content: "< img src = 'design/sicon/clock.png' height = '24'/>";
}
*/
.ribbon {
	height: 40px;
	float: left;
}

#frame_infos {
	position: fixed;
	top: 230px;
	right: 0;
	padding: 12px 0 12px 12px;
	margin: auto;
	width: 450px;
	background-color: rgba(0, 0, 0, .75);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255
		, 200, 0, .9) 35px, rgba(255, 180, 0, 0.9) 70px);
	font-size: .75em;
	font-weight: bold;
	opacity: .95;
	border-radius: 30px 0 0 30px;
}

#frame_infos .alt {
	background-color: rgba(0, 0, 0, 0);
}

#frame_infos .content {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 20px 0 0 20px;
	padding: 20px 0 20px 20px;
}

#frame_infos .tableBL, #frame_infos .tableBP {
	margin: 0 0;
	width: 100% !important;
	color: yellow;
	background-color: rgba(0, 0, 0, 0);
}

#frame_infos .tableBP td {
	width: auto;
	color: yellow;
	padding: 2px;
	margin: 0;
	border: none;
	text-align: left;
}

#frame_infos .tableBL td {
	color: rgb(54, 147, 127);
	padding: 2px;
	margin: 0;
	width: auto;
	text-align: left;
}

#frame_infos a {
	color: inherit;
	text-decoration: underline;
}

.vignette {
	border: solid 5px;
	min-height: 300px;
	min-width: 400px;
	background-color: #EEE;
	flex: 1;
	margin: 1em;
	padding: 1em;
}

li.selected {
	font-weight: bold;
	background-color: rgba(255, 255, 200, 1);
	color: rgba(0, 10, 50, 1) !important;
	border-radius: 5px;
}

.html-preview {
	display: block;
	width: 80%;
	min-height: 1em;
	padding: 1em 5%;
	border: 10px solid rgba(58, 155, 226, 0.15);
	border-radius: 5px;
}

.editIcn {
	cursor: pointer;
	height: 48px;
	/*margin-top: 2em;*/
}

.graph_container {
	width: 100%;
	height: 450px;
	position: relative;
}

.graph_container img {
	position: absolute;
	top: 0;
	left: 0;
}

.nouveau {
	text-align: center;
	padding: .5em;
	background-color: rgb(0, 158, 224);
	color: white;
}

.pasnouveau {
	text-align: center;
	padding: .5em;
	background-color: #d2d2d2;
	color: white;
}

.ts_crea {
	font-size: .5em;
}

.chp_chaineDescription {
	font-size: .75em;
	color: rgba(58, 155, 226, 1);
}

codeart {
	color: rgba(200, 0, 100, 1);
	margin-left: 2em;
}

small {
	font-size: 80%;
	text-transform: lowercase;
}

#barPDF {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 700px;
	background-color: rgb(82, 86, 89);
	position: relative;
	margin: 0 auto;
	color: white;
}

#barPDF button {
	flex: 1 1 auto;;
	margin: 5px !important;
	max-width: 100%;
	padding: 0.3em 0.5em !important;
}

#bprint img, .bprint img {
	height: 24px;
}

#bprint, .bprint {
	/*background-color: rgba(227, 245, 171, .8) !important;*/
	color: rgba(52, 89, 130, 1) !important;
	border-color: rgba(52, 89, 130, .8) !important;
	padding: 0.3em 0.5em !important;
	flex: 1 2 50px !important;
	max-width: 50px !important;
}

iframe {
	border: none;
}

message {
	display: block;
	position: relative;
	background-color: rgba(255, 255, 255, .8);
	color: #666666;
	padding: 10em;
	margin: 100px auto 0 auto;
	font-size: 2em;
	height: 80vh;
}

tr.bold td {
	font-weight: bold !important;
}

.formbuttonbar {
	display: flex;
}

.codart {
	color: rgba(255, 17, 102, 1);
}

#ligne_details {
	width: 100%;
	min-height: 1em !important;
}

.small_list_info {
	position: relative;
	padding: 5px;
	background-color: rgba(100, 100, 255, 0.7);
	display: block;
	width: 2em;
	font-weight: bold;
	font-size: .75em;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}

.small_list_info:hover {
	background-color: rgba(100, 100, 255, 1);
}

.miniflex {
	display: flex;
}

.miniflex span {
	margin-left: 1em;
	font-size: 0.8em;
}

meter {
	flex: 1 0 auto;;
	display: inline-block;
	max-width: 8em;
	height: 1.5em;
	margin: 0;
	border: 1px solid white;
	border-radius: 3px;
	background-color: #d4d4d4;
	box-shadow: 0 0 0 3px #b6b6b6;
}

#batch_info, #RechRapide {
	position: relative;
	display: inline-block;
	height: 25px;
	
	font-size: 12px;
	background-color: rgba(0, 30, 60, .5);
	color: rgba(100, 255, 100, 1);
	border: solid 0.5px rgba(0, 30, 60, .9);
	border-radius: 4px;
	text-align: left;
	/*min-width: 250px;*/
	padding: 1px;
	font-weight: normal;
	margin: 0 2px;
	cursor: pointer;
}
#batch_info{
	display: none;
	
}
#batchico {
	display: inline-block;
	left: 5px;
	font-size: 12px;
	height: 25px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 4px 0 0 4px;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0.5em;
}

#batch_running {
	display: inline-block;
}
#RechRapide input{
	background-color: rgba(0, 30, 60, 0);
	color: rgba(100, 255, 100, 1);
	font-size: 1.5em;
	border: none;

}
#RechRapide ::placeholder { 
	color: white;
	font-size: 0.6em;
	text-align: center;
	font-style: italic;
}
.besoin_lointain {
	/*background-color: rgba(30, 250, 220, 0.2) !important;*/
	color: rgba(20, 155, 226, 1) !important;
}

.besoin_nonimmediat {
	/*background-color: rgba(30, 250, 220, 0.2) !important;*/
	color: rgba(45, 62, 163, 1) !important;
}

.meme .chp_articleNom {
	color: rgba(45, 62, 163, 0) !important;
}

#tbesoins td {
	border-bottom-style: none;
}

.meme td {
	border-top-style: none !important;
}

#tbesoins .chp_couleurDesignation {
	font-weight: normal;
}

.gp_colorspicker {
	position: relative;
}

.gp_colorspicker .colorspicker {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
	background-color: white;
	z-index: 100;
	border: solid rgba(0, 30, 60, .5) 10px;
	border-radius: 10px;
}

.gp_colorspicker .colorspicker img {
	opacity: .8;
}
.gp_colorspicker .colorspicker img:hover{
	opacity: 1;
}
.closeme{
	background-color:rgba(0, 30, 60, .5);
	text-align: right;
}
.cv_panier{
	color: blue;
}
.boxbon{
	flex: 1 1 auto;
	max-width: 128px;
    min-width: 128px;
	min-height: 86px;
    margin: 0 10px;
    padding: 0 5px;
    cursor: pointer;
	boder: solid 5px;
	background-color: rgba(237, 154, 109, 0.5);
	border-radius: 5px;
}
.boxbon img{
	
	height: 75px;
}
.boxbon .peintre{
	margin: 2px 0 5px ;
	width: 100%;
	font-weight: bold;
	
}
.boxbon .details{
	margin: 2px 0;
	width: 100%;
	color: #3566a0;
}

.art_pm{
	position: absolute;
    top: 60px;
    right: 5px;
    font-size: 12px;
    background-color: rgba(0, 30, 60, .4);
    color: rgba(100, 255, 100, 1);
    border: solid 0.5px rgba(0, 30, 60, .9);
    border-radius: 4px;
    text-align: right;
    min-width: 250px;
    padding: 5px 2em;
    font-weight: normal;
    cursor: pointer;
    z-index: 20;
	max-width: 250px;
}
.art_pm:hover{
	color: rgba(255, 255, 163, 1);
    text-decoration: underline;
}
.art_pm img{
	height: 45px;
	position: absolute;
	left: 5px;
	top: -15px;
	
}
.art_btn{
	top: 33px;
}
.art_pm .lib{
	float: left;
	color: rgba(0, 30, 60, 1)
}
.art_pm-alerte{
	background-color: rgba(255, 220, 60, .75);
}
#select_marques{
	font-size: 1em;
	margin-top:1em;
	margin-right:100%;
}
#wait4callback{
	background-color: rgba(0,0,3, 0.80);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}
#wait4callback img{
	position: relative;
	width: 10%;
    margin: 30% 45% 20% 45%;
	opacity: 80%;
}
#relativetableholder{
	position: relative;
	width: 100%;
	height: 100%;
	
}
.blink_me {
  	animation: blinker 1s linear infinite;
	background: none repeat scroll 0 0 #ff711f !important;	
}

@keyframes blinker {
  50% {
    /*opacity: 0.5;*/
	background-color:#e90677
  }

}

.reliquat{
	color: grey !important;
	font-style: oblique;
}
.assistant_stock{
	position: absolute;
	width: 300px;
	height: 60px;
	font-size: 14px;
	background-color: rgba(255,255,200, 0.75);
	left: 55%;
	top: 22px;
	padding: 0 3em 0 3em;
	text-align: left;
	border: 3px solid rgba(0, 30, 60, .5);
	border-radius: 0 0 15px 15px;
	border-top: none;
}
.chp_article_declinaisonInfo{
	width: 100%;;
}

#select_quicksearch {
	position: absolute;
	top: 0;
	/*margin-top: 20px;
	/*max-height: 80vh;*/
	height: 0;
	color: #d2d2d2;
	padding: 0;
	min-width: 200px;
	z-index: 25;
	font-size: .75em;
	list-style-type: none;
	top: 1em;
}

#select_quicksearch li {
	display: block;
	padding: 5px 20px;
	background-color: rgba(50, 50, 50, .85);
	color: white;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: 400;
}

#select_quicksearch li:last-of-type {
	padding-bottom: 1em;
}

#select_quicksearch li:hover {
	color: #009ee0;
	text-decoration: underline;
	border-color: white;
}

#select_quicksearch li.autresarticles {
	border-top: solid 1px;
	padding-top: 1em;
	font-style: italic;
}
#select_quicksearch a {
    text-decoration: none;
    color: inherit;
}
.chp_article_declinaisonDesignation_4D{
	min-width: 300px;
}