/* NAVIGATION MENU
   ========================================================================== */

nav {
	position: relative;
/*	margin:  1em auto;*/
	width: 100%;
	z-index: 60;
/*  padding: 1em 0;*/
}

.img-logo {
	width: 9em;
	/*  padding: 1em;*/
	/*  background-color: limegreen;*/
	padding: 0.8em 0.2em;
  margin-left: 20px;

}





#flexmenu {
	display: flex;
	flex-flow: row wrap;
}

.logo-nav {
	z-index: 1123;
	margin: 0;
	margin-right: auto;
/*	  padding: 0.4em 1em;*/
    vertical-align: center;
	align-self: baseline;

}

#main-menu {
	vertical-align: middle;
	padding: 0;
  margin: 0;
}

/* keep the drop-downs from being hidden by content wrappers etc */

.sub-menu {
	z-index: 1234;
	opacity: 0.9;
}

/* General Menu Styling */

#flexmenu li,
#flexmenu li a {
	padding: 0 0.28em;
	/*  margin: 20px 0;*/
	list-style: none;
	line-height: 1.9;
	display: inline-block;
	position: relative;
	transition: all ease-in-out .3s;
	vertical-align: middle;
  font-size: 0.98em;
}

/* Nav Menu Font*/

#flexmenu ul li a {
	padding: 1.33em;
	letter-spacing: 0.02em;
	text-decoration: none;
	color: #00953e;
/*  COLOR:#81de00;*/
/*  color:#F0F3CA;*/
	font-style: normal;
	font-size: 1em;
    transition: 0.6s;
}

#flexmenu ul li a:hover {
	text-decoration: underline;
/*	letter-spacing: 0.09em;*/
/*	font-weight: 800;*/
	
	/*  background-color: rgba(0, 66, 130, 0.39);*/
	/*  color: #b8bcc1;*/
	/*  color: white;*/
	/*    border-radius: 3.5px;*/
}

/* Drop icon */

/*
#flexmenu ul li.has-sub > a {
  padding-right: 30px;
}
*/

/*
#flexmenu ul li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #004282;
  content: '';
}
*/

#flexmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #FFF;
	content: '';
}

#flexmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	transition: all .25s ease;
}

#flexmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
	/*    background-color: aqua;*/
}

#flexmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #3D351E;
	content: '';
	transition: all .3s ease;
}

#flexmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
	/*  background-color: red;*/
}

#flexmenu ul ul li.has-sub:hover,
#flexmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #ddd;
}

/* Submenu default states, removed by hover gives the animation */

#flexmenu ul ul {
	position: absolute;
	left: -9999px;
}

#flexmenu li:hover > ul {
	left: -2.5em;
}

/*product submenu*/

#flexmenu li:hover > .p-submenu {
	left: 0;
}

.p-submenu a {
	text-underline-position: auto;
	/*  margin: -1em;
*/
	/*  padding: 1em;*/
}

/*Submenu languague*/

#flexmenu ul ul li {
	height: 0;
	background: #3D351E;
	opacity: 0.99;
	transition: all .25s ease;
	width: 100%;

}

#flexmenu li:hover > ul > li {
	height: 2.5em;
	width: 100%;


}

#flexmenu li:hover > ul > li > a {
	padding-top: 1em;
	padding-bottom: 1em;

}


/* tertiary menu */

#flexmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#flexmenu ul ul li a {
	padding: 0.8em 0.5em;
	width: 7.5em;
	font-size: 12px;
	text-decoration: none;
	color:#F0F3CA;
	font-weight: 400;
}

@media screen and (min-width:1024px) {

	nav.sticky {
    padding: 0;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		border-top: 0;
		margin-top: 0;
		background-color: rgba(232, 245, 228, 0.9);
/*		    background-color: rgba(106, 192, 122, 0.69);*/
		z-index: 10000px;
		box-shadow: 2px 2px 15px rgba(24, 59, 30, 0.30);
	}

	nav.sticky .logo-nav {
		margin-right: auto;
/*		    padding: 0.3em 1.5em;*/
	}


	nav.sticky .img-logo {
		padding: 0.3em 0.1em;
		margin-top: 10px;
	}


	/*
  nav.sticky#flexmenu ul li a {
  }
*/
}


