/*
	Theme Name: Hello Child
	Theme URI: 
	Description: Hello Elementor child theme
	Author: TB
	Author URI: 
  Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: patron_conception
*/
/*header-------------------------------------------------------------------------------------------*/
#header-gap {
  height: 100px;
}

#header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

/*burger-icon*/
#burger-icon--wrapper, #cross-icon--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#burger-icon--wrapper .line, #cross-icon--wrapper .line {
  background-color: #DCDDE1;
  width: 40px;
  height: 5px;
  border-radius: 40% 0 40% 0;
}

#burger-icon--wrapper .line.first {
  /*  &.active {
       transform : translateY(5px) rotate(45deg);
   } */
}
#burger-icon--wrapper .line.second {
  margin: 5px 0;
  /*  &.active {
       margin: 0;
       opacity: 0;
   } */
}
#burger-icon--wrapper .line.third {
  /* &.active {
      transform : translateY(-5px) rotate(-45deg);
  } */
}

#cross-icon--wrapper .line.first {
  transform: translateY(5px) rotate(45deg);
}
#cross-icon--wrapper .line.second {
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */