	
/*DEBUT STYLE MODULE Main*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Cabin);

body {
	color: rgb(51, 51, 51);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#corps {
	background-color: rgb(255, 255, 255);
	padding-bottom:2em;
}
.main-color-texte {
	color: rgb(63, 48, 33);	
}
.main-color-border {
	border-color: rgb(63, 48, 33);
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(101, 76, 52);
	font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1, h2 {
	border-bottom:2px solid rgb(101, 76, 52)!important;
}
a {
	color: rgb(128, 177, 71);
}

hr { border-top: 1px solid rgb(63, 48, 33); }

a:hover, a:active {
	color: rgb(44, 64, 20);
}
.placeholder::after {
    background-image: url(../images/interface/logo-placeholder-archic.png);
}
.placeholder {
	background-color: rgb(241, 235, 228);
}
.titre_page{
	padding-right:10%;
	font-size:2em;
}
@media (max-width: 768px){
	table{
		font-size:0.9em;
	}
}


ol.breadcrumb{
    margin-top: 20px;
}

.paragraphe h2 {
    font-size: 1.8em;
        border-bottom-width: 0px!important;
}


/************* HEADER ***************/
.decal-slider{ height:0px;} /*** permet le calcul du topitop en sm **/
@media (max-width: 767px){
	.decal-slider{ height:85px;}
}
/* @media (min-width: 767px) and (max-width: 992px) {
	.decal-slider{ height:0px;}
} */
.carousel-indicators{
    height: 10px;
}
.carousel-caption {
    display: none;
}
header .contact {
	padding: 0.7em 0 0.4em 0;
	border-top: 3px solid;
	border-bottom: 1px solid;
	font-size: 0.7em;
}
header .rounded {
	padding: 0.4em;
	padding-bottom: 0;
	margin-left: 1em;
	margin-right: 0.25em;
	border-width: 1px;
	vertical-align: middle;
	color:rgb(128, 177, 71)
}
header .rounded.no-margin {
	margin-left: 0;
}

@media (min-width: 768px) {
	.navbar-brand {
		height: 65px;
	}	
}
.remonteur {
	margin-top: -10px;
}

header .navbar-static-top {
	margin-bottom: -85px;
}

header .contact {
	border-top-color: rgb(63, 48, 33);
	border-bottom-color: rgb(63, 48, 33);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background:rgb(137, 104, 71);
	color:rgb(255, 255, 255);
	font-size:1em;
}

.voir-toutes {
	background-color: rgb(128, 177, 71);
	color: rgb(255, 255, 255);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.voir-toutes a {
	color: rgb(255, 255, 255);
}

#footer_page {
	border-color: rgb(117, 168, 64);
	background-color: rgb(63, 48, 33);
	color: rgb(255, 255, 255);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:0.9em;
}

#footer_contact {
	font-size:15px;
	margin-top:50px;
}


#footer_page h2 {
	font-size:1.8em;
	color:#ffffff;
}


.icn-rsx a:hover {
  text-decoration: none;
}
.icn-rsx a:hover .pyricon {
  background-color: rgb(128, 177, 71);
  color: rgb(255, 255, 255);
}

#corps.accueil section {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.btn-bleu-ciel, .btn-bleu-ciel:hover {
	background-color:#00BFFF;
}

/*** Animation on scroll ***/
.on_scroll{
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out; /*5s ease-in-out*/
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out; 
}
/*FIN STYLE MODULE Main*/

/*DEBUT STYLE MODULE Panneaux*/
@media (min-width: 768px) {
	.voir-toutes.panneaux {
		padding: 1.5em 0 1em 0;
	}	
}


.voir-toutes.panneaux {
	background-color:rgb(63, 48, 33);	
}


.bloc_accueil .pyricon { 
	/* float: left; */
	display:inline-block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 0.5em;
}
.bloc_accueil .text-left{display:inline-block;}

.bloc_accueil strong {
	display: block;
	font-weight: normal
}

@media screen and (min-width: 768px)  and (max-width: 1200px ) {
	.bloc_accueil{text-align:center!important;}
	.bloc_accueil .text-left{
		text-align: center;
		padding-top: 10px;
		width:100%;
	}
	.bloc_accueil .pyricon{margin-right:0px;}

}

@media (max-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 1.3em;
	}
	.bloc_accueil p { 
		font-size: 1.1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.2em; 
	}
	.bloc_accueil {text-align:left;}
}
@media (min-width: 768px) {
	.bloc_accueil .pyricon {
		font-size: 2.4em;
	}
	.bloc_accueil p { 
		font-size: 1em; 
	}
	.bloc_accueil strong { 
		font-size: 1.7em; 
	}
}
/***** Animation tirée de Tympanus, http://tympanus.net/Development/IconHoverEffects/#set-3 *****/
.bloc_accueil .rounded {
	position: relative;
    z-index: 1;
	border-color: rgb(137, 104, 71);
	background: rgb(63, 48, 33);
	-webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.bloc_accueil .rounded:before {
	color:rgb(128, 177, 71);
}
.bloc_accueil:hover .rounded:before  {
	color:rgb(63, 48, 33);
}
.bloc_accueil .rounded:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
	top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
	background: rgb(128, 177, 71);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.bloc_accueil:hover .rounded {
	color: rgb(128, 177, 71);
}
.bloc_accueil:hover .rounded:after {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}
#panneaux h2{
	color:rgb(255, 255, 255);
}

.titre_panneau {
	color: rgb(255, 255, 255);
	font-family: ;
	font-size: px;
	background: linear-gradient(to bottom, rgb(13, 15, 18) , rgb(13, 15, 18));
	height:50px;
	border-top: 4px solid ;
	border-bottom: 2px solid ;
}

.description_panneau {
	color: rgb(255, 255, 255);
	font-family: ;
	font-size: px;
	background: rgb(44, 176, 210);
	height:235px;
	border-bottom: 2 solid rgb(0, 0, 0);
	padding: 10px 15px;

}

.block-panneau{
	padding-right: 3px ;
	padding-left: 3px ;
}






#panneaux .plus_info{
	color: rgb(255, 254, 254);
	background: rgba(255, 255, 255,0);
	font-size: em;
}
#list_panneau {
	list-style-type: none;
}
.titre_panneau{
	margin:0px;
	padding:10px 0px;
}
.titre_panneau .col-xs-9{
  padding: 0;
  padding-left: 2px;
}

#panneaux  .plus_info{
	position: absolute;
	margin-bottom: 12px;
	bottom: 0px;
}
#panneaux .plus_info:after{
	position: absolute;
	content:"";
	background: url("../images/interface/triple_fleche.png");
	width:18px;
	height:18px;
	margin-left: 15px;
	margin-top: 3px;
	
}


.description_panneau ul{
  list-style-type: initial;
 }
 
.titre_panneau h2 {
  display: inline-block;
  margin-left: 5px;
  border-bottom: 0px;
}

.titre_panneau h2  strong{
  display: block;
  font-weight: normal;
}

.titre_panneau img , .bloc_accueil.panneaux_long  img{
  display: inline-block;
  margin-top: 0px;
  vertical-align: baseline;
  width: 20%;
  max-width: 65px;
}



/***** Panneaux anime ***/
#list_panneau_anime{    
	list-style-type: none; 
	margin-top: 25px;
}
#list_panneau_anime .titre_panneau{
	margin: 0px;
    padding: 0px 0px;
    display: table;
    width: 100%;
}
#list_panneau_anime .titre_panneau p{
	display:inline-block;
	margin: 0;
	margin-left: 20%;
	width: 80%;
    text-align: center;
}
#list_panneau_anime .titre_panneau .icone{
	color: rgb(255,255,255) ;/* white */
	background:  ;/* #00BFFF */
    padding-left: 11px;
    padding-top: 7px;
    border-radius: 50%;
    border: 3px solid ; /* 3px solid white; */
    font-size: 30px;
    position: absolute;
    width: 56px;
	margin-left: 2%;
	margin-top: 2%;
}
#list_panneau_anime .plus_info{
	position: absolute;
	width: 30%;
	left:35%;
	bottom: -33px;
	z-index: 2;
	padding: 7px;
	padding-left: 15px;
	border-top-left-radius: 20% 50%;
	border-top-right-radius: 20% 50%;
	border-bottom-left-radius: 20% 50%;
	border-bottom-right-radius: 20% 50%;
	border: 0px solid rgba(255,255,255,0); /* 4px solid rgb(0, 162, 215);*/
	text-align: center;
}
#list_panneau_anime .plus_info:after{display:none;}
#list_panneau_anime .plus_info:hover{text-decoration:none;}
#list_panneau_anime .plus_info .pyricon{
    display: inline-block;
    position: absolute;
    padding-top: 0px;
    left: 10px;
    top: 9px;
	font-size: 14px;
}
#list_panneau_anime .mini_panneaux{
    margin-bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
