/* balises html */
body{
	background:#f6f5f4;
	color:#382835;
	font-family:'Lato', sans-serif;
}

a{
	color:#b3107c;
}
a:hover,
a:focus{
	color:#721352;
}

::selection{
	background-color:#0062ac;
	color:#fff;
}
::-moz-selection{
	background-color:#0062ac;
	color:#fff;
}

.panel{
	border-radius:0;
}

/* couleurs des alertes, boutons, textes... standards de bootstrap */
/*
2196f3 --> 93117E
0c7cd5 --> 640c55
08528d --> 49093e
0b76cc --> 2e0527
1565C0 --> 56104a
E3F2FD --> fde2f9
1E88E5 --> 7c186b
*/
.bg-primary{background-color:#93117E;border-color:#93117E;color:#fff;}
.border-primary{border-color:#93117E;}
.text-primary,
.text-primary:hover,
.text-primary:focus{color:#93117E !important;}
.btn-primary{color:#fff;background-color:#93117E;border-color:#93117E;}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.focus{color:#fff;background-color:#640c55;border-color:#49093e;}
.btn-primary:hover{color:#fff;background-color:#640c55;border-color:#2e0527;}
.alert-primary{color:#56104a;background-color:#fde2f9;border-color:#7c186b;}
/*
.bg-blue{background-color:#0090FA;border-color:#0090FA;color:#fff;}
.text-blue,
.text-blue:hover,
.text-blue:focus{color:#0090FA !important;}
*/
.bg-info{background-color:#00a1cb;border-color:#00a1cb;color:#fff;}
.border-info{border-color:#00a1cb;}
.text-info,
.text-info:hover,
.text-info:focus{color:#00a1cb !important;}
.btn-info{color:#fff;background-color:#00a1cb;border-color:#00a1cb;}
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:focus,
.btn-info.focus{color:#fff;background-color:#008fa1;border-color:#004b55;}
.btn-info:hover{color:#fff;background-color:#008fa1;border-color:#008697;}
.alert-info{color:#00838F;background-color:#E0F7FA;border-color:#00a1cb;}

.btn-link{color:#7c186b;font-weight:normal;border-radius:0;}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active:focus,
.btn-link:active,
.btn-link.active{border-color:transparent;}
.btn-link:hover,
.btn-link:focus{color:#166dba;text-decoration:none;background-color:transparent;}

.text-muted{color:#999999;}


/* structure */
#FullBody, #FullContainer{ /* Pour les pages en FullScreen */
	background:#f6f5f4;
}
.SearchBody{
	background-image:none;
}

#tetiere{
	height:300px;
	background-image:url('/images/BIOBLANK/illustrationB.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center 25%;
}

#footer-bioblank{
	background:#00a1cb;
	color:#fff;
}
#footer-bioblank a{
	color:#fff;
}
#footer-bioblank a:hover,
#footer-bioblank a:focus{
	text-decoration:underline;
}
#footer-bioblank h4{
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

.navbar-inverse{
	background:#282e38;
}
.sidebar{
	background:#e6e0e4;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	color:#fff;
	background-color:rgba(0, 0, 0, 0.1);
}

.sidebar-logo{
	height:102px;
	background-color:#fff;
	padding:15px 20px;
}
.page-header-default{
	border-bottom:none;
}
.page-header-content{
	color:#b3107c;
	background-color:#fff;
	height:102px;
}
.page-header-content h1{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.pagelogin .page-header-content h1{
	text-align:left;
}

.navigation li a{
	color:#b3107c;
}
.navigation li a:hover,
.navigation li a:focus{
	color:#b3107c;
	background:#f7f1f6;
}
.navigation > li ul li a:hover,
.navigation > li ul li a:focus{
	background:#fff;
}
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus{
	background-color:#fff;
	color:#b3107c;
}

.navigation > li ul{
	background-color:#f7f1f6;
}
.navigation > li > ul li.active > a,
.navigation > li > ul li.active > a:hover,
.navigation > li > ul li.active > a:focus{
	background-color:#fff;
	color:#b3107c;
}

.form-control:focus{
	border-color:rgba(0, 161, 203, 1);
}
.input-error input{
	border-color:#f44336;
}

.version{
	font-size:11px;
	color:rgba(0, 0, 0, 0.25);
}

.footer{
}

h2{
	font-size:32px;
	font-weight:100;
}

.btn-dcs-grey:focus,
.btn-dcs-grey.focus
.btn-default:focus,
.btn-default.focus{
	border-color:#93117E !important;
}
.btn-dcs-grey{
	color:#fff;
	background-color:#ad98c4;
	border-color:#ad98c4;
}
.btn-dcs-grey:hover,
.btn-dcs-grey:focus,
.btn-dcs-grey.focus{
	color:#fff;
	text-decoration:none;
}
*:focus{
	border-color:#93117e;
}

.Langue{
}
.Langue #FR, .Langue #EN{
}
.Langue #ES, .Langue #IT, .Langue #DE, .Langue #PT, .Langue #RO{
	display:none;
}
.Layer{
	position:absolute;
	width:550px;
	min-width:550px;
	min-height:400px;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:998;
	left:0px;
	top:0px;
	background-color:#fff;
	layer-background-color:#fff;
	border:1px solid #000;
	color:#000;
}
.LayerTitre{
	padding:0px 15px;
	font-size:18px;
	color:#666;
	font-weight:bold;
	text-align:left;
}

#ComplementTitrePage{
	font-size:14px;
	color:#666;
}

#TitrePanier{
	font-size:11px;
	margin-top:40px;
	margin-bottom:50px;
	padding-left:20px;
}

.TitreModule{
	background:#e0e0e0;
	padding:3px 3px 3px 7px;
	color:#333;
	font-weight:bold;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:2px;
	margin-top:5px;
	margin-bottom:5px;
}
.TitreModule img{
	padding-right:5px;
}
.TitreModule span{
	float:right;
	margin-right:5px;
}
.TitreModule .FontBouton{
	margin-top:-5px;
}
.TitreModule select{
	font-size:11px;
}
.TitreModule span label{
	font-size:11px;
	font-weight:bold;
}

.Erreur{
	font-weight:bold;
	color:#FF0000;
	font-size:12px;
}

.FondGris{
	background-color:#e0e0e0;
}

thead > tr > th{
	background-color:#e6e0e4;
	font-weight:500;
}
.even, .even + .child{
	background-color:#f6f5f4;
}
.odd, .odd + .child{
	background-color:#fff;
}

/* liens */
.LienBarNav{
	text-decoration:none;
	color:#666;
}
a.LienBarNav:hover{
	text-decoration:underline;
}

.LienPagination{
	text-decoration:none;
}

a.disabled,
a.disabled:hover,
a.disabled:focus{
	color:#bbb !important;
	background-color:#fff;
}

hr.style15{
}
hr.style15:after{
	background:#f0f0f0;
	color:#8c8b8b;
}

.AutoCompleteDivListeStyle{
	border:1px solid #ddd;
	border-radius:3px;
	background-color:#fff;
	color:#333;
}
.AutoCompleteDiv{
}
.AutoCompleteDiv span{
}
.AutoCompleteDivAct{
	background-color:#d4007a;
	color:#fff !important;
}

.MotDePasseRetrouve{
	font-size:14px;
	font-weight:bold;
	width:100%;
	text-align:center;
}

.DateDerSynchro{
	color:#ccc;
	font-size:10px;
	font-style:italic;
	text-align:right;
	width:100%;
}

.Creation{
}
.Creation .Info{
}
.Creation Table{
}
.Creation .Bouton{
}
.Creation .Titre{
	font-weight:bold;
	background-color:#dbdbdb;
}
.Creation .ChoixCreation{
}
.TableInfo{
	border:1px solid #fff;
	border-collapse:collapse;
}
.TableInfo img{
	vertical-align:middle;
	border:0;
	padding-right:4px;
}
.TableInfo td{
	border:1px solid #fff;
	padding:2px;
	vertical-align:middle;
}
.Montant{
}
.TableInfo .Email{
	font-size:9px;
}

.TableInfoFond{
	background-color:#eee;
}
.TableInfoFond td{
	border:1px solid #fff;
	padding:2px;
}
.TableInfoFond img{
	vertical-align:middle;
	border:0;
	padding-right:4px;
}

.BottomInfo{
	clear:both;
	padding-top:15px;
	text-align:center;
	color:#666;
	font-style:italic;
}

#FILTREGF{
	max-width:100%;
}

/* ------------------------------------------------- */ 
/* ------------------ Home ------------------------- */
/* ------------------------------------------------- */

.homepage .media-list .icons-list > li > a{
	color:#0062ac;
}

/* **** home clients **** */
.homepage .bg-home-client{
	border-color:#3db7bf;
	color:#fff;
	background-color:#3db7bf;
}

/* **** home commandes **** */
.homepage .bg-home-commande{
	border-color:#00a1cb;
	color:#fff;
	background-color:#00a1cb;
}

/* **** home reunions **** */
.homepage .bg-home-reunion{
	border-color:#d4007a;
	color:#fff;
	background-color:#d4007a;
}
/* **** home filleuls **** */
.homepage .bg-home-filleul{
	border-color:#eb6a39;
	color:#fff;
	background-color:#eb6a39;
}

.homepage .bg-home-client h3 a,
.homepage .bg-home-commande h3 a,
.homepage .bg-home-reunion h3 a,
.homepage .bg-home-filleul h3 a,
.homepage .home-actualites h3 a{
	color:#fff;
}
.homepage .home-actualites h4 a{
	color:#333;
}

/* **** home bloc menu **** */
.homepage .home-bloc-menu{
	background:#e6e0e4;
	color:#b3107c;
}

.homepage .home-bloc-menu a{
	color:#b3107c;
}

/* **** home mes clients **** */
.homepage .mes-clients{
	background:rgba(61, 183, 191, 0.8);
	color:#fff;
}
.homepage .mes-clients h3{
	background-color:#3db7bf;
}

/* **** home mon reseau **** */
.homepage .mon-reseau{
	background:rgba(235, 106, 57, 0.8);
	color:#fff;
}
.homepage .mon-reseau h3{
	background-color:#eb6a39;
}

/* **** home mon planning **** */
.homepage .mon-planning{
	background:rgba(212, 0, 122, 0.8);
	color:#fff;
}
.homepage .mon-planning h3{
	background-color:#d4007a;
}

/* **** home creer commande **** */
.homepage .creer-commande{
	background:rgba(0, 161, 203, 0.8);
	color:#fff;
}
.homepage .creer-commande h3{
	background-color:#00a1cb;
}

.homepage .mes-clients a,
.homepage .mon-reseau a,
.homepage .mon-planning a,
.homepage .creer-commande a{
	color:#fff;
}

.homepage .home-actualites .title{
	background-color:#0062ac;
	color:#fff;
}

.page-actualites h2{
	color:#b3107c;
}

.pagepaiementmdp .page-header-content,
.pagelogin .page-header-content{
	height:auto;
}

/* ---------------------------------------------------------------- */ 
/* -------------------  Pages de recherche  ----------------------- */
/* ---------------------------------------------------------------- */

.page-search .dl-horizontal > div:nth-of-type(odd){
	background-color:#f3f3f3;
}


/* ---------------------------------------------------------------- */ 
/* -------------------------  Lignée  ----------------------------- */
/* ---------------------------------------------------------------- */

.page-lignee-arbre .google-visualization-orgchart-linebottom{
	border-bottom:1px solid #00a1cb;
}

.page-lignee-arbre .google-visualization-orgchart-node{
	border:1px solid #00a1cb;
	border-radius:0px;
	background:#fff;
	box-shadow:none;
}
.page-lignee-arbre .google-visualization-orgchart-nodesel{
	border:1px solid #ff9800;
	outline:1px solid #ff9800;
	background:#fff3e0;
}
.page-lignee-arbre .google-visualization-orgchart-node-medium{
	background:#fff;
}

.page-lignee .TotauxLignee td,
.page-lignee .TotauxPersoLignee td{
	background:#f6f5f4;
}

.page-lignee #TableLignee a{
	color:#000;
}
.page-lignee #TableLignee .ColNomPrenomFilleul a{
	font-weight:500;
}
.page-lignee #TableLignee a:focus, .page-lignee #TableLignee a:hover{
	color:#166dba;
}

.LigneeParNiveau{
	border-collapse:collapse;
}
.LigneeParNiveau td{
	border:0px;
	border-bottom:1px solid #ccc;
	padding:0px;
	font-weight:bold;
}
.LigneeParNiveau .Totaux{
	border-bottom:1px solid #fff;
	padding:2px;
}

/* ---------------------------------------------------------------- */ 
/* --------------------  Liste réunions  -------------------------- */
/* ---------------------------------------------------------------- */

.ui_tpicker_time{
	color:#7c186b;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{
	background-color:#93117E;
	border-color:#93117E;
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary:hover{
	background-color:#93117E;
	border-color:#93117E;
	color:#fff;
	-webkit-box-shadow:0 0 0 100px rgba(0, 0, 0, 0.05) inset;
	box-shadow:0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}


/************* COMMANDE ET COMMANDE GROUPEE **********************/
.TableInfo .Groupe{
	border:1px solid transparent;
	padding:0px;
	border-collapse:collapse;
}
.TableInfo .Groupe td{
	border:1px solid #fff;
	padding:2px;
}

.Message{
	font-weight:bold;
	margin:10px auto;
	text-align:center;
}
.AucunEnreg{
	text-align:center;
	font-weight:bold;
	margin:10px;
}
.AucunEnreg i{
	font-weight:normal;
}
.InfoAlerte{
}
.InfoAlerteToutPetit{
}
.InfoPetit{
}
.InfoToutPetit{
}
.PaiementExt{
}
.PaiementExtTitre{
}
.CommandeRegle{
	font-size:10px;
}
.Compteur{
	color:#999;
}
.NoScript{
	color:#990000;
	font-weight:bold;
	margin:10px auto 20px auto;
}
/* Saisie des commandes */
.CommandeOrigine{
	padding:2px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
/* Paramètre des menus de gauche */
.LienMenu{
	text-decoration:none;
}

.LienMenu div{
	width:16px;
	height:16px;
	float:left;
	margin-right:1px;
	margin-left:1px;
	background-repeat:no-repeat;
}

.LienArticlePanier{
	text-decoration:none;
}
.LienArticlePanier:hover{
	text-decoration:underline;
}

.BoutonValiderCmde{
	text-align:center;
}
.BoutonValiderCmde .LienMenu{
	font-size:11px;
	font-weight:normal;
}
.DivCodePromo{
	border-radius:0px;
	background-color:#e0e0e0;
	width:250px;
	padding:5px;
	margin:auto;
	text-align:center;
}
.DivCodePromo input{
	margin-top:5px;
	margin-bottom:5px;
}
.TextMenuGauche{
	text-decoration:none;
	font-weight:normal;
}
.MenuActif, .MenuActif .LienMenu, .MenuActif:hover, .MenuActif:hover .LienMenu{
}

/* Menu du panier des vendeurs */
.MenuGauchePanierVendeur.TitreMenuGauche{
}
table.MenuGauchePanierVendeur{
}
table.MenuGauchePanierVendeur td{
	padding-top:1px;
	padding-bottom:1px;
}
.MenuGauchePanierVendeur .ArticlesAjoutes{
	padding:5px 0;
	text-align:center;
	font-style:italic;
}
.MenuGauchePanierVendeur .MenuPanierTdQte{
}
.MenuGauchePanierVendeur .MenuPanierTdSepar{
}
.MenuGauchePanierVendeur .MenuPanierTdDesign{
}
.MenuGauchePanierVendeur .BoutonValiderCmde{
	border:1px solid #aac3dc;
}
.MenuGauchePanierVendeur .BoutonValiderCmde .LienMenu{
}
.MenuGauchePanierVendeur.ItemMenuGaucheSpacerTop{
}

.InputAcheterQte{
}
.ReprendrePanier{
	background-color:#fff;
	border:1px solid #ddd;
	color:#000;
	display:inline-block;
	margin:10px 0 20px;
	padding:3px 12px;
	text-decoration:none;
}
.ReprendrePanier:hover{
	background-color:#e0e0e0;
}
.MenuGauchePanierVendeur{
}
.MenuGauchePanierVendeur .ArticlesAjoutes{
	font-style:italic;
	padding:5px 0;
	text-align:center;
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdQte, .MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdSepar, .MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche .MenuPanierTdDesign{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux .Entete{
}
.MenuGauchePanierVendeur .ItemMenuGaucheLecture .TextMenuGauche.Totaux .Contenu{
}
.MenuGauchePanierVendeur .BoutonValiderCmde{
	background-color:#f6f6f6;
	border:thin solid #acacac;
	font-size:11px;
}
.MenuGauchePanierVendeur .BoutonValiderCmde:hover{
	background-color:#fff;
}
.MenuGauchePanierVendeur .BoutonValiderCmde a{
	color:#333;
}
.MenuGauchePanierVendeur .BoutonValiderCmde a:hover{
}

/* Paramètres des div */
.separateur{
	width:inherit;
	height:10px;
	background-color:transparent;
}

#LogoEntreprise{
	display:table-cell;
	width:auto;
	max-height:80px;
	vertical-align:middle;
	background-color:#fff;
	margin:0px 0px 0px 30px;
}
#IMGLogoEntreprise{
	width:auto;
	max-height:80px;
}
#NomEntrepriseHaut{
	display:table-cell;
	height:80px;
	vertical-align:middle;
	text-align:right;
	color:#fff;
}

/* Styles Boites de Dialogue */
.TitleDlg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px;
	cursor:move;
}

.TableSansBordure{
	border:0px;
}
.TableSansBordure td{
	border:0px;
}

#SaisieClientEnLigne .ReadOnly{
	color:#999;
}
#SaisieClientEnLigne img{
	vertical-align:middle;
}

/*********** AGENDA *******************/
#ImprimerAgenda{
	float:right;
	margin-bottom:10px;
	margin-top:-10px;
}

.dhx_cal_event_clear.RTypeRuniondomicile, .dhx_cal_event_clear > div.RTypeRuniondomicile, 
.dhx_cal_event_line.RTypeRuniondomicile, .dhx_cal_event.RTypeRuniondomicile > div{
	background-color:#ffecec;
}

/* ---------------------------------------------------------------- */ 
/* --------------------  Votre commande   ------------------------- */
/* ---------------------------------------------------------------- */

.page-commande .wizard > .steps > ul > li.current .number,
.page-abonnement .wizard > .steps > ul > li.current .number{
	border-color:#93117E;
    background-color:#93117E;
}

.page-commande .wizard > .steps > ul > li.current > a,
.page-abonnement .wizard > .steps > ul > li.current > a{
	font-weight:bold;
}

.page-commande .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after,
.page-abonnement .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after{
	background-color:#000;
}

.titre-tab-bleu{
	color:#93117E;
}

.prix_public_conseille{
	color:#808080;
}
.stock_qte{
	font-style:italic;
	color:#808080;
}
.stock_feu_vert{
	background-color:#8bc413;
}
.stock_feu_orange{
	background-color:#ff9900;
}
.stock_feu_rouge{
	background-color:#f54a46;
}

.CdeGroupe .TotauxCli td:first-child{
	text-align:left;
	font-weight:500;
}
.CdeGroupe .TotauxCli td:last-child{
	border-color:#ddd;
	background-color:#eee;
	text-align:right;
	font-weight:bold;
}

/* ---------------------------------------------------------------- */
/* ------------------------  Catalogue   -------------------------- */
/* ---------------------------------------------------------------- */

.page-produit ul#thumblist li a:hover,
.page-produit ul#thumblist li a:focus,
.page-produit ul#thumblist li a.zoomThumbActive{
	border:1px solid #93117E;
}

.page-catalogue .Div_Catalogue .Div_CatPasPhoto,
.page-client.page-home .Div_Catalogue .Div_CatPasPhoto{
	background:#f6f5f4;
}

.page-catalogue td.ColPhoto,
.page-client.page-home td.ColPhoto{
	font-style:italic;
	color:#999;
}

.page-catalogue .Div_Catalogue:after{
	content:'';
	display:block;
	margin:1px auto;
	text-align:center;
	width:75%;
	height:1px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.Div_Catalogue .Div_CatInfo a{
	color:#333;
}
.Div_Catalogue .Div_CatPasPhoto{
	color:#999;
	font-style:italic;
}

.FinRechercheCatalogue{
	clear:both;
}

#DescriptionWebFamille{
}

#InfosCommercialesProduit{
	text-align:left;
}

