html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 200px;
}

.background {
	background-color: #8782d8;
	background-image: linear-gradient(90deg, rgba(86,80,200,.07) 50%, transparent 50%),
	linear-gradient(90deg, rgba(86,80,200,.13) 50%, transparent 50%),
	linear-gradient(90deg, transparent 50%, rgba(86,80,200,.17) 50%),
	linear-gradient(90deg, transparent 50%, rgba(86,80,200,.19) 50%);
	background-size: 13px, 29px, 37px, 53px;
}

/* Bouton login page index */

.btn-warning-login {
	color: #fff;
	background-color: #5650c8;
	border: 1px #8782d8 solid ;
}

.btn-warning-login:hover {
	color: #fff;
	background-color: #8782d8;
	border: 1px #5650c8 solid ;
}

.modal-dialog {
	width: 360px;
}

.form-control:focus {
  border-color: #8782d8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 130, 216, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(135, 130, 216, 0.6);
}

.pagination > .active > a {
  color: #ffffff;
  background-color: #5650c8;
  border-color: #8782d8;
}

.pagination > .active > a:hover {
  color: #ffffff;
  background-color: #8782d8;
  border-color: #5650c8;
}


a {
	color: #5650c8;
	font-family: 'Exo 2', sans-serif;
}

a:hover {
	color: #8782d8;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Dancing Script', cursive;
	margin-top: 0px;
	margin-bottom: 20px;
	}

h2, h3, h4 {
	color: #5650c8;
}

h1 span {
	display: inline-block;
	color: #87c17d;
/*	font-family: 'Exo 2', sans-serif; */
	font-size: 0.6em;
/*	text-transform: lowercase; */
}

h1 span::first-letter {
	text-transform: uppercase;
}

h1 {
	color: #05B14D;
}

/* Sur H1 */
.margin-top {
	margin-top: 80px;
	color: #05B14D;
}

h3 {
	font-family: 'Dancing Script', cursive;
	padding-top: 10px;
	border-top: 1px solid #8782d8;
}

h4 {
	font-family: 'Dancing Script', cursive;
	font-size: 24px;
}
label{
	display: block;
}

#Famille, 
#Problematique, 
#Suivi, 
#Fiche_Individuelle, 
#Vue_Problematique,
#Activite_Collective,
#Action_Quartier {
	padding: 20px; 
	margin: 20px 0px;
	background-color: #aea9f5;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#Activite_Collective .list-group-item,
#Action_Quartier .list-group-item {
	color: #000;
}

#Vue_Problematique h3 {
	border-top: none;
}

#Problematique_Scolarite, 
#Problematique_Sante, 
#Problematique_Famille, 
#Problematique_Comportement, 
#Problematique_Insertion_Pro, 
#Problematique_Besoin_Primaire, 
#Problematique_Logement, 
#Problematique_Administratif, 
#Problematique_Loisir,
#Problematique_Cadre {
	background: #efefef;
	margin: 20px 0px;
	color: #777 !important;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#Problematique_Scolarite label, 
#Problematique_Sante label, 
#Problematique_Famille label, 
#Problematique_Comportement label, 
#Problematique_Insertion_Pro label, 
#Problematique_Besoin_Primaire label, 
#Problematique_Logement label, 
#Problematique_Administratif label, 
#Problematique_Loisir label,
#Problematique_Cadre label
{
	color: #777;
}

.avertissement {
	padding: 20px; 
	background: #8782D8;
	margin: 20px 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.avertissement h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;	
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #8782d8;
	color: #fff;
}

.tab-pane{
	background-color: #aea9f5;
	padding: 20px;
	margin: 20px 0px;
}
.tab-pane label{
	color: #fff;
}

table {
	background-color: #fff;
	color: #000;
}

.btn-success  {
	background-color: #5650c8;
	border-color: #8782d8;
}

.btn-success:hover  {
	background-color: #8782d8;
	border-color: #5650c8;
}


/* DECONNEXION STATIQUE */
.deconnect {
    background: none repeat scroll 0 0 #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    font-size: 24px;
    right: 6%;
    position: fixed;
    z-index: 100;
}

.navbar-header a {
	font-family: 'Dancing Script', cursive !important;
	font-size:2em !important;
	/*font-weight: 700 !important;*/
	color:#05b14d !important;
	/*padding: 0px 20px !important;*/
	/*border-right: 1px solid #05b14d !important;*/
	margin-right: 20px !important;
}

.navbar-header a span {
	font-size:0.6em;
	color:#87c17d;
}

.navbar-nav {
	padding-top: 5px;
}

.navbar-default .navbar-nav > li > a {
	color: #5650c8;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #8782D8;
}


thead {
	font-weight: bold;
}

.container {
	background-color: #fff;
}

/* CSS Vue de la fiche personne */

#vue p span {
	font-weight: bold;
}

/* #footer {
	background-color: #F8F8F8;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
} */

#footer {
	background-color: #F8F8F8;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 180px;
    padding-top: 20px;

}

/* Retrieve password */
#recup_mdp{
	display:none;
}


.form-horizontal .form-group{
	margin-right: 0px;
	margin-left: 0px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
tags-input .tags .tag-item{
	background-color: #5650c8;
	border-color: #8782d8;
}

tags-input .tags .tag-item .remove-button{
	color: #fff;
}


/* VERICAL MARGIN : bottom-sm, bottom-top, top-sm, top-md
============================================================================= */
.margin-bottom-sm {
    margin-bottom: 15px
}
.margin-top-sm {
    margin-top: 15px
}
.margin-bottom-md {
    margin-bottom: 30px
}
.margin-top-md {
    margin-top: 30px
}
.margin-right-md {
    margin-right: 30px
}
.margin-bottom-lg {
    margin-bottom: 45px
}
.margin-top-lg {
    margin-top: 45px
}

tags-input .tags .input{
	color: #000;
}