/*******************************/
/*  TOP - PAGE - ATELIER
/*******************************/

#top_page_atelier{
	text-align: center;
	padding: 0;
}

#top_page_atelier .top_page_atelier_content{
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	height: 100%;
	padding: 8em 1em;
}

#top_page_atelier h1{
	font-size: 3rem;
	font-weight: 800;
	color: #444;
	text-transform: uppercase;
}

#top_page_atelier h2{
	font-size: 3rem;
	margin: 0.2em 0 0.5em;
}

#top_page_atelier .top_page_atelier_adresse{
	color: #b76d37;
	font-size: 2.3rem;
	font-weight: 400;
}

#top_page_atelier .top_page_atelier_horaires{
	color: #333;
	font-size: 1.7rem;
	font-weight: 400;
}

@media(max-width: 992px){

	#top_page_atelier h1{
		font-size: 2.5rem;
	}

	#top_page_atelier h2{
		font-size: 2rem;
	}

}





/***************************/
/*  ATELIER - SERVICES
/***************************/

#atelier_services{
	padding: 4em 0;
}

#atelier_services .atelier_services_top{
	border-bottom: solid 1px #666;
	padding-bottom: 2em;
	margin-bottom: 4em;
}

#atelier_services .atelier_services_left{
	padding: 0 1em;
}

#atelier_services .atelier_services_right img{
	width: 100%;
}

#atelier_services .atelier_services_texte h4{
	color: #b76d37;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

#atelier_services .atelier_services_texte ul{
	padding: 0;
	text-align: center;
}

#atelier_services .atelier_services_texte ul li{
	list-style-type: none;
	display: inline-block;
	background-color: #b76d37;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.1rem;
	border-radius: 5px;
	margin: 5px;
}



/***************************/
/*  ATELIER - LOCALISATION
/***************************/

#atelier_localisation{
	background-color: #eee;
	padding: 4em 0;
}

#atelier_localisation .atelier_localisation_left img{
	width: 100%;
}

.atelier_localisation_right {
	padding: 0 2em;
  	min-height: 400px;
}

.atelier_localisation_right p {
	height: 100%;
	margin: 0;
}

.atelier_localisation_right iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
	display: block;
}


@media(max-width: 992px){

	.atelier_localisation_right{
		margin-top: 2em;
		padding: 0;
	}

}












