/*
Theme Name: Lunilou B2B
Author: 
Description: Your description goes here
Version: 1.0
Template: betheme

This is the child theme for Betheme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
html body:not(.template-slider) #Header {
  min-height: unset;
}

body #Top_bar .top_bar_left {
  width: 100%;
}

body #Top_bar .menu_wrapper {
  display: none;
}

body #Top_bar .logo {
  float: unset;
  margin: 0;
  text-align: center;
}

body #Top_bar .logo #logo {
  pointer-events: none;
}

body * {
  font-family: "Gambeta", Arial, Tahoma, sans-serif;
}

#loginform {
  max-width: 24rem;
  margin: 0 auto 2em;
}

#loginform input[type="text"], #loginform input[type="password"] {
  width: 100%;
  border: 1px solid #9b8475;
}

#loginform input#wp-submit {
  background: #818b7c !important;
  color: #fff !important;
  border-color: #818b7c;
  width: 100%;
  margin: 1em 0 0;
  text-transform: uppercase;
  line-height: 1.81em;
}

.block--not-registered {
  text-align: center;
}

.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.wpcf7 form span.wpcf7-form-control-wrap .wpcf7-date, .wpcf7 form span.wpcf7-form-control-wrap .wpcf7-quiz, .wpcf7 form span.wpcf7-form-control-wrap .wpcf7-number, .wpcf7 form span.wpcf7-form-control-wrap .wpcf7-select, .wpcf7 form span.wpcf7-form-control-wrap .wpcf7-text, .wpcf7 form span.wpcf7-form-control-wrap .wpcf7-textarea {
  border: 1px solid #9b8475;
}

.wpcf7 form .wpcf7-list-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.wpcf7 form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #818b7c !important;
  color: #fff !important;
  border-color: #818b7c;
  width: 100%;
  margin: 1em 0 0;
  text-transform: uppercase;
  line-height: 1.81em;
}

.wpcf7 form p, .wpcf7 form h3 {
  width: 100%;
}

.wpcf7 form .width-50 {
  margin-bottom: 15px;
}

.wpcf7 form .width-50.block--right {
  padding-left: .5rem;
}

.wpcf7 form .width-50.block--left {
  padding-right: .5rem;
}

.wpcf7 form .form--group {
  width: 100%;
}

.wpcf7 form .form--group > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-id-14 .contact-form-info {
  max-height: 0;
  opacity: 0;
  margin-top: -1em;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.page-id-14 .contact-form-info.is-active {
  max-height: unset;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
  background-color: transparent !important;
}

.link--icon-hover {
  display: inline-block;
  margin-bottom: 1em;
}

.link--icon-hover i {
  margin-left: -.5em;
  display: inline-block;
  opacity: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.link--icon-hover:hover {
  cursor: pointer;
}

.link--icon-hover:hover i {
  margin-left: .25em;
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.link.link--register:hover {
  cursor: pointer;
}

html .button-stroke button:hover {
  background-color: #818b7c !important;
  border-color: #818b7c !important;
}

#Content {
  min-height: calc(100vh - 90px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.width-50 {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.d-flex .section_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-classic #Top_bar {
  background-color: #F0F0F0 !important;
}

#loginform input[type="text"], #loginform input[type="password"] {
  background-color: #F0F0F0 !important;
}
/*# sourceMappingURL=style.css.map */