@charset "utf-8";
/* CSS Document */

/******************************************************************/
/*                                                                */
/* customisation des extensions utilisées dans GPFA               */
/*                                                                */
/******************************************************************/

/*---------------------------------------------------------------------------------*/
/* Customization de l'extension RAXO                                               */
/*---------------------------------------------------------------------------------*/
/* Module RAXO : pour fixer la taille des titres Top dans le template Prim         */
.raxo-prime .raxo-title {
	margin: 10px 0 0;
	font: 18px/20px 'Roboto', Arial, sans-serif;
	text-shadow: 0 1px rgba(51,51,51,.6);
}

.raxo-prime .raxo-top .raxo-title {
	font-size: 1.3em;
	line-height: 1.0em;
}


/* Module RAXO : template Prim : titres des articles normaux */
/* ----- Item TITLE ----- */
/* 20px for les normals items */
/* 18px pour les normals items */
.raxo-prime .raxo-title {
	margin: 10px 0 0;
	font: 18px/20px 'Roboto', Arial, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.0em;
	line-height:2.2em;
	text-shadow: 0 1px rgba(51,51,51,.6);
}
	.raxo-prime .raxo-top .raxo-title {
		font-size:2.0em;
		line-height:2.2em;
	}

.raxo-prime .raxo-title {
	margin: 10px 0 0;
	/* le premier nombre est la taille des caractères pour normal; le second nombre est la hauteur des lignes pour normal */
	font: 30px/32px 'Lovers Quarrel', Arial, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.0em;
	line-height:2.2em;
	text-shadow: 0 1px rgba(51,51,51,.6);
}
	.raxo-prime .raxo-top .raxo-title {
		line-height: 10px;
		font-size:2.0em;
	}
	

/* Iphone 6, iPhone SE */
@media (min-width: 320px) {
	/* pour les normals items */
	.raxo-prime .raxo-title {
		font-size: 1.0em;
		line-height: 1.2em;
		margin-bottom: 1.2em;
	}

	/* pour les top items */
	.raxo-prime .raxo-top .raxo-title {
		font-size: 1.0em;
		line-height: 1.2em;
		margin-bottom: 1.2em;
	}
}	


/* Large devices (desktops, 992px and up) */
/* 22px pour les top items                */
@media (min-width: 992px) {
	.raxo-prime .raxo-top .raxo-title {
		font-size: 1.3em;
		line-height: 1.4em;
		margin-bottom: 1.5em;
	}
}

/*---------------------------------------------------------------------------------*/
/* Customisation de l'extension ConvertFoms                                        */
/*---------------------------------------------------------------------------------*/
/* taille d'un champ téléphone pas assez haute : voici le css                      */
.convertforms .cf-input {
    padding: var(--input-padding) !important;
}


/*---------------------------------------------------------------------------------*/
/* Customisation de l'extension Payment Form                                       */
/*---------------------------------------------------------------------------------*/
/*
Customisation de la couleur des boutons de paiement.
*/
.btn-primary {
  background-color: #8d804b !important; /* the red from your site */;
}

.btn-primary:hover{
  background-color: #D4B536 !important;
}
