
body {
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    /* background-color: #C0D9A7;
       background-color: #A3AFBF;
    */
    /*
    background-image: url("../img/bkground-vert-uni.png");
    background-repeat: repeat;
    */
    background-color: whitesmoke;

    color: #010D00;

    /*
    background-image: url("../img/home_bandeau_6_m.png");
    background-repeat: no-repeat;
    background-position: top center;
    */
}

body.home {
    /* background-image: url("../img/home_anes-bandeau.jpg"); */
    background-image: url("../img/home_oreilles.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-attachment: fixed;
}

h1 {
    color: #010D00;
    padding: 10px;
    text-align: center;
    font-style: italic;
}

#entete h1 {
    padding-top: 40px;
}

h2, .sous-titre {
    color: #010D00;
    padding: 5px;
    text-align: center;
    font-size: large;
    font-style: italic;
    font-weight: normal;
}

a, a:visited {
    text-decoration: none;
    color: #022601;
}
a:hover {
    text-decoration: underline;
}

.liste_bienfaits {
    margin-top: 1em;
}

#entete {
    margin-top: 5px;
    background-color: #FFFFFF;
    min-height: 220px;
}
#entete h1 {
    font-size: xx-large;
    font-weight: bold;

}
#entete h2 {
    font-size: x-large;
    font-weight: bold;
}


#logoAnelix {
    float: left;
    width: 200px;
    text-align: center;
}

#logoIfzUnap {
    float: right;
    width: 100px;
    text-align: center;
}

#main-page {
    min-height:300px;
}
#contenu {
    /* border: 1px solid red; */
    align-self:  center;
    align-content: center;
    padding-top: 70px;
    padding-left: 30%;
    padding-right: 30%;
    min-height: 500px;
    max-width: 700px;

    color: rgb(5, 5, 71);
}

#contenu p {
    padding: 30px;
    margin: 0px;
}

#contenuDense {
    /* border: 1px solid red; */
    align-self:  center;
    align-content: center;
    padding-top: 70px;
    padding-left: 20%;
    padding-right: 20%;
    min-height: 200px;
    max-width: 700px;
}

#contenuDense p {
    padding: 20px;
    /* background-color: #DDF0B6; */
    background-color: #d2e8fc;
    margin: 0px;
}


#contenuDense h2 {
    padding: 20px;
    /* background-color: #DDF0B6; */
    background-color: #d2e8fc;
    margin: 0px;
    font-weight: bold;
    color: #295FA6;
    
}


#contenuLarge {
    /* border: 1px solid red; */
    align-self:  center;
    align-content: center;
    padding-top: 70px;
    padding-left: 20%;
    padding-right: 20%;
    min-height: 200px;
    max-width: 900px;
}

#contenuLarge p {
    padding: 20px;
    /* background-color: #DDF0B6; */
    background-color: #d2e8fc;
    margin: 0px;
}


#contenuLarge h2 {
    padding: 20px;
    /* background-color: #DDF0B6; */
    background-color: #d2e8fc;
    margin: 0px;
    font-weight: bold;
    color: #295FA6;
    
}


#charte {
    padding: 20px;
    /* background-color: #DDF0B6; */
    background-color: #d2e8fc;
    margin: 0px;
    font-size: smaller;
}

em {
    font-weight: bold;
}

#alter{
    background-image: url("../img/home_bandeau_5_m.png");
    background-repeat: no-repeat;
    min-height: 450px;
}

/* Color Theme Swatches in Hex */
.Nature-1-hex { color: #C2D2F2; }
.Nature-2-hex { color: #5176A6; }
.Nature-3-hex { color: #70731F; }
.Nature-4-hex { color: #A67D4B; }
.Nature-5-hex { color: #A64B29; }

  
.citation {
    font-style: italic;
}