
#menuphone {
	border-radius: 1em;
	border-style: solid;
	border-color: rgb(89, 25, 11);
	border-width: 0.2em;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin-left: 2%;
	margin-right: 2%;
	font-family: 'orig_atelier_omega';
	color: rgb(255,255,255);
	background-color: rgba(128,58,43,0.7);
}

.BoutonMenuphone {
   background: #59190b;
   background:linear-gradient(to bottom, #59190b 5%, #c28578 100%);
   -webkit-border-radius: 66px;
   -moz-border-radius: 66px;
   border-radius: 66px;
   color: #FFFFFF;
   font-family: 'orig_atelier_omega';
   font-size: 3.5em;
   font-weight: 100;
   padding: 6px;
   -webkit-box-shadow: 1px 1px 44px 0 #000000;
   -moz-box-shadow: 1px 1px 44px 0 #000000;
   box-shadow: 1px 1px 44px 0 #000000;
   text-shadow: 8px 6px 32px #FFFFFF;
   border: solid #AB4B37 4px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   width: 80%;
   margin: 1%;
}

#Descriptionphone {
	margin-top: 0.5em;
	border-radius: 1em;
	border-style: solid;
	border-color: rgb(89, 25, 11);
	border-width: 0.08m;
	width: 92%;
	font-family: 'orig_atelier_omega';
	color: rgb(255,255,255);
	background-color: rgba(128,58,43,0.7);
	font-size: 3.8em;
}	

#SiteTitlephone {
	font-family: 'orig_atelier_omega';
	font-size: 12em;
	text-shadow: 0.05em 0.1em 0.05em #333;
	color: rgb(255,255,255);
	-webkit-box-shadow:0px 0px 96px 0px #9d4f4f ;
	-moz-box-shadow:0px 0px 96px 0px #9d4f4f ;
	box-shadow:0px 0px 96px 0px #9d4f4f ;
	background-color: rgba(128,58,43,0.7);
	border-color: rgb(89, 25, 11);
	border-width: 0.02em;
	border-style: solid;
	border-radius: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-right: 0.4em;
	padding-left: 0.4em;
}


#divprincipalphone {
	border-radius: 1em;
	border-style: solid;
	border-color: rgb(89, 25, 11);
	border-width: 0.2em;
	width: 90%;
	font-family: 'orig_atelier_omega';
	color: rgb(255,255,255);
	background-color: rgba(128,58,43,0.7);
}

#reservationphone {
  text-decoration: underline;
  font-size: 6em;
}

#labelformphone {
  font-size: 5em;
}

.FormatChampshone {
  font-size: 2.4em;
  border-radius: 20px;
  background-color: rgba(254, 243, 240, 0.77);
  border-color: rgb(89, 25, 11);
  border-width: 4px;
  border-style: solid;
  padding: 0.2em;
  width: 50%;
}

.FormatChampshoneh {
  font-size: 2.4em;
  border-radius: 20px;
  background-color: rgba(254, 243, 240, 0.77);
  border-color: rgb(89, 25, 11);
  border-width: 4px;
  border-style: solid;
  padding: 0.2em;
  width: 50%;
}

.divform {
  justify-content: space-between;
  display: flex;
}

.divform2 {
  width: 70%;
}

#spanContactphone{
	font-size: 20px;
}

.BoutonMenuphone {
   background: #59190b;
   background:linear-gradient(to bottom, #59190b 5%, #c28578 100%);
   -webkit-border-radius: 66px;
   -moz-border-radius: 66px;
   border-radius: 66px;
   color: #FFFFFF;
   font-family: 'orig_atelier_omega';
   font-size: 2.8em;
   font-weight: 100;
   padding: 6px;
   -webkit-box-shadow: 1px 1px 44px 0 #000000;
   -moz-box-shadow: 1px 1px 44px 0 #000000;
   box-shadow: 1px 1px 44px 0 #000000;
   text-shadow: 8px 6px 32px #FFFFFF;
   border: solid #AB4B37 4px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   width: 80%;
}
 
.BoutonMenuphone:hover {
   border: solid #AB4B37 4px;
   background: #c28578;
background:linear-gradient(to bottom, #c28578 5%, #59190b 100%);
   -webkit-border-radius: 66px;
   -moz-border-radius: 66px;
   border-radius: 66px;
   text-decoration: none;
   width: 80%;
}
       	   
#tableauphone{
	width: 100%;
	font-size: 30px;
	margin-bottom: 2%;
	text-align: left;
}

#td1phone{
	font-size: 22px;
}