/********************************************************************************/
/* 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 
--------------------------------------------------
waiver : 		#000			#fff			*/

body{
	font-family:calibri !important;
}																			
																				
.logo{
	height:100px !important;	
}

.bg-primaire{
	background-color:#000 !important;
}

.bg-secondaire{
	background-color:#fff !important;
}

.color-primaire{
	color:#000 !important;
}

.color-secondaire{
	color:#fff !important;
}

.page-title{
	color:#000 !important;	
}

.subtitle{
	/*color:#fff !important;*/
}
.prix{
	/*color:#fff !important; */	
}
/*À modifier si l'avocat veut changer de font family - > actuellement : Raleway-ExtraBold */
.titre-h4{
	
}

/*À modifier si nécesaire  - > actuellement color:#fff*/
.div-qu-est-ce-que{
	
}

.pourquoi{
	color:#000 !important;
}

.questions{
	color:#000 !important;
}

/*color: #00417D; */
.que{
	/*color:#DA2233 !important;*/
}

/**/
.rep{
	/*color:#59595A !important;*/
}

li{
 	padding-bottom:7px !important;	
}


/*bg = #fff + color=#00417D*/
.btn-allez-au-formulaire{
	color:#fff !important;	
}

/*background-color:#337AB7 + colr:#fff*/
.formulaire-header{
	background-color:#000 !important;
}

/*background-color:#EEE;*/
.formulaire{
	background-color:#dedede;	
}

/*background-color:#337AB7 + color:#fff;*/
.btn-commander{
	background-color:#000 !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) {

}
