/*
	Theme Name: iSign
	Author: Scandola
	Author URI: https://www.scandolagency.ch
	Text Domain: isign
	Version: 2.0
	Last update : 1.8.25
*/


/* === VARIABLES === */

:root {
/* === Colors === */
--color-main: #202326;
--color-primary: #007e73;
--color-lightgrey : #f0eee8;
--color-border : #cccccc;
--color-light : #ffffff;
--color-dark : #202326;
--color-dark-op9 : rgba(0, 0, 0, 0.95);
--color-light-op5 : rgba(255, 255, 255, .05);

/* === Typography === */
--typo-title : 'Inter', serif;
--fw-title-light : 400;
--fw-title-bold : 700;
--fw-title-extrabold : 900;

--typo-main : 'Inter', serif;
--fw-light : 300;
--fw-regular : 400;
--fw-medium : 500;
--fw-semibold : 600;
--fw-bold : 700;
--fw-extrabold : 800;

--font-size-1 : 1rem;

--letter-spacing : 0.03rem;

/* === style === */
--br : 0.2rem;
--br-medium : 0.4rem;
--br-big : 1rem;
--br-top : 0.2rem 0.2rem 0 0;
--br-bottom : 0 0 0.2rem 0.2rem;
--br-round : 50%;

--shadow : 1px -2px 15px rgba(0, 0, 0, 0.6);
--shadow-light : 1px -2px 12px rgba(0, 0, 0, 0.2);
--shadow-bottom : 1px 1px 5px rgba(0, 0, 0, 0.08);
--shadow-inset : inset 2px 2px 20px rgba(0, 0, 0, 0.8);
}


