/* Page Qui suis-je ? */

#moi{
	background-image: url("/img/background_quisuisje.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#textimg{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	flex: 1;
}

#contenanttextedefilant{
	background-color: var(--main-bg-color);
	width: 45%;
	max-height: 80%;
	margin:0;
	padding: 0;
	border-radius: 5%;
}
#textedefilant, #speech{
	font-size: 2vmin;
	text-align: justify;
	padding: 1vh 1vw 1vh 2vw;
	margin-left: 0;
}
#textedefilant{
	height: 90%;

}
#speech{
	height: 10%;
}

#imgvid{
	width: 50%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#image1{
	max-width: 100%;
	max-height: 100%;
	border-radius: 50%;
}
#video1{
	border-radius: 10%;
	max-height: 65%;	
}
.animvideo{
	animation: animvideo 5s linear 0s 1;
}
@keyframes animvideo{
0% { transform: scale(0.4); opacity: 0; }
30% { transform: scale(0.4); opacity: 1;  }
}

@media screen and (max-width: 576px) 
{

}

@media screen and (min-width: 576px) 
{
 
}

@media screen and (min-width: 768px) 
{

}

@media screen and (min-width: 1024px) 
{

}

