
.articles-remark {
    font-size: 1.0rem;
}
/**********************/
/*   menu initial       */
/**********************/
/* menu principal d'accueil du site */
.sousmenu-periodiques {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0;
    display: flex;
    flex-direction: row;
}
.sousmenu-periodiques div {
    display: inline;
    margin: 0.5em;
    padding: 0.1em 0.5em;
}
.periodique-link {
    border: outset 3px var(--outset-color);
    background: #dcf;
}
.periodique-link a {
    vertical-align: middle;
}
.periodique-link a img {
    height: 48px;
    vertical-align: middle;
}
.periodique-titre {
    font-size: 1.5em;
    font-weight: bold;
}
.periodique-soustitre {
    font-size: 1.3em;
}
.index li {
    margin: 0.8em 0 0.8em 0;
}
/**********************/
/*   formulaire       */
/**********************/
/* boutons radio */
#data-search-div input {
    margin: 0.5em;
    padding: 0.3em;
    border: outset 3px var(--outset-color);
    background: #dcf;
    font-size: 125%;
}
/* sélections */
#data-choice-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*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: row;
}
#data-choice-div .select-label {
    font-weight: normal;
}
#data-choice-div select {
    font-size: 100%;
    background-color: white;
}
#data-choice-div .one-select{
    display: flex;
    flex-direction: row;
    min-height: 1.5em;
}
/* bouton de recherche */
#data-select-div {
    display: flex;
    flex-direction: row;
    /*border-bottom: dotted thin;*/
    margin: 0.5em;
}


/**********************/
/*   style des réponses */
/**********************/

/* affichage des tomes complets */ 
.tome-title { 
    font-size: 120%;
    font-weight: bold;
    color: #200;
    display: inline-block;
    min-width: 20%;
}
/* bouton de téléchargement des ePub */
.download-tome img { 
    height: 48px;
    vertical-align: middle;
}
/* page d'une réponse */
.target-page {
    display: inline;
    font-size: 80%;
}
.target-page:before {
    content: '(';
}
.target-page:after {
    content: ')';
}

/* refs locales */
.local-ref-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2.1em;
}
.local-ref {
    display: flex;
    flex-direction: row;
}
.local-ref-tome {
    display: inline;
    border: solid 3pt #aaa;
    background-color: #ddd;
    border-radius: 5pt;
    padding: 0px 5px 0px 5px;
    max-height: 2em;
    margin: -0.4em 5px -0.4em 5px;
    vertical-align: middle;
}
.local-ref-summary {
    display: inline;
    vertical-align:super;
    font-size: 80%;
}
.local-ref-summary:before {
    content: '(';
}
.local-ref-summary:after {
    content: ')';
}
.chapterref {
    font-weight: bold;
}

