
.tax-bread .breadcrumb_last {
    display: none;
}
.intro-tax{
    margin: 3.5% 0;
}
.intro-tax p,.intro-tax ul{
	max-width: 830px;
	margin:auto;
}
.intro-tax ul{
    font-size: 15px;
}
.bloc-4  {
    margin-bottom:3em;
	padding-bottom: 3em;
    position: relative;
    min-width: 285px;
    margin: 0 auto 3rem;
}
.bloc-4 h3 {
    font-weight: 500;
    font-size: 20px;
    align-self: center;
    height: 40px;
    margin: 0.5em 0 0.8em;
	line-height:1.2;
}
.bloc-4 p {
    margin: 0.5em 0;
}
.readmore {
    position: absolute;
    bottom: 0;
}
hr{	
	border:none;
	border-top: 1px solid #DCDCDC;
}
.readmore a{
    color: #dc006e;
    text-transform: uppercase;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 45px;
    font-weight:500;
}

.readmore a:hover {
    color: #fff !important;
    background: #dc006e;
}
.imgSess {
    background: #444444;
    overflow: hidden;
    position: relative;
}
.imgSess img {
    width:100%;
}
.news {
	position: relative;
	/* background:#184a7d; */
}
.sewnBig {
	position: absolute;
	background: #dc006e;
	width: 40px;
	height: 40px;
	border-radius: 50%;
    top: 63px;
    left: 112px;
	display: none;
}
.sewnBig:hover,
.sewn:hover,
.news:hover {
	color: #fff;
	font-weight: 400;
}
.sewn {
	font-size: 39px;
	text-align: center;
}
.imgSess .sewn{
	margin-top: 9px;
}
.news:hover>.sewnBig {
	display: block;
}
.news:hover>.attachment-post-thumbnail,.news:hover > .attachment-toto {
	opacity: .6;
	transition: all .2s;
	transform: scale(1.1);

}
