.boutonmenu
{
	display: block;
	width: 100%;
	z-index: 1;
	position: fixed;
	background-color: #00B5BD;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	color: #FFF;
	text-align: center;
	font-size: 4em;
	text-decoration: none;
	font-family: 'CaviarDreams';
	text-shadow: 5px 5px 5px #000;
	font-weight: bold;
	border-bottom-left-radius: 117px;
	border-bottom-right-radius: 117px;
}
nav
{
	display: none;
}
.coteprincipal
{
	width: 800px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	min-width: 400px;
	background-color: rgba(0,0,0,0.6);
	position: relative;
	left: 0px;
	margin: auto;
	padding-top: 120px;
}


/*Page Son, Eclairage*/
.Boiteinferieure
{
	font-size: 2.3em;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	width: 25%;
	min-height: 100px;
	height: auto;
	word-wrap: break-word;
}
.casetransparente
{
	width: 25%;
	height: 100px;
}



/*Page Contact*/
.plandacces
{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.plandaccesinf
{
	padding-left: 15px;
	padding-right: 15px;
}
.hrcontact
{
	display: block;
}
.iframecontact
{
	width: 700px;
	height: 700px;
}

.routingmenu
{
	font-size: 2em;
	font-weight: bold;
	padding: 10px;
}


.infosproduit
{
	font-size: 2em;
}

/*Page Location*/
.Boiteinferieure2
{
	margin: 10px;
	flex:1;
	flex-direction: column;
	display: flex;
	text-align: center;
	text-decoration: none;
	background-color: rgb(0,181,184);
	border: 1px solid #FFF; 
	color: #FFF;
	font-family: 'CaviarDreams';
	overflow: hidden;
}
.Boiteinferieure2:hover
{
	background-color: rgba(255,255,255,0.5);
	color: #000;
}
.imgBoiteinferieure2
{ 
	flex: 1;
	border-top: 1px solid #FFF;
	opacity: 1;
}
.Boiteinferieure2:hover .imgBoiteinferieure2
{
	opacity: 1;
}


/*Page Occasions*/
.casedannonce
{
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: 'CenturyGothicRegular';
	overflow: hidden;
	width: 340px;
	border: 1px solid #FFF;
	background-color: rgba(0,181,184,0.5);
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.casedannonce h3
{
	font-size: 1.5em;
}
.casedannonce img
{
	width: 100%;
}
.casedannonce h4
{
	border: 1px solid #FFF;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.5);
	font-size: 1.2em;
}




/*Uniquement pour la page Menumobile*/
.menunav
{	min-height: 100%;
	height: auto;
	width: 60%;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	position: relative;
	overflow: visible;
	margin-top: 20px;
	margin: auto;
}
.MENU
{
	text-align: center;
	color: #FFF;
	font-family: 'CaviarDreams' ;
	font-size: 4.5em;
	margin-top: 20px;
	margin-bottom: 0;
}
.logosupres
{
	display: flex;
	justify-content: space-around;
	background-color: #FFF;
	height: 150px;
}
.logo
{
	height: 100%;
	width: auto;
	margin-bottom: 20px;
}
.menunav ul
{
	margin-top: 25px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 80px;
}
.menunav ul li
{
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 10px;
}
.navullia
{
	color: #00B5BD;
	text-decoration: none;
	font-family: 'CaviarDreams' ;
	font-size: 4.5em;
}
.Souspagechoix a
{
	font-size: 2.5em;
}
.lienprestations a
{
	font-size: 2.5em;
}
.articleinferieure
{
	font-size: 1.8em;
}
.Boiteinferieure2 h3
{
	font-size: 2em;
	margin: 15px 0px 15px 0px;
}
.tetelignelocation div
{
	font-size: 2em;
}
.phrasedinfo
{
	font-size: 2em;
}
.casedannonce
{
	font-size: 1.5em;
}




.boutonhautdepage
{
	display: none;
}
footer
{
	font-size: 0.7em;
}