/************* FIDELISATION ******************/
/* idem EnteteColonne */

/************** REUNION *************************/
#TableLstReunionDatee{
	border-collapse:collapse;
}
#TableLstReunionDatee tr{
	vertical-align:top;
}
#TableLstReunionDatee .FontBouton{
	font-size:9px;
	width:150px;
}
/************** LIGNEE GRAPHE HIERARCHIQUE *************************/
#FullContainer{
}
#CadreTitreOrgChart{
}
#TitreNomVendeurOrgChart{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreStatutVendeurOrgChart{
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreMoisAnneeOrgChart{
	margin-top:8px;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreCompteurOrgChart{
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}
#TitreSommaireOrgChart{
	margin-top:8px;
	font-size:10px;
	display:block;
	width:100%;
	text-align:center;
}
#orgchart_div .google-visualization-orgchart-node-medium{
}
#orgchart_div .orgchart_statut{
	color:#666;
	font-size:10px;
	font-style:italic;
}

#orgchart_PhotoVendeur{
	max-width:125px;
	max-height:138px;
	text-align:center;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:3px;
	border:none;
	display:inline-block;
}

#orgchart_NomPrenom{
	font-weight:bold;
	margin-top:3px;
}


/* ---------------------------------------------------------------- */
/* --------------------  Synthèse d'Activité  --------------------- */
/* ---------------------------------------------------------------- */

.page-synthese .BoutonSA1 .panel-body{
	/*
	F54A46 /*rouge
	F76E6B /*rouge
	FF9900 /*orangé
	FDAB31 /*orangé
	8BC413 /*vert
	A0CE40 /*vert
	008AFD /*bleu
	31ABFD /*bleu
	*/
	background:#F54A46;
	border:1px solid #F54A46;
	color:#fff;
}
.page-synthese .BoutonSA2 .panel-body{
	background:#FF9900;
	border:1px solid #FF9900;
	color:#fff;
}
.page-synthese .BoutonSA3 .panel-body{
	background:#008AFD;
	border:1px solid #008AFD;
	color:#fff;
}

.page-synthese .BoutonSA1 .panel-body:hover{
	background:#F76E6B;
}
.page-synthese .BoutonSA2 .panel-body:hover{
	background:#FDAB31;
}
.page-synthese .BoutonSA3 .panel-body:hover{
	background:#31ABFD;
}

.page-synthese .SALigne1 .panel-body{
	background:#93117E;
	border-color:#93117E;
}
.page-synthese .SALigne1 .panel-body:hover{
	background:#93117E;
	opacity:0.9;
}
.page-synthese .SALigne2 .panel-body{
	background:#00a1cb;
	border-color:#00a1cb;
}
.page-synthese .SALigne2 .panel-body:hover{
	background:#00A1cb;
	opacity:0.9;
}
.page-synthese .SALigne3 .panel-body{
	background:#ad98c4;
	border-color:#ad98c4;
}
.page-synthese .SALigne3 .panel-body:hover{
	background:#bfaed0;
	opacity:0.9;
}
.page-synthese .SAClients .panel-body{
	background:#3db7bf;
	border-color:#3db7bf;
}
.page-synthese .SAClients .panel-body:hover{
	background:#3db7bf;
	opacity:0.9;
}
.page-synthese .SAVendeurs .panel-body{
	background:#eb6a39;
	border-color:#eb6a39;
}
.page-synthese .SAVendeurs .panel-body:hover{
	background:#eb6a39;
	opacity:0.9;
}

.page-synthese .SALigne1 .panel-body,
.page-synthese .SALigne2 .panel-body,
.page-synthese .SAClients .panel-body,
.page-synthese .SAVendeurs .panel-body{
}
.page-synthese .SALigne3 .panel-body{
	background:#ad98c4;
	border-color:#ad98c4;
}
.page-synthese .SALigne1 .panel-body:hover,
.page-synthese .SALigne2 .panel-body:hover,
.page-synthese .SAClients .panel-body:hover,
.page-synthese .SAVendeurs .panel-body:hover{
}
.page-synthese .SALigne3 .panel-body:hover{
	background:#ad98c4;
	opacity:0.9;
}

.page-synthese .ReunionsDuMois.SALigne1 .panel-body{
	background-color:#d4007a;
	border-color:#d4007a;
}
.page-synthese .CommandesDuMois.SALigne1 .panel-body{
	background-color:#00a1cb;
	border-color:#00a1cb;
}
.page-synthese .FinDeStock.SALigne2 .panel-body{
	background-color:#cab7ac;
	border-color:#cab7ac;
}
.page-synthese .AlerteReappro.SALigne2 .panel-body{
	background-color:#ff5f5e;
	border-color:#ff5f5e;
}
.page-synthese .PrelevementsCourante.SALigne3 .panel-body{
	background-color:#93117e;
	border-color:#93117e;
}
.page-synthese .DernieresExpeditions.SALigne3 .panel-body{
	background-color:#7f7f7f;
	border-color:#7f7f7f;
}

