/*!
Theme Name: apaar
Theme URI: https://lma.amsterdam/
Author: LM & Associates
Author URI: https://lma.amsterdam/
Description: -
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apaar

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/*body:not(.logged-in) {
	opacity:0;
}*/
::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .about-description {
    font-size: clamp(20px, 2.5vw, 35px);
    position: relative;
    font-weight: normal;
    margin:0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
input::placeholder,
select,
optgroup,
textarea {
	font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.2;
	font-size: 10px;	
	font-size:clamp(10px, 1vw, 15px);
	
}
@media only screen and (max-width: 600px) {
	body,button,input,select,optgroup,textarea, input::placeholder {
		font-size:clamp(16px, 1.5vw, 24px);
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 1vw;
    background: transparent;
    margin-bottom: 1vw;
    width: 100%;
    outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/*CUSTOM START -------------------------------------------- */

/* COMPONENTS */
ul {
    display: flex;
    justify-content: space-evenly;
	margin: 0;
    padding: 0;
}
a, a:hover, a:focus, a:active, a:visited, .index-projects h1, .muteButton:hover, .muteButton, .fsButton:hover, .fsButton, .main-primary-extras span:hover, .main-primary-extras span {
	text-decoration:none;}
@media only screen and (min-width: 500px) {
	a, a:hover, a:focus, a:active, a:visited, .index-projects h1, .muteButton:hover, .muteButton, .fsButton:hover, .fsButton, .main-primary-extras span:hover, .main-primary-extras span {
	text-decoration:none;
	/*border-bottom: 1px dotted;*/
	background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #000 50%);
    transition: background-position .2s ease-in-out, 
    color .2s ease-in-out;
}
.index-projects h1, .main-primary-extras span {border-bottom: none;}
a:hover, .index-projects:hover h1, .muteButton:hover, .fsButton:hover, .main-primary-extras span:hover {
    background-position: 0 100%;
    color: #fff!important;
}
a.lSNext:hover, a.lSPrev:hover, .index-projects-container a:hover, .home a {color: #000!important;}
.index-projects-container a {border-bottom:none!important;}
.site-header a, .index-projects-header a {border-bottom:none!important;}
.nav-logo {background-image: none!important;}
span {
	display:block;
	
}
}
header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 96vw;
    margin: 0 2vw;
	display: flex;
    justify-content: space-between;
	height: 4.5vw;
	border-bottom: solid 1px;
	z-index:10;
	transition: top 0.3s;
}
.site-header-filler {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 4.5vw;
    z-index: 9;
	transition: top 0.3s;
}

.site_logo, nav.main-navigation {
    position: relative;
    padding: 1vw 0;
    height: 100%;
    width: auto;
}


@media only screen and (max-width: 500px) {
	header#masthead, .site-header-filler {
		height: 13.5vw;
		border-bottom: solid 0px;
	}
	.site_logo {
		height: 80%;
    	transform: translate(0, 20%);
	}
	.site_logo, nav.main-navigation {
    padding: 3vw 4vw;
	}
	.site-header-filler {
		border-bottom: 1px solid;
	}
}
.home .site_logo, img.site_image_01 {
    width: 96vw;
    height: auto;
    bottom: 2vw;
    position: absolute;
    left: 2vw;
}
img.site_image_01 {
	opacity:0;transition:all .2s ease;
    width:75vw;
    max-height: calc(100vh - 4vw);
    object-fit: cover;
}
img.site_image_01:hover {opacity:1;transition:all .2s ease;}

.home h1 {
    margin:2vw;
}
@media only screen and (max-width: 500px) {
	h1 {
    	font-size:7vw
	}
	.home .site_logo {
	    bottom: 6vw;
	}
}

/* Navigation
--------------------------------------------- */

.main-navigation li {
    position: relative;
    padding: 0 1vw;
    /*border-left: solid 1px;*/
	height: 2.5vw;
    align-content: flex-end;
	text-transform: uppercase;
}
.main-navigation li:last-child {
	/*border-right: solid 1px;*/
}

@media only screen and (max-width: 500px) {
	.main-navigation li {
		padding: 0 2.5vw;
		height: 6.5vw;
	}
}

.site-main {
    position: absolute;
}
.single-post .site-main {
    height: calc(100% - 6vw);
    top: 100vh;
    filter: drop-shadow(4px 5px 6px);
	border-radius:10px;
	overflow:hidden;
	transition:all .5s ease;
}
.single-post.loaded .site-main {
	top: 6vw;
	transition:all .5s ease;
}
.home .site-main {
    height: 100%;
	width:100vw;
	top:0;
	
}
.home .site-header-filler, .home header, .home footer {
    display: none!important;
}


/****** INDEX PAGE ******/
main#primary.index, main#primary.news {
    position: relative;
    top: 4.5vw;
	overflow:hidden;
	padding-top:2vw;
}
main#primary.news {
	width: 100vw;
    margin: 0 0 50vh 0;
}
main#primary.index {
    min-height: 47vh;
	width: 98vw;
    margin: 0 0 50vh 2vw;
}
.post-primary-container {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}
.index-projects-container {
    position: relative;
    left: 22vw;
}
.index-projects {
    width: 76vw;
    overflow: hidden;
	margin-bottom: 1vw;
}
.index-projects-header {
    display: flex;
    align-items: flex-end;
    /*padding-bottom: 1vw;*/
	justify-content: space-between;
}
.index-projects-details {
    display: flex;
    font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: fit-content;
    margin: .5vw 0 0 2vw;
}
.index-projects-details p, .about-extras p {
    margin: 0;
}
.project-carousel-container {
	overflow: scroll;
	scrollbar-width: none;
}
ul.project-carousel {
    width: max-content;
    overflow: scroll;
	scrollbar-width: none;
    display: inline-block;
    justify-content: space-evenly;
    margin: 0;
    padding: .5vw 0 0 0;
}
ul.project-carousel li {
    display: inline;
    padding-right: 1vw;
    width: fit-content;
}
.project-carousel-img {
    height: 20vh;
    width: auto;
}
.index-projects .main-primary-tags {
    pointer-events: none;
	/*display: flex;*/
	display:none;
}
.filter-sidebar {
	position:fixed;
    width: 20vw;
}
.filter-sidebar ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.filter-tags, .filter-tasks, .filter-category, .filter-status {
    border-bottom: 1px solid;
    padding: 0 0 1vw 0;
    margin-bottom: 1vw;
}
.filter-sidebar-header {
    height: clamp(20px, 3vw, 40px);
    vertical-align: bottom;
    /* vertical-align: bottom; */
    line-height: clamp(20px, 3vw, 40px);
}
.filter-tags .filter-sidebar-header, .filter-tasks .filter-sidebar-header, .filter-category .filter-sidebar-header, .filter-status .filter-sidebar-header {
    border: none;
    margin: 0;
	height: auto;
	line-height: inherit;
}
.filter-hidden {
	display:none!important;
}
li.filter-active, .filter-sidebar li:hover {
    background: black;
    color: white;
	/*transition:all .2s ease;*/
}
#clear-filters { display: none; }
#clear-filters.visible { display: block; }


