@font-face{
	font-family:'Bebas Neue';
	src:url('/assets/css/custom/AUMOULINROSE/BebasNeueRegular.woff') format("woff"), 
		url('/assets/css/custom/AUMOULINROSE/BebasNeueRegular.woff2') format("woff2"), 
		url('/assets/css/custom/AUMOULINROSE/BebasNeueRegular.ttf') format("truetype");
	font-weight:400;
	font-style:normal;
}

@font-face{
	font-family:'Bebas Neue';
	src:url('/assets/css/custom/AUMOULINROSE/BebasNeueBold.woff') format("woff"), 
		url('/assets/css/custom/AUMOULINROSE/BebasNeueBold.woff2') format("woff2"), 
		url('/assets/css/custom/AUMOULINROSE/BebasNeueBold.ttf') format("truetype");
	font-weight:700;
	font-style:bold;
}

/* balises html */
body{
	background:#f5f5f5;
	color:#000;
}

a{
	color:#EE008C;
}
a:hover,
a:focus{
	color:#962265;
}

::selection{
	background-color:#EE008C;
	color:#fff;
}
::-moz-selection{
	background-color:#EE008C;
	color:#fff;
}

/* couleurs des alertes, boutons, textes... standards de bootstrap */
/*
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{color:inherit;}

2196F3	=>	#EE008C
0c7cd5	=>	#d40c81
08528d	=>	#8c0855
0b76cc	=>	#cb0b7b
1565C0	=>	#c11579
E3F2FD	=>	#fde2f2
1E88E5	=>	#e51f93
*/
.bg-primary{background-color:#EE008C;border-color:#EE008C;color:#fff;}
.border-primary{border-color:#EE008C;}
.text-primary,
.text-primary:hover,
.text-primary:focus{color:#EE008C !important;}
.btn-primary{color:#fff;background-color:#EE008C;border-color:#EE008C;}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary.focus{color:#fff;background-color:#d40c81;border-color:#8c0855;}
.btn-primary:hover{color:#fff;background-color:#d40c81;border-color:#cb0b7b;}
.alert-primary{color:#c11579;background-color:#fdeff6;border-color:#e51f93;}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
	background-color:#cb0b7b;
	border-color:#cb0b7b;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus{color:#fff;background-color:#d40c81;border-color:#cb0b7b;}
/*
.bg-blue{background-color:#0090FA;border-color:#0090FA;color:#fff;}
.text-blue,
.text-blue:hover,
.text-blue:focus{color:#0090FA !important;}

.bg-danger-800{background-color:#C62828;border-color:#C62828;color:#fff;}

.bg-danger{background-color:#F44336;border-color:#F44336;color:#fff;}
.border-danger{border-color:#F44336;}
.text-danger,
.text-danger:hover,
.text-danger:focus{color:#F44336 !important;}
.btn-danger{color:#fff;background-color:#F44336;border-color:#F44336;}
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:focus,
.btn-danger.focus{color:#fff;background-color:#ea1c0d;border-color:#a21309;}
.btn-danger:hover{color:#fff;background-color:#ea1c0d;border-color:#e11b0c;}
.alert-danger{color:#D84315;background-color:#FBE9E7;border-color:#FF5722;}

.bg-success{background-color:#4CAF50;border-color:#4CAF50;color:#fff;}
.border-success{border-color:#4CAF50;}
.text-success,
.text-success:hover,
.text-success:focus{color:#4CAF50 !important;}
.btn-success{color:#fff;background-color:#4CAF50;border-color:#4CAF50;}
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:focus,
.btn-success.focus{color:#fff;background-color:#3d8b40;border-color:#255627;}
.btn-success:hover{color:#fff;background-color:#3d8b40;border-color:#39843c;}
.alert-success{color:#43A047;background-color:#E8F5E9;border-color:#4CAF50;}

.bg-warning{background-color:#FF5722;border-color:#FF5722;color:#fff;}
.border-warning{border-color:#FF5722;}
.text-warning,
.text-warning:hover,
.text-warning:focus{color:#FF5722 !important;}
.btn-warning{color:#fff;background-color:#FF5722;border-color:#FF5722;}
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:focus,
.btn-warning.focus{color:#fff;background-color:#ee3900;border-color:#a22700;}
.btn-warning:hover{color:#fff;background-color:#ee3900;border-color:#e43700;}
.alert-warning{color:#EF6C00;background-color:#FFF3E0;border-color:#FF9800;}
*/
.bg-info{background-color:#A2005F;border-color:#A2005F;color:#fff;}
.border-info{border-color:#A2005F;}
.text-info,
.text-info:hover,
.text-info:focus{color:#A2005F !important;}
.btn-info{color:#fff;background-color:#A2005F;border-color:#A2005F;}
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:focus,
.btn-info.focus{color:#fff;background-color:#700041;border-color:#570033;}
.btn-info:hover{color:#fff;background-color:#700041;border-color:#990059;}
.alert-info{color:#8f0053;background-color:#fbe0ef;border-color:#A2005F;}
/*
.border-default{border-color:#ddd;}
.btn-default{color:#333;background-color:#fcfcfc;border-color:#ddd;}
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default.focus{color:#333;background-color:#e3e3e3;border-color:#9d9d9d;}
.btn-default:hover{color:#333;background-color:#e3e3e3;border-color:#bebebe;}
*/
.btn-link{color:#e51f93;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:#962265;text-decoration:none;background-color:transparent;}

/*input:invalid+span:after{
	content:'✖';
	padding-left:5px;
}
input:valid+span:after{
	content:'✓';
	padding-left:5px;
}*/

.text-muted{color:#808080;}

.vcenter{
	display:inline-block;
	vertical-align:middle;
	float:none;
}

/* structure */
#FullBody, #FullContainer{ /* Pour les pages en FullScreen */
	background:#f5f5f5;
}

.navbar-inverse{
	background:#FDEFF6;
	border-color:#FDEFF6;
	color:#EE008C;
}
.navbar-inverse .navbar-nav > li > a{
	color:#EE008C;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
	color:#EE008C;
	background-color:rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
	background-color:rgba(0, 0, 0, 0.05);
	color:#EE008C;
}

.page-header-default{
}

.sidebar{
	background:#EE008C;
}
.sidebar-logo{
	height:160px;
	background-color:#fff;
	padding:10px;
}
.sidebar-logo > img.img-responsive{
	max-height:140px;
}
.sidebar .navigation{
	padding-top:23px;
}

.page-header-content{
	color:#EE008C;
	background-color:#fff;
}

.breadcrumb-line{
	border-top-color:#fff;
}
.breadcrumb > li > a{
	color:#333;
}
.breadcrumb > li i{
	color:#EE008C;
}

.navigation li a{
	color:rgba(255, 255, 255, 0.9);
}
.navigation li a:hover,
.navigation li a:focus{
	color:#fff;
}
.navigation > li > a{
	padding:11px 20px;
	min-height:42px;
}
.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus{
	background-color:#FDEFF6;
	color:#EE008C;
}
/*
.navigation > li ul{
	background-color:rgba(0, 0, 0, 0.15);
}
.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus{
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
*/
.form-control:focus,
.btn:focus{
	border-color:rgba(255, 0, 240, 1);
}
.input-error input{
	border-color:#F44336;
}

.version{
	font-size:11px;
	color:rgba(0, 0, 0, 0.25);
}

.footer{
}

.page-title h1{
	font-family:'Bebas Neue', sans-serif;
	font-weight:bold;
	font-size:32px;
	color:#EE008C;
	text-transform:uppercase;
}

h2{
	font-size:32px;
	font-weight:100;
}

.btn-dcs-grey:focus,
.btn-dcs-grey.focus
.btn-default:focus,
.btn-default.focus{
	border-color:#FDEFF6 !important;
}
.btn-dcs-grey{
	color:#333;
	background-color:#FDEFF6;
	border-color:rgba(180, 60, 130, 0.25);
}
.btn-dcs-grey:hover,
.btn-dcs-grey:focus,
.btn-dcs-grey.focus{
	color:#000;
	text-decoration:none;
	border-collapse:rgba(180, 60, 130, 0.5);
}
*:focus{
	border-color:#EE008C;
}

.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:#f5f5f5;
}
.even, .even + .child{
	background-color:#f5f5f5;
}
.odd, .odd + .child{
	background-color:#fff;
}
*/

/* liens */
.LienBarNav{
	text-decoration:none;
	color:#666;
}
a.LienBarNav:hover{
	text-decoration:underline;
}

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:#EE008C;
	color:#fff !important;
}

.MotDePasseRetrouve{
	font-size:14px;
	font-weight:bold;
	/*color:#006600;*/
	width:100%;
	text-align:center;
}

.DateDerSynchro{
	color:#ccc;
	font-size:10px;
	font-style:italic;
	text-align:right;
	width:100%;
}

.LignePanierLot select{
	font-size:11px;
}

.Creation{
}
.Creation .Info{
}
.Creation Table{
}
.Creation .Bouton{
}
.Creation .Titre{
	color:#2B78C3;
	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;
}
.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 ------------------------- */
/* ------------------------------------------------- */

/* **** home clients **** */
.homepage .bg-home-client{
	border-color:#008afd;
    color:#fff;
  	background-color:#008afd;
}

/* **** home commandes **** */
.homepage .bg-home-commande{
    border-color:#f54a46;
    color:#fff;
  	background-color:#f54a46;
}

/* **** home reunions **** */
.homepage .bg-home-reunion{
	border-color:#ff9900;
    color:#fff;
  	background-color:#ff9900;
}
/* **** home filleuls **** */
.homepage .bg-home-filleul{
	border-color:#8bc413;
    color:#fff;
  	background-color:#8bc413;
}

.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{
	color:#000;
}

.homepage .home-bloc-menu a{
	color:#000;
}

/* **** home mes clients **** */
.homepage .mes-clients{
	background:rgba(0, 153, 255, 0.8);
	color:#fff;
}
.homepage .mes-clients  h3{
	background-color:#008afd;
}

/* **** home mon reseau **** */
.homepage .mon-reseau{
	background:rgba(139, 196, 19, 0.8);
	color:#fff;
}
.homepage .mon-reseau  h3{
	background-color:#8bc413;
}

/* **** home mon planning **** */
.homepage .mon-planning{
	background:rgba(255, 153, 0, 0.8);
	color:#fff;
}
.homepage .mon-planning  h3{
	background-color:#ff9900;
}

/* **** home creer commande **** */
.homepage .creer-commande{
	background:rgba(245, 74, 70, 0.8);
	color:#fff;
}
.homepage .creer-commande h3{
	background-color:#f54a46;
}

.homepage .mes-clients a,
.homepage .mon-reseau a,
.homepage .mon-planning a,
.homepage .creer-commande a{
	color:#fff;
}

.homepage .home-actualites .title{
	background-color:#EE008C;
	color:#fff;
}


.homepage .home-actualites .media-list .media-body::first-line{
	color:#EE008C;
}
.page-actualites .actu-bloc .panel-body > div::first-line{
	color:#EE008C;
}

.page-actualites .panel{
	overflow:hidden;
}

/* ---------------------------------------------------------------- */ 
/* -------------------  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 #A2005F;
}

.page-lignee-arbre .google-visualization-orgchart-node{
	border:1px solid #A2005F;
	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:#f5f5f5;
}

.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:#962265;
}

.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:#e51f93;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{
	background-color:#EE008C;
	border-color:#EE008C;
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary:hover{
	background-color:#EE008C;
	border-color:#EE008C;
	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;
}

.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;
	color:#2b78c3;
}

.LienMenu div{
	width:16px;
	height:16px;
	float:left;
	margin-right:1px;
	margin-left:1px;
	background-repeat:no-repeat;
}

.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;
	color:#2b78c3;
	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;
	color:#990000;
	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;
}

/* 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;
}


.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,
.page-diagnostic .wizard > .steps > ul > li.current .number{
	border-color:#EE008C;
    background-color:#EE008C;
}

.page-commande .wizard > .steps > ul > li.current > a,
.page-abonnement .wizard > .steps > ul > li.current > a,
.page-diagnostic .wizard > .steps > ul > li.current > a{
	font-weight:bold;
}

.page-commande .wizard > .steps > ul > li:before, .page-commande .wizard > .steps > ul > li:after,
.page-abonnement .wizard > .steps > ul > li:before, .page-abonnement .wizard > .steps > ul > li:after{
	background-color:#000;
}

.titre-tab-bleu{
	color:#EE008C;
}

.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;
}

/* ---------------------------------------------------------------- */
/* --------------------  Diagnostic Plaisir  ---------------------- */
/* ---------------------------------------------------------------- */

.page-diagnostic h2{
	font-family:'Bebas Neue', sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#ee008c;
	text-transform:uppercase;
}
.page-diagnostic h2:before{
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:15px;
	background-image:url("/images/AUMOULINROSE/picto-diag.png");
	background-size:30px 30px;
	background-repeat:no-repeat;
}

.page-diagnostic h3{
	font-family:'Bebas Neue', sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#ee008c;
	text-transform:uppercase;
}

.page-diagnostic .wizard > .steps > ul > li:before,
.page-diagnostic .wizard > .steps > ul > li:after{
	height:1px;
	background-color:#ee008c;
}
.page-diagnostic .wizard > .steps > ul > li.current:after,
.page-diagnostic .wizard > .steps > ul > li.current ~ li:before,
.page-diagnostic .wizard > .steps > ul > li.current ~ li:after{
	height:1px;
	background-color:#eee;
}
.page-diagnostic .wizard > .steps > ul > li.done .number{
	border-color:#ee008c;
	background-color:#ee008c;
}
.page-diagnostic .wizard > .steps > ul > li.done .number:after{
	color:#ff42b0;
}
.page-diagnostic .wizard > .steps > ul > li.current .number:after{
	display:none;
}

.page-diagnostic input[type=radio],
.page-diagnostic input[type=checkbox]{
	margin:4px 4px 0 0;
}

.page-diagnostic #BlockStep1 label + label{
	margin-left:8px;
}

.page-diagnostic #BlockStep6,
.page-diagnostic #BlockStep6 p,
.page-diagnostic #BlockStep12,
.page-diagnostic #BlockStep12 p{
	text-align:center;
}
.page-diagnostic .img-responsive{
	margin:10px auto;
	max-width:600px
}
.page-diagnostic #BlockStep13 .img-responsive,
.page-diagnostic #BlockStep14 .img-responsive,
.page-diagnostic #BlockStep15 .img-responsive{
	max-width:100%;
}

.page-diagnostic .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before{
	content:"\edc6";
	color:#ee008c;
	width:32px;
	font-size:32px;
}
.page-diagnostic .ui-accordion .ui-accordion-header-active .ui-accordion-header-icon:before{
	content:"\ed5b";
	width:20px;
	font-size:20px;
}


/****** Style Star Rating Widget *****/
.rating{
	border:none;
	float:left;
}
.rating > input{
	display:none;
} 
.rating > label:before{ 
	margin:5px;
	font-size:24px;
	display:inline-block;
	content:"\2606";
}
.rating > label{ 
	color:#ddd; 
	float:right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label{
	color:#ee008c;
	cursor:pointer;
} /* hover previous stars in list */

.rating > input:checked ~ label:before{
	content:"\2605";
}

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label{
	color:#ee008c;
}

/* ---------------------------------------------------------------- */
/* ------------------------  Catalogue   -------------------------- */
/* ---------------------------------------------------------------- */

.page-produit h3{
	color:#EE008C;
}

.page-produit ul#thumblist li a:hover,
.page-produit ul#thumblist li a:focus,
.page-produit ul#thumblist li a.zoomThumbActive{
	border:1px solid #EE008C;
}

.page-catalogue .Div_Catalogue .Div_CatPasPhoto,
.page-client.page-home .Div_Catalogue .Div_CatPasPhoto{
	background:#f5f5f5;
}

.page-catalogue td.ColPhoto,
.page-client.page-home td.ColPhoto{
	font-style:italic;
	color:#999;
}

.page-catalogue .Div_Catalogue{
	margin-top:20px;
}
.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{
	height:32px;
}
.Div_Catalogue .Div_CatPhoto, .Div_Catalogue .Div_CatPasPhoto, .Div_Catalogue .Div_CatPhoto a{
	height:212px;
}
.Div_Catalogue .Div_CatLien{
	height:36px;
}
.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 */
/*
.BlocFidel{
	font-weight:bold;
	color:#2B78C3;
	font-size:11px;
	background-color:#E0E6EE;
}
.BlocFidel td{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
.BlocFidelTitre{
	float:left;
}
.BlocFidelMnt{
	float:right;
}
*/
/************** 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 #StatutMois .Contenu{
	color:#EE008C;
	font-weight:bold;
}

.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:#f54a46;
	border-color:#f54a46;
}
.page-synthese .SALigne1 .panel-body:hover{
	background:#f76e6b;
}
.page-synthese .SALigne2 .panel-body{
	background:#ff9900;
	border-color:#ff9900;
}
.page-synthese .SALigne2 .panel-body:hover{
	background:#fdab31;
}
.page-synthese .SALigne3 .panel-body{
	background:#9b9b9b;
	border-color:#9b9b9b;
}
.page-synthese .SALigne3 .panel-body:hover{
	background:#b9b9b9;
}
.page-synthese .SAClients .panel-body{
	background:#008afd;
	border-color:#008afd;
}
.page-synthese .SAClients .panel-body:hover{
	background:#31abfd;
}
.page-synthese .SAVendeurs .panel-body{
	background:#8bc413;
	border-color:#8bc413;
}
.page-synthese .SAVendeurs .panel-body:hover{
	background:#a0ce40;
}
/*
.page-synthese .CAComDuMois .panel-body,
.page-synthese .FacturesDuMois .panel-body,
.page-synthese .ReunionsDuMois .panel-body,
.page-synthese .CommandesDuMois .panel-body,
.page-synthese .CommandesCourante .panel-body,
.page-synthese .CommandesBrouillon .panel-body,
.page-synthese .FinDeStock .panel-body,
.page-synthese .AlerteReappro .panel-body,
.page-synthese .Anniversaire .panel-body,
.page-synthese .BonAchatLimite .panel-body,
.page-synthese .PrelevementsCourante .panel-body,
.page-synthese .DernieresExpeditions .panel-body,
.page-synthese .SANouveaux .panel-body,
.page-synthese .SATop .panel-body{
}

.page-synthese .SALigne1 .panel-body,
.page-synthese .SALigne2 .panel-body,
.page-synthese .SALigne3 .panel-body,
.page-synthese .SAClients .panel-body,
.page-synthese .SAVendeurs .panel-body{
	background:#9b9b9b;
	border-color:#9b9b9b;
}
.page-synthese .SALigne1 .panel-body:hover,
.page-synthese .SALigne2 .panel-body:hover,
.page-synthese .SALigne3 .panel-body:hover,
.page-synthese .SAClients .panel-body:hover,
.page-synthese .SAVendeurs .panel-body:hover{
	background:#b9b9b9;
}
*/
.page-synthese .BoutonSA1Clic{
	/*background:#6495ED;*/
}
.page-synthese .BoutonSA2Clic{
	/*background:#D2B48C;*/
}
.page-synthese .TitreDiv1{
	/*font-weight:bold;
	background:#B0C4DE;*/
}
.page-synthese .TitreDiv2{
	/*font-weight:bold;
	background:#F5DEB3;*/
}

/*
.OngletActif{
	background-color:#fff;
	border:1px solid #2b78c3;
	border-bottom-style:none;
}
.OngletDesactiveNonVisible{
	background-color:#fff;
	border-bottom:1px solid #aaa;
}
.Onglet{
	background-color:#fff;
	border-top-style:none;
}

/* ---------------------------------------------------------------- */
/* --------------------------  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:#EE008C;
}
.page-compte .tab-commandes .table .icon-checkmark{
	color:#9FE855;
}

.page-compte form#SaisieInfoPerso #TabInfosPerso > .row:nth-child(odd){
	background-color: #fcfcfc;
}

/* ---------------------------------------------------------------- */
/* ------------------------  Documents   -------------------------- */
/* ---------------------------------------------------------------- */

.page-documents .documents h3{
	font-family:'Bebas Neue', sans-serif;
	font-size:24px;
	color:#EE008C;
}

.page-documents .panel-group .panel-heading + .panel-collapse > .panel-body,
.page-documents .panel-group .panel-heading + .panel-collapse > .list-group{
	border-top-color:#EE008C;
}
.page-documents .panel-group .panel-heading + .panel-collapse > .panel-body *{
	max-width:100%;
}

.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:hover{
	background-color:rgba(128, 128, 128, 0.1);
}

/*----- PaiementLibre - Responsive -----*/
#FormPaiementDirect{
	margin-bottom:20px;
}

#FormPaiementDirect .DivInfoPaiement{
	width:98%;
	margin-right:auto;
	margin-left:auto;
	padding:5px 10px 10px 10px;
	/*background:#e0e6ee;*/
}

#FormPaiementDirect .DivInfoTitre{
	/*color:#2B78C3;
	font-weight:bold;
	background-color:#e0e6ee;*/
}

#FormPaiementDirect .Bouton{
	padding:2px 8px;
	border:1px solid #999;
	background-color:#eee;
	/*color:#2b78c3;*/
}
#FormPaiementDirect .Bouton:focus,
#FormPaiementDirect .Bouton:hover{
	/*border-color:#7EB4EA;
	background-color:#E6F1FC;*/
}

#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{
}

.page-filleul #PanelCoordonneesPrelevement,
.page-recrutementsigne #PanelCoordonneesPrelevement{
	display:none;
}
.page-filleul #SignerParrain{
	display:none;
}
.page-filleul.page-filleul-new #PanelSignature{
	display:none;
}

/***** Media Queries pour adaptation responsive *****/

@media (max-width:480px){
}

@media (max-width:768px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
		color:#EE008C;
	}
	.nav-tabs > li.active > a:after,
	.nav-tabs > li.active > a:hover:after,
	.nav-tabs > li.active > a:focus:after{
		background-color:#EE008C;
	}
	.page-diagnostic .img-responsive{
		max-width:100%;
	}
}

@media (max-width:1024px) {
	
	.wizard > .steps > ul > li.current:after{
		background-color:#520030;
	}
	.page-diagnostic .wizard > .steps > ul > li.current:after{
		background-color:#eee;
	}
	.wizard > .steps > ul > li{
		display:table-cell;
		float:none;
		width:auto;
	}
	.page-diagnostic .wizard > .steps > ul > li:first-child:before,
	.page-diagnostic .wizard > .steps > ul > li:last-child:after{
		content:none;
	}
}


@media (min-width:769px) {
	.bodyvdi .page-header-default,
	.bodyclient .page-header-default{
		height:119px;
	}
	.sidebar-xs .sidebar-main .navigation > li > ul{
		background-color:#EE008C;
		top:42px;
	}
	.sidebar-xs .sidebar-main .navigation > li > a > span{
		top:-1px;
		background-color:#FDEFF6;
		border:1px solid #EE008C;
		border-left:none;
		color:#EE008C;
	}
	.sidebar-xs .sidebar-main .navigation li + li{
		margin-top:0;
		border-top:1px solid #EE008C;
	}
	.sidebar-xs .sidebar-logo.hidden-xs{
		background-color:#EE008C;
	}
	.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:#EE008C;
	}
}

@media (min-width:1025px) {
	.Div_Catalogue .Div_CatInfo{
		height:auto;
	}
}

@media (min-width:1279px) {
	.Div_Catalogue .Div_CatInfo{
		height:auto;
	}
}
