body  {
padding: 0 !important;
color :  #404040 !important;
background-image: url("/themes/enc_hjm/asset/img/hjm_fond_manuscrit.png");
background-size: contain;
background-attachment: fixed;
}

#wrap {
margin-bottom: 100px;
padding: 0 0 10px  0 !important;
min-height: 100vh;
background-color: #ffffff;
}

#content {
padding: 0 7% !important;
}
/* Pied de page */
footer {
margin: 10px 0px;
padding : 15px 0px;
text-align: center;
}
/* Barre de recherche simple */
#search-container {
display: none;
}

.site-title {
font-size: 40px;
margin-top: 100px;
margin-bottom: 30px;
text-decoration: none;
}

.attachments a {
font-weight: normal !important;
}

/* Enlever la barre grise autour des médias dans les pages de contenus */
.file, .item-showcase, .page .site-page-pagination  {
border: none !important;
}

/* Enlever bouton de connexion */
.header__connect {
display: none !important;
}

.navigation {
margin: 0 !important;
padding: 5px !important;
border: none !important;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

.nav-item a, footer a {
text-decoration: none;
}

/* Page présentation */

/* Photo HJM dans le C du logo */
#imghjm {
float: left;
vertical-align: middle;
margin: 5%;
max-width: 25%;
height: auto;
}

/* Texte page présentation */
#txthjm {
float: left;
vertical-align: middle;
margin:  5%;
max-width: 90%;
height: auto;
}

/* Boutons pages précédente / suivante */
.site-page-pagination {
text-align: center;
margin-top: 0 !important;
}

.site-page-pagination a {
display: inline-block;
padding: 8px;
border-radius: 5px;
text-transform: uppercase;
color: #bc052d;
background-color: #f5efe0;
}

/* Logo ENC footer */
footer img {
display: block;
max-width: 300px;
margin: 0 auto;
padding: 15px 0 0 !important;
}

/*Tableau sujets épreuves écrites*/
.tabhjm {
width: 75%;
margin: auto;
padding: 3% 10%;
background-color: #f7f4eb;
border: #d8dada 3px solid;
}

.tabtabhjm h2 {
font-variant: small-caps;
}

.tabtabhjm ul {
list-style: none;
padding: 0;
}

