@charset "utf-8";
/* CSS Document */
body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #656b6c; /* Couleur de texte par défaut */
}
#contenu {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
}
.image-entete {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    display: block;
    margin: 0 auto;
	border-radius: 30px;
}
.cadre {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    line-height: 1.5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
h1 {
    text-align: left;
    margin-bottom: 20px;
    color: #000000; /* Couleur du titre principal */
}
h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #000000; /* Couleur du titre principal */
	font-size: 20px;
}
.icone-style {
  color: #ca222e; /* Définir la couleur ici */
  transform: scale(3); /* Agrandir l'icône */
  margin: 30px; /* Ajouter un espace autour de l'icône */
  margin-bottom: 50px;
}
.contenu-cache {
    display: none;
}
.soustitre-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.soustitre-groupe {
    display: flex;
    align-items: center;
    gap: 26px; /* Espacement entre le FontAwesome et le sous-titre */
}
.soustitre {
    font-weight: bold;
    color: #ca222e; /* Couleur des sous-titres */
}
.separation {
    display: block;
    width: 90%;
    height: 1px;
    margin: 20px auto;
    background-color: #ccc;
}
.fleche-deroulante {
    cursor: pointer;
    color: #000;
}
.texte-cache {
}
.item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.item-groupe {
    display: flex;
    align-items: center;
    gap: 26px; /* Espacement entre les éléments */
}
.item {
    color: #ca222e;
	font-size: 110%;
}
.item-corps {
	font-size: 13px;
}
.item-corps-strong {
	font-weight: bold;
	font-size: 13px;
}


