body .bloc article li, body .bloc-ensavoir-plus article li, body .widget article li{
	list-style-type:none;}

body #conteneur_liste_favoris a{color: #df0011;}

body .btfavori{
    background: none;
    color: #fff;
    border: 1px #FFF solid;
    padding: 10px;
    text-transform: uppercase;
	cursor:pointer;
}

body #bouton_favori, body #liste_favoris{display:none;}

#mymails {
	background: white;
	padding: 20px;
}
#mymails h1 {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1em;
	text-transform: uppercase;
	color: #222;
}
#reponse {
	color: red;
}
#reponse span {
	background: url(../images/loader.gif) no-repeat;
	height: 16px;
	margin: 5px 0;
	position: absolute;
	width: 16px;
	display: none;
}
#mymails input {
	width: 90%;
	font-size: 0.75rem;
	margin: 5px 0;
}
@media screen and (min-width: 56.875em) {
  #mymails input {
  	width: 30%;
  	margin: 0;
  }
}