/*
Theme Name: 5AXESMO
Author: Planète Communication
Author URI: https://www.planete-communication.fr
Version: 1
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}





@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/5axesmo/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/5axesmo/fonts/montserrat-v31-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/5axesmo/fonts/montserrat-v31-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/5axesmo/fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/5axesmo/fonts/space-grotesk-v22-latin-500.woff2') format('woff2');
}



* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background: #1F1F1E;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #1F1F1E;
	-webkit-font-smoothing: antialiased;
}
button {
	font-family: 'Montserrat';
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	margin: 10px 0px;
	font-weight: bold;
}
h1 {
	font-size: 38px;
	font-family: 'Space Grotesk';
	margin: 0px 0px 30px 0px;
	font-weight: 400;
	text-transform: uppercase;
}
h2 {
	font-size: 36px;
	font-weight: 500;
	font-family: 'Space Grotesk';
	text-transform: uppercase;
}
h2 em {
    font-style: normal;
	color: #E46705;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
a:focus {
	outline: none;
}
a {
	color: #1F1F1E;
  	text-decoration: underline;
}
p {
	margin: 10px 0px;
	line-height: 150%;
}
ul, ol {
	margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin: 0px 0px 0px 30px;
}
li {
  	line-height: 150%;
}
sup {
    font-size: smaller;
    vertical-align: text-bottom;
}
#nested .smart-menu {
	display: none;
}
#nested {
	position: relative;
	z-index: 2;
}
#nested .firstLevel {
	margin: 0px;
}
#nested .firstLevel li {
	position: relative;
	display: block;
	transition: 0.25s opacity;
}
#nested .firstLevel li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	font-weight: 600;
}
#nested .firstLevel li ul {
	display: none;
}
#nested ul.firstLevel:hover > li {
    opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
    opacity: 1;
}
#wrapper ul li {
	position: relative;
}
#wrapper ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #E46705;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: -15px;
	margin: auto;
}
#page {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}
header {
	position: fixed;
	width: 100%;
	height: 150px;
	z-index: 2;
	transition: 0.3s;
	background: #FFFFFF;
}
#headerInner {
	position: relative;
	width: 100%;
	height: 100%;
}
#logo {
    position: absolute;
    left: 110px;
    top: 0;
    bottom: 23px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
#logo img {
	transition: 0.3s;
}
#headerBoxes {
    position: absolute;
    right: 110px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 50px;
	transition: 0.3s;
}
/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/
#wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 1;
	margin: calc(18vw + 150px) 0 0 260px;
}
body.home #wrapper,
body.parent-pageid-198 #wrapper {
	margin-top: 0;
}
#wrapperInner {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
}
#container {
	position: relative;
	margin: 0px 0px 100px 0px;
}
#contentsInner {
	position: relative;
}
#headerBoxes p {
	margin: 0;
	line-height: 1;
}
body.home #wrapperInner {
	padding: 0;
}
.grecaptcha-badge {
	visibility: hidden;
}
html, body {
	scroll-behavior: smooth;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
body.home #container {
    margin: 0px;
}




/* ---------------------------- STRUCTURES ET STYLES DES PAGES INTÉRIEURES ---------------------------- */

#chapterPicture {
    margin: 150px 0 0 260px;
    height: 18vw;
    position: fixed;
    left: 0;
    top: 0;
	right: 0;
    z-index: 2;
    transition: 0.3s;
}
#chapterPicture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title_and_bc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0 5%;
}
.title_and_bc h1 {
    font-size: 46px;
    margin-bottom: 15px;
    max-width: 1020px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 166px;
	transition: 0.3s;
}
.widget_breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}
.widget_breadcrumb a:hover {
	text-decoration: underline;
}
.widget_breadcrumb {
    font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
    background: #1F1F1E;
}
body:not(.home) h2,
body:not(.home) h3 {
	margin-bottom: 15px;
}


/* ------- Passage à menu burger ------- */
@media (min-width: 1101px) {
	#nested ul.firstLevel > li.hidden_on_desktop {
		display: none;
	}
	#nested {
		position: fixed;
		z-index: 2;
		background: #E46705;
		top: 126px;
		bottom: 0;
		left: 0;
		width: 260px;
		transition: 0.3s;
	}
	#nested .firstLevel {
		margin: 0px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: 100%;
		box-sizing: border-box;
		padding: 30px;
	}
	#nested .firstLevel >li:not(:first-child):before {
		content: '';
		width: 56px;
		height: 1px;
		background: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 20px;
	}
	header.scrolled #nested {
		top: 100px;
	}
}
@media (max-width: 1100px) {
	header div #nested {
		width: 40px;
		height: 40px;
		top: 0;
		bottom: 0;
		right: 30px;
		position: absolute;
		margin: auto;
	}
	header div #nested .contentSmart {
		width: 100%;
		height: 100%;
		cursor: pointer;
		z-index: 25;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#nested .firstLevel {
		text-align: left;
		background: #1F1F1E;
		width: 100%;
		position: fixed;
		right: -100%;
		transition: 0.7s;
		opacity: 0.3;
		top: 0;
		bottom: 0;
		padding: 50px 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	body.menu_open #nested .firstLevel:after, 
	body.menu_open #nested .firstLevel:before {
		content: '';
		height: 55px;
		background: linear-gradient(0deg, #1F1F1E, transparent);
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0px;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
	}
	body.menu_open.animation_delai #nested .firstLevel:after, 
	body.menu_open.animation_delai #nested .firstLevel:before {
		opacity: 1;
	}
	body.menu_open #nested .firstLevel:before {
		bottom: auto;
		top: 0;
		z-index: 20;
		background: linear-gradient(180deg, #1F1F1E, transparent);
	}
	body.menu_open #nested .firstLevel {
		right: 0;
		opacity: 1;
	}
	#nested ul.firstLevel:hover > li {
		opacity: 1;
	}
	header div #nested .contentSmart span {
		width: 25px;
		height: 2px;
		background: #1F1F1E;
		display: block;
		border-radius: 3px;
		position: relative;
		top: 0;
		transition: 0.5s;
	}
	header div #nested .contentSmart > span:nth-child(2) {
		margin: 6px 0px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(1) {
		transform: rotate(45deg);
		top: 8px;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(2) {
		opacity: 0;
	}
	body.menu_open header div #nested .contentSmart > span:nth-child(3) {
		transform: rotate(-45deg);
		top: -8px;
	}
	body.menu_open header div #nested .contentSmart > span {
		background: #FFFFFF;
	}
	#nested ul.firstLevel li a {
		font-size: 18px;
		line-height: 1;
		padding: 10px;
	}
	#nested ul.firstLevel li ul li a {
		font-size: 15px;
	}
	#nested .firstLevel li a span {
		line-height: 1.3em;
	}
	#nested ul.firstLevel > li.menu-item-has-children {
		margin-right: 0;
	}
	#nested .firstLevel li {
		height: auto;
	}
	#nested ul.firstLevel > li {
		margin: 0 0 15px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
    	padding-left: 30px;
	}
	#nested ul.firstLevel > li:last-child {
		margin-bottom: 0;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a {
		position: relative;
	}
	#nested ul.firstLevel > li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		border-top: 5px solid #FFFFFF;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		pointer-events: none;
		position: absolute;
		right: -12px;
		top: 20px;
	}
	#nested .firstLevel li a {
		color: #FFFFFF;
	}
	#nested .firstLevel li ul,
	#nested .firstLevel > li:hover > ul {
		position: relative;
		height: auto;
		opacity: 1;
		background: none;
		box-shadow: none;
		margin: 10px 0 0 0px;
		padding: 0;
		left: 0;
		width: auto;
	}
	#nested ul.firstLevel > li > ul > li {
		padding: 0;
		margin: 0;
	}
	#nested .firstLevel li ul li {
		border: none;
	}
	body.menu_open {
		overflow: hidden;
	}
	#nested .firstLevel li ul {
		display: none;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
		display: block;
	}
	#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
		transform: rotate(180deg);
	}
	#nested ul.firstLevel li ul li:hover {
		background: none;
	}
}
































































/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------- 5AXESMO -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */





/* boutons sans bordures */
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#wrapper .wp-block-query > ul > li a.wp-block-read-more {
	border-radius: 0;
    display: inline-block;
    background: none;
    padding: 10px 37px 10px 0;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    font-size: 16px;
    height: auto;
    box-shadow: none;
    width: auto;
    color: #1F1F1E;
    position: relative;
}
#wrapper a.wp-block-button__link svg,
#wrapper div.wpforms-container-full button[type=submit] img,
#wrapper .wp-block-query > ul > li a.wp-block-read-more svg {
    position: absolute;
    bottom: 5px;
    right: 0;
	transition: 0.3s;
	width: 24px;
	height: 25px;
}
#wrapper a.wp-block-button__link:not(.has-background):after,
#wrapper div.wpforms-container-full button[type=submit]:after,
#wrapper .wp-block-query > ul > li a.wp-block-read-more:after {
	content: '';
	width: 0%;
	height: 2px;
	background: #1F1F1E;
	transition: 0.3s;
	position: absolute;
	bottom: 0;
	left: 0;
}
#wrapper a.wp-block-button__link:hover:after,
#wrapper div.wpforms-container-full button[type=submit]:hover:after,
#wrapper .wp-block-query > ul > li a.wp-block-read-more:hover:after {
	width: 100%;
}
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#wrapper .wp-block-query > ul > li a.wp-block-read-more:hover {
	padding-right: 45px;
}