#list_panneau_anime .mini_panneaux .paragraphe:before{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:10px;
	bottom:0;
	left:0;
	background:#00BFFF;
	border-top:1px solid black;
}

#list_panneau_anime .mini_panneaux:nth-child(3n-2)
{
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n-1)
{
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
#list_panneau_anime .mini_panneaux:nth-child(3n)
{
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

#background_panneaux{
	position:absolute;
	display:block;
	content:"";
	width:100%;
	background-color:rgb(63, 48, 33);
	left:0;
}
@media screen and (min-width: 992px)  and (max-width: 1200px ) {
	#list_panneau_anime .plus_info{
		width: 30%;
		left:35%;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px ) {
	#list_panneau_anime .mini_panneaux:nth-child(2n-1)
	{
	  transition-delay: 0.2s;
	  -webkit-transition-delay: 0.2s;
	}
	#list_panneau_anime .mini_panneaux:nth-child(2n)
	{
	  transition-delay: 0.4s;
	  -webkit-transition-delay: 0.4s;
	}
}
   


/*FIN STYLE MODULE Panneaux*/

/*DEBUT STYLE MODULE Realisations*/
.realisation .list_champs .libelle{
			color: rgb(0, 0, 0);
			font-size: 1.2em;
}
.nopadding { padding:0px;}

#list_img_associe{
	margin-top: 10px;
	padding: 0px;
}
.carousel-control.right , .carousel-control.left {
  z-index:5;
}


.list_realisaition .hoverlay{
  width: 90%;
  left: 5%;
  top:5%;
  height: 90%; 
  background-color: rgba(255, 255, 255, 0.7);
}

.voir_toutes{
	background:black;
}
.voir_toutes a{
	font-size:1.2em;
	color:white;
	padding-top: 8px;
}
.btn-voir{
  position: absolute;
  bottom: 0px;
  margin-bottom: 15px;
  z-index: 2;
  border: 1px solid black;
   border-radius: 8px;
  left: 30%;
  width: 40%;
}

.une-galerie .hoverlay{
background : rgba(255,255,255,0); 
}

.list_realisaition .elm-galerie , .list_realisaition .une-galerie  {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.elm-galerie .hoverlay, .une-galerie .hoverlay {
	background-color: rgba(255, 255, 255, 0.8);
}
.elm-galerie .hoverlay .btn-default, .une-galerie .hoverlay .btn-default {
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}
.elm-galerie .hoverlay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	opacity: 0;
	transition: opacity 0.35s ease-in-out;
}
.elm-galerie .hoverlay:hover, .elm-galerie .hoverlay:active {
	opacity: 1;
}
.elm-galerie .hoverlay-flex-middle {
	width: 100%;
	text-align: center;
}

.une-galerie .thumbnail {
	border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 2px;
}
.une-galerie .elm-galerie .hoverlay {
	margin: 5%;
	width: 90%;
	height: 85%;
}

.hoverlay-flex-middle h3 {
	font-size:1.2em;
}
/********** Liste type ***********/
.list_type_realisation{
	list-style-type:none;
	padding: 0px;
}

.list_type_realisation li{
	background: rgb(63, 48, 33);
	border:1px solid rgb(63, 48, 33);
	margin-top:3px;
}
.list_type_realisation li a{
	color:rgb(128, 177, 71);  
	display: block; 
	padding:10px 5px;
}
.list_type_realisation li:hover a ,.list_type_realisation li.active a{
	color:rgb(63, 48, 33); 
	text-decoration:none;
}
.list_type_realisation li:hover ,.list_type_realisation li.active{
	background:rgb(255, 255, 255);
	border: 1px solid rgb(63, 48, 33);
}
/************ Effet Archi-saint-germain *******/
.elm-galerie {
	overflow: hidden;
}
.elm-galerie img {
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;	
}
.elm-galerie:hover img, .elm-galerie:active img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}


