/* 
 * Fichier     : privacy-policy.css
 * Auteur      : Yannick FRANÇOIS E.I. (firmoday.fr)
 * Date        : 08/2025
 * Version     : 1.0
 */
.items-main-privacy {
	color: #DBDADA;
}
p {
	margin-bottom: 15px;
}
.div-privacy-title {
	font-weight: bold;
	margin-bottom: 10px; 
}
.div-privacy-subtitle {
	font-weight: bold;
	margin-bottom: 10px; 	
	padding-left: 30px; 
}
.div-privacy-content {
	text-align: justify;
	margin-bottom: 30px;
	padding-left: 50px; 
	padding-right: 30px; 
}
.privacy-update {
	text-align: right;
	font-style: italic;
}
