/****Background-color****/
.navbar-brand,
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus,
#bottom-sidebar-infos .glyphicon,
#bottom-sidebar-infos h3:before,
.btn-default,
#services a:hover  [class^="icon-"],
#missions a:hover h2,
#steps li.done a .number,
#steps li.current .number
{
    background-color: #8a2f50;
}
/**********color**********/
.text-color,
#intitule-client .h1,
#page_interne h1,
#bottom-sidebar-infos h3,
#strate-domaine h2,
#strate-horaires h3,
#strate-modules .lead,
#strate-domaine [class^="icon-"]:before,
#steps .number,
#steps li.done .number,
.breadcrumb a,
#missions h2 {
    color: #8a2f50;
}
/*****border-color*******/
#steps .number,
#strate-domaine span {
    border-color: #8a2f50;
}

/*---------- CSS Bouton LegalConstat -------------*/

.LCbuttonPop .LCbuttonPopup > div .header,
.LCbuttonPop .LCbuttonPopup > div .body {
	border-color: #8a2f50;
}

.LCbuttonPop .LCbuttonPopup > div .header,
.LCbuttonPop .LCbuttonPopup > div .footer {
	background: #8a2f50;
}

#LCbtn {
	background: #8a2f50;
    background: linear-gradient(301deg, #8a2f50 0%, #8a2f50 45%, #fff 45%, #8a2f50 58%, #8a2f50 100%);
    background-size: 250% 100%;
}