@media screen and (max-width: 840px) {

 
  
	.logo-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 46px;
		text-align: center;
		padding: 0.3em;
		align-self: flex-start;
	}

	
	#flexmenu li:hover > ul {
		left: 0;
	}

	nav {
		background: #F0F3CA;
		position: absolute;
		top: 0;
		left: 0;
/*    width: 100%;*/
/*		        margin: -0.33em auto 1em auto;*/
		z-index: 10000;
	}

	/* Hamburger */
	.navbutton-menu {
		width: 60px;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 10000;
		transition: 0.5s;
		text-align: right;
	}

	.logo-company {
		padding: 0.5em 1em 0.5em 0.1em;
	}

	.navbutton-menu:hover {
		background:   #F0F3CA;
	}

	/* Hamburger icon button*/
	.navbutton-menu:after {
		position: absolute;
		top: 1.39em;
		right: 1.18em;
		display: block;
		height: 0.24em;
		width: 1.188em;
		border-top: 2.5px solid  #F5909A;
		border-bottom: 2.5px solid  #F5909A;
		content: '';
		margin-top: 0.1em;
	}

	/* Hamburger icon button up*/
	.navbutton-menu:before {
		transition: all .3s ease;
		position: absolute;
		top: 0.95rem;
		right: 1.2rem;
		display: block;
		height: 0.185rem;
		width: 1.188em;
		margin-top: 0.15rem;
		background: #F5909A;
		content: '';
	}

	/* Turn it into an X when open */
	.navbutton-menu.menu-opened {
		box-shadow: 1px 1px 4px #d8acac;
	}

	/* / first line */
	.navbutton-menu.menu-opened:after {
		transition: all .3s ease;
		top: 1.49em;
		border: 0;
		height: 0.17em;
		width: 1.188em;
		background: #F5909A;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* \ second line */
	.navbutton-menu.menu-opened:before {
		top: 1.42em;
		background: #F5909A;
		width: 1.17em;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	reset horizontal styles #flexmenu ul {
		display: none;
	}

	.active {
		margin-top: 50px;
	}

	#flexmenu ul li,
	#flexmenu ul li a,
	#flexmenu ul ul li a {
		width: 100%;
	}

	#flexmenu ul ul li,
	#flexmenu li:hover > ul > li {
		height: auto;
	}

	#flexmenu ul ul li a {
		padding-left: 2.3em;
	}

	#flexmenu ul ul ul li a {
		padding-left: 35px;
	}

	#flexmenu ul ul,
	#flexmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#flexmenu ul ul ul li.active a {
		border-left: none;
	}

	#flexmenu > ul > li.has-sub > ul > li.focus > a,
	#flexmenu > ul ul > li.has-sub > ul > li.focus > a {
		background: #3D351E;
		transition: all .3s ease;
	}

	/* remove cross when menu item is toggled */
	#flexmenu > ul > li.has-sub > a:after,
	#flexmenu > ul > li.has-sub > a:before,
	#flexmenu ul ul > li.has-sub > a:after,
	#flexmenu ul ul > li.has-sub > a:before {
		display: none;
	}

	/* submenu toggles */
	#flexmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 2px solid #F5909A;
		height: 40px;
		width: 40px;
		cursor: pointer;
	}

	#flexmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	/* submenu toggles + */
	#flexmenu .submenu-button:after {
		position: absolute;
		top: 1.4em;
		right: 1.13em;
		width: 0.64em;
		height: 0.075em;
		display: block;
		background: #F5909A;
		content: '';
	}

	#flexmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#flexmenu .submenu-button.submenu-opened:after {
		background: #F5909A;
	}

	#flexmenu .submenu-button:before {
		position: absolute;
		top: 1.15em;
		right: 1.4em;
		display: block;
		width: 0.08em;
		height: 0.59em;
		background: #F5909A;
		content: ''
	}

	/* submenu toggles !*/
	#flexmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#flexmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	
	.img-logo {
	width: 6em;
	/*  padding: 1em;*/
	/*  background-color: limegreen;*/
	padding: 0.8em 0.2em;
  margin-left: 0px;

}

	
	

}

/*MAP*/

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
	height: 100%;
}

/* Optional: Makes the sample page fill the window. */
section {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* FOOTER
   ========================================================================== */


.footer {
padding-top: 0.5em;
}

.footer h4 {
/*	text-decoration: underline;*/
	font-size: 1.4em;
  padding-bottom: 0.9em;
/*  font-weight: 900;*/
}

.row-1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
  padding: 20px 20px 0 20px;
/*  width: 100%;*/
    text-align: left;
  max-width: 1400px;

}

.row-1 span {
	padding-right: 0.3em;
}


footer ul {
/*	margin: 0 auto;*/
	list-style-type: none;
}

.f-flex-item li {
	padding: 0.1em 0;
	line-height: 1.5em;
/*	letter-spacing: 0.35px;*/
}


.f-flex-item li a{
	color: #6AC07A;
}

.f-flex-item ul ul a {
  color: #F0F3CA;
}

.f-flex-item {
	padding: 1.7em 0.9em 0 1.7em;
/*	margin: 0 1em;*/
	font-variant-numeric: lining-nums;
}

.column1,
.column3,
.column4 {
	flex: 1 1;
	border-bottom: 0.2px solid rgba(240, 243, 202, 0.84);
			min-width: 150px;
}

.f-flex-item ul ul li  {
		font-style: italic;
		padding: 0.1em 0 0.9em 0;
		font-weight: 300;
}

.row-2 {
  padding: 0 20px;
  font-size: 0.9em;
}



.footer-social {
  padding: 1em;
}

.footer-social span {
padding: 0.9em 2em;
color: #6AC07A;
font-size: 1.2em;
display: inline-block;  
}

.line-break2 {
	border: rgb(230, 202, 243) solid 0.2px;
/*	  margin: 20px 50px;*/
	/*  width: 99%;*/
	margin: 0 auto;
}

.row-4 {
/*	display: flex;*/
/*  align-items: center;*/
/*  text-align: center;*/
	margin: 0 auto;
	padding: 20px;
  background-color: #F0F3CA;
  color: #28A75D;
}

.row-4 .flex-item span {
  color: #6AC07A;
  letter-spacing: 0.09em;
}



.logo-lyon {
	width: 1.8em;
	margin: 0;
  padding: 0;
	text-align: center;
	vertical-align: top;
/*  padding-right: 20px;*/
/*	    line-height: 1.9em;*/
}



.gdesign {
	font-size: 0.78rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
  
}

.footer a
 {
  color: #F0F3CA;
}




