.juridique-header {
	background-color: #7F3943;
}


.feature-box-1-juridique {
	padding: 32px;
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	margin: 15px 0;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
	top: 0;
}

.feature-box-1-juridique * {
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.feature-box-1-juridique .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	color: #7F3943;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 22px;
	font-size: 27px;
}

.feature-box-1-juridique .icon i {
	line-height: 70px;
}

.feature-box-1-juridique h5 {
	color: #7F3943;
	font-weight: 600;
}

.feature-box-1-juridique p {
	margin: 0;
}

.feature-box-1-juridique:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-radius: 10px;
	width: 0;
	background: #7F3943;
	z-index: -1;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.feature-box-1-juridique:hover {
	top: -5px;
}

.feature-box-1-juridique:hover h5 {
	color: #ffffff;
}

.feature-box-1-juridique:hover p {
	color: rgba(255, 255, 255, 0.8);
}

.feature-box-1-juridique:hover:after {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	left: 0;
	right: auto;
}

.section-title-categorie.juridique h2 {
	color: #7F3943;
	margin: 0 0 15px;
	border-left: 5px solid #7F3943;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 900;
}

.footerjuridique {
	padding-top: 3rem;
	padding-bottom: 0.5rem;
	background-color: #7F3943;
}


.copyrightjuridique {
	padding-top: 1rem;
	padding-bottom: 0.375rem;
	background-color: #7F3943;
	text-align: center;
}


