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

menu {
  background: #fff;
  text-transform: uppercase;
  color: #323A3E;
  height: 100px;
  transition: all .2s;
}

menu a,
menu a:hover {
  color: inherit;
  text-decoration: none;
  /* 		font-weight: 500; */
}

menu a:hover,
menu .dropdown-item:hover {
  color: #58DE9B !important;
}

menu .menuItem {
  position: relative;
}

menu .menuItem::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  background: #58DE9B;
  height: 5px;
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

menu .active-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: #58DE9B;
  height: 5px;
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

menu .menuItem:hover:before,
menu .menuItem:focus:before,
menu .menuItem:active:before {
  left: 0;
  right: auto;
  width: 100%;
}

.menuContainer {
  width: 65%;
  display: flex;
}

body {
  font-family: 'Montserrat', sans-serif;
}

menu.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 75px;
  display: none;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
}

menu.scroll.scrolled {
  display: flex;
  animation-name: AnimMenu;
  animation-duration: 1s;
  background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(216, 247, 232, 1) 30%, rgba(255,255,255,1) 100%);
}

#burger {
  right: 50px;
  top: 0;
  display: none;
  z-index: 99999
}

.logoMenu img {
position: relative;
height: 100%;
padding: 15px 0;
margin-left: 0 !important;
width: 250px;
}

.logoMenu a {
  z-index: 999;
/*   background: #fff; */
}

menu.scrolled .logoMenu img {
  height: 100%;
  width: 100%;
  max-height: 135px;
}

@keyframes AnimMenu {
  from {
    top: -100%;
  }

  to {
    top: 0;
  }
}

.dropdown,
.dropMenu,
.menuItem {
  position: relative;
  z-index: 999;
}

.dropdown-menu.show {
  z-index: 1;
  padding-top: 50px;
  top: 0;
  border: none;
}

/* === SEARCH MENU === */

.formMenu {
  margin-top: auto;
  margin-bottom: auto;
  /* 	margin-left: 10%; */
}

.formMenu .fa-search {
  color: #58DE9B;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

.formMenu #recherche {
  opacity: 0;
}

/* .menuDesktop {
  background-color: #BAFAD8;
} */

.menuDesktop
{
	position: relative;
/* 	overflow: hidden; */
	background: rgb(255,255,255);
	  background: linear-gradient(90deg, rgba(216, 247, 232, 1) 30%, rgba(255,255,255,1) 100%);
}

/*
	.menuDesktop:after
	{
		position: absolute;
		content: '';
		height: 800px;
		width: 800px;
		border-radius: 100%;
		top:-10px;
		left:20%;
		border: 50px solid #58DE9B;
		opacity: .3;
	}
*/
.menuBanner {
  display: flex;

}

#burger {
  display: none;
}

.nav-item a {
  color: #323A3E !important;
  font-weight: 600 !important;
}

/* === Icon === */

#nav-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  margin-left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  /*   height: 9px; */
  height: 3px;
  width: 100%;
  background: #707070;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  padding: 0;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  /*   top: 18px; */
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  /*   top: 36px; */
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  /*   top: 18px; */
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  /*   top: 18px; */
  top: 12px;
  width: 0%;
  left: 50%;
}

.menuContainerMobile {
  display: none;
}

@media screen and (max-width: 1270px) {
  #burger {
    display: flex;
    margin: auto;
    margin-right: 0;
  }

  .menuBanner {
    display: none;
  }

  .menuContainer {
    display: none;
  }

  /* === MENU MOBILE === */
  .menuContainerMobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh);
    width: 100vw;
    display: none;
    background: rgba(255, 255, 255, .95);
    z-index: 998;
    text-align: center;
    margin-bottom: 50px;
    overflow: auto;
  }

  .menuContainerMobile .menuMainItem a {
    color: #707070;
    text-decoration: none;
    font-size: 1.5em;
  }

  .menuContMobile {
    /* 		height: calc(90% - 100px); */
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .menuContainerMobile .formMenu {
    /* 		justify-content: center; */
  }

  .menuContainerMobile .menuMainItem {
    text-align: center;
  }

  .menuContainerMobile .submenu {
    /*
		position: absolute;
		right: auto;
		top: 0;
		left: 0;
		bottom: auto;
*/
    text-align: center;
    /* 		padding: 20px 50px; */
    padding: 10px;
    font-size: .8em;
  }

  .backMobileMenu {
    position: absolute;
    top: 20px;
    left: 20px;
    right: auto;
    bottom: auto;
    font-size: 2em;
    cursor: pointer;
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .menuContainer {
    width: 75%;
  }
}

@media screen and (max-width: 1270px) {
  .inContact {
    display: none!important;
  }
}

@media screen and (max-width: 1200px) {
  .menuContainerMobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh);
    width: 100vw;
    display: none;
    background: rgba(255, 255, 255, .95);
    z-index: 998;
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .menuContainerMobile .menuMainItem a {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  #logo {
    height: 75px;
    width: auto;
  }
}