body {
	overflow-x:hidden;
}
.hover-2 .hover-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}
.ovrl {
	opacity:1;
	transition: all 0.4s;
}
.ovrl:hover {
	opacity:0.7;
}
.hover-2-title {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
}
.hover-2-description {
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 0;
	text-align: center;
	z-index: 99;
	transition: all 0.3s;
}
.hover-2:hover .hover-2-title {
	transform: translateY(-1.5rem);
}
.hover-2:hover .hover-2-description {
	bottom: 0.5rem;
	opacity: 1;
}
.hover-2:hover .hover-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
.centreVerticalement {
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding:0;
}
.ombre {
	text-shadow: 0px 0px 6px #000000;
	padding-left:40px;
	padding-right:40px;
}
h2 {
	color:#C2A758;
}
blockquote {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 20px 20px 20px 40px;
	border-left: none;
	position: relative;
	text-indent: -19px
}
section#block_content {
	min-height: 400px;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: left
}
blockquote p {
	font-size: 1em
}
blockquote:before, blockquote:after {
	font-family: Arial, serif;
	font-size: 2.5em;
	vertical-align: middle;
	line-height: 0
}
blockquote:before {
	content: open-quote;
	margin-right: 4px
}
blockquote:after {
	content: close-quote;
	margin-left: 3px
}
blockquote.blockstyle, blockquote.style2 {
	background: #fff;
	font-style: italic
}
blockquote.blockstyle p, blockquote.style2 p {
	display: inline
}
blockquote.blockstyle {
	border-left: 3px solid #C2A758;
	position: relative
}
blockquote.blockstyle>span.triangle:before {
	text-indent: 0;
	content: "\f0da";
	font-family: FontAwesome;
	color: #C2A758;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -11px;
	font-style: normal
}
blockquote.blockstyle:before, blockquote.blockstyle:after {
	color: #C2A758
}
blockquote.blockstyle.border-color-blue {
	border-color: #01b7f2
}
blockquote.blockstyle.border-color-blue>span.triangle:before {
	color: #01b7f2
}
blockquote.blockstyle.border-color-yellow {
	border-color: #fdb714
}
blockquote.blockstyle.border-color-yellow>span.triangle:before {
	color: #fdb714
}
h3 {
	color: #C2A758;
	font-size:26px;
	margin-bottom:20px;
}
h3.hover-2-title {
	color: #fff;
}
h3.card-title {
	color: #C2A758;
	font-size:22px;
}
h2.titre_head {
	margin-top:30px;
}
