﻿/*  Plusieurs présentations de listes word 
     http://html-color-codes.info/Codes-couleur-HTML/
 */
.word .icon {
    position: relative;
}

    .word .icon::before {
        content: "\f160";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #000; /* #000*/
        font-size: 18px;
        padding: 0 1em 0 0.5em;
        color: white;
    }

.word dt {
    font-size: 1.6rem;
    background-color: #C38011; /* marron  #87590C   */
    color: white;
    padding: 0.5em 0 0.5em 0.5em; /* hauteur centrage*/
    border: 2px solid white; /* espace entre */
    border-radius: 0.7em; /* arrondis*/
}

.word dd {
    font-size: 1.5rem;
    text-indent: 2em;
    margin: 0 0 1em 3em; /*margin: 0 0 0 6em; */
    padding: 0 0 1.3em .5em;
    border-left: 2px solid #A17501;
    background-color: #F8F7F4; /* marron clair   */
}

    .word dd span.subtitre {
        margin: 10px 0 0 0;
        font-size: 1.6rem;
        color: maroon;
        font-weight: 700;
        font-style: italic;
        display: block; /*saut de ligne*/
    }


/*  Plusieurs présentations de listes word liste1
     http://html-color-codes.info/Codes-couleur-HTML/
 */

.liste1 .icon {
    position: relative;
    color: #Ffffff;
}

    .liste1 .icon::before {
        content: "\f160";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #Ffffff;
        font-size: 18px;
        padding-right: 0.5em;
    }

.liste1 dt {
    font-size: 1.6rem;
    background-color: #87590C; /* marron  #87590C   */
    color: white;
    padding: 0.5em 0 0.5em 0.5em; /* hauteur centrage*/
    border: 2px solid white; /* espace entre */
    border-radius: 0.7em; /* arrondis*/
}

    .liste1 dt:hover {
        cursor: url(hand.cur), pointer;
    }

.liste1 dd span.subtitre {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    color: maroon;
    font-weight: 700;
    font-style: italic;
    display: block; /*saut de ligne*/
}

