#prestation2D{
	display:none;
	position:absolute;
	right:-100%;
	top:0;
	transition:right 2s;
/* 	background-image:url("../../img/2D/Fond.webp");
	background-size:cover; */
	height:100%;
	height: calc(var(--vh, 1vh) * 100);
	width:100%;
	min-height:800px;
}

.deuxDContent{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
    top: 100px;
    position: absolute;
    height: calc(100% - 250px);
    width: 90%;
/* 	background-image: url(../../img/2D/Book.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
}

#fond_deuxD{
	width:100%;
	height:100%;
	opacity:.6;
	z-index:-1;
	position:absolute;
	top:0;
}

#artwork div:first-child img{
	/* position:absolute; */
	width:550px;
	transition:transform .5s;
}

#artwork div:first-child img:first-child{
	margin-bottom:50px;
	/* margin-right:30px; */
}
/* 
#artwork div:first-child img:last-child{
	width:400px;
	margin-top:150px;
} */

#artwork div:first-child img:first-child:hover, #artwork div:first-child img:nth-child(2):hover{
	transform:scale(1.2);
	z-index:1;
}

#logo > img:first-child{
	max-height:90%;
	min-width:250px;
	width:auto;
}

#logo div > img:first-child{
	width:70%;
	min-width:250px;
	transform: rotate(90deg);
	max-width:480px;
}

.deuxDContent:not(#logo) img{
	min-width:250px;
	width: 80%;
    height: auto;
}

.deuxDContent p{
	font-family: arial;
    /* font-weight: bold; */
	text-align:justify;
	line-height: 1.7em;
	color:black;
	text-shadow:0 0 10px white;
	font-size:1.3em;
}

.deuxDContent h2{
	font-size:3em;
	margin:0;
}

.deuxDContent:not(#artwork) div:first-child img:first-child{
	margin-left: 30%;
    width: 60%;
	max-width:455px;
}

.deuxDContent:not(#artwork) div:first-child img:last-child{
	width:100%;
	max-width:760px;
}

.deuxDContent div:last-child img{
	width:100%;
	max-width:758px;
}

#logo div{
	display:flex;
	flex-direction:column;
	align-items:center;
    width: 40%;
    color: white;
	padding: 30px;
}

.deuxDContent div:last-child, .deuxDContent div:first-child{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
    width: 40%;
    color: white;
	padding: 30px;
}

#choix2D{
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items:center;
    position: absolute;
    bottom: 10px;
    width: 100%;
	z-index: 4;
}

#choix2D img:not(:first-child){
	margin-left:30px;
}

#choix2D img{
	width:100px;
	transition:width .5s;
	cursor: url(../../img/Icones/clicker.webp), auto;
}

#choix2D img:hover, .choix2DClicked{
	width:110px!important;
}

#zone_vignettes_2D{
	width:100%;
	height:150px;
	position:absolute;
	bottom:0;
	z-index:3;
}

.content2, .content3{
	display:none;
}

@media screen and (max-height:800px) and (min-width:1001px){
	.deuxDContent:not(#artwork) div:first-child img:last-child, .deuxDContent:not("#logo") div:last-child img{
		max-width:388px;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:first-child{
		max-width:250px;
	}
}

@media screen and (max-height:1070px) and (min-width:1001px){
	.deuxDContent div:last-child img {
		max-width:410px;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:first-child {
		max-width:370px;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:last-child {
		max-width:510px;
	}
	
	#logo div > img:first-child{
		max-height: 454px;
		width:auto;
	}
}

@media screen and (max-width:1950px){

	
	.deuxDContent h2{
		font-size:2em;
	}
}

@media screen and (max-width:1350px){
	#artwork div:first-child{
		width:60%;
	}
	
	.deuxDContent img{
		width:600px;
	}
}

@media screen and (max-width:1000px){
	.deuxDContent img{
		width:45%;
		max-width:320px;
		margin:10px auto;
	}
	
	.deuxDContent div:last-child{
		position:relative;
		bottom:inherit;
		right:inherit;
	}
	
	.deuxDContent h2 {
		font-size: 1.5em;
	}
	
	.deuxDContent p{
		line-height:1.3em;
		font-size:.8em;
	}
	
	#zone_vignettes_2D{
		height:100px;
	}
	
	#choix2D img {
		width: 60px;
	}	
	
	#choix2D img:hover, .choix2DClicked {
		width: 80px!important;
	}	
	
	#identite_visuelle img:last-child{
		margin-bottom:0;
	}
	
	#artwork div:first-child img{
		min-width: 200px;
		width:230px;
	}
	
	/* #artwork div:first-child img:last-child{
		width:270px;
	} */
	
	/* #artwork div:first-child img:first-child:hover, #artwork div:first-child img:nth-child(2):hover{
		transform:translateY(-100px);
	} */
}

@media screen and (max-height:880px) and (min-width:1001px){
	.deuxDContent h2 {
		font-size: 2em;
	}
	
	#zone_vignettes_2D{
		height:135px;
	}
	
	.deuxDContent p {
		line-height: 1.3em;
		font-size: 1.1em;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:last-child {
		max-width: 400px;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:first-child {
		max-width: 250px;
	}
	
	#prestation2D{
		min-height:730px;
	}
	
	#logo div > img:first-child {
		max-height: 370px;
		width: auto;
	}
	
	#artwork div:first-child img {
		width: 300px;
	}
	
	.deuxDContent:not(#logo) img {
		width: auto;
		max-height: 300px;
	}
}

@media screen and (max-width:620px){	
	.deuxDContent:not("#artwork") div:first-child{
		flex-direction:row;
	}
	
	.deuxDContent div:last-child, .deuxDContent div:first-child{
		width:90%;
		padding:0;
		align-items: center;
    justify-content: center;
	}
	
	/* .deuxDcontent img{
		margin:0;
	}
	 */
	.deuxDContent h2 {
		font-size: 1em;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:first-child{
		margin-left:0;
	}
	
	.deuxDContent p {
		font-size: .6em;
	}
	
	.deuxDContent {
		flex-direction: column;	
		height: calc(100% - 150px);
	}
	
	#logo{
		flex-direction:row;
	}
	
	#logo div > img:first-child{
		width:70%;
		min-width:inherit;
	}
	
	#logo > img:first-child{
		width:40%;
		min-width:inherit;
	}
	
	#choix2D{
		bottom: 5px;
	}
	
	#choix2D img {
		width: 20px;
	}	
	
	#choix2D img:hover, .choix2DClicked {
		width: 30px!important;
	}
	
	#zone_vignettes_2D {
		height: 40px;
	}
	
	#prestation2D{
		min-height:650px;
	}	
	
	#identite_visuelle img{
		width:150px;
		min-width:inherit!important;
		margin:0;
	}
	
	#artwork div:first-child img:first-child, #artwork div:first-child img:nth-child(2){
		position: relative;
		margin: 0;
		width: 150px;
		min-width: 100px;
	}
	
	.deuxDContent:not(#artwork) div:first-child img:last-child{
		width:50%;
	}
	
	/* #artwork div:first-child img:last-child{
		display:none;
	} */
	
	.deuxDContent div:last-child img{
		max-width: 190px;
		width: 50%!important;
		min-width: 100px!important;
	}
	
/* 	#artwork div:first-child img:first-child:hover, #artwork div:first-child img:nth-child(2):hover{
		transform:inherit;
	} */
}
