
.articles-remark {
    font-size: 0.9rem;
}
.sousmenu-periodiques {
    flex-direction: column;
}
/**********************/
/*   formulaire       */
/**********************/
/* sélections */
#data-choice-div {
    display: flex;
    flex-direction: column;
    /*border-bottom: dotted thin;*/
    margin: 0.5em;
    border: solid 1px blue;
}
#data-select-div {
    display: flex;
    flex-direction: row;
    /*border-bottom: dotted thin;*/
    margin: 0.5em;
}
#data-choice-div .choice {
    font-size: 120%;
    font-weight: bold;
    color: #200;
    padding-right: 2px;
    border: 1px #777 solid;
    border-radius: 5pt;
}
#data-choice-div .choice-select {
    display: flex;
    flex-direction: column;
    flex: 0 0 100px;
}
#data-choice-div .choice-radiobutton {
    font-size: 130%;
}
#data-choice-div input {
    font-size: 130%;
}
#data-choice-div select {
    font-size: 130%;
    background-color: white;
}
#data-choice-div input[type=radio] {
    border: 0px;
    width: 0.75em;
    height: 0.75em;
}
#data-choice-div .one-select{
    margin: 1px;
}
#data-choice-div .one-select label{
    width: 220px;
    text-align: right;
}

/**********************/
/*   style des réponses */
/**********************/

/* affichage des tomes complets */ 
.tome-title { 
    font-size: 150%;
    font-weight: bold;
    color: #200;
    display: inline-block;
    min-width: 20%;
}
/* bouton de téléchargement des ePub */
.download-tome img { 
    height: 96px;
    vertical-align: middle;
}