@media only screen and (max-width: 500px) {
	main#primary.index {
		top: 15.5vw;
		width: 94vw;
    	margin: 0 0 20vh 6vw;
	}
	main#primary.news {
    width: 100vw;
    margin: 0 0 50vh 0;
	}
	.post-primary-container {
		flex-direction: column-reverse;
	}
	.filter-sidebar, .index-projects {
    	width: 94vw;
	}
	.index-projects-container {
	    left: 0;
		top:16vw;
	}	
	ul.project-carousel {
    padding: 0 0 4vw 0;
	}
	.index-projects-header {
    	align-items: flex-start;
    	padding-bottom: 2vw;
    	flex-direction: column;
	}
	.main-primary-tags {
    	margin-top: 1vw;
		flex-direction: column;
	}
	.index-projects-details {
    	flex-direction: row;
		padding: 2vw 0;
		margin: .5vw 0 0 0vw;
	}
	.index-projects-details p {
	    padding-right: 2vw;
	}
	.filter-sidebar {
    	z-index: 1;
    	top: 13.5vw;
    	transition: all .2s ease;
    	left: 0;
    	width: 100vw;
    	padding: 3vw 6vw;
    	border-bottom: 1px solid;
	}
	.filter-sidebar-header.button {
		margin-bottom:0!important;
		border-bottom:0!important;
		width:98%;
	}
	.filter-sidebar-header.button:after {
    	content: "+";
    	right: 0;
    	position: relative;
    	display: inline-block;
    	float: right;
		transition: all .2s ease;
	}
	.filter-sidebar-header.open.button:after {
    	transition: all .2s ease;
		rotate:45deg;
	}
	.filter-body-mobile {display:none;}
	
	input#searchbar {
    	padding: 2vw 0;
    	margin-top: 6vw;
    	border-top: 1px solid;
	}
	.filter-sidebar.open {
    	bottom:0;
		top:auto;
    	transition: all .2s ease;
	}
}



