  /*TYPOGRAPHY*/
body {
    color: #101828;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

/* Titres généraux */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Sans", sans-serif;
    color: #003082;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

/* Hiérarchie typographique cohérente */
h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 28px;
        color: #101828;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    color: #101828;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    color: #101828;
}
p {
    margin-top: 0;    
    margin-bottom: 1rem;
}


  .blocks_de_texte ul,.blocks_de_texte ol{
  padding-left:20px;
}
.blocks_de_texte ul{
list-style:disc;
}
.blocks_de_texte ol{
list-style:decimal;
}
.blocks_de_texte i,p i,.blocks_de_texte em,p em{
  font-style:italic;
}

.blocks_de_texte a{
  text-decoration: underline;
}
.blocks_de_texte p{
  margin-bottom:1rem;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}