/********************************************************************************/
/* Les commentaires ci-dessous sont en référence aux valeurs dans 2017-main.css */
/********************************************************************************

Charte de couleurs par avocat
--------------------------------------------------
Avocat			Primary color	Secondary color 
--------------------------------------------------
telJur :		#DA2233			#59595A			*/

body{
	font-family:calibri !important;
}																			


.logo{
	height:85px !important;	
}

.bg-primaire{
	background-color:#DA2233 !important;
}

.bg-secondaire{
	background-color:#59595A !important;
}

.color-primaire{
	color:#DA2233 !important;
}

.color-secondaire{
	color:#59595A !important;
}

.page-title{
	color:#59595A !important;
}

.subtitle{
	color:#59595A !important;
}
.prix{
	color:#59595A !important;	
}

/*bg = #fff + color=#00417D*/
.btn-allez-au-formulaire{
	color:#59595A !important;	
}



/*background-color:#337AB7 + colr:#fff*/
.formulaire-header{
	background-color:#DA2233 !important;
}

/*background-color:#EEE;*/
.formulaire{
	background-color:#dedede;	
}

/*background-color:#337AB7 + color:#fff;*/
.btn-commander{
	background-color:#DA2233 !important;
}

/*------------------------------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {
	.logo{
		height:55px !important;;	
}	
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
