body {
	background-color:black;
	
	color:white;
	font-family: Audiowide;
	
	overflow-x:hidden;
	
	
	background-image: url(../images/testSkyStars4.jpg);
	animation: animatedBackground 2250s linear infinite;
	background-position:100% 100%;
}

@keyframes animatedBackground {
	from { background-position: 100% 100%; }
	to { background-position: 100% 500%; }
}

div.anglais, p.anglais, .anglais{
	display: none;
}

.header_image .francais h1{
	font-size: 3.5rem;
}

.btn_langue{
	position: absolute;
    top: 40px;
    right: 60px;
	cursor: pointer;
	font-size: 1.3rem;
}

.main_color{
	color:#CE8751;
}

/* HEADER */
.header_image{
	background-image: url(../images/header_background2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 25% 100%;
	height: 100vh;
	min-height: 630px;
}
.header_main_text{
	text-align:right;
	margin-top: 70px;
	padding-right: 0px;
}
.header_main_text h1{
	font-size: 4.5rem;
}
.header_main_text h2{
	margin-top:60px;
}
/* TECHNOLOGIES */
h4{
	font-size: 2rem;
	color: #ce8751;
}	
.content_main_title{
	text-align: center;
	font-size: 2.8rem;
	margin-top: 30px;
}
.list_techo div{
	display: inline-block;
	border: 2px solid #ce8751;
	padding: 5px;
	margin-right: 3px;
	margin-top: 10px;
}

/* PROJECTS */
.header_project{
	margin-top:160px;
}
.row_project{
	height:355px;
	margin-bottom:100px;
}
.col_project_description{
	/* min-height:250px; */
}
.row_project_image_margin_1{
	margin-bottom:40px;
}
.row_project_image_margin_2{
	margin-bottom:82px;
}
.project_description{
	font-family: Monda;
	font-size: 1.2rem;
}
.btn_visit_site{
	border: 5px solid #ce8751;
	padding: 10px;
	cursor: pointer;
	font-size: 1.5rem;
	display: inline-block;
	position: absolute;
	bottom: auto;
	width: 100%;
	text-align: center;
}
.btn_visit_site{
	text-decoration: none;
	color: white;
}
.btn_visit_site:hover{
	background-color: #ce8751;
}
.btn_visit_site:hover {
	color:black;
}


.project_image{
	background-size: contain;
	background-repeat: no-repeat;
	height: 430px;
}
.project_image_jeu_rts{
	background-image: url(../images/SteamVideoSreenshot2.png);
}
.project_image_jeu_space{
	background-image: url(../images/jeuImage.jpg);
}
.project_image_better_vote{
	background-image: url(../images/better_vote.png);
}
.project_image_tool_form{
	background-image: url(../images/outil_formulaire.png);
}
.project_image_reseau_boulot{
	background-image: url(../images/reseauBoulot.png);
}
.project_image_aster{
	background-image: url(../images/groupeAster.jpg);
	background-position: 50% 0%;
}

.contact_me_title{
	color: white;
	font-size: 2.5rem;
}
.row_contact_me_text{
	text-align:center;
}

@media (max-width: 1200px) {
	.btn_langue{
		left: 50px;
		font-size: 1.5rem;
	}

	.header_main_text{
		margin-top: 90px;
	}

	.row_project{
		height:300px;
	}
}

/* For medium screen and under */
@media (max-width: 992px){
	.row_project{
		height:auto;
		min-height:350px;
	}
	.project_image{
		height: 430px;
	}

	.col_project_god_save_us, .col_project_space_survivor_hero, .col_project_better_vote{
		padding-bottom: 67px; /* Button height */
		margin-bottom: 1rem;
	}

	.btn_visit_site{
		left: 0px;
	}
}

/* For small screen and under */
@media (max-width: 768px) {
	.project_image {
			height: 435px;
	}
}

@media (max-width: 576px) {
	.project_image {
			height: 320px;
	}
}

