div.content iframe{
	border: none;
    width: 100%;
    aspect-ratio:16 / 9;
	max-width:100%;
}
.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;
} 
.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{
	max-width: calc(750px + 20%);
	margin: 0 auto;
	padding: var(--pad)
}
.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: 5px;
}
.modele_single .share img{
	width: 16px;
	filter:brightness(0);
}
.modele_single .share{
	margin: 5vh 0;
}
.modele_single .share span{
	text-transform: uppercase;
	margin-top: 4px;
	display: inline-block;
}
.modele_single .share > * {
    vertical-align: top;
}
.modele_single hr{
	margin-bottom: 5vh;
}
img.alignleft{
	float: left;
	margin-right:60px;
	margin-bottom:30px;
}
.top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top .galerie, .top .content{
	flex-basis: 50%;
}
.top .content{
	padding: var(--pad);
}
.top .galerie{
	position: sticky;
	top:0;
	height: 100vh;
	background-color: var(--color3);
	padding: 70px;
}
.top .galerie > div{
	height: 100%;
}
.top .galerie .splide__track{
	height: 100%;
}
.top .galerie .splide__slide{
	height: 100%;
	width: 100%;
	position: relative;
	background-color: var(--color3);
}
.top .galerie .splide__slide img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}
.galerie:nth-of-type(n+2){
	display: none;
}
.moreinfo{
	background-color: #000;
	position: relative;
	padding: var(--pad);
}
.moreinfo > .img{
	position: absolute;
	width: 65%;
	height: 100%;
	left: 0;
	top: 0;
}
.moreinfo > .img:after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	content:"";
	height: 100%;
	width: 45%;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
}
.moreinfo > .img img{
	z-index: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	object-fit: cover;
}
.moreinfo .content{
	position: relative;
	z-index: 2;
	width: 40%;
    margin-left: auto;
    margin-right: 0;
}
div.content .variantes a {
	margin-bottom: 5px;
}

.otherlinks{
	background-color: var(--color3);
	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;
	justify-content: center;
	gap:5%;
	padding: 8vh 4vw;
}
.otherlinks > div{
	flex-basis: 30%;
}
.otherlinks h2{
	flex-basis: 100%;
}
.otherlinks > div img{
	width: 200px;
	mix-blend-mode: multiply;
	margin-bottom: 50px;
	margin: 0 auto 30px auto;
	display: block;
}
.otherlinks > div p{
	font-size:14px;
	line-height: 120%;
}

@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:900px){
	.otherlinks > div {
		flex-basis: 47%;
	}
	.top .galerie, .top .content{
		flex-basis: 100%;
	}
	.top .galerie{
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.moreinfo .content{
		width: 100%;
	}
	.moreinfo{
		padding-top: 40vh;
	}
	.moreinfo > .img{
		width:100%;
		height: 40vh;
	}
	.moreinfo > .img:after {
		height: 100%;
		width: 100%;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	}
}
@media screen and (max-width:640px){
	div.title > div.featimg > iframe{
		height: 40vh;
	}
	.otherlinks > div {
		flex-basis: 100%;
	}
}