/*FIN STYLE MODULE Realisations*/

/*DEBUT STYLE MODULE Actualites*/
.actu .hoverlay {
	display: block;
	background-color: rgba(63, 48, 33, 0.25);
	transition: background-color 0.35s;
}
.actu .hoverlay:hover, .actu .hoverlay:active {
	background-color: rgba(63, 48, 33, 0.5);
}
.actu .hoverlay h3 {
	border-bottom: 1px solid;
	margin-bottom: 0;
}

.actu .hoverlay h3 a:hover {
	text-decoration: none;
}
.actu .btn-lien {
	padding: 0.3em 0.4em;
	padding-bottom: 0;
	border: 1px solid;
	border-radius: 50%;
	margin-left: 0.5em;
}
.actu .hoverlay p {
	display: none;
	padding: 0.2em;
	background-color: rgba(255, 255, 255, 0.8);
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	display: block;
}

.actu h3, .actu h3 a {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
	font-size: 1.1em;
}
.actu p, .actu a {
	color: rgb(0, 0, 0);
	border-color: rgb(0, 0, 0);
}

.actualite h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
	font-size:1.4em;
}

.actualite h3 a {
	color:#333333;
}
.actualite.actualite-seule ul{
	    list-style-position: inside;
}

.actualite .date-actu {
	background-color: rgb(63, 48, 33);
	color: rgb(255, 255, 255);
	padding: 0.5em;
}
.actualite-seule{
	position:relative;
}
.actualite-seule .date-actu {
	margin-top: -3.2em;
	margin-bottom: 3.2em;
	position: absolute;
	right: 0;
}

.actualite .photo-actu {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.actualite .voir-toutes {
	margin-top: 0.5em;
	padding: 0.5em;
}
@media (max-width: 768px) {
	.actualite {
		margin-bottom: 3em;
	}
	.actualite figure {
		padding: 0;
		margin-left: 1em;
		margin-bottom: 1em;
	}
	.actualite-seule figure {
		margin-left: 0;
	}
	.actualite-seule .date-actu {
		position: relative;
		margin: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}

/******** Element style animation hover ******/
.actu .hoverlay h3 {
	border: 0 none;
}
.actu .hoverlay h3:after {
/* 	position: absolute;
    top: 0;
    right: 0.5em;
    left: 0.5em;  */
	position: relative;
    display: block;
    margin-top: -12%;

	height: 3.5em;
	z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
	pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    transform: translate3d(0,3.5em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

@media (max-width: 768px) {
	.actu .hoverlay h3:after{
		 margin-top: -5%;
	}
}
.accueil #actualites img{
	width:100%;
}

.actu:hover .hoverlay h3:after, .actu:active .hoverlay h3:after {
	opacity: 0.85;
    -webkit-transform: translate3d(0,3em,0) scale3d(1,1,1);
    transform: translate3d(0,3em,0) scale3d(1,1,1);
	background-color: transparent;
}
.actu .hoverlay p {
	display: block;
	padding: 0.2em;
	background-color: transparent;
	margin-top:-20px;
	position:relative;
	opacity: 0;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.actu:hover .hoverlay p, .actu:active .hoverlay p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0.8em, 0);
	transform: translate3d(0, 0.8em, 0);
	background-color: rgba(255, 255, 255, 0.8);
}


.grid-list-actu .actualite {
	background:rgb(250, 246, 242);
	margin: 20px 0px;
}
.grid-list-actu .actualite .media-body {
	padding-left:15px;
}
/*FIN STYLE MODULE Actualites*/

/*DEBUT STYLE MODULE Menu*/
header .navbar-default, .menu-dynamique .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8));
	border-color: rgba(0, 0, 0, 0);
}
header .navbar-default.affix, .menu-dynamique.affix .dropdown-menu {
	background-color: rgb(241, 235, 228);
	background: linear-gradient(to bottom, rgb(241, 235, 228) , rgb(241, 235, 228));
}



