/*PAGE ACCUEIL*/


/*background*/
@font-face {
	font-family: "comfortaa";
	src: url("font/comfortaa-regular.ttf");
	}
	
body {
	font-family: "comfortaa";
	background-image:url("images/background.jpg");
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-attachment: unset;
	width:100%;
	height:100vh;
	margin:0;
	padding:0;
	}


/*accueil*/
a {
	color: white;
	text-decoration: none;
	font-size: 60px;
	}

.txt {
	text-align: start;
	transform: rotate(-90deg);
	width: 50%;
	margin: 0 0 0 25%;
	}
	
.art {
	font-size: 78px;
	margin: 0 0 0 2%;
	}

.inspi {
		margin: 0 0 0 2%;
		}
	
.aboutme {
	font-size: 28px;
	margin: 0 0 0 2%;
	}
	
img {
	margin: 15% 0 0 35%;
	background-attachment: fixed;
	}
	
/*responsive*/
@media (min-width: 751px) and (max-width: 1250px){
	a {
	font-size: 60px;
	margin: 25% 0% -35% 0%;
	}
}
	
@media (min-width: 200px) and (max-width: 750px){
	a {
	font-size: 22px;
	}

}
