@font-face {
    font-family: "fte_art_gras";
    src: url("../xx_ress_global/police_aptos/aptos-bold.ttf") format("truetype");
}

@font-face {
    font-family: "fte_art_normal";
    src: url("../xx_ress_global/police_aptos/aptos.ttf") format("truetype");
}

main#id_main_article {
    background: white;
}

div.py_titre_retour {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    background: #d4e5ff;
    height: 50px;
    margin-bottom: 10px;
}

div.py_titre_retour div.py_titre {
    font-family: "fte_art_gras", sans-serif;
    font-size: 1.5em;
    font-style: normal;
    color: #01579b;
    text-align: center;
    width: 100%;
    height: 70%;
    align-self: center;
    background: #ffcc66;
    padding-top: 5px;

}

div.py_titre_retour span {
    background: #e6ee9c;
}

div.py_titre_retour span:hover {
    background: orange;
}

div.py_titre_retour span a {
    display: block;
    padding: 5px;
    color: #01579b;
    font-family: "Arial Black", sans-serif;
    font-size: 1.2em;
    font-style: normal;
    text-decoration: none;
    margin-top: 5px;
}


div.py_paragraphe {
    font-family: "fte_art_normal", sans-serif;
    font-size: 1.0em;
    font-style: normal;
    line-height: 1.5em;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

div.py_paragraphe_entete {
    font-family: "fte_art_gras", sans-serif;
    font-size: 1.3em;
    font-style: normal;
    color: #01579b;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

div.py_paragraphe a {
    color: red;
    text-decoration: none;
    background-color: transparent;
}

div.py_paragraphe a:hover {
    background-color: lightblue;
}

ul.py_liste {
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.py_liste li {
    margin-left: -20px;
}

ul.py_liste li a {
    color: red;
    text-decoration: none;
    background-color: transparent;
}

ul.py_liste li a:hover {
    background-color: lightblue;
}

div.py_image {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    background: dodgerblue;
    width: 90%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.py_image img {
    display: block;
    width: 100%;
}

div.py_remonter {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*background:  #c1d7ff;*/
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

div.py_remonter span {
    background: #e6ee9c;
}

div.py_remonter span:hover {
    background: orange;
}

div.py_remonter span a {
    display: block;
    padding: 5px;
    color: #01579b;
    font-family: "Arial Black", sans-serif;
    font-size: 1.3em;
    font-style: normal;
    text-decoration: none;
}