/****** PROJECTS PAGE ******/
.main-primary-container {
    margin: 0 2vw;
    overflow: scroll;
    height: 100%;
	scrollbar-width: none;
}
.main-primary-title {
	margin: 2vw 0 0 0;
	display:flex;
	justify-content: space-between;
}
.main-primary-infos {
	display:flex;
	margin-bottom: 10vh;
}
.main-primary-title a.lSNext {
    position: fixed;
    right: 3vw;
    z-index: 10;
	display:none;
}
.main-primary-title #Layer_1 {display:none;}
.main-primary-description {
    width: 66%;
    margin-right: 2vw;
	font-size: clamp(12px, 1.5vw, 25px);
    font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.main-primary-description p {
    margin-top: 0;
	margin-bottom:2vw!important;
}
.main-primary-extras:before {margin-bottom: 0 !important;}
.main-primary-extras-01, .main-primary-extras-02, .main-primary-extras-03, .main-primary-extras-04, .main-primary-extras-05, .main-primary-extras-06, .main-primary-extras-07, .main-primary-extras-08, .main-primary-extras-09 {
    padding:1vw 0;
    border-bottom: 1px solid;
}
.main-primary-extras-01-title, .main-primary-extras-02-title, .main-primary-extras-03-title, .main-primary-extras-04-title, .main-primary-extras-05-title, .main-primary-extras-06-title, .main-primary-extras-07-title, .main-primary-extras-82-title, .main-primary-extras-09-title {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1vw);
	cursor:pointer;
}
.main-primary-extras-01-title div, .main-primary-extras-02-title div, .main-primary-extras-03-title div, .main-primary-extras-04-title div, .main-primary-extras-05-title div, .main-primary-extras-06-title div, .main-primary-extras-07-title div, .main-primary-extras-08-title div, .main-primary-extras-09-title div {
	transition:rotate .4s ease-in-out;
}
.main-primary-extras-01-body, .main-primary-extras-02-body, .main-primary-extras-03-body, .main-primary-extras-04-body, .main-primary-extras-05-body, .main-primary-extras-06-body, .main-primary-extras-07-body, .main-primary-extras-08-body, .main-primary-extras-09-body {
    margin-top: 2vw;
	display:none
}
p.block-image {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    width: 100%;
}
p.block-image img {
    width: fit-content;
    flex-grow: 1;
    flex-basis: auto;
    height: auto;
    object-fit: cover;
    min-width: 0;
}
.main-primary-extras:before {
    content: 'EN SAVOIR PLUS';
    position: relative;
    top: 0;
    display: block;
    border-bottom: 1px solid;
}

.main-primary-sidebar {
    width: 32%;
}
.main-primary-technical, .main-primary-team, .main-primary-documents {
    margin-bottom: 2vw;
}
.main-primary-technical-header, .footer-infos-header, .about-extras-header, .about_secondary_02_header, .about_job_offers_header, .main-primary-extras:before, .filter-sidebar-header {
    padding-bottom: .5vw;
    margin-bottom: 1vw;
    border-bottom: solid 1px;
	font-size: clamp(10px, 1vw, 15px);
	
}
/*.main-primary-technical span, .main-primary-team span {
    position: relative;
}
.nomenclature {
	font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 110%;
}
span.nomenclature {
    position: absolute!important;
    left: 50%;
}*/
span.main-primary-technical-span span {
    width: 50%;
    display: inline-block;
	vertical-align: top;
}
.nomenclature, .carousel-caption, .carousel-caption span {
	display:inline-block;
}
.main-primary-tags ul {
    justify-content: flex-start;
	display: inline-block;
}
.main-primary-tags  li, .filter-sidebar li {
    border: solid 1px;
    padding: 7px 10px 5px 10px;
    border-radius: 7px;
    text-transform: uppercase;
    transition: .2s hover ease;
    margin-right: .5vw;
    margin-bottom: .5vw;
    white-space: nowrap;
    width: fit-content;
    display: inline-block;
}

.main-primary-sidebar a {
	display:block;
	width: fit-content;
}
@media only screen and (max-width: 500px) {
	.single-post.loaded .site-main {
		height: calc(100% - 17vw);
    	top: 17vw;
	}
	.main-primary-title, .main-primary-infos {
		flex-direction: column;
		width:92vw;
		margin-top: 4vw;
		margin-bottom: 3vw;
	}
	.main-primary-title a.lSNext {
	display:block;
}
	.main-primary-details {
    	display: none;
	}
	.main-primary-description {
    	width: 92vw;
    	margin-right: 0vw;
    	font-size: clamp(20px, 2.5vw, 35px);
	}
	.main-primary-description p {
		margin-bottom:8vw!important;
	}
	p.block-image {
	    gap: 4vw;
	}
	.main-primary-extras:before {
		margin-bottom:2vw!important;
	}
	.main-primary-extras-01, .main-primary-extras-02, .main-primary-extras-03, .main-primary-extras-04, .main-primary-extras-05, .main-primary-extras-06, .main-primary-extras-07, .main-primary-extras-08, .main-primary-extras-09 {
    	padding: 2vw 0;
	}	
	.main-primary-container {
    	margin: 0 0 0 4vw;
	}
	.main-primary-sidebar {
    	width: 100%;
    	margin-top: 5vw;
	}
	.main-primary-technical, .main-primary-team, .main-primary-documents {
    	margin-bottom: 5vw;
	}
	.main-primary-technical-header, .footer-infos-header, .about-extras-header, .about_secondary_02_header, .about_job_offers_header, .filter-sidebar-header, .main-primary-extras:before {
    padding-bottom: 1vw;
    margin-bottom: 2vw;
	font-size: clamp(16px, 1.5vw, 24px);
	}
	.main-primary-tags li, .filter-sidebar li {
		margin-right: 1vw;
    	margin-bottom: 1vw;
	}
	.filter-sidebar-header, input[type="text"] {
		padding-bottom: 2vw;
	}
	.filter-tags, .filter-status, .filter-category, .filter-tasks {
		padding-bottom: 4vw;
	}
}
.carousel {
    position: relative;
    margin: 1vw 0 2vw 0;
    height: 70vh;
	width:96vw;
    overflow: hidden;
	
}
.carousel ul {
	display:block;
}
.carousel li {
	display:block;
}

