.title{
	color:  #768EB2;
}

.cursor-pointer {cursor: pointer;}

.card-header{
	color:  			#768EB2;
	background-color: 	#E0F0B6;
}

.btn-primary{
	color:  			white;
	background-color: 	#768EB2;
	border-color:		#768EB2;
}

.btn-primary:hover{
	color:  			black;
	background-color: 	#B6E3E6;
}


.td-fix{
	vertical-align: middle;
	white-space: nowrap;

}

.table-container-custom{
	border-radius: 10px;
	overflow: hidden;
}

.theader-custom{
	background-color: 	#E0F0B6;
	color: 				#768EB2;	
}


.header-accueil{
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/index.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-rpe{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/rpe.jpg');
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.header-ecole{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/ecole.jpg'); 
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.header-upej28{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/upej28.jpg'); 
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.header-agenda{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/agenda.jpg'); 
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.header-contact{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/contact.jpg'); 
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.header-lesfrondeurs{	
	min-height: 200px;
	max-height: 300px;
	background-image: url('../img/header/lesfrondeurs.jpg'); 
	background-size: cover;
	background-position: left center;	
	background-repeat: no-repeat;	
}

.text-bg-custom{
	background-color: 	#768EB2!important;
}

.text-bg-ultralight{
	/*background-color: 	#C0C0C0!important;*/
	background-color: 	white;
	color: 				#808080!important;
	border:				solid 1px #808080;
}

   