@font-face {
font-family: 'Lobster';
src: url('font/Lobster1-4.eot?#iefix') format('embedded-opentype'),  
url('font/Lobster1-4.otf')  format('opentype'),
url('font/Lobster1-4.woff') format('woff'), 
url('font/Lobster1-4.ttf')  format('truetype'), 
url('font/Lobster1-4.svg#Lobster1.4') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TwCenMT-Condensed';
src: url('font/TwCenMT-Condensed.eot?#iefix') format('embedded-opentype'),  
url('font/TwCenMT-Condensed.woff') format('woff'), 
url('font/TwCenMT-Condensed.ttf')  format('truetype'), 
url('font/TwCenMT-Condensed.svg#TwCenMT-Condensed') format('svg');
font-weight: normal;
font-style: normal;
}

body
{
margin: 0 auto; /* Pour centrer notre page */
text-align:center;
background-color: #a48468;
width:100%;
height:100%;
}

body#index { 
  margin:0;
  padding:0;
  background: url(img/image-index.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}


a img 
{ 
border: none; 
} 
a{
color:#ffffff;
text-decoration: none;
}
a:hover{
color:#ffffff;
text-decoration: underline;
}
h2
{
font-size: 30px;
font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
color:#ffffff;
}

#imgfond { /* c'est l'image */
position:fixed;
display: block;
width: 100%;
height: 100%;
z-index:-999;
}

#top-mobile{
display:none
}

#top-desktop
{
width:100%;
height:90px;
text-align:center;
color:#ffffff;
background-color:#805b40;
}
.menu-desktop-cases{
display:inline-block;
vertical-align:top;
background:none;
font-size: 32px;
font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
color:#fff;
margin-left:20px;
margin-right:20px;
margin-top:28px;
}
.menu-desktop-cases img{
display:inline-block;
vertical-align:top;
background:none;
margin-left:0px;
margin-right:0px;
margin-top:10px;
}
.menu-desktop-cases a{
text-decoration: none;
color:#ffffff;
}
.menu-desktop-cases a:hover{
text-decoration: none;
color:#573933;
}

.photo-rubriques{
border:8px solid #fff;
  -moz-box-shadow: 3px 3px 12px #a58569; 
  -webkit-box-shadow: 3px 3px 12px #a58569; 
  box-shadow: 3px 3px 12px #a58569;
}

#box
{
min-height:900px;
width:96%;
max-width:900px;
min-width:200px;
padding:2%;
margin-left:auto;
margin-right:auto;
font-size: 26px;
font-family: 'Lobster',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
text-align:center;
color:#573933;
background-color:none;
margin-top:140px;
}

.titre{
font-family: 'Lobster',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-size: 38px;
color:#fff;
}
.sous-titre{
font-family: 'Lobster',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
font-size: 26px;
color:#573933;
}
.texte-carte{
color:#fff;
font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
}
#box table{
color:#fff;
width:100%;
font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
}
#box table td{
text-align:left;
padding-bottom:15px;
vertical-align:top;
}


input[type="submit"]{
width:100%;
background:#573933; 
border:none; 
padding:10px;
font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
font-size:30px;
color:#fff;
}
select{
text-align:left; width:100%; height:50px; background-color:#fff; color:#000; font-size: 20px; border:none; font-family: Arial, sans-serif;
}
.input_contact{
text-align:left; width:100%; height:50px; background-color:#fff; color:#000; font-size: 20px; border:none; font-family: Arial, sans-serif;
}
.input_contact_petit{
text-align:left; width:45%; height:45px; background-color:#fff; color:#000; font-size: 22px; border:none; font-family: Arial, sans-serif;
}
.textarea_contact{
text-align:left; width:100%; height:200px; background-color:#fff; color:#000; font-size: 20px; border:none; font-family: Arial, sans-serif; overflow:hidden;
}
.champs-formulaire-long{width:100%; margin-bottom:25px; text-align:left; }
.champs-formulaire-court{width:48%; margin-bottom:25px; text-align:left; display:inline-block;}
.champs-formulaire-space{width:2.5%; margin-bottom:25px; text-align:left; display:inline-block; background:red;}


#bottom{
width:100%;
height:40px;
background-color:#805b40;
color:#ffffff;
text-align:center;
padding-top:18px;
font-size:18px;
font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
z-index: 10;
-moz-box-shadow:0px -1px 14px #56423b;
-webkit-box-shadow:0px -1px 14px #56423b;
box-shadow:0px -1px 14px #56423b;
}
#bottom a /* Lien normal */
{
   text-decoration: none;
   color:#caab92;
}
#bottom a:active /* Quand le visiteur clique sur le lien */
{
   text-decoration: underline;
   color:#caab92;
}
#bottom a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color:#caab92;
}

.error{
color:#750000;
}

.remarquespam { 
display:none; 
}


@media screen and (max-width: 970px) {
#top-mobile{
display:block;
width:96%;
padding-left:2%;
padding-right:2%;
padding-top:10px;
height:60px;
background-color:#805b40;
text-align:left;
}
#top-desktop{
display:none
}
.menu-desktop-cases{
display:none
}
.logo-mobile{
position:absolute;
top:0px;
left:10px;
}

#box
{
min-height:900px;
width:96%;
max-width:900px;
min-width:200px;
padding:2%;
margin-left:auto;
margin-right:auto;
font-size: 26px;
font-family: 'Lobster',TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
text-align:center;
color:#573933;
background-color:none;
margin-top:70px;
}
.champs-formulaire-long{width:100%; margin-bottom:25px; text-align:left; }
.champs-formulaire-court{width:100%; margin-bottom:25px; text-align:left; display:block;}
.champs-formulaire-space{display:none;}

/* STYLE DU MENU DEROULANT */
ul, ul ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu-content {	
position:absolute;
top:0px;
right:0px;
width: 180px;
margin: 0px;
font-size: 0.8125em;
text-align:left;
background:none;
}
.menu {
	width: auto;
	height: auto;
}
.menu > li > a {
	background-color:none;
	width:100%;
	height:71px;
	display:block;
	position:relative;
	font-weight:bold;
	font-size:16px;
	padding-top:0px;
	color: #fff;
	text-decoration: none;

}
.menu ul li a {
	background-color:#805b40;
	border-bottom: 0.25px solid #a9988e;
	width: 150px;
	height: 3.2em;
	line-height: 3.2em;
	text-indent: 2.6em;
	display: block;
	position: relative;
	font-family: 'TwCenMT-Condensed',Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:1.7em;
	color: #fff;
	text-decoration: none;
	text-align:right;
	padding-right:30px;
	z-index:999;
}
.menu ul li:last-child a {
	border-bottom: 0.25px solid #a9988e;
	text-decoration: none;
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: none;
	text-decoration: none;

}
.menu > li > a.active {
	border-bottom: 0.25px solid #a9988e;
	text-decoration: none;
}

.menu > li > a span {
	display: inline-block;
	position: absolute;
	right: 20px;
	top:20px; 
	padding:0;
	margin:0; 
	color: #000;
	text-align: center;
	text-decoration: none;
}

.menu > li > ul li a:before{
	content: '<';
	font-size: 10px;
	color: #a9988e;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	right: 4em;
	text-decoration: none;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #a9988e;
	text-decoration: none;
}
.menu ul > li > a span {

}

.remarquespam { 
display:none; 
}
}