.carousel-img {
    margin: 0 auto;
	width:auto;
	height: 58vh;
	display: block;
    max-width: none;
	margin-right:2vw!important;

}
video.carousel-img {
	margin-left:0!important;
}
span.carousel-caption {
    width: 35vh;
	line-height:2;
}
span.carousel-total-count {
    padding-right: 12px;
}
.lSSlideOuter .lSPager {
	display:none!important;
}
.lSAction {
    top: 50%!important;
    height: 50px!important;
    transform: translate(0, -50%)!important;
}
a.lSNext, a.lSPrev {
    width: 50px!important;
    height: 50px!important;
    opacity: 1!important;
    border-radius: 50%!important;
    border: 1px solid!important;
}
a.lSNext:after, a.lSPrev {
    content: '';
}
a.lSNext svg, a.lSPrev svg {
    width: 25px;
    top: 12px;
    left: 11px;
    position: relative;
	fill:black!important;
}
a.lSPrev svg {rotate:180deg}


.img_transparent img {
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 500px) {
	a.lSNext, a.lSPrev {
    	width: 35px!important;
    	height: 35px!important;
	}
	a.lSNext svg, a.lSPrev svg {
    	width: 16px!important;
    	top: 9px!important;
    	left: 8px!important;
	}
}
/********* ABOUT *********/
.site-main.about {
	position:relative;
	margin:6.5vw 2vw;
}
.about-description span {
    display: inline-block;
	cursor:pointer;
}
.about-description strong {
	font-weight: normal;
}
.about .carousel {
    position: relative;
    margin: 5vw 0;
    height: 45vw;
	width:60vw;
	left:36vw;
    overflow: hidden;
	cursor: hand;
}
.about img.carousel-img {
    max-width: 60vw;
    max-height: 45vw;
    margin: 0 auto;
	cursor: e-resize;
	height: 45vw;
    width: 60vw;
    object-fit: cover;
}
.about span.carousel-caption {
    width: 60vw;
}
.carousel .lSAction {
    opacity: 0;
	transition:all .2s ease;
	
}
.carousel:hover .lSAction {
    opacity: 1;
	transition:all .2s ease;
}

.about-extras {
    display: flex;
}
.about-extras-left {
    width: 47vw;
    font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    /*font-size: 120%;*/
}
.about-extras-right {
    margin-bottom: 5vw;
}
.about_secondary_01, .about_secondary_02 {
    padding-bottom: 2vw;
}
.about_secondary_job_offers a {
    display: block;
	width:fit-content;
}

a:hover svg  {fill:white}

@media only screen and (max-width: 500px) {
	.site-main.about {
		margin:18.5vw 6vw;
	}
	.about .carousel {
		width:88vw;
		left:0;
	}
	.about img.carousel-img {
    	max-width: 88vw;
    	max-height: 66vw;
		height: 66vw;
    	width: 88vw;
	}	
	.about span.carousel-caption, .about-extras-left {
    	width: 88vw;
	}
	.about-extras {
	    flex-direction: column-reverse;
	}
	.about_secondary_01, .about_secondary_02 {
	    padding-bottom: 5vw;
	}
}
@media only screen and (min-width: 1920px) {
	.about-description {
		width:70%;
	}
	.about_secondary_container {
		display:flex;
		gap:2vw;
	}
	.about_secondary_subcontainer {
    	width: 50%;
	}
}


h3 {
    margin: 0;
    font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #333 50%);
    transition: background-position .2s ease-in-out, 
    color .2s ease-in-out;
}
.team-member-card {
    padding-bottom: 5vw;
	display:none;
}
.team-member-card-container {
	display:flex;
	flex-direction: column;
}	
.team-member {
    	padding-bottom: 1vw;
}
.team-member span {
    display: block;
}
.team-member-header span {
    display: none;
}
.team-member-header {
    	display: block;
}
.team-member-details p {
    padding-bottom: 2vw;
}
.team-member-card-container img {
    padding: 4vw 0;
}
svg.svg {
    height: 2.5vw;
}

