/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
body {
    background-color: #f0e7e0;
	font-family: "Josefin Sans";
	font-size: 18px;
	color: #3b1c28;
}
H1, H2, H3, H4, H5, H6 {
    font-family: "Josefin Sans";  
}
H4 {
    font-size: 22px;
}
.largeur-col-icone {
	column-width: 32%;
}
.texte-icone {
  line-height: 40px;   /* within paragraph */
  margin-bottom: 40px; /* between paragraphs */
}
.texte1-icone {
	font-size: 24px;
	color: #3b1c28;
	font-family: "Josefin Sans";
	font-weight: 300 !important;
}
.texte2-icone {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}
.fond-bouton-rouge {
	background-image: url('/wp-content/uploads/2026/06/fond-bouton-rouge.svg');
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}
.couleur-rouge {
    color: #95181c;
}
.couleur-rouge-ombre {
    color: #ca8c8e;
}
.couleur-violet {
    color: #5a4a99;
}
.couleur-violet-ombre {
    color: #ada5cc;
}
.couleur-chocolat {
    color: #3b1c28;
}
.couleur-chocolat-ombre {
    color: #9d8e94;
}
.couleur-mandarine {
    color: #f39200;
}
.couleur-mandarine-ombre {
    color: #f9c980;
}