/* TYPO */
html,
body {
	font-family: var(--typo-main);
	color: var(--color-main);
	font-weight: var(--fw-regular);
	background-color: var(--color-light);
	font-size: 1em;
	margin: 0;
}
a,
a:focus,
a:active {
	color: var(--color-primary);
	text-decoration: none;
	font-weight: var(--fw-bold);
}
a:hover {
	color: var(--color-main);
	text-decoration: none;
}
main p a,
main ul a,
main p a:focus,
main ul a:focus,
main p a:active,
main ul a:active {
	color: var(--color-primary);
	font-weight: var(--fw-bold);
	text-decoration: underline;
}
main p a:hover {
	color: var(--color-main);
	text-decoration: underline;
}
h1, h2, h3, h4,
span.h1-title {
	display: block;
	position: relative;
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1,
span.h1-title {
	font-family: var(--typo-title);
	font-weight: var(--fw-title-bold);
	font-size: 2.5rem;
	margin: 0;
}
h2,
h2.title {
	font-family: var(--typo-title);
	font-weight: var(--fw-title-bold);
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}
h3 {
	font-size: 1.4rem;
	font-family: var(--typo-main);
	font-weight: var(--fw-regular);
	margin-bottom: 0.8rem;
}
h4 {
	font-size: 1.1rem;
	font-weight: var(--fw-light);
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}
.nopad_title {
	margin: 0;
	padding: 0;
}
p,
main ul,
main ol {
	line-height: 1.6;
	display: block;
	margin: 0;
	font-size: 1.1rem;
	width: 100%;
}
p {
	padding: 0 0 1rem 0;
}
p:last-of-type {
	padding: 0;
}
main ul,
main ol {
	padding: 0 0 1rem 1rem;
}
main ul li,
main ol li {
	position: relative;
	line-height: 1.7;
	padding-left: 1rem;
}
main .inner ul li {
	list-style: none;
}
main .inner ul li:before {
	position: absolute;
	left: 0;
  content: "\2022";
  color: var(--color-main);
  display: inline-block;
  width: 2rem;
  margin-left: -1rem;
	font-weight: var(--fw-title-extrabold);
}
strong,
.strong {
	font-weight: var(--fw-bold);
}
em {
	font-style: italic;
}
/* GLOBAL */
*,
*::before,
*::after {
  box-sizing: border-box;
}
pre {
	max-width: 100%;
	background-color: var(--color-border);
	border: 1px solid black;
	font-family: monospace;
	padding: 0.5rem;
	margin: 1rem 0;
	font-size: 0.8rem;
}
main {
	position: relative;
}
section {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: left;
}
section.small-section {
	position: relative;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
section.nopadd {
	padding-top: 0;
	padding-bottom: 0;
}
section.nopadd-top {
	padding-top: 0;
}
section.nopadd-bottom {
	padding-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.height_full{
	height: 100vh;
	height: 100dvh;
	scroll-snap-align: start;
}
iframe {
	border: 0;
}
.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}
.inner {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.fullwidth,
.fullwidth .inner {
	width: 100%;
	max-width: 100%;
}
.fullwidth .small-inner,
.fullwidth .inner .small-inner {
	width: 100%;
	max-width: 100%;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.wp-caption-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
	font-size: 0.8rem;
	font-style: italic;
	padding: 0 0.3rem !important;
	color: var(--color-main);
}
.no-image {
	background-color: var(--color-border);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: var(--fw-bold);
}
.center {
	text-align: center;
	align-items: center;
}
.coverfit img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
section.white {
	background-color: var(--color-light);
}
section.grey {
	background-color: var(--color-lightgrey);
}

/* close button */
.close-btn {
	position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	padding: 0.3rem;
 	background-color: var(--color-primary);
 	z-index: 10;
}
.close-btn svg {
	fill: var(--color-light);
	width: 25px;
	height: 25px;
}
.close-btn:hover {
 	background-color: var(--color-main);
}

/* transition */
.menu_toggle,
.header,
.header.smallscroll,
.header a,
.header .logo img,
:hover,
button {
	transition: all 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

/* HEADER */
.header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;	
	background-color: var(--color-dark-op9);
	padding-top: 2rem;
	padding-bottom: 2rem;
	z-index: 11;
}
.header .logo img {
	width: auto;
	height: 45px;
}


/* BUTTONS */
.login-page .btn-isign {
	margin-top: 2rem;
}
.manage-btn .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
} 
.btn-isign a {
	display: inline-block;
	background-color: var(--color-primary);
	font-size: 0.9rem;
	text-transform: uppercase;
  color: var(--color-light);
	border: 0;
	font-weight: var(--fw-medium);
	letter-spacing: var(--letter-spacing);
	padding: 0.5rem 1rem;
	border-radius: var(--br);
}
.btn-isign a:hover {
	background-color: var(--color-main);
}
.contrats .btn-isign.new-contract-btn a,
.clients .btn-isign.new-client-btn a,
.liste-des-contrats .btn-isign.contracts-list-btn a {
	background-color: var(--color-main);
	cursor: none;
}


/* TABLE CONTRACTS LIST */
.contracts-list thead {
	border-bottom: 2px solid var(--color-dark);
}
.contracts-list thead th {
	padding: 0.5rem 0;
}
.contracts-list tbody tr {
	border-bottom: 1px solid var(--color-border);
}
.contracts-list tbody tr td {
	padding: 0.8rem 0;
}

/* GRAVITY */

/* typo (legend, description) */
.gform_wrapper .gform_required_legend,
.gsection_description,
.gfield--type-html,
.gfield--type-html p,
.gfield--type-html li,
.char_count {
	font-size: 0.9rem;
	font-weight: var(--fw-regular);
}

/* hide product fields used to calculate total in voucher form */
.not-show {
	visibility: hidden !important; /* Cache visuellement l'élément */
	height: 0 !important;          /* Supprime la hauteur */
	width: 0 !important;           /* Supprime la largeur */
	margin: 0 !important;          /* Supprime les marges */
	padding: 0 !important;         /* Supprime les paddings */
	border: 0 !important;          /* Supprime les bordures */
	overflow: hidden !important;   /* Empêche tout contenu de déborder */
	position: absolute !important; /* Retire l'élément du flux normal */
}
/* required legend */
.gform_wrapper .gform_required_legend {
	margin-bottom: 1rem;
}
/* grid GF */
.gform-theme--foundation .gform_fields {
	row-gap: 1rem;
}
/* section */
h3.gsection_title {
	font-size: 1.3rem;
	margin: 1rem 0 0 0;
	font-weight: var(--fw-bold);
}
.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
	border-block-end: 1px solid var(--color-lightgrey) !important;
	padding-block-end: 1rem !important;
}
.gsection_description {
	margin: 0.5rem 0 0 0;
}
/* label */
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
	font-size: 1.1rem !important;
	font-weight: var(--fw-semibold) !important;
}
/* description */
.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.char_count {
	font-size: 0.9rem;
}
/* checkbox & radio */
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .gchoice {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
	line-height: 1.5;
	font-size: 1.1rem !important;
}
/* input */
.price_total,
.gfield_total {
	background-color: var(--color-lightgrey) !important;
	padding: 1rem !important;
	border-radius: var(--br-medium) !important;
}
input[readonly] {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.gform-theme--framework input {
	font-size: 1.1rem !important;
	outline: none !important;
}
/* price */
.gform_wrapper .ginput_container_number input,
.gform_wrapper .ginput_container_total input {
	font-size: 1.3rem !important;
  background-color: transparent !important;
  border: 0 !important;
  font-weight: bold !important;
  color: var(--color-main);
}
.gform_wrapper .ginput_product_price_wrapper span.ginput_product_price_label {
	padding-right: 0.5rem;
}
.gform-theme--framework input[type].gform-text-input-reset.ginput_total {
	font-size: 1.5rem	;
}
/* button & submit */
.gform-theme--framework input[type=button] {
	background-color: var(--color-primary) !important;
	font-size: 0.9rem !important;
  color: var(--color-light) !important;
	border: 0 !important;
	text-transform: uppercase !important;
	letter-spacing: var(--letter-spacing) !important;
}
.gform-theme--framework input[type=submit] {
	background-color: var(--color-primary) !important;
	font-size: 1.1rem !important;
  color: var(--color-light) !important;
	border: 0 !important;
	font-weight: var(--fw-semibold) !important;
	text-transform: uppercase !important;
	letter-spacing: var(--letter-spacing) !important;
}
.gform-theme--framework input[type=button]:hover,
.gform-theme--framework input[type=submit]:hover {
	opacity: 0.8 !important;
}
/* consent */ 
.gfield_consent_description {
	background-color: var(--color-lightgrey) !important;
	color: var(--color-main) !important;
	border-radius: var(--br) !important;
	border: 0 !important;
}
/* confirmation message */
.gform_confirmation_message {
	font-weight: var(--fw-medium); !important;
  font-size: 1.3rem !important;
}



/* MENU */

/* toggle */
.menu_toggle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--color-primary);
	border-radius: 50%;
	padding: 0.8rem	;
	z-index: 40;
}
.menu_toggle:hover {
	background-color: var(--color-primary);
}
.menu_toggle .menu_open {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
}
.menu_toggle:hover .menu_open {
	width: 40px;
}
.menu_toggle .menu_open span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  height: 2px;
  background: var(--color-light);
  transition: all .3s;
  position: relative;
}
.menu_toggle .menu_open span + span {
  margin-top: 6px;
}
.menu_toggle.active .menu_open span + span {
  margin-top: 20px;
}
.menu_toggle.active .menu_open span:nth-child(1) {
  animation: ease .7s top forwards;
}
.menu_toggle.not-active .menu_open span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.menu_toggle.active .menu_open span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.menu_toggle.not-active .menu_open span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.menu_toggle.active .menu_open span:nth-child(3) {
  animation: ease .7s bottom forwards;
}
.menu_toggle.not-active .menu_open span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* menu mobile wrap */
nav.menu-wrap {
	position: absolute;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 0;
	height: 100vh;
	right: calc(-500%);
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	background-color: var(--color-light);
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 10;
}
nav.menu-wrap.active {
	width: 85vw;
	right: 0;
	box-shadow: var(--shadow);
}