/* boutons blancs sans bordures */
#wrapper #top a.wp-block-button__link,
#wrapper section.bloc2 a.wp-block-button__link,
#wrapper .wp-block-cover img ~ div a.wp-block-button__link {
    color: #FFFFFF;
}
#wrapper #top a.wp-block-button__link:after,
#wrapper section.bloc2 a.wp-block-button__link:after,
#wrapper .wp-block-cover img ~ div a.wp-block-button__link:after {
	background: #FFFFFF;
}


/* boutons avec bordure */
header a.btn,
footer a.btn,
#wrapper a.btn_classique,
#wrapper a.wp-block-button__link.has-background {
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #1F1F1E;
    line-height: 1;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    padding: 20px 76px 18px 20px;
}
header a.btn span,
footer a.btn span,
#wrapper a.btn_classique span,
#wrapper a.wp-block-button__link.has-background span {
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #1F1F1E;
}
header a.btn svg,
footer a.btn svg,
#wrapper a.btn_classique svg,
#wrapper a.wp-block-button__link.has-background svg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
header a.btn:hover,
footer a.btn:hover,
#wrapper a.btn_classique:hover,
#wrapper a.wp-block-button__link.has-background:hover {
	background: #1F1F1E;
	color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-decoration: none;
}
header a.btn:hover svg,
footer a.btn:hover svg,
#wrapper a.btn_classique:hover svg,
#wrapper a.wp-block-button__link.has-background:hover svg {
	transform: rotate(45deg);
}


/* boutons avec bordures blancs */
footer a.btn {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
footer a.btn span {
	border-color: #FFFFFF;
}
footer a.btn:hover {
	background: #FFFFFF;
	color: #E46705;
}


/* boutons avec bordures oranges */
#wrapper a.btn_classique {
	color: #FFFFFF;
	border-color: #E46705;
}
#wrapper a.btn_classique span {
	border-color: #E46705;
	background: #E46705;
}
#wrapper a.btn_classique:hover {
	background: #E46705;
}







.has-noir-color { color: #1F1F1E !important; }
.has-noir-background-color:not(.wp-block-button__link) { background-color: #1F1F1E !important; }

.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }

.has-gris-color { color: #6D6C6C !important; }
.has-gris-background-color { background-color: #6D6C6C !important; }

.has-gris-clair-color { color: #F5F5F5 !important; }
.has-gris-clair-background-color { background-color: #F5F5F5 !important; }

.has-orange-color { color: #E46705 !important; }
.has-orange-background-color { background-color: #E46705 !important; }





header a.tel {
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}




header.scrolled {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: 100px;
}
header.scrolled #logo {
    bottom: 0;
	left: 30px;
}
header.scrolled #logo img {
    height: 66px;
}
header.scrolled #headerBoxes {
	right: 22px;
}





#top {
    margin: 150px 0 0 0;
    position: relative;
    height: calc(100vh - 150px);
	overflow: hidden;
}
#top > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
	animation: dezoom 2s ease;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
@keyframes dezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
#top .txt {
    position: relative;
    color: #FFFFFF;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
	z-index: 1;
}
h1 span {
    display: block;
    text-decoration: none !important;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 500;
}
h1 em {
    font-style: normal;
    position: relative;
}
h1 em:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: -3px;
    width: 0%;
    height: 8px;
    background: #E46705;
    z-index: -1;
	animation: appear 1s ease;
	animation-delay: 0.4s;
	animation-fill-mode: both;
}
h1 > em:last-of-type:before {
	animation-delay: 0.8s;
	animation-duration: 0.8s;
}
@keyframes appear {
	0% {
		width: 0%;
	}
	100% {
		width: calc(100% + 6px);
	}
}
h1 + p {
    font-weight: 600;
}
#top .btns {
    display: flex;
    align-items: center;
    gap: 75px;
    margin-top: 30px;
}
@media (min-width: 1101px) {
	#nested .firstLevel li.current_page_item > a > span:before {
		content: '/';
		color: #FFFFFF;
		font-weight: 600;
		position: relative;
		left: -10px;
	}
}
#top .btns > a {
	animation: fromBottom 0.8s ease;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}
#top .btns > a:nth-child(2) {
	animation-delay: 0.9s;
}
@keyframes fromBottom {
	0% {
		opacity: 0;
		left: -20px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}


@media (min-width: 1101px) and (max-height: 800px) {
	h1 span {
		font-size: 46px;
	}
	h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	header {
		height: 130px;
	}
	#top {
		margin: 130px 0 0 0;
		min-height: 520px;
		height: calc(100vh - 130px);
	}
	#logo img {
		height: 72px;
	}
	#nested {
		top: 106px;
	}
	#top .txt {
		max-width: 850px;
	}
}
@media (min-width: 1101px) and (max-height: 740px) {
	#nested .firstLevel li a {
		padding: 15px;
		font-size: 15px;
		line-height: 1.3em;
	}
}




header.scrolled + #chapterPicture {
    height: 120px;
    margin-top: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header.scrolled + #chapterPicture .title_and_bc h1 {
	font-size: 32px;
}



body.parent-pageid-198 header {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
body.parent-pageid-198 #wrapperInner {
    padding-top: 220px;
}
body.parent-pageid-198 h2 {
    color: #E46705;
	font-size: 30px;
    text-transform: initial;
}















@media (max-width: 1100px) {
	#wrapper {
		margin: 0;
	}
	body footer {
		padding-left: 0;
	}
	header {
		height: 100px;
	}
	#top {
		height: auto;
		margin-top: 100px;
	}
	#logo,
	header.scrolled #logo {
		left: 35px;
		bottom: 0;
	}
	#logo img {
		height: 70px;
	}
	header.scrolled #logo img {
		height: 50px;
	}
	header.scrolled {
		height: 80px;
	}
	#headerBoxes,
	header.scrolled #headerBoxes {
		right: 100px;
		gap: 35px;
	}
	header a.btn span, footer a.btn span, #wrapper a.btn_classique span, #wrapper a.wp-block-button__link.has-background span {
		width: 46px;
	}
	header a.btn, footer a.btn, #wrapper a.btn_classique, #wrapper a.wp-block-button__link.has-background {
		padding: 15px 70px 15px 22px;
		font-size: 14px;
	}
	#top .txt {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 6.5%;
	}
	h1 span {
		font-size: 42px;	
	}
	h1 {
		font-size: 30px;
	}
	body.home h1 {
		max-width: 500px;
	}
	#nested ul.firstLevel li#menu-item-48 a {
		background: #E46705;
		padding: 10px 22px;
		margin: 5px 0 0 11px;
	}
	#chapterPicture,
	header.scrolled + #chapterPicture {
		position: relative;
		margin: 100px 0 0 0;
		height: auto;
		box-shadow: none;
		z-index: 1;
	}
	#chapterPicture img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.title_and_bc {
		position: relative;
		padding: 50px 6.5%;
	}
}
@media (min-width: 691px) and (max-width: 820px) {
	header a.tel span {
		display: none;
	}
	header a.tel {
		width: 46px;
		height: 46px;
		background: #E46705;
		justify-content: center;
	}
	header a.tel path {
		stroke: #FFFFFF;
	}
}
@media (max-width: 690px) {
	header a.btn,
	header a.tel span {
		display: none;
	}
	#headerBoxes, header.scrolled #headerBoxes {
		right: 90px;
	}
}
@media (max-width: 565px) {
	body.home h1 {
		max-width: 360px;
	}
}













@media (max-width: 500px) {
	#nested ul.firstLevel > li {
		max-width: 90vw;
		padding-left: 15px;
	}
	.title_and_bc h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.widget_breadcrumb {
		font-size: 13px;
	}
	body:not(.home):not(.error404) .title_and_bc {
		padding: 45px 6.5%;
	}





	header {
		height: 80px;
	}
	#top,
	#chapterPicture,
	header.scrolled + #chapterPicture {
		margin-top: 80px;
	}
	#logo img {
		height: 48px;
	}
	#logo, header.scrolled #logo {
		left: 6.5vw;
	}
	header div #nested {
		right: 6.5vw;
		margin-right: -7px;
	}
	#headerBoxes, header.scrolled #headerBoxes {
		right: 6.5vw;
		margin-right: 45px;
	}
	header.scrolled {
		height: 60px;
	}
	header.scrolled #logo img {
		height: 32px;
	}
	#top .txt {
		padding: 55px 6.5%;
	}
	h1 span {
		font-size: 8.1vw;
	}
	body.home h1 {
		font-size: 7.2vw;
	}
	#nested ul.firstLevel li#menu-item-205 {
		position: absolute;
		left: 145px;
		margin-top: 5px;
	}
	h2 {
		font-size: 28px;
	}
	#wrapperInner {
		padding-top: 60px;
	}
	body.parent-pageid-198 #wrapperInner {
		padding-top: 105px;
	}
	body.parent-pageid-198 h2 {
		font-size: 25px;
	}
	body.parent-pageid-198 .wp-block-buttons.is-content-justification-right {
		justify-content: center;
	}

}