.page-synthese .BoutonSA1Clic{
	/*background:#6495ED;*/
}
.page-synthese .BoutonSA2Clic{
	/*background:#D2B48C;*/
}
.page-synthese .TitreDiv1{
	/*background:#B0C4DE;*/
}
.page-synthese .TitreDiv2{
	/*background:#F5DEB3;*/
}

/* ---------------------------------------------------------------- */
/* --------------------------  Comptes   -------------------------- */
/* ---------------------------------------------------------------- */

.page-compte .tab-commandes .LstCdeColInfo a{
	color:#000;
	font-weight:500;
}
.page-compte .tab-commandes .LstCdeColInfo a:focus, .page-compte .tab-commandes .LstCdeColInfo a:hover{
	text-decoration:underline;
}

.page-compte .tab-commandes .table .icon-cancel-square2{
	color:red;
}
.page-compte .tab-commandes .table .icon-notification2{
	color:#93117E;
}
.page-compte .tab-commandes .table .icon-checkmark{
	color:#9FE855;
}

.page-compte form#SaisieInfoPerso #TabInfosPerso > .row:nth-child(odd){
	background-color: #fcfcfc;
}

/* ---------------------------------------------------------------- */
/* ------------------------  Documents   -------------------------- */
/* ---------------------------------------------------------------- */