.menu-dynamique > li::before {
    background: url('../images/interface/feuille.png') no-repeat;
    height: 14px;
    width: 13px;
    border-radius: 0px;
}
.menu-dynamique li, .menu-dynamique a {
	color: rgb(102, 102, 102);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-dynamique a:hover, .menu-dynamique a:focus {
	color: rgb(255, 255, 255)!important;
	background-color:rgba(128, 177, 71, 0.8)!important;
}

.menu-dynamique .dropdown-menu .dropdown-menu {
	position: relative;
}

.nav-justified>.open>.dropdown-menu {
    display: table;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}

.menu-bas {
	background-color: rgb(128, 177, 71);
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.menu-bas a {
	color: rgb(255, 255, 255);
}
.menu-bas .nav>li>a:focus,.menu-bas .nav>li>a:hover  {
	background-color: rgb(63, 48, 33);
	color:rgb(205, 168, 130);
}
.menu-bas > li[class*="col-xs-"]::before {
	background-color: rgba(175, 173, 173, 0);
}

#menu-principal .nav > li > a {
    padding: 0px 5px!important;
}
#menu-principal .nav > li > a .like_table {
    display:table;
	width:100%;
}
#menu-principal .nav > li > a .like_table .vertical-center {
    height:85px;
}
.menu-dynamique > li::before{
	margin-top: 40px;
}
@media (min-width: 768px){
	.nav-justified>li {
		 vertical-align: top;
	}
}
.navbar-header img {
    /* max-height: 85px; */
    vertical-align: top;
    margin-top: -10px;
}
 @media (min-width: 768px ) and (max-width: 992px ){
	 .navbar-header img {
		max-height: 75px;
	}
 }
 @media (max-width: 992px ){
	 .navbar-header img {
		min-height: 15px;
	}
 }
 
 header .navbar-header{
	display: table;
	height: 85px;
}
	
@media (max-width: 768px){
	header .navbar-header{
		width:100%;
		height:50px;
	}
	header .navbar-brand{
		padding:0px 15px;
		height: auto;
	}
	 .navbar-header img {
		vertical-align: middle;
		margin-top: 10px;
	 }
}
   
  /******** TYMPANUS **********/

/* Common styles of menus */

/* .dl-menuwrapper {
	position: absolute;
	right:0;

} */

.demo-2 {
	position: initial;
}
@media (max-width: 768px){
	.navbar-toggle-btn{
		position: initial;
	}
}
.dl-menuwrapper {
	    float: right;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.dl-menuwrapper li {
	position: relative;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}
 .dl-menuwrapper li.dl-back span.glyphicon { padding-right: 10px;}

.dl-menuwrapper .dl-menu {
/* 	margin: 5px 0 0 0;
	position: absolute;
    right: 0px;
    width: 80%; */
/* 	 margin: 5px 0 0 0;
    position: absolute;
    top: 130%;
    right: 0px;
    width: 172%;
    text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; */
	    margin: 5px 0 0 0;
    position: absolute;
    top: 90%;
    right: -30px;
    width: 105%;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav > li > a{transition:none!important;}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}


@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}
/* Colors for menu_xs */

.dl-menuwrapper ul{
	background:rgba(255, 255, 255, 0.9);
	color:rgb(63, 48, 33);
}

.dl-menuwrapper button {
	background: rgb(137, 104, 71);
	border: 1px solid rgb(63, 48, 33);
    width: 42px;
    margin-top: 5px;
    border-radius: 5px;
    height: 30px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: rgb(63, 48, 33);
	border-color:rgb(0, 0, 0);
}

.dl-menuwrapper button:hover:after ,
.dl-menuwrapper button.dl-active:after {
	background: rgb(255, 255, 255);
	box-shadow: 
		0 7px 0  rgb(255, 255, 255), 
		0 14px 0  rgb(255, 255, 255);
}


.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    top: 6px;
    left: 16%;
	background: rgb(255, 255, 255);
	box-shadow: 
		0 7px 0  rgb(255, 255, 255), 
		0 14px 0  rgb(255, 255, 255);
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(63, 48, 33);
	outline: none;
}

/*FIN STYLE MODULE Menu*/
