.modele_single .header_bg{
	background-color: #000;
}
.modele_single .header_bg img{
	opacity:0.7;
}
.modele_single .page-top{
	position: relative;
}
.modele_single .page-header-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.modele_single .intro{
	max-width:1600px;
	margin: 0 calc(50% - 750px) 0  calc(50% - 850px);
}
.modele_single .singlecontent{
	max-width:1600px;
	margin: 0 calc(50% - 750px) 0  calc(50% - 850px);
}
@media screen and (max-width:1680px){
	.modele_single .intro{
		max-width:none;
		margin: 0 80px 0 auto;
	}
	.modele_single .singlecontent{
		max-width:none;
		margin: 0 80px 0 auto;
	}
}
@media screen and (max-width:760px){
	.modele_single .intro{
		max-width:none;
		margin: 0 auto 0 auto;
	}
	.modele_single .singlecontent{
		max-width:none;
		margin: 0 auto 0 auto;
	}
}
.featimg{
	max-width:700px;
	margin:30px auto;
}
.singlecontent{
	max-width:1600px;
	margin:0 auto;
	padding: 0 5vw;
}
.share a img{
	max-width:30px;
}
.singlecontent .bot{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singlecontent .bot .share{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #d7d7d7;
	border-radius: 50px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.singlecontent .bot .share a{
	margin-left: 10px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
}
.singlecontent .bot .share a img{
	width: 20px;
	height: auto;
}
.singlecontent .bot > div:not(.share){
	align-self: flex-end;
}
hr{
	margin: 10vh 0;
	display: block;
}
.blog > h1{
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 10vh;
}
.blog > h1 strong{
	color:var(--color1);
}
.modele_single .articles .blog {
    padding: 0vh 5vw 12vh 2.5vw;
}