/********************************************************************************/
/* 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 
--------------------------------------------------
MG :			#0069A7			#54595A			*/
/*
Switch primary et secondary
				#54595A			#0069A7	

*/
 
																				
.logo{
	height:85px !important;;	
}

.bg-primaire{
	background-color:#5CB622 !important;
}

.bg-secondaire{
	background-color:#333333 !important;
}

.color-primaire{
	color:#5CB622 !important;
}

.color-secondaire{
	color:#333333 !important;
}

.page-title{
	color:#5CB622 !important;
}

.subtitle{
	color:#5CB622 !important;
}
.prix{
	color:#5CB622 !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{
	
}

/*bg = #fff + color=#00417D*/
.btn-allez-au-formulaire{
	color:#5CB622 !important;	
}

.pourquoi_partners{
	font-family:Raleway-ExtraBold;
	font-size:x-large;
}

#pourquoi_nous_partners ul {
	font-size:medium;
}

#pourquoi_nous_partners li:before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -22px;
}

#pourquoi_nous_partners li { 
	margin: 7px 0;
}

/*font-family:Raleway-ExtraBold & color:#00417D;*/
.pourquoi{
	color:#5CB622 !important;
}

/*font-family:Raleway-ExtraBold & color:#00417D;*/
.questions{
	color:#5CB622 !important;
}

/*color: #00417D; */
.que{
	/*color:#DA2233 !important;*/
}

/**/
.rep{
	/*color:#59595A !important;*/
}

/*background-color:#337AB7 + colr:#fff*/
.formulaire-header{
	background-color:#5CB622 !important;
}

/*background-color:#EEE;*/
.formulaire{
	background-color:#dedede;	
}

/*background-color:#337AB7 + color:#fff;*/
.btn-commander{
	background-color:#5CB622 !important;
}

/*------------------------------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 400px) {
	.logo{
		height:65px !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) {

}