.page-documents .panel-heading{
	background-color:#e6e0e4;
}

.page-documents .panel-group-control .panel-title + a:before{
	content:'\e9b7';
	font-size:16px;
	font-weight:400;
}
.page-documents .panel-group-control .panel-title + a.collapsed:before{
	content:'\e9b8';
}

.page-documents .media-list .media-heading{
	font-size:15px;
}

.page-documents .media-list .media{
	background:#f6f5f4;
	padding:0.5em;
	border:1px solid rgba(0, 0, 0, 0.25);
	border-radius:3px;
}

.page-documents .media-list .media:focus,
.page-documents .media-list .media:hover{
	background-color:rgba(128, 128, 128, 0.1);
}

.page-documents .icon-folder-upload{
	font-size:22px;
}
.page-documents .icon-file-download{
	font-size:22px;
}
.page-documents .icon-file-download:focus,
.page-documents .icon-file-download:hover{
	color:#b3107c;
}

/*----- Recrutement Internet -***********/
#TableListeRecrutements .CopyLien{
	display:none;
}
.page-filleul #SignerParrain{
	display:none;
}

/*----- PaiementLibre - Responsive -----*/
#FormPaiementDirect{
	margin-bottom:20px;
}

#FormPaiementDirect .DivInfoPaiement{
	width:98%;
	margin-right:auto;
	margin-left:auto;
	padding:5px 10px 10px 10px;
}

#FormPaiementDirect .DivInfoTitre{
}

#FormPaiementDirect .Bouton{
	padding:2px 8px;
	border:1px solid #999;
	background-color:#eee;
}

#FormPaiementDirect .TableInfoPaiement, .TablePaiement{
	width:60%;
	border-collapse:collapse;
}

#LayerPaiementsCmde .PaiementsTitre{
	display:block;
	text-align:center;
	margin:5px auto 10px auto;
	font-weight:bold;
}
#LayerPaiementsCmde #TablePaiementsCmde a{
	display:block;
	min-height:36px;
	line-height:36px;
	margin-top:1em;
	margin-bottom:1em;
	border:1px solid #ccc;
}
#LayerPaiementsCmde #TablePaiementsCmde a.PaiementExt{
}
#LayerPaiementsCmde #TablePaiementsCmde a.PaiementExt:hover{
	text-decoration:none;
}
#LayerPaiementsCmde #TablePaiementsCmde form.RattacheReglementACommande{
	border:1px solid #ccc;
}
#ReglementsRattachement{
	overflow-y:auto;
	margin-left:auto;
	margin-right:auto;
}
a.LienPaiements{
	display:block;
	font-weight:bold;
}
a.LienPaiements:hover{
	text-decoration:none;
}

#EmailPaiementExtImg{
}

/***** Media Queries pour adaptation responsive *****/

@media (max-width:1024px){
	#tetiere{
		height:280px;
	}
}

@media (max-width:768px){
	#tetiere{
		height:200px;
	}
	.nav-tabs > li.active > a:after,
	.nav-tabs > li.active > a:hover:after,
	.nav-tabs > li.active > a:focus:after{
		background-color:#93117e;
	}
}

@media (max-width:480px){
}


@media (min-width:769px){
	.sidebar-xs .sidebar-main .navigation > li > ul{
		background-color:#f7f1f6;
	}
	.sidebar-xs .sidebar-main .navigation > li > a > span{
		background-color:#e6e0e4;
		border:1px solid #f7f1f6;
		color:#000;
	}
	.sidebar-xs .sidebar-logo.hidden-xs{
		background-color:#f7f1f6;
	}
	.nav-tabs.nav-tabs-highlight > li.active > a,
	.nav-tabs.nav-tabs-highlight > li.active > a:hover,
	.nav-tabs.nav-tabs-highlight > li.active > a:focus{
		border-top-color:#93117E;
	}
}

@media (min-width:1025px){
}

@media (min-width:1279px){
}
