/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------/
																																																				/
																						PAGE ACCES																							/
																																																				/
---------------------------------------------------------------------------------------------------------------------------------------------------------------------/**/	

#aside-tags li
{
    color: #5a5b5d;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 10px 1% 5px;
    text-transform: uppercase;
    width: 46%;
}
   
    body.acces .acces-content-gmap
    {
	  padding: 0;
	  position: relative;
    }
	  body.acces #acces-gmap
	  {
		height: 475px;
		width: 100%;
	  }
	  body.acces #acces-gmap .gm-style-cc
	  {
		display: none;
	  }
	  body.acces #acces-gmap .gm-style>.gmnoprint
	  {
		top: 5px !important;
	  }
	  
	  body.acces .acces-content-gmap .post-share
	  {
		background-color: #fff;
		bottom: 0;
		position: absolute;
		right: 0;
	  }

		  
    body.acces .acces-itineraire
    {
	  padding-top: 15px;
    } 
	  body.acces .acces-itineraire li
	  {
		line-height: 1.2em;
		margin-bottom: 20px;
		padding-left: 50px;
		position: relative;
	  }
		body.acces .acces-itineraire .acces-point
		{
		    color: #FFF;
		    display: inline-block;
		    font-weight: 700;
		    height: 35px;
		    left: 0;
		    line-height: 35px;
		    position: absolute;
		    text-align: center;
		    width: 35px;
		}
		body.acces .acces-itineraire .acces-point-green
		{
		    background-color: #1e9977;
		}
		body.acces .acces-itineraire .acces-point-blue
		{
		    background-color: #008cbb;
		}
		body.acces .acces-itineraire h3
		{
		    font-size: 1.1em;
		    font-weight: 700;
		}
		
		body.acces p
		{
		    color: #5a5b5d;
		    line-height: 1.4em;
		}
		
    body.acces section footer 
    {
	  background-color: #fff;
	  margin-top: 0;
	  overflow: hidden;
    }
	body.acces section footer ul li
	{
		float:left;
		padding:2px 5px;
	}
	body.acces section footer .btn
	{
	    color: #fff;
	    float: left;
	}
	  
