@charset "UTF-8";

.map{
	width: 90%;
	margin: 0 auto;


	margin-bottom: 50px;
}






dt{
	width:  30%;
	float: left;
	margin-bottom: 1.2rem;
	

	
}


dd{
	width:  70%;
	float: left;
	margin-bottom: 1.2rem;

	}



@media screen and (max-width: 900px) and (orientation:portrait){




	.recrut{
	width: 100%;
	
}


.map{
    width: inherit;
    margin: inherit;

}





dt{
	border-bottom: none;
}


dd{
	border-bottom: none;
}

	}


@media screen and (max-width: 900px) and (orientation:landscape){


		.recrut{
	width: 100%;
	
}







}
