body{
overflow: hidden;   
background-color: white; 
overflow: visible;
}
/*scroll*/


.exemple{
position: relative;
height: 30vh;
}

.exemple img{
position: absolute;
width: 600px;
right: 0;
bottom: 0;
}




.welcome{
width: auto;
height: 80vh;
display: flex;
justify-content: center;
align-items: center;
transform: translate3d(0,0,0);
overflow:hidden;
background-color: black;
}

.welcome-phone{
display: none;
}

.showreel{
position: fixed;
width: 100%;
aspect-ratio: 16/9;
z-index: -2;
margin-top: -10vh;
pointer-events: none;
transition: .6s;
}   



	



.explore{
background-image: url("../images/explore.webp");
background-position:left;
background-size: cover;
width: 100%;
height: 25vh;
display: flex;
justify-content: center;
align-items: center;
}

.contact{
width: 100%;
height: 25vh;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/commande.webp");
background-position:left;
background-size: cover;
}

.competences{
height: 500px;
background-color: #E6E6E6;
}

	.informations{
	display: flex;
	flex-direction: row;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	width: fit-content;
	border-radius: 25px;
	transform-style: preserve-3d;	
	border: solid #173acc 2px;
	margin: auto;
	}

		.listes, .details{
		width: auto;
		background: linear-gradient(90deg, white, #cccfe7);
		padding: 25px;
		border-radius: 25px;
		}
		
		.details{
		width: auto;
		background: #E6E6E6;	
		border-radius: 0  23px  23px 0;	
		}
		
		.details img{
		width: 15px;
		aspect-ratio: 1/1;	
		}
		

			
.biographie {
position: relative;
top: 0;
margin: 0;
display: flex;
flex-direction: column;
width: 100%;
height: auto;
transition: .5s; 
text-align: start;
color: white;	
background-color: #0e51d8;
box-sizing: border-box;
overflow: hidden;
transition: .5s;
}

	.biographie::before {
	content: '';
	position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 48;
	transition: .5s;
	background: linear-gradient(#173acc, #173bcc00);
	}

	.biographie h1,.bio-profil  p{
	color: white;
	}

	.bio-profil{
	margin-left: 10%;
	width: 80%;
	z-index: 49;
	flex-direction: row;
	display: flex;
	justify-content: center;
	}
		
		.bio-profil div{
		background-image: url(../images/photo.webp);
		background-size: cover;
		width: 150px;
		height: 150px;
		border-radius: 25px;
		border: solid #E6E6E6 2px;
		}
		
		.bio-profil  p{
		margin-left: 40PX;
		width: 70%;
		text-align: justify;	
		}
	
			.biographie p a{
			cursor: pointer;
			color: #83a1ff;
			}

	.reseaux {	
	z-index: 49;
	display: flex;
	flex-direction: row;
	margin: auto;
	width: fit-content;
	height: fit-content;
	margin-bottom: 40px;
	}
	
		.reseaux a:first-child {
		background-image: url("../images/icon/picto/youtube.webp");
		}
		
		.reseaux a:last-child {
		background-image: url("../images/icon/picto/linkedin.webp");
		}

	.croix {
	position: absolute;	
	bottom: 20%;
	right: 20%;
	width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: croix 30s ease infinite; 
	transform: rotate(20deg);
	transition: .5s;
	z-index: 47;
	}

		.croix::before,.croix::after{
		content: '';
		position: absolute;
		width: 250px;
		height: 100px;
		background-color: #173acc;
		border-radius: 100px;
		transition: .5s;
		}

		.croix::after{
		transform: rotate(90deg);
		}

	.cercle {
	position: absolute;	
	left: -300px;
	width: 800px;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	z-index: 46;
	}

		.cercle::before {
		content: '';
		position: absolute;	
		width: 800px;
		height: 800px;
		border-radius: 400px;
		animation: cercle 20s ease infinite; 
		background-color: #173acc;
		}

		.cercle::after{
		content: '';
		position: absolute;	
		width: 600px;
		height: 600px;
		border-radius: 400px;
		animation: cercle2 12s ease infinite; 
		background-color: #0e51d8;
		}


		@keyframes croix {
			0% {transform: rotate(20deg);}
			15% {transform: rotate(20deg);}
			25% {transform: rotate(110deg);}
			40% {transform: rotate(110deg);}
			50% {transform: rotate(200deg);}
			65% {transform: rotate(200deg);}
			75% {transform: rotate(290deg);}
			90% {transform: rotate(290deg);}
			100% {transform: rotate(380deg);}
		}

		@keyframes cercle {
			30% {scale: 0.8;}
			45% {scale: 0.9;}
			60% {scale: 0.7;}
			85% {scale: 1;}
		}

		@keyframes cercle2 {
			34% {scale: 0.65;}
			48% {scale: 0.7;}
			65% {scale: 0.55;}
			92% {scale: 0.9;}
		}




.exemple{
width: 100%;
height: 400px;
overflow: hidden;
}

.gif{
width: 100%;
height: 400px;
display: flex;	
flex-direction: row;
}

	.gif div{
	width: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	 
		.gif div img{
		width: 100%;
		height: auto;
		}





.title{
z-index: 49;
width: 100%;
height: 70px; 
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}









@media only screen and (max-width: 1500px){
.welcome{
width: auto;
height: auto;
aspect-ratio: 16/7;
}
		
}	


@media only screen and (max-width: 1200px){

.welcome-phone{
position: fixed;
display: block;
height: 100px;
width: 100vw;
z-index: 49;
background: linear-gradient(135deg,  rgb(255, 255, 255) 0%,transparent 100%);
mask-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, black 100%);
-webkit-mask-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, black 100%);
mask-mode: alpha;
mask-position: center;
mask-repeat: no-repeat;
}

.welcome{
display: flex;
justify-content: center;
width: 100%;
height: 80vh;
aspect-ratio: none;
}



.showreel {
position: fixed;
width: 100vw;
height: auto;
aspect-ratio: 9/20;
margin-top: 0;
pointer-events: none;
overflow: hidden;
background-color: black;
}  

#check:checked ~ #page #contenu .showreel{
width: 100vw;
}
	
	.explore, .contact{
	height: 200px;
	background-attachment: scroll;
	background-position:left;	
	}

	.explore{
	background-size: cover;
	}
		

.biographie p:nth-child(2){
padding-left: 10%;
padding-right: 10%;
}

.bio-profil{
margin-left: 8%;
width:84%;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
}
	.bio-profil div{
	width: 120px;
	height: 120px;
	border-radius: 100px;

	}

	.bio-profil  p{
	margin: 0;
	margin-top: 20px;
	width: 100%;
	text-align: justify;	
	}

.title{
height: 90px; 
}


.competences{
height: auto;
background-color: #E6E6E6;
padding-bottom: 25px;
}

	.informations{
	width: 84%;
	flex-direction: column;
	}

		.details{
		border-radius:   0 0  23px 23px;	
		}
	
		


	.gif{
	flex-direction: column;
	}
	
	.gif div{
	width: 100%;
	}				



}

    

















