@import url(http://fonts.googleapis.com/css?family=Open+Sans);



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
  
}
#cssmenu {
  width: 990px;
  font-family: 'stonehen', sans-serif;
	font-weight: 100;
  line-height: 1;
  background: #69902a;
}
#menu-line {
  position: fixed;
  top: 0;
  left: 0;
  height: 0px;
  background: #3883A7;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  display: inline-block;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 24px 18px 24px 18px;
  font-size: 15px;
    font-weight: 100; 
  text-decoration: none;	
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a {
background: transparent;
	color: #f9d64a;

	}
#cssmenu > ul > li.active > a {
  background: transparent;
	color: #f9d64a;
}



#cssmenu > ul > li.has-sub > a {
  padding-right: 24px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
	left:1px;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul li a {
  padding: 15px 15px 15px 15px;
  width: 190px;
  font-size: 14px;font-weight: 300;
	top: 6px;
 background-color: #323233; 
  text-decoration: none;
	text-align:center;
  color: #69902a;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #f3d664;
font-weight: 100;
}



#cssmenu > ul >li:nth-child(0n+1)> a {
	width : 130px;
	background-color: transparent;
	text-align:right;
}
	

#cssmenu > ul >li:nth-child(0n+2)> a {
	width : 130px;
	background-color: transparent;
}

#cssmenu > ul >li:nth-child(0n+3)> a {
	width : 150px;
	background-color: transparent;
}

#cssmenu > ul >li:nth-child(0n+4)> a {
	width : 120px;
	background-color: transparent;
}

#cssmenu > ul >li:nth-child(0n+5)> a {

	background-color: transparent;
}

#cssmenu > ul >li:nth-child(0n+6)> a {
width : 90px;
	background-color: transparent;
}

#cssmenu > ul >li:nth-child(0n+7)> a {
	width : 120px;
	text-align:left;
	background-color: transparent;

}

#cssmenu  ul   :nth-child(0n+2)> ul a {
	left: -20px;
}

#cssmenu  ul   :nth-child(0n+3)> ul a {
	left: -20px;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;

}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

#cssmenu  ul > li > ul :nth-child(0n+5)> a {
	font-family: 'Arista Pro Alternate', sans-serif;

	font-size: 20px;
	padding: 12px 15px 12px 15px;
}

#cssmenu > ul >li:nth-child(0n+3)> ul :nth-child(0n+5)> a {
	font-family: 'stonehen', sans-serif;
	padding: 15px 15px 14px 15px;
	font-size: 15px;
}



.adresse {font-size: 12px; font-weight: normal;font-family: 'PT Sans', sans-serif;;color: #652d0b; }

.barreMenu
{
position: fixed;
text-align: center;
height: 63px;
top: 0; 
left: 50%;
    transform: translate(-50%, 0);
background: #69902a;       
-webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
}


.TITRE {font-size: 48px; font-weight: normal;font-family: 'Oswald-light', cursive;color: #1A2A5F; }

.TITRE2 {font-size: 48px; font-weight: normal;font-family: 'Oswald-light', cursive;color: #A62942; }

.TEXTE {font-size: 16px; font-weight: normal;font-family: 'Oswald-light', sans-serif;color: #000; }





@font-face {
    font-family: 'stonehen';
    src: url(stonehen.eot);
    src: url('stonehen.eot?#iefix') format('embedded-opentype'),
        url(stonehen.woff2) format('woff2'),
        url(stonehen.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arista Pro Alternate';
    src: url('../../../appie/AristaProAlternate-Bold.woff2') format('woff2'),
url('../../../appie/AristaProAlternate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nashville-Serial';
    src:url("../../../fonts/Nashville-Serial-Regular.eot");
    src: url('../../../fonts/Nashville-Serial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/Nashville-Serial-Regular.woff2') format('woff2'),
        url('../../../fonts/Nashville-Serial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.stonehen {font-size: 50px; font-weight:100;font-family: 'stonehen', sans-serif;color: #fff ;}
.stonehen2 {font-size: 48px; font-weight:100;font-family: 'Cormorant', serif;color: #256098 ;}
.stonehen3 {font-size: 18px; font-weight:100;  text-align: justify; font-family: 'stonehen', sans-serif;color: #fff ;}
.stonehen3or {font-size: 18px; font-weight:100;  font-family: 'stonehen', sans-serif;color: #c8ae7a ;}
.stonehen3c {font-size: 18px; font-weight:500;  font-family: 'stonehen', sans-serif;color: #0D2F6E ;}


.bords {
    border-radius: 10px;
}

.ombre {
    -webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.5);
}

.ombrepage {
box-shadow:0px 6px 12px 3px rgba(0, 0, 0, 0.7)
}



