body{
	margin: 0px;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.02);
	font-family: arial;
}

header{
    position: fixed;
    width: 100%;
    background-color: white;
}

#colone1{ 
	margin-top: 50px;
	padding-top: 0px;
	border-radius: 4px;
	width: 20%;
	height: 1122px;
	word-wrap: break-word;
	overflow: hidden;
	}
	
#colone2{
	width: 50%;
	height: 1200px;
	margin-left: 20.5%;
	margin-top: -1230px;
	overflow: auto;
	border-bottom: 1px solid rgb(150, 150, 150);
}
#zone_post{
	width: 90%;
	border: 1px solid rgb(0, 64, 128);
	border-radius: 5px;
	margin-left: 5%;
	margin-top: 100px;
	text-align: center;
	font-family: arial;
	color: rgb(0, 64, 128);
}
.post_ici{
	text-align: center;
	font-size: 25px;
	margin: 0;
}
#suite{
	width: 80px;
	padding: 5px;
	border: 1px solid rgb(0, 64, 128);
	border-radius: 30px;
	background-color: rgb(0, 64, 128);
	color: rgb(255, 166, 0);
}
.form_type > ul > li{
	list-style-type: none;
	margin-top: 20px;
}
#type_list, #suivant{
	background-color: rgba(0, 0, 0, 0.0);
	border: 1px solid white;
	color: white;
	height: 20px;
	border-radius: 2px;
}
#type_list{
	color: rgb(0, 64, 128);
}
#done{
	text-align: center;
	color: green;
}


#colone3{
	margin-left: 72.3%; 
	width: 27.5%;
	height: 1220px;
	margin-top: -1080px;
	padding-top: 5px;
	word-wrap: break-word;
	overflow: hidden;
}
	








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

	#colone1{
		display: none;
	}
		
	#colone2{
	width: 100%;
	height: auto;
	margin-left: 0.5%;
	margin-top: 80px;
	overflow: hidden;
	border-bottom: 0px;
	}
	#zone_post{
		width: 97%;
		margin-left: 1%;
		margin-top: 200px;
	}
	.post_ici{
		font-size: 18px;
		margin-top: 10px;
	}
	#suite{
		border: 1px solid rgb(0, 64, 128);
		border-radius: 30px;
		background-color: rgb(0, 64, 128);
		color: rgb(255, 166, 0);
	}

	#colone3{
	display: none;
	}
		
		#connexion{
			display: none;
		}
		
}