/* espace-prive style */


.epdoc h3{
	margin:0;
}
.epdoc {
	margin-bottom:20px;
	position:relative;
}
.epdoc > a {
	display: block;
	box-shadow: 0px 1px 13px 0px rgba(15, 16, 16, 0.3);
	border-radius: 5px;
	padding: 15px;
}
.epdoc a:hover{
    background-color: #f5f5f5;
}
.epdoc a:hover h3{
    color: #0070b9;
}
.epdoc .description{
	/* margin-top:-18px; */
}
.epdoc .col{
	vertical-align:middle;
}
.ep-news-filter > a,
.epdoc .categories{
	display:inline-block;
	background-color: #268ccf;
    /* color: #005385; */
    color: #fff;
    padding: 0 10px;  
	font-size: 0.9em;
}
.ep-news-filter > a.ep-news-filter-a{
    color: #fff!important;
}
.ep-news-filter > a {
    max-width: 180px;
    vertical-align: middle;
    height: 50px;	
}
.ep-news-filter a:hover {
  color: #fff;
}


.ep-news-filter:first-child > a
{
    line-height: 50px;
}
.ep-news-filter > a:hover,
.ep-news-filter > a.ep-news-filter-active{
	/* color: #268ccf; */
    background-color: #005385;
}
.ep-news-filter{
	display:inline-block;
	margin-right:10px;
	margin-bottom: 10px;
}
ul.ep-news-filter-wrapper {
    padding: 0;
    text-align: center;
	margin-bottom:40px;
	clear: both;
}
.epdoc-new-btn{
	float:right;
    top: -50px;
    position: relative;
    display: inline-block;
    padding: 3px 10px 2px;
    font-size: 0.9em;
    /* background-color: #0070b9; */
	/* color:#fff; */
    color: #003b5b;
	/* border: 1px solid #0070b9; */
	border: 1px solid #003b5b;
	border-radius: 3px;
	text-transform: uppercase;
	margin-top: 20px;
}
.epdoc-new-btn:hover{
    background-color: #003b5b;
	color:#fff!important;
}

.ep-footer{
	text-align:center;
	margin:50px;	
}
.ep-edit-wrapper{
	max-width:700px;
	margin:0 auto;
}
.ep-login-wrapper{
	max-width:300px;
	margin:0 auto;
   /* padding: 26px 24px 46px; */
    /* background: #fff; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,.13); */
    text-align: center;
}
.ep-login-wrapper label{
	display:block;
}
.epdoc .edit{
	position:absolute;
	bottom:5px;
	right:5px;
	display:none;
}
.epdoc:hover .edit{
	display:block;
}
body.page-id-253 .epdoc:hover .edit{
	display:none;
}


.page-id-8778 .epdoc h3,
.page-id-3800 .epdoc h3 {
  color: #125e72;
  font-size: 22px;
  font-weight: 700;
}

.page-id-8778 .epdoc .description,
.page-id-3800 .epdoc .description {
  color: #012839;
}


/* @patch 30/07/2020 couleur du bouton enregistrer sur la page /espace-prive/edit/ */
.page-id-8780 input.acf-button.button.button-primary.button-large{
	background-color: #155e85;
    color: white;
}