@font-face {
    font-family: 'sofadi_oneregular';
    src: url('polices/sofadi-one/sofadione-regular-webfont.woff2') format('woff2'),
         url('polices/sofadi-one/sofadione-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body
{
    /*background-color: #8C8376;*/
    background: url('images/fond_jaune.png');
}

#bloc_page
{
    width: 1000px;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
}

/* Header */
header
{
    display: flex;
    justify-content: flex-start;
    width:100%;
    top: 0px;
    margin: 25px;
    align-items: flex-end;
}
h1
{
    font-family: sofadi_oneregular, sans-serif;
    font-weight: normal;
    font-size: 2.2em;
}
p
{
    font-family: sofadi_oneregular, sans-serif;
    font-weight: normal;
    font-size: large;
    line-height: 1.5;
    text-align: justify;
}

#titre_principal
{
    width:70%;
    text-align: center;
    background: url('images/separateur.png') repeat-x bottom;
    margin-left: 40px;
}

/* Navigation */
nav
{
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 1em;
}
nav a
{
    font-family: sofadi_oneregular, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
nav a:hover
{
    color: #760001;
    border-bottom: 2px solid #760001;
}

#corps_accueil
{
    margin-top: 15px;
    height: auto;
    border-radius: 5px;
    position: relative;
    box-shadow: 4px 4px 15px #1c1a19;
    margin-bottom: 25px;
    padding: 15px;
}

#bouton
{
    position: relative;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 15px;
    padding-top: 15px;
    padding-left: 4px;
    color: white;
    font-size: 0.8em;
}

.bouton_vert
{
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degradevert.png') repeat-x;
    border-radius: 5px;
    font-family: sofadi_oneregular, sans-serif;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_vert img
{
    border: 0;
}


/* Footer */
#bloc_footer
{
    width: 100%;
    height: auto;

    position: fixed;
    bottom: 0;
    padding-top: 10px;
    background: url('images/fond_jaune.png');
    opacity: 100%;    
/*  border-style: solid;
  border-color: blue;*/
}
footer
{
    display: flex;
    justify-content: space-between;
    background:  url('images/separateur.png') repeat-x top;
    width: 1000px;
    height: auto;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
/*      border-style: solid;
  border-color: blue;*/
}
