/* classe paragraphe indenté */
.pindent {
	text-indent: 3em;
	text-align: justify;
}

/* apparence projets */
/* classe p tâche effectuée */
.ptache {
	text-align: center;
	color: #009e89;
	border-width: 1px;
	border-style: solid;
 	border-color: #009e89;
}
/* titre projet */
.portelement_2 div.right-block .title-block_2 h3 {
	text-align: center;
}

/* apparence séparateur */
hr   {
     background-color: #a0b2b0;
 	   border:1px;
     width: 80%;
     height:1px;
     }

/* apparence menu responsive */
@media screen and (max-width: 720px) {
	/* bouton menu */
.main-navigation::before {
    border: 1px solid #009e89;
		color: #009e89;
    border-radius: 2px;
    content: "≡ Menu";
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
	}
	/* item menu séléctionné */
body .nav-menu .current_page_item > a, body .nav-menu .current_page_ancestor > a, body .nav-menu .current-menu-item > a, body .nav-menu .current-menu-ancestor > a {
    border-color: #009e89;
    color: #009e89 !important;
    background-color: #c9d7d5;
	}
	/* item menu non-séléctionné */
.nav-menu li {
    border-top: 1px solid #f0f0f0;
    text-align: center;
    width: 100%;
    background-color: #f0f0f0;
	}
}

/* Apparence File Away */
/* contenu colonne NOM */
table.ssfa-minimalist[id^="ssfa-table"] > tbody > tr > td {
    line-height: 14px;
    text-align: left;
}
/* affichage boutons tri en-tete */
.footable-sort-indicator
{
	display: inline !important;
}

/* masquage 1ere colonne */
table.ssfa-minimalist[id^="ssfa-table"] > thead > tr > th.ssfa-minimalist-first-column, table.ssfa-minimalist[id^="ssfa-table"] > tbody > tr > td.ssfa-minimalist-first-column, table.ssfa-minimalist[id^="ssfa-table"] > thead > tr > th:first-child, table.ssfa-minimalist[id^="ssfa-table"] > tbody > tr > td:first-child {
  border-left: none;
	display: none;
}

/* apparence en-tete */
table.ssfa-minimalist[id^="ssfa-table"] > thead > tr > th {
		background-color: #009e89 !important;
    color: #f8f8f8 !important;
}

/* bordure au dessus du lecteur */
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls
{
	background-color: #f8f8f8;
}

/* bordure horizontale */
table.ssfa-minimalist[id^="ssfa-table"] > tbody > tr > td {
    border-top: 1px solid  #c9d7d5 !important;
}

/* bouton WAV pour description */
.wavbutton {
	background-color: #009e89;
	color: #f8f8f8;

	font-size: 9.5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 6px;
	margin: 3px 5px 0 0;
	text-shadow: none !important;
}

/* Fin config apparence File Away */

/* boutons lien */
/* normal */
.linkbutton {
	text-align: center;
	background: #009e89;
	color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
 	border-color: #009e89;
	padding: 10px;
	font-weight: bold;
}
/* CV pied de page */
.linkbuttoncv {
	text-align: center;
	background: #009e89;
	color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
 	border-color: #009e89;
	padding: 3px 9px;
	font-weight: bold;
	line-height: 3;
}
/* titre materiel */
.su-spoiler-title {
	text-align: center;
	background: #009e89;
	color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
 	border-color: #009e89;
	padding: 10px;
	font-weight: bold;
}

/* bandeau coloré background menu */
ul.nav-menu, div.nav-menu > ul {
	background-color: rgba(178, 236, 232, 0.1);
	max-width: 700px;
	display: inline-block;
}

/* titre h4 */
h4{
		text-align: center;
	color: #009e89;
	border-width: 1px;
	border-style: solid;
 	border-color: #009e89;
	padding: 8px;
	font-weight: bold;
	margin-top: 50px
}

/* masquage titre page */
.entry-title
{
	display: none;
}
