/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.gw-mm {
  position: relative;
}
.gw-mm__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gw-mm__content > li {
  margin: 0;
}
.gw-mm__content > li.logo {
  margin: -14px 0 0 0;
  width: 134px;
  margin-bottom: 2rem;
}
.gw-mm__content > li.logo img {
  max-width: 100%;
}
.gw-mm__content > li:after, .gw-mm__content > li:before {
  display: none;
}
.gw-mm__wrapper {
  margin-right: auto;
  margin-left: auto;
}
.gw-mm__toggle-wrapper.is-hidden {
  display: none;
}
.gw-mm__toggle-wrapper.is-close {
  display: none;
  position: absolute;
  top: 60px;
  right: 20px;
}
.gw-mm__toggle {
  background: transparent;
  border: none;
}
.gw-mm__toggle:focus, .gw-mm__toggle:active {
  text-decoration: none;
}
.gw-mm__toggle > * {
  vertical-align: bottom;
}
.gw-mm.justify-items-left .gw-mm__content {
  justify-content: flex-start;
}
.gw-mm.justify-items-center .gw-mm__content {
  justify-content: center;
}
.gw-mm.justify-items-right .gw-mm__content {
  justify-content: flex-end;
}
.gw-mm:not(.is-mobile) .gw-mm-item .lang-link .name {
  display: none;
}
.gw-mm:not(.is-mobile) .gw-mm-item .gw-mm-item__dropdown-wrapper {
  width: -moz-max-content !important;
  width: max-content !important;
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang {
  position: relative;
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang .gw-mm-item__dropdown-wrapper {
  width: auto !important;
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown-content {
  margin-left: -0.4rem;
  margin-right: auto;
  margin-bottom: 1rem;
  background: #fff;
  padding: 0 0 0.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #555;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown-content div {
  display: flex;
  flex-direction: column;
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown-content div a {
  padding: 0.3rem 0 0.2rem 1.3rem;
  font-size: 0.9em;
}
.gw-mm:not(.is-mobile) .gw-mm-item.menu-lang .gw-mm-item__dropdown-wrapper .gw-mm-item__dropdown-content div a:hover {
  color: #fff;
  background: #000;
}
.gw-mm:not(.is-mobile) .gw-mm-item:hover .gw-mm-item__dropdown-wrapper {
  height: auto;
  overflow: visible;
}
.gw-mm.is-mobile .gw-mm__content-wrapper {
  visibility: hidden;
  height: 0;
  position: absolute;
  top: 100%;
  z-index: -10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  max-width: 100vw;
  overflow: hidden;
}
.gw-mm.is-mobile .gw-mm__content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.gw-mm.is-mobile .gw-mm-item.btn-demo {
  color: #fff;
  border-color: #fff;
}
.gw-mm.is-mobile .gw-mm-item.btn-souscrire, .gw-mm.is-mobile .gw-mm-item.btn-demo {
  margin: 1rem 0;
  text-align: center;
  border-radius: 2rem;
}
.gw-mm.is-mobile .gw-mm-item .lang-link {
  background: var(--img-url);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  margin: 0 0 0.7rem 0;
}
.gw-mm.is-mobile .gw-mm-item .lang-link .code {
  display: none;
}
.gw-mm.is-mobile .gw-mm-item.menu-lang .gw-mm-item__link a:first-of-type {
  background: var(--img-url);
  background-repeat: no-repeat;
  padding: 0 0 0 2.5rem !important;
  margin-bottom: 1rem;
}
.gw-mm.is-mobile .gw-mm-item.menu-lang .gw-mm-item__dropdown-content div {
  display: flex;
  flex-direction: column;
}
.gw-mm.is-mobile .gw-mm-item__link a {
  flex: 1 1 auto;
  font-size: 1.2rem;
}
.gw-mm.is-mobile.is-opened .gw-mm__toggle-wrapper {
  position: fixed;
  margin: -1.8rem 0 0 -2.8rem;
  z-index: 999;
}
.gw-mm.is-mobile.is-opened .gw-mm__toggle-wrapper .dashicons {
  color: #fff;
}
.gw-mm.is-mobile.is-opened .gw-mm__toggle-wrapper .dashicons:before {
  content: "\f335";
  font-size: 3rem;
  font-weight: 100;
}
.gw-mm.is-mobile.is-opened .gw-mm__content-wrapper {
  box-sizing: border-box;
  visibility: visible;
  z-index: 100;
  overflow: visible;
  min-height: 100%;
  height: calc(100vh - 81px);
  background: #000;
  color: #fff;
  align-items: flex-start;
  top: 0;
  position: fixed;
  left: 0 !important;
  padding-top: 81px;
  width: 100Vw !important;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: flex-start;
}
.gw-mm.is-mobile.is-opened .gw-mm__toggle-wrapper.is-close {
  display: block;
}
.gw-mm.is-mobile .gw-mm-item__dropdown-wrapper {
  position: static;
}
.gw-mm.is-mobile .gw-mm-item__dropdown-wrapper.is-opened {
  overflow: visible;
  height: auto;
  width: calc(100vw - 4rem);
  margin: 0;
}
.gw-mm.is-mobile .gw-mm-item__dropdown {
  box-shadow: none;
}

.gw-mm-item__dropdown-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  overflow: hidden;
  z-index: 100;
  _padding-top: 20px;
}
.gw-mm-item__dropdown:after, .gw-mm-item__dropdown:before {
  display: table;
  content: "";
  clear: both;
}
.gw-mm-item__dropdown-content {
  margin-left: auto;
  margin-right: auto;
}
.gw-mm-item__link {
  display: flex;
}
.gw-mm-item__link a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gw-mm-item__link.has-text-color a {
  color: inherit;
}
.gw-mm-item .gw-mm-item__toggle {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  margin: 0;
  outline: none;
}
.gw-mm-item .gw-mm-item__toggle:before, .gw-mm-item .gw-mm-item__toggle:after {
  display: none;
}
.gw-mm-item .gw-mm-item__toggle:active, .gw-mm-item .gw-mm-item__toggle:focus {
  outline: none;
  text-decoration: none;
}
.gw-mm-item .gw-mm-item__toggle:hover {
  text-decoration: none;
  color: inherit;
  background: inherit;
  box-shadow: none;
}
.gw-mm-item.has-children .gw-mm-item__link a {
  padding-right: 5px;
}

.gw-mm:not(.is-mobile) .gw-mm-item.has-children {
  position: relative;
}
.gw-mm:not(.is-mobile) .gw-mm-item:not(.menu-lang) .gw-mm-item__dropdown {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.gw-mm:not(.is-mobile) .gw-mm-item__dropdown-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.gw-mm:not(.is-mobile) .gw-mm-item__dropdown-content > * {
  max-width: 100%;
}
.gw-mm:not(.is-mobile) .gw-mm-item__dropdown-content > *:first-child {
  margin-top: 0;
}
.gw-mm:not(.is-mobile) .gw-mm-item__dropdown-content > *:last-child {
  margin-bottom: 0;
}
.gw-mm:not(.is-mobile) .gw-mm-item__link a {
  padding: 10px 15px;
}

.gw-mm.is-mobile .gw-mm-item {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 100%;
}
.gw-mm.is-mobile__dropdown {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.gw-mm.is-mobile .gw-mm-item__dropdown-content > .wp-block-group > .wp-block-group.is-vertical:last-child {
  display: none;
}
.gw-mm.is-mobile .gw-mm-item_link a {
  padding: 1rem 2rem;
}

.gw-pm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gw-pm ul li {
  margin: 0;
  padding: 0;
}
.gw-pm ul li:after, .gw-pm ul li:before {
  display: none;
}
.gw-pm ul:after, .gw-pm ul:before {
  display: none;
}
.gw-pm__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gw-pm.justify-items-left .gw-pm__content {
  justify-content: flex-start;
}
.gw-pm.justify-items-left.is-orientation-vertical .gw-pm__content {
  align-items: flex-start;
}
.gw-pm.justify-items-center .gw-pm__content {
  justify-content: center;
}
.gw-pm.justify-items-center.is-orientation-vertical .gw-pm__content {
  align-items: center;
}
.gw-pm.justify-items-right .gw-pm__content {
  justify-content: flex-end;
}
.gw-pm.justify-items-right.is-orientation-vertical .gw-pm__content {
  align-items: flex-end;
}
.gw-pm.is-orientation-vertical .gw-pm__content {
  flex-direction: column;
  align-items: flex-start;
}
.gw-pm.is-orientation-vertical .gw-pm-item__dropdown {
  left: 100%;
  top: 0;
}
.gw-pm.is-orientation-vertical .gw-pm-item__dropdown.toleft {
  right: 100%;
  left: auto;
}

.gw-pm-item {
  position: relative;
}
.gw-pm-item.is-opened > .gw-pm-item__dropdown, .gw-pm-item.has-child-selected > .gw-pm-item__dropdown, .gw-pm-item:hover > .gw-pm-item__dropdown {
  visibility: visible;
  z-index: 10;
}
.gw-pm-item__dropdown .gw-pm-item:first-child > .gw-pm-item__link > a {
  padding-top: 0.5em;
}
.gw-pm-item__dropdown .gw-pm-item:last-child > .gw-pm-item__link > a {
  padding-bottom: 0.5em;
}
.gw-pm-item__link {
  display: flex;
}
.gw-pm-item a {
  padding: 10px 15px;
  display: block;
  font-style: inherit;
}
.gw-pm-item.has-children > .gw-pm-item__link a {
  padding-right: 5px;
}
.gw-pm-item .has-text-color > a {
  color: inherit;
}
.gw-pm-item__dropdown {
  z-index: -1;
  visibility: hidden;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.gw-pm-item__dropdown.toleft {
  left: auto;
  right: 0;
}
.gw-pm-item__dropdown .gw-pm-item__dropdown {
  left: 100%;
  top: 0;
}
.gw-pm-item__dropdown .gw-pm-item__dropdown.toleft {
  right: 100%;
  left: auto;
}
.gw-pm-item .gw-pm-item__toggle {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  margin: 0;
  outline: none;
}
.gw-pm-item .gw-pm-item__toggle:before, .gw-pm-item .gw-pm-item__toggle:after {
  display: none;
}
.gw-pm-item .gw-pm-item__toggle:active, .gw-pm-item .gw-pm-item__toggle:focus {
  outline: none;
  text-decoration: none;
}
.gw-pm-item .gw-pm-item__toggle:hover {
  text-decoration: none;
  color: inherit;
  background: inherit;
  box-shadow: none;
}

/*# sourceMappingURL=style-index.css.map*/