/********************************************
 * Personnalisation du thème html5up_alpha
 *
 *Seuil des responsives
* - 1680px
* - 1280px
* - 980px
* - 840px
* - 736px
* - 480px
*
 **********************************************/


/* Correctif html5up_alpha - SPIP
-----------------------------------------------*/

a:focus, a:hover, a:active {background-color:transparent;color:inherit}


/*
	tricky: si aucun slogan h2 défini, ne pas afficher une bordure grise sur l'intro
*/
header.major p {
	border-color:#fff !important;
}

header.major h2 + div  p {
	border-color:#e5e5e5 !important;
}

/* barre admin spip  */
#spip-admin {
    bottom: 0;
    top: auto;
}

/* Les documents
-----------------------------------------------*/

/* Le portfolio */
#documents_portfolio a {
	margin:0;
	padding:0;
	border:0 !important;
	box-shadow:none;
}

/* Les documents joints */
.documents_joints ul {
	list-style:disc;
}

.documents_joints a {
	border:0;
}

.documents_joints a:focus, .documents_joints a:hover, .documents_joints a:active {
    background-color:transparent;
    color:inherit;
    text-decoration: underline;
}

/* Divers
-----------------------------------------------*/
body {
	text-align: left;
	background:#ddd;
}

.perso_active {
	/*background-color : #a3742b ;  */
  /*background: linear-gradient(30deg, #f2ebaf, #a3742b, #f2ebaf, #c0a45e, #494132);*/
  background: linear-gradient(15deg, #f2ebaf, #a3742b, #c0a45e, #494132);
}

.box p:last-child {
	margin-bottom: 0;
}

.image.featured img {
	float:none;
	margin:0;
}

.formulaire_spip ul {
	margin:0;
	padding:0;
	list-style:none;
}

.formulaire_spip ul li {
	padding:0;
}

/* La pagination */
.pagination {
	text-align: center ;
}
.pagination a {
	border: 0;
	box-shadow: inset 0 0 0 2px #e5e5e5;
	background: transparent;	
	color: #777;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
	font-weight: normal;
	background-color: #f8f8f8;
	color: #777;
}

.pagination a:focus {
	background-color: #f8f8f8;
}

.pagination .on {
	/*background-color: #a3742b;*/
  background: linear-gradient(15deg, #f2ebaf, #a3742b, #c0a45e, #494132);
}

/* Fix tiny typo */
.box {
	border:0;
}