@media only screen and (min-width: 501px) {
	.about-extras {
		justify-content: space-between;
	}
	.about-extras-right {
    	width: 42vw;
	}
	.team-member-details {
    	/*padding: 0 2vw;*/
		font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	}
	.team-member-card img {
    	max-width: 30%;
		padding: 0;
	}
	.team-member-card {padding-bottom: 0;}
	.team-member-card-container {
		padding: 1vw 0 2vw 0;
		flex-direction: row;
		gap: 2vw;
	}
	.team-member-details p {
		margin-top: 0;	
	}
	.team-member span.mobile {
    display: none;
}
	.team-member-header {
    	display: flex;
    	justify-content: space-between;
		cursor:pointer;
	}
	.team-member-header span {
    display: block;
}
	.team-member {
    	padding-bottom: 0vw;
	}
	.team-member h3 {
		font-size:120%;
	}
	h3:hover {
    background-position: 0 100%;
    color: #fff;
}
	svg.svg {
    	height: 0.7vw;
}
}

.champs {
    position: absolute;
    top: 0;
    left: 0;
}
.champ {
    position: absolute;
    width: 25vw;
    height: auto;
    padding: 2vw;
	display:none;
	background:white;
	box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
}
.champ-close {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.champ-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}
.champ.architecture {
    top: 5vh;
    left: 10vw;
    rotate: -5deg;
}
.champ.urbanisme {
    top: 18vh;
    left: 15vw;
    rotate: -2deg;
}
.champ.participation {
    top: 25vh;
    left: 50vw;
    rotate: 4deg;
}
.champ.paysage {
    top: 0vh;
    left: 40vw;
    rotate: 2deg;
}
.champ h1 {
	padding-bottom:1vw;
	margin:0 0 2vw 0;
	border-bottom:solid 1px;
}
@media only screen and (max-width: 500px) {
	.champ {
    	width: 80vw;
    	padding: 5vw;
	}
	.champ.architecture {
    	top: 5vh;
    	left: -1vw;
	}
	.champ.paysage {
    	top: 15vh;
    	left: 5vw;
	}
	.champ.urbanisme {
    	top: 36vh;
    	left: 13vw;
	}
	.champ.participation {
    	top: 40vh;
    	left: 0vw;
	}
}

/********* NEWS *********/
.news-container {
    width: 100vw;
}
.news-block {
    /*position: relative;*/
    width: fit-content;
    height: auto;
}

.news-card.image {
	position: relative;
	/*background: #FAFAF0;*/
}
.news-card.video {
    width: fit-content;
    position: relative;
}
.news-card.video video {width:100%;}
video#video-intro {
    position: relative;
    height: 100%;
}
.news-card.video span {
    display: inline;
	background:transparent!important;
}
.news-card.projet {
    height: auto;
    position: relative;
}
.news-card.text {
    position: relative;
}
.news-details {
    position: absolute;
    top: 1vw;
	left:1vw;
    height: auto;
	width:auto;
	opacity:0;
    transition: all .2s ease;
    font-size: 120%;
	padding: 0.5vw;
}


.news-card.text .news-details {white-space: nowrap;}

.news-card.video .news-details, .news-card.image .news-details {
	background: black !important;
    color: white !important;
}
.news-card:hover .news-details, .news-card.text .news-details {
	opacity:1;
}
.news-details h1, .news-details p {
    margin:0;
}


@media only screen and (max-width: 500px) {
	.news-container {
	    top: 15vh;
    	position: relative;
		margin-left: 0;
	}
	/*.news-card.text {
    	width: 75vw;
    	height: 75vw;
	}*/
	.news-details {
    	padding: 4vw;
	}
	.news-card.video {
    	height: auto;
    	left: 15vw;
    }
	.news-details h1 {
    	font-size: 5vw;
	}
	/*.news-card.video video, .news-card.video img {
		transform: scale(1.2);
	}*/
	.big img {
    scale: 1.3;
	}
	.vertical .news-block {
    	width: 100%;
    	display: block;
    	margin-top: 0!important;
    	margin-bottom: 5vw;
	}
	.vertical .news-card {
    	width: 90vw!important;
    	left: 5vw!important;
	}
	.vertical .news-card.text .news-details {
		transform: translate(-50%);
    	left: 50%;
	}
}
@media (max-aspect-ratio: 4/3) {
  .news-block {
    	margin-top: -5vh !important;
    }
}
@media only screen and (min-width: 500px) {
	.caption_bottomleft .news-details {
	    bottom: 0;
	    top: auto;
	    margin-bottom: 2vw;
	}
	.caption_bottomright .news-details {
	    bottom: 0;
	    top: auto;
	    margin-bottom: 2vw;
	    right: 0;
	    left: auto;
	    margin-right: 1vw;
	}
	.caption_topright .news-details {
	    right: 0;
	    left: auto;
	    margin-right: 1vw;
	}
}


