header.hero.no-img {
	background-color: #74ceaa;
	padding: 6rem 0;
	height: 300px;
	background-image: url(/fr/images/epargnants/trouver-reponse.jpg);
	background-size: cover;
}

.hero.no-img:before {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	content: "";
}

.page-content .faq-prime-link {
	background-color: #f5f5f5;
	box-shadow: 1px 1px 1px rgba(0,0,0,.15);
	border-color: #fff #fff #ddd #fff; 
	border-style: solid;
	border-width: 1px;
	color:#505050;
	display: table;
	table-layout: fixed;
	font-family: "opensans--400--normal",Arial,sans-serif;
	font-size: 1.176em;
	line-height: 1.1em;
	overflow: hidden;
	padding: 1.5em;
	width: 100%;
}

.ei_contener  header.hero>.banner {
	position:relative;
	z-index:1
}

.ei_contener .body>section, .home_promo {
	padding: 2rem 0;
}

/* .page-rebound .col_1_2:first-of-type .btn_contact:after { */
 /* content:"\e167"; */
/* } */


.faq-prime-link img, .faq-prime-link span {
	display: table-cell;
	vertical-align: middle;
}
.faq-prime-link span {
	text-align: left;
	width: 60%;
}

.faq-prime .flex .col_1_3:nth-child(3) .encart.hero{
	border: solid 3px #004494;
}

.page-content .faq-prime-link:hover, .page-content .faq-prime-link:focus {
	border-color: #2d5aa8;
	box-shadow: none;
	color: #2f2f2f;
}

/* Recherche */

.no-js .faq-search {
	display: none;
}

.faq-search-field input {
	background: white;
	border-radius: 5px;
	font-size: 1rem;
	padding: .625rem 3rem;
	width: 100%;
	border: 2px solid rgba(0,68,148,0.3);
}

.faq-search-field:before {
	content:"";
	display:block;
	background: url(/fr/epargnants/actualites-et-publications/images/loupe.png) no-repeat 0 0;
	position: absolute;
	width:45px;
	height:45px;
	left:10px;
	background-size:70%;
	z-index:2;
	top:11px;
	opacity:0.2
}

/* Liste */

.ei_contener ul.faq-list {
	list-style-type: none;
	margin:0 !important;
	padding-left:0
}
.faq-list li {
    padding: 0;
    margin: 1.5rem 0;
    border: 1px solid white;
    overflow: inherit;
    width: 100%;
}

.faq-list li:hover .article-title, .faq-list li:hover .article-category {font-weight:600}
.faq-list li:first-child {

}
.faq-list a {
	border-bottom: 0 !important;
	display: flex;
	overflow: hidden;
	padding: 2.176em 1.176em;
	text-decoration: none;
	justify-content: space-around;
	align-items: center;
}
.faq-list a > span {
	display: inline-block;
	vertical-align: middle;
}

.article-title {
	color:#505050;
	font-size: 1.176em;
	width:75%;
}

.article-keywords {
	visibility: hidden;
	display: none;
}

.button.article-category {
    border: none;
    font-size: 1rem;
    margin-right: .3rem;
    text-transform: none;
    cursor: pointer;
    padding: 1rem;
    border-radius: 10px;
    background: #E1EFFF;
    line-height: 1.2;
    transition: all .25s ease-out;
}

.ei_contener .uf-tags {
	padding:0;
	margin: 0 0 2rem 0
}

#uf-style {
	margin:0 auto
}

.button.article-category span {
    font-size: .8rem;
    background: #fff;
    padding: .2rem;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    line-height: 1.2;
    height: 20px;
    margin-left: 5px;
}

.article-category {
	color: #2d5aa8;
	line-height: 2.5;
	padding-left: 2em;
	text-transform: uppercase;
	background: #bf5261;
	border-radius: 5em;
	color: #2b3446;
	display: inline-block;
	font-size: 0.60rem;
	margin-top: .5em;
	padding: 0 1.5rem;
}

::placeholder {
  color: #424242;
}

.faq-list li:hover .article-category {
	/*background: #fff;*/
}

.button.article-category.active, .button.article-category:hover {
    background: #2d5aa8;
    color: #fff !important;
}

.button.article-category.active a, .button.article-category:hover a {
    color: #fff;
}

.button.article-category.active a:focus, button.article-category:hover a:focus {
    outline: 3px solid #fff;
}

.button.article-category.active span, .button.article-category:hover span {
    background: #e63812;
    color: #fff !important;
}

.faq-list a > .icoon {
	font-size: 1.8em;
	margin-right: -50px;
	opacity: 0;
	top: 3px;
	right: -10px;
	position: relative;
	transition: all 200ms ease-out;
}

.faq-list a:hover, .faq-list a:focus {
	border-bottom: none !important;
}

.faq-list a:hover .article-title, .faq-list a:focus .article-title {
	color: #2f2f2f;
}

.faq-list a:hover .icoon, .faq-list a:focus .icoon {
	color: #2d5aa8;
	margin-right: 0;
	opacity: 1;
}

.button.article-category a {
	text-align:center;
	text-decoration:none;
}

.faq-list-article h2, .aucun-resultat {
	padding-left: 35px;
	margin-bottom: 15px;
	padding-top:20px
}

.faq-search-field {
	position:relative; 
	margin:0 0 3rem 0
}

.faq-search-field .spinner, .faq-search-field .spinner-fixe {
	position: absolute;
	width: 45px;
	right:15px;
	top:3px;
	z-index:2000;
}

.faq-search-field .spinner {
	z-index:3000
}

.faq-list li .article-category {
    background: #f3f3f3;
    color: #444;
    font-size: .9rem;
    text-transform: none;
}