div.title > div.featimg > iframe{
	border: none;
    width: 100%;
    height: 50vh;
}
.modele_single .page-header-text {
	width: 75%;
}
.modele_single .page-header-text h1 {
    word-break:normal;
}
.modele_single .title{
	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;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 6vh;
} 

.intro_blog{
	text-align: center;
	padding-bottom: 3vw;
}


.share.help {
    position: sticky;
    left: 10vw;
    top: 113px;
    padding-top: 40px;	
}

.contenu_blog {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
}

.share {
    width: 60px;
    flex-shrink: 0;
    position: relative; /* Important pour le JS */
}

.share.is-fixed {
    position: fixed;
    top: 20px;
}

.share.is-bottom {
    position: absolute;
    bottom: 0;
}

.the_content {
    flex: 1;
}

#BlogPosting > div.featimg > img{
    height: 30vw;
    margin: 0 auto;
    /* width: 100%; */
    object-fit: cover;

}

#BlogPosting > div.featimg {
	text-align: center;
}

.modele_single .title .desc h1 {
    font-weight: 100;
    max-width: 70vw;
    color: var(--color1);
    margin-bottom: 40px	;
}
.modele_single .title .desc {
    padding: 6vh 3% 6vh 10%;
	flex-basis: 50%;
}

.modele_single .video .featimg{
	padding-right: 10vw;
}

.modele_single .title .featimg{
	flex-basis: 50%;
}
span.date{
	text-transform: uppercase;
	display: block;
	position: relative;
}

.singlecontent{

    margin: 0 auto;

    padding: 5vw 10vw;
}
.post-more{
	text-transform: uppercase;
	color:var(--color1);
	font-weight:bold;
	float: right;
}
.singlecontent p{
/*	    margin-block-end: 3em;*/
}

blockquote{
	float: left;
	margin: 3vw;
	width: 33%;
}
blockquote p{
	font-weight: 100;
}

/*Code for en_US language*/
html[lang="en-US"] blockquote p:before,html[lang="en-US"] blockquote p:after  {
    content:"\""!important;
}

.modele_single .share a{
	padding: 10px;
}
.modele_single .share img {
    width: 20px;
/*    filter: brightness(0);*/
}
 
.share a div{
    display: inline-block;
    border: 1px solid lightgray;
    padding: 9px;
    border-radius: 100%;
}

.modele_single .share{
    width: 15%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 50px;
}
.modele_single .share span{
	text-transform: uppercase;
	margin-top: 4px;
	display: inline-block;
}
/*
.contenu_blog {
    display: flex;
    padding-top: 50px;
justify-content: flex-end;	
}
*/
.contenu_blog .the_content{
    width: 85%;
    padding-top: 40px;
}
.modele_single .share > * {
    vertical-align: top;
}
.modele_single hr{
	margin-bottom: 5vh;
}
img.alignleft{
	float: left;
	margin-right:60px;
	margin-bottom:30px;
}


.featimg img{
	border-radius: 50px;
}


@media screen and (min-width:1024px){
	.section_stop.poste{
		position: fixed;
		top: 0;
		height: 100%;
		padding-top: 0;
	}
	


	
	.section_bot .contenu_poste {
		padding: 5vw 3vw;
		width: 50%;
		background-color: black;
		height: 100%;
		display: flex;
		align-items: end;
	}


	div.section_bot{
		bottom: 0;
		height: auto;
		align-items: end;	
	}
	
	.contenu_intro {
		padding-right: 50%;
	}
}

@media screen and (max-width:1024px){
	.modele_single .video .featimg {
    	flex-basis: 100%;
    	padding: 50px;
	}
	
	.modele_single .video .desc{
		flex-basis: 100%;
	}
	
	div.title > div.featimg > iframe {
    	border: none;
    	width: 100%;
    	height: 50vw;
	}
}

@media screen and (max-width:860px){
	#BlogPosting > div.featimg > img{

		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:640px){
	div.title > div.featimg > iframe{
		height: 40vh;
	}
	
	.share a div {

		padding: 3px;
		
	}
	
}