/********* FOOTER *********/
footer {
    position: relative;
    width: 96vw;
    margin: 2vh auto;
}
.colophon-container {
    gap: 4vw;
	display:none;
}
.page-id-27 .colophon-container {
    display: flex;
}
footer .site_logo {
    width: 50vw;
	height: auto;
}
.footer-infos {
    width: 42vw;
}
.footer-infos-container {
    font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 120%;
}
.credits {
    display: flex;
    justify-content: space-between;
    margin-top: 5vw;
    font-size: 80%;
}
.credits strong {
		font-family: "sans-serif",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.credits a:hover {
	color:#000;
}

@media only screen and (max-width: 500px) {
	footer {
    	margin: 5vh 6vw;
		width:88vw;
	}
	.footer-infos-container {
	    font-size: 100%;
	}
	.colophon-container {
		display:none;
	}
	.page-id-27 .colophon-container {
    	display: flex;
    	gap: 0;
    	flex-direction: column-reverse;
	}
	footer .site_logo {
    	width: 50vw;
    	height: auto;
    	margin: 10vw auto;
	}
	.footer-infos {
    	width: 100%;
	}
	.credits {
	    margin-top: 0;
	    flex-direction: column;
	    text-align: center;
	}
}

/********* CURSOR *********/
*, html, a {cursor:none!important;font-weight: unset!important;}

#cursor {position: fixed;pointer-events:none;z-index:999;/*mix-blend-mode: difference;*/}
#cursor #circle, .cursor-sticky #circle {position: fixed; border:0vw solid white; border-radius: 100%;height: 1.5vw;width: 1.5vw;margin-top: -0.25vw;margin-left: -0.25vw;transition: all 0.2s linear;}
.cursor-a-hover {background:#54b87f;}
.cursor-sticky {position: absolute; pointer-events:none;z-index:999;}
@media only screen and (max-width: 500px) {
	#cursor, .cursor-canvas {display:none!important;}
}


/*CAROUSEL*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:33px;display:block;top:50%;height:32px;background-image:url(img/controls.png);cursor:pointer;position:absolute;z-index:9999;margin-top:-16px;opacity:0;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction {top: 0;left: 0;width: 100%;height: 20vw;z-index: 12;position: absolute;cursor: default;}.lSAction:hover a{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
@media only screen and (min-width: 600px) and (max-width: 1300px) {
	.lSAction>a {transform: scale(0.75);}
}



/* FONT-FACE */
@font-face {
    font-family: 'sans-serif';
    src: url('https://apaar.ch/wp-content/uploads/2026/02/AtlasGrotesk-Regular.woff') format('woff');
    font-weight: medium;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sans-medium';
    src: url('https://apaar.ch/wp-content/uploads/2026/02/AtlasGrotesk-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'round';
    src: url('assets/apaar-2025-round.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'monospace';
    src: url('https://apaar.ch/wp-content/uploads/2026/04/AtlasTypewriter-Regular-Web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'axo-regular';
    src: url('https://apaar.ch/wp-content/uploads/2026/02/AxoTRIAL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'axo-narrow-regular';
    src: url('https://apaar.ch/wp-content/uploads/2026/02/AxoTRIAL-NarrowRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}