/* CSS perso */body
	{
		font-family: 'Lato', sans-serif;
		font-weight: normal;
	}

html, body {
  overflow-x: hidden;
}

/* start navigation */
.navbar-default
	{
		background: #ffffff;
		border: none;
		box-shadow: none;
		margin: 0;
	}
.navbar-default .navbar-brand
	{
		font-size: 30px;
		font-weight: 600;
		height: 68px;
		line-height: 38px;
		padding-top: 12px;
	}
.navbar-default .navbar-brand span
	{
		color: #1d595f;
		font-weight: bold;
	}
.navbar-default .navbar-nav li a
	{
		font-size: 13px;
		font-weight: 700;
		height: 68px;
		line-height: 40px;
	}
.navbar-default .navbar-nav li a:hover
  {
    color: #1d595f;
  }
.navbar-default .navbar-toggle
    {
      margin-top: 16px;
    }
.navbar-default .navbar-toggle .icon-bar
  {
    background-color: #1d595f;
    color: #FFFFFF;
  }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1d595f;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #FFFFFF; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #1d595f; }
/* end navigation */
/* start home */
#home
	{
		background: url('../img/form.jpg') no-repeat;
		background-size: cover;
		color: #ffffff;
		min-height: 200px;
		padding: 300px 0 200px 0;
	}
#home h1
	{
		font-weight: 300;
	}
#home span, #home p
	{
		font-weight: 400;
	}
/* end home */
/* start horaire */
#horaires{
	width: 100%;
	padding: 0px;
	background: #ab8c79;
	color: #f2f2f2;
	min-height: 450px;
}
#horaires .left-part{
	padding: 50px 50px 50px 50px;
}
#horaires .left-part span{
	font-weight: bold;
}
#horaires .left-part p{
	font-size: 15px;
	margin-left: 55px;
}
#horaires .left-part h2{
	text-decoration: underline;
	margin-bottom: 20px;
}
.ligne_verticale
{
    width: 5px;
    border-left:1px solid #ffffff;
    height:70px;
}
#gmap_canvas{
	overflow: hidden;
	height:250px;
	width:700px;
	margin-top: 20%;

}
img{
	max-width:none!important;
	background:none!important;
}
legend{
	color: #ffffff;

}
#form{
	margin-bottom: 20px;
}
#form .btn
	{
		background: transparent;
		border-color: #ffffff;
		border-radius: 50px;
		color: #ffffff;
		font-weight: 600;
		font-size: 13px;
		transition: all 0.6s ease;
	}
#form .btn:hover
	{
		background: #ffffff;
		color:#ab8c79;
		border-color: transparent;
}
/* end horaire */
/*start footer*/
#footer{
	background-color: #212121;
}
#footer h4{
	color:#ffffff;
	margin-bottom: 0px;
}
#footer img{
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 0px;
}
#footer p{
	font-weight: lighter;
	font-size: 15px;
}

#footer a{
	color: white;
	font-style: none;
	font-size: 15px;
	font-weight: lighter;
}
/*end footer */

/* media queries */
@media (min-width: 641px) {
  .container {
    width: 500px;
  }
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }

}
  
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* media queries */
