html
{
	height: 100%;
}
body
{
	height: 100%;
	background-image: url("Fichiers/Images/Console62.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0px;
}
.bodyeclairage
{
	background-image: url("Fichiers/Images/Spectacle.jpg");
}
.bodyvideo
{
	background-image: url("Fichiers/Images/Projection.jpg");
}
.bodyson
{
	background-image: url("Fichiers/Images/Sonfond2.jpg");
}

.boutonmenu
{
	display: none;
}
												/*Navigation*/
nav
{
	height: 100%;
	width: 210px;
	left: 60px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	overflow: auto;
	margin-top: 20px;
}
.logo
{
	width: 100%;
}
nav ul
{
	margin-top: 25px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
nav ul li
{
	margin-bottom: 4px;
	padding: 10px;
}
.navullia
{
	color: #00B5BD;
	text-decoration: none;
	font-family: 'CaviarDreams';
	font-size: 1.5em;
}
.navulliaencour
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'CaviarDreams' ;
	font-size: 1.5em;
}
.RubriqueEnCour
{
	background-color: #00B5BD;
}
a:hover
{
	color: #FFFFFF;
}

												/*Coté droit*/
.coteprincipal
{
	width: 640px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	min-width: 400px;
	background-color: rgba(0,0,0,0.6);
	position: relative;
	left: 320px;
}
header
{
	color: #00B5BD;
	font-family: 'CaviarDreams';
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.titreAccueil
{
	font-size: 3.5em;
	color: #FFFFFF;
	text-align: left;
}
.titreAccueil2
{
	font-size: 2.5em;
	color: #FFFFFF;
	text-align: left;
}
.routingmenu
{
	text-align: left;
	border-bottom: 2px solid #FFF;
	padding: 5px;
	color: #FFF;
}
.routingmenu a
{
	color: #00B5BD;
	text-decoration: none;
}
.titreprincipal
{
	font-size: 2.7em;
}
.titresecond
{
	font-size: 1.5em;
}
.titresecond2
{
	font-size: 1em;
	color: rgba(255,255,255,0.8);
}
.citation
{
	font-family: 'CaviarDreamsItalic';
}
.citation span
{
	font-family: 'CaviarDreams';
}
.Léonard
{
	font-style: normal;
}
.InfoAccueil
{
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	flex-grow: 1;
	font-family: 'CenturyGothicRegular';
}
.Listelocation
{
	margin-top: 30px;
	margin-bottom: 30px;
	color: #FFF;
	flex-grow: 1;
	font-family: 'CenturyGothicRegular';
	background-color: rgba(171,11,212,0.5);
}
.tetelignelocation
{
	display: flex;
	text-align: center;
}
.tetelignelocation div
{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	height: auto;
	border: 1px solid #000;
}
.tetelignelocation div p,h4
{
	margin: 5px 0px 5px 0px;
	font-weight: normal;
}
.tetelignelocation div:nth-child(1)
{
	width: 200px;
}
.tetelignelocation div:nth-child(2)
{
	flex: 3;
	padding: 0px 20px 0px 20px;
	margin: 0;
}
.tetelignelocation div:nth-child(3)
{
	flex: 1;
	padding: 10px;
	margin: 0;
}
.lignelocation
{
	height: auto;
	display: flex;
	margin-bottom: 10px;
}
.lignelocation h4
{
	flex: 1;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	margin: 0;
	background-color: rgba(0,181,184,0.8);
	border: 1px solid #000;
}
.infosproduit
{
	flex: 3;
	text-align: left;
	background-color: rgba(0,181,184,0.8);
	margin: 0;
	padding: 20px;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.infosproduit h3
{
	margin: 10px 0px 10px 0px;
}
.infosproduit p,ul
{
	color: rgba(255,255,255,0.8);
	margin: 0;
}
.imageinferieure2
{
	width: 200px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border: 1px solid #000;
}
.imageinferieure2 img
{
	width: 100%;
	height: auto;
}
.listelogo
{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	height: 60px;
	width: 100%;
}
.listelogo img
{
	height: 60px;
	width: auto;
}
.rubriquesonflex
{
	flex-grow: 1;
	width: 100%;
}
.contacteznous
{
	color: #00B5BD; 
	text-decoration: none;
}
.contacteznous:hover
{
	color: yellow;
}
.Boitesuperieure
{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.Boiteinferieure
{
	flex:1;
	text-align: center;
	text-decoration: none;
	width: 25%;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 10px;
	background-color: rgba(0,181,184,0.5);
	border: 1px solid #FFF; 
	color: #FFF;
	font-family: 'CenturyGothicRegular';
}
.casetransparente
{
	flex: 1;
	width: 25%;
	height: 60px;
	margin: 10px;
}
.Boiteinferieure:hover
{
	background-color: rgba(255,255,255,0.5);
}
.Boiteinferieure2
{
	margin: 10px;
	flex:1;
	flex-direction: column;
	display: flex;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,181,184,0.7);
	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: 0.7;
}
.Boiteinferieure2:hover .imgBoiteinferieure2
{
	opacity: 1;
}
.Sommaire
{
	display: flex;
	background-color: rgba(0,181,184,0.5);
	text-align: left;
	color: #FFF;
	font-family: 'CaviarDreams';
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.articleinferieure
{
	flex: 3;
	padding-left: 20px;
	padding-right: 20px;
}
.lienjaune
{
	color: yellow;
	text-decoration: none;
}
.lienjaune:hover
{
	color: orange;
}
.imageinferieure
{
	flex: 1;
	padding: 5px;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}
.imageinferieure img
{
	width: 160px;
	height: auto;
}
.boutonhautdepage
{
	right: 50px;
	bottom: 5px;
	padding: 10px;
	position: fixed;
}
.boutonhautdepage img
{
	height: 50px;
}
.tableaulocation
{
	height: auto;
	background-color: rgba(0,70,70,0.4);
	display: flex;
	justify-content: space-between;
}
.contacts
{
	text-align: center;
	border: 1px solid #FFF;
	background-color: rgba(0,181,184,0.5);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.plandacces
{
	display: flex;
	justify-content: space-between;
}
.plandaccesinf
{
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}
.iframecontact
{
	width: 500px;
	height: 500px;
	border: 0;
}
.hrcontact
{
	display: none;
}
.nosreferences
{
	text-align: center;
}
.phrasedinfo
{
	color: yellow;
}
.Occasions
{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}
.casedannonce
{
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: 'CenturyGothicRegular';
	overflow: hidden;
	width: 270px;
	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:hover
{
	color: #000;
	background-color: rgba(255,255,255,0.5);
}
.casedannonce:hover h4
{
	border: 1px solid #000;
	background-color: rgba(0,181,184,0.5);
}
.casedannonce h3
{
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.casedannonce img
{
	width: 270px;
	margin: auto;
	height: auto;
}
.descriptionproduitoccasion
{
	text-align: left;
	font-weight: lighter;
}
.casedannonce h4
{
	border: 1px solid #FFF;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 10px;
}
.casedannonce h5
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.casepresta
{
	margin: auto;
	width: 90%;
	border: 1px solid #FFF;
	background-color: rgba(0,181,184,0.5);
	padding: 20px;
	margin-top: 30px;
}
.lienprestations
{
	display: flex;
	flex-direction: column;
}
.lienprestations a
{
	padding: 5px;
	background-color: rgb(171,11,212);
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
	text-align: center; 
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 2px 2px 0px #000;
}
.lienprestations a:hover
{
	box-shadow: 3px 3px 0px #FFF;
}
.lienlocation
{
	display: flex;
	flex-direction: column;
	font-family: 'CenturyGothicRegular';
	width: 60%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.lienlocation a
{
	padding: 5px;
	background-color: rgb(171,11,212);
	color: #FFF;
	text-decoration: none;
	margin-top: 20px;
	text-align: center; 
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 2px 2px 0px #000;
}
.lienlocation a:hover
{
	box-shadow: 3px 3px 0px #FFF;
}
.Souspagechoix
{
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.Souspagechoix a
{
	width: 75%;
	padding: 20px;
	margin: auto;
	margin-bottom: 30px;
	background-color: rgba(171,11,212,0.5);
	text-align: center;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #FFF;
	font-size: 1.5em;
}
.Souspagechoix a:hover
{
	background-color: rgba(255,255,255,0.5);
}


footer
{
	color: #FFFFFF;
	background-color: rgba(0,181,184,0.5);
	text-align: center;
	font-family: 'CenturyGothicRegular';
	bottom: 0;
	margin-top: 50px;
}


.IEMESSAGE
{
	display: none;
}