/* menus */
.header-menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	z-index: 30;
}
ul.menu {
	padding: 0;
	margin: 0;
}
ul.menu li {
	list-style: none;
	position: relative;
}
ul.menu li a {
	line-height: 1.8;
	position: relative;
	color: var(--color-main);
}
ul.menu li a:hover {
	color: var(--color-main);
}
ul.menu li.current-menu-parent a:not(ul.sub-menu li a),
ul.menu li.current-page-parent a:not(ul.sub-menu li a),
ul.menu li ul.sub-menu li.current-menu-item a,
ul.menu li.current-menu-item a,
.single ul.menu li.menu-item.on-air a {
	color: var(--color-primary);
	text-decoration: underline;
	font-weight: var(--fw-semibold);
}

/* chevron */
ul.menu li.menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid var(--color-main);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 0.5rem;
  vertical-align: text-top;
  transform-origin: center;
}
ul.menu li.menu-item-has-children.active a::after {
	transform: rotate(225deg);
  margin-top: 5px;
}
ul.menu li.menu-item-has-children .sub-menu li a::after {
	content: none;
}

/* main menu */
.main_menu {
	order: 1;
	width: 100%;
	padding: 0 2rem;
	margin-top: 8rem;
}
.main_menu ul li {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.main_menu ul li a {
	font-weight: var(--fw-regular);
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing);
	line-height: 1.4;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.main_menu ul.menu li.disabled-link a {
	pointer-events: none;
}
.main_menu ul.menu li.disabled-link .sub-menu li a {
	pointer-events: all;
}
/* sub-menu */
.top_menu ul.menu li.menu-item-has-children a::after {
  width: 7px;
  height: 7px;
  margin-top: 3px;
}
.top_menu ul.menu li.menu-item-has-children.active a::after {
	margin-top: 6px;
}
.main_menu ul.menu li.menu-item-has-children a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-left: 0.5rem;
  vertical-align: text-top;
  margin-top: 5px;
  transform-origin: center;
}
.main_menu ul.menu li.menu-item-has-children.active a::after {
	transform: rotate(225deg);
	margin-top: 10px;
}
.main_menu ul.menu li.current-menu-parent.menu-item-has-children a::after,
.main_menu ul.menu li.current-menu-parent.menu-item-has-children.active a::after {
  border: solid var(--color-main);
  border-width: 0 2px 2px 0;
}
.main_menu ul.menu li.menu-item-has-children .sub-menu li a::after {
	content: none;
}
.main_menu ul.menu li .sub-menu {
	display: none;
}
.main_menu ul.menu li ul.sub-menu {
	padding: 1rem 0 0 0;
}
.main_menu ul.menu li ul.sub-menu li {
	margin-bottom: 0.8rem;
	padding-bottom: 0;
	border-bottom: 0;
}
.main_menu ul.menu li ul.sub-menu li a {
	font-size: 1.2rem	;
	text-transform: none;
	font-weight: var(--fw-regular);
}


