body {
	font-family: 'Livvic', sans-serif !important;
	background-color: #f8fafc;
}

#login {
	padding-right: 0.25em;
	padding-left: 0.25em;
}

.container {
	min-width:100%!important;
}

.positionnementCentre{
	padding:0!important;
	text-align:center;
	margin:0!important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9d1920 !important;
}

.navbar {
  background-color: #9d1920 !important;
}

/* supprimé car parasitait bootstrap-select
/*
.dropdown-toggle, .nav-link {
  color: #fff !important;
}
*/
.textColorNavLink, .textColorDropdown {
  color: #fff !important;
}

/* page Home */

.styleMiniIcon {
	padding-right: 1em;
	color:black !important;
}

.styleMiniIcon1 {
	padding-right: 1em;
	color:grey !important;
}

.styleMiniIconSmallModal {
	padding-right: 0em;
	color:grey !important;
}

.styleMiniIconSyncare {
	padding-right: 1em;
	color:#9d1920 !important;
}


.styleMoyenIcon {
	padding: 0.1em 0em 0.1em 0em;
	color:#9d1920 !important;
	font-size: 3em;
}


.styleGrandIcon1 {
	padding: 0.1em 0em 0.1em 0em;
	color:#9d1920 !important;
}

.styleGrandIcon2 {
	padding: 0.1em 0em 0.1em 0em;
	color:black !important;
	
}

.contenuCentre {
	text-align:center!important;
}

.contenuCentre2 {
	text-align:center;
	color:#9d1920 !important;
}

.contenuItalique {
	font-style: italic;
}

h1 {
	font-size:4em;
}

h2 {
	font-size:2.8em;
	font-weight: 600; 
	padding-top: 0.6em;
}

.styleLegendeMedium {
	font-size:1.3em;
}

.styleLegendeMedium2 {
	font-size:1.3em;
	color:#9d1920;
}

.styleLegendeSmall {
	font-size:1em;
}

.bordure {
	border: solid 0.2em #9d1920;
	border-radius: 0.5em;
	box-shadow: grey 0.3em 0.3em 0.3em;
	background-color: #f8fafc;
	padding:0;
}

.marche {
	height: 1.5em;
}

.btn-syncare {
	background-color:#9d1920;
	color: white;
}

.btn-syncare:hover {
	color: white;
}

.txtPasswordForgoten {
	color: #9d1920;
	margin-left: 0.75em;
}

a.txtPasswordForgoten:hover {
	color: #dc3445;
	text-decoration: none;
}

.espaceVerticalForm {
	margin-top: 1em;
	margin-bottom: 1em;
}

.espaceVerticalModal{
	margin-top: 3em;
}

.fondColore {
	background-color:#9d1920;
	color: white;
}

.txtCentre {
	text-align: center;
}

.styleSyn {
	font-weight:100 !important;
}

.styleCare {
	font-weight:600 !important;
	color: #9d1920 !important;
}

.card-header {
	font-size:1.3em;
}

.textBlack{
	color:black!important;
}

/* complément aux menus déroulant*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.textBlackInDropdown {
	color: black !important;
}

.selectStyle {
	color:black !important;
	background-color: white ! important;
}

.obligatoire {
	color:red;
}

.textAlerte {
	color:red;
}

/*tableaux */
table {
	width: 100% !important;
	background-color: #fefefe !important;
	text-align: center;	
}

.containerTable{
	background-color: #fcfcfc !important;
	padding:1em!important;
	border: solid 2px #9d1920;
}

/* Affichage tablettes */
@media only screen and (min-width: 600px) {
	.containerTable{
		padding:2em!important;
	}
}

.page-item.active .page-link{
	z-index: 1;
	color: #fff;
	background-color: #9d1920;
	border-color: #9d1920;
}

.paginate_button:not(.disabled):not(.active) .page-link{
	color: #212529 !important;
}

th {
    text-align: left !important;
    margin-left: 0;
    padding-left: 0;
	color: #9d1920!important;
}

tr {
	height: 3em!important;
    text-align: left !important;
}

.styleMenuTab{
	padding-left: 0.5em!important;
}

.btn-ico-menu  {
	margin: 0.2em!important;
	padding: 0!important;
}

.styleMoyenIcon{
	padding-right: 1em;
	font-size:3em;
}

/* couleurs */
/*couleurs glyphicon bootstrap*/

.blue {
    color: #16a1b8!important;
}

.lightblue {
	color: #1085ce!important;
}

.red {
    color: #dc3445!important;
}

.lightred {
    color: #e63e3e!important;
}

.green {
    color: #27a744!important;
}

.violet {
    color: #a65acc!important;
}

.jaune {
    color: #b0ac00 !important;
}

.black {
	color: black !important;
}
.grey {
    color: lightgrey !important;
}

.darkgrey {
    color: maroon!important;
}

.orange {
    /*color: #e39300!important;*/
    color: #f18f01!important;
}

.yellow {
	color: #ffc107!important;
}

/* Messages */
.paddingObjetMessage{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.textBold{
	font-weight: bold;
}


.alert-success-syncare {
  color: #155724;
  background-color: #f3fbe6;
  border-color: #c3e6cb;
}

.alert-danger-syncare {
  color: #721c24;
  background-color: #fceff0;
  border-color: #f5c6cb;
}

.ticketSupprime td{
  color: lightgrey;
}

.txtSynCare{
	color:#9d1920;
}

#login #remember {
	display: flex;
	align-items: center;
	padding-left: 2.5rem;
}

#login #remember:checked ~ .custom-control-label::before {
	border-color: #9d1920;
	background-color: #9d1920;
}