
div.c_cont_caract {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    background: #ffe693;
    background-image: linear-gradient(to right, rgb(255, 214, 180), rgb(227, 246, 255));
    padding: 10px;
    margin: 10px;
}

div.c_cont_caract img {
    display: block;
    margin-right: 10px;

}

div.c_cont_caract_detail {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 300px;
    background-color: #01579b;
}

@font-face {
    font-family: "fte_caract";
    src: url("../xx_ress_global/police_aptos/aptos-light.ttf") format("truetype");
}

div.c_cont_caract_detail span {
    display: block;
    text-align: center;
    font-family: "fte_caract", verdana, sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    color: white;
}

div.c_cont_donnees_milieu {
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom: 10px;
}

@font-face {
    font-family: "fte_categorie";
    src: url("../xx_ress_global/police_aptos/aptos-bold.ttf") format("truetype");
}

@font-face {
    font-family: "fte_paragraphe";
    src: url("../xx_ress_global/police_inter_4_1/InterVariable.ttf") format("truetype");
}

/* titre d'une catégorie */
p.expli_1 {
    font-family: "fte_categorie", verdana, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: normal;
    color: #0065ca;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* titre du livre */
p.expli_2 {
    font-family: "fte_categorie", verdana, sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    background: beige;
    padding: 5px;
}

/* paragraphe du livre */
p.expli_3 {
    font-family: "fte_paragraphe", verdana, sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: black;
	line-height: 1.6;
    display:block;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* conteneur de miniatures */
div.cont_img {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    background-color: #01579b;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.cont_img img {
    display: block;
    width: 180px;
}

p.expli_3 a {
    text-decoration: none;
    color: orangered;
}
p.expli_3 a:hover {
    background-color: #e6ee9c;
    color: #01579b;
}
ul {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: "fte_paragraphe", verdana, sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    color: black;
    line-height: 1.5em;
}


















