@import url(main_menu.css);
@import url(slider.css);
@import url(../text.css);
 body, html {
height:100%;
margin:0;
padding:0;
}
body{
	background-color : transparent;
	background : White url(../images/fon.gif) repeat-x center 252px;
}
*{
margin:0;
padding:0;
}
a img{
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
.clear{
	clear : both;
}
#wrapper {
 min-height:100%;height:auto !important;height:100%;
 width : 940px;
padding : 0px 10px;
 position : relative;
 margin : 0px auto;
 background : transparent url(../images/fon_wrapper.gif) repeat-y 650px top;
 }
#wrapper .empty {
 height:80px;
 clear : both;
 }
 #wrapper_footer {
 position:relative; 
 margin-top:-60px; 
 background-color : #C1A367;
 min-width : 960px;
 }
 #header{
	overflow : hidden;
	padding : 20px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
 #header h1{
	font-size : 50px;
	line-height : 40px;
	color : #C2AB5F;
}
 #header h1 a{
	font-size : 50px;
	line-height : 40px;
	color : #C2AB5F;
	text-decoration : none;
}
 #header h1 span{
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu{
	background-color : #C1A367;
	height : 50px;
	margin-bottom : 20px;
}

#text{
	width : 600px;
	padding : 15px 20px 10px 0;
	float : left;
	overflow : hidden;
	background-color : White;
	color: #545454;
}
#sidebar{
	width : 260px;
	padding : 35px 20px;
	background-color : #C1A367;
	float : right;
	margin-top: 115px;
	text-align: center;
	color: #545454;
	font-weight: 600;
}
#sidebar ul{
	list-style-type : none;
}
#sidebar li{
	margin-left : 0px;
}

#sidebar a{
	text-decoration: none;
	color: #545454;
}
#footer{
	width : 940px;
	overflow : hidden;
	padding : 10px 10px;
	margin : 0px auto;
	line-height : 20px;
	color : #545454;
	text-align: center;
	font-weight: 600;
}

#footer .left{
	float : left;
}
#footer .right{
	float : right;
	margin-left : 20px;
}
#form{
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 200px 100px;
}

#form textarea{
width: 396px;
height: 100px;
border: 2px solid #737373;
background:rgba(115, 115, 115, 0.25);
}

.gold{
color: #C1A367;
}

.golden{
color: #C1A367;
font-size: 1.4rem
}


#Prestation{
display: flex;
flex-direction: column;
gap: 40px;
margin: 200px 0px;
}

#PrestaList{
margin-left: 30px;
padding: 10px;
color: #C1A367;
}

#FlyerPrestation{
display: flex;
gap: 20px;
justify-content: center;
}

.PrestaText{
display: flex;
justify-content: center;
align-items: center;
background: #737373;
padding: 20px;
gap: 15px 0px;
text-align: center;
}

.PrestaText p{
color: #C1A367 !important;
font-weight: 600;
}

#FlyerText{
display: flex;
flex-direction: column;
gap: 40px;
}

#Home{
margin: 200px 0px;
text-align: center;
color: #545454;
}

form button{
margin-top: 20px;
padding: 20px 0px;
background: #737373;
color: #C1A367;
border: 2px solid #737373;
}

input{
background:rgba(115, 115, 115, 0.25);
padding: 10px;
border: 2px solid #737373;
}

.textcolor{
color: #545454;
}

.LogosSociaux{
display: flex;
gap: 40px;
justify-content: center;
font-size: 32px;
margin-top: 16px;
}

.LogosSociaux a{
color: #545454;}

.footertext a{
text-decoration: none;
color: #545454;
}



#PrestaList p{
color: #545454;}

.TextAlign{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px;
}

.Centerdot{
    color: #C1A367;
    font-weight: bold;
    font-size: 16px;
    width: 25px;
    height: 20px;
}


.description{
    font-family: "Srisakdi";
    font-weight: 600;
}

td:nth-child(2) {
  vertical-align: top;
}

td:nth-child(3) {
  vertical-align: top;
}


@media (max-width: 992px){
	body{
		background: transparent;
	}
	
	#main_menu{
		height: unset;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	#main_menu ul{
		justify-content: center;
		height: unset;
	}
	
	#wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: transparent;
	}
	
	#sidebar{
	float: none;
	margin-top: 0px;
	width: 80%;
	}
	
	#slider{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 35px 0px 0px 0px;
	}
	
	#slider #random{
		width: unset;
	}
	
	#text{
	width: 100%;
	}
	
	#form textarea{
	width: unset;
	}
	
	.hiddenresponsive{
	display: none;
	}
	
	
	li, p, div, button {
		font-size: 1.5rem;
	}
	
	h2{
		font-size: 1.7rem;
	}
	
	.golden{
		font-size: 2.2rem;
		color: #C1A367;
	}
	
}