/* 404 */
.error404 section,
.blank {
	min-height: 75vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	background-image: url(images/bg-img.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
}
.error404 section h2,
.error404 section h3,
.error404 section a {
	text-align: center;
	color: var(--color-light);
}

/* COOKIES STYLE */
.cc-revoke.cc-bottom {
  background-image: url(images/cookie.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0) !important;
  background-color: var(--color-dark) !important;
  bottom: 1rem !important;
  left: 0 !important;
  font-size: 0.7rem;
  font-weight: var(--fw-light);
  margin: 0;
  font-style: italic;
	border-top-left-radius: 0 !important;
  border-top-right-radius: 0.3em !important;
  border-bottom-right-radius: 0.3em  !important;
	border-bottom-left-radius: 0 !important;
}
/* COOKIES STYLES */
.cookies-wrap {
	border: 1px solid #d1d1d1;
	margin-bottom: 2rem;
}
.cookies-wrap .cookies-line {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  padding: 0.8rem;
  border-bottom: 1px solid #d1d1d1;
}
.cookies-wrap .cookies-line:last-of-type {
	border-bottom: 0;
}
.cookies-wrap .cookies-line.strong {
	font-weight: bold;
}
@media (min-width: 640px) {
	.cookies-wrap .cookies-line {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.cookies-wrap .cookies-line {
		grid-template-columns: repeat(4, 1fr);
	}
}


/* FOOTER */
footer {
	position: relative;
	width: 100%;
	background-color: var(--color-dark);
	padding: 2rem 0;
}



/* MEDIA QUERIES */

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
	section.cover .swiper-slide,
	article.post-single section.main-pic,
	section.media.parallax {
		background-attachment: scroll;
	}
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) {
	section.cover .swiper-slide,
	article.post-single section.main-pic,
	section.media.parallax {
		background-attachment: scroll;
	}
}
/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {
	section.cover .swiper-slide,
	article.post-single section.main-pic,
	section.media.parallax {
		background-attachment: scroll;
	}
}
/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
	article.post-single section.main-pic,
	section.media.parallax {
		background-attachment: fixed;
	}
}


/* MIN WIDTH */

@media (min-width: 576px) {

	/* reset */
	.alignleft,
	.alignright,
	.aligncenter {
		float: inherit;
		margin: inherit;
		width: inherit;
	}
	/* typo */
	h1,
	span.h1-title {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4,
	p,
	main ul,
	main ol {
		font-size: 1.2rem;
	}
	/* global */
	.grid-4,
	.grid-5 {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (min-width: 680px) {

	/* global */
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}	
	.grid-4 {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (min-width: 768px) {

	/* typo */
	h1,
	span.h1-title {
		font-size: 3.5rem;
	}
	/* global */
	.grid-2 {
		grid-template-columns: repeat(2, 1fr);
	}

}


@media (min-width: 992px) {

	h1,
	span.h1-title {
		font-size: 4rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h4,
	p,
	main ul,
	main ol {
		font-size: 1.3rem;
	}
	/* global */
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	/* MENU */
	.menu_toggle {
		display: none;
	}
	nav {
		width: 100%;
		height: 100%;
	}
	nav.menu-wrap {
		position: relative;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		top: auto;
		right: auto;
		left: auto; 	 		
		padding: 0;
		margin: 0;
		background-color: transparent;
		z-index: 5;
		overflow: initial;
		overflow-x: initial;
		overflow-y: initial;
	}
	nav.menu-wrap.active {
		height: auto;
		top: auto;
		bottom: auto;
		box-shadow: none;
		width: 100%;
	}
	nav.menu-wrap ul {
		display: flex;
		flex-flow: row;
		justify-content: flex-end;
		align-items: center;
		height: 100%;
	}
	.main_menu {
		order: 2;
		width: auto;
		padding: 0;
		margin-top: 0;
	}
	.main_menu ul li {
	  display: flex;
	  align-items: center;
	  padding: 0;
	  border-bottom: 0;
	  margin-bottom: 0;
	  margin-left: 1rem;
	  margin-right: 1rem;
	  padding-bottom: 0.1rem;
	}
	.smallscroll .main_menu ul li {
	  margin-left: 0.5rem;
	  margin-right: 0.5rem;
	}
	.main_menu ul li:last-of-type {
		margin-right: 0;
	}
	.main_menu ul li a:not(.btnMenuLink a) {
	  display: initial;
	  padding: 0;
	}
	.main_menu ul li a {
		font-size: 1rem;
		color: var(--color-light);
	}
	.main_menu ul li a:hover {
		color: var(--color-primary);
	}
	.smallscroll .main_menu ul li a {
		font-size: 0.9rem;
	}
	.smallscroll .main_menu ul.menu li.menu-item-has-children a::after,
	.smallscroll .main_menu ul.menu li.current-menu-parent.menu-item-has-children a::after {
		margin-top: 2px;
	}
	.smallscroll .main_menu ul.menu li.current-menu-parent.menu-item-has-children.active a::after {
		margin-top: 7px;
	}

}
