   article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}

html {
	height: 100%;
}

body {
	--color-text: #29335C;
	--color-text-alt: #c0c0c0;
	--color-bg: #F7BB0B;
    --color-bg-dark: #29335C;
	--color-link: #29335C;
	--color-link-hover: #fff;
	--color-slide-title: #fff;
	--color-slide-text: #29335C;
	--color-arrow: #29335C;
	--color-arrow-hover: #fff;
	--color-content: #fff;
    --color-menu-stroke: #29335C;
	--color-menu-item: #29335C;
	--color-explore: #29335C;
	font-family: niveau-grotesk, dinosaur, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: var(--color-text);
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow: scroll;
	height: 100%;
}

.cursor__inner {
	z-index: 9999999999999999999999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
	border-radius: 50%;
}

.cursor__inner--dot {
	width: 6px;
	height: 6px;
	background: var(--color-text);
}

.cursor__inner--circle {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-text);
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-bg);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.message {
    display:none;
	background: #000;
	color: #fbaf5d;
	padding: 0.5rem;
	margin: 0;
	text-align: center;
}
/* Menur */
.menu-getBold{
	position: fixed;
	z-index:9999999999999;
    width: 100%;
}

/* Icons */
.icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
	pointer-events: none;
}
/* deco */


.TITRE-GETBOLD{
    text-align: left;
    align-self: center;
    top: 30px;
    LEFT: 20px;
    font-size: 100%;
	position: absolute;
	pointer-events: auto;
}
.frame {
	padding: 1rem;
}

.frame__title-wrap {
	display: flex;
    z-index:9999999999999999;
}

.frame__title {
	font-size: 1rem;
	margin: 0 3.25rem 0 0;
	padding: 0 1rem 0 0;
	position: relative;
	font-weight: normal;
}

.frame__links {
	margin: 1rem 0;
}

.frame__links a {
	margin: 1rem 1rem 0 0;
	text-transform: lowercase;
}

.nav {
	display: flex;
	align-items: center;
}

.nav__arrows {
	width: 4rem;
	margin: 0 0 0 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav__arrow {
	pointer-events: auto;
	border: 0;
	padding: 0 0.25rem;
	margin: 0;
	background: none;
	color: var(--color-arrow);
}

.nav__arrow:hover {
	color: var(--color-arrow-hover);
}

.icon--rotated {
	transform: rotate(180deg) translateX(-1px);
}

.icon--nav {
	pointer-events: none;
	width: 8px;
	height: 12px;
}

.nav__counter {
	position: relative;
	white-space: nowrap;
}

.nav__counter::before {
	content: '';
	width: 2.25rem;
	height: 1px;
	background: currentColor;
	position: absolute;
	top: 50%;
	right: calc(100% + 1rem);
	opacity: 0.5;
}

.nav__counter span {
	display: inline-block;
	width: 1.5rem;
	text-align: center;
}

@media screen and (min-width: 53em) {
	*,
	*::after,
	*::before {
		cursor: none !important;
	}
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 1000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100%;
		padding: 2rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title index'
							'links ...'
							'... ...';
	}
	.frame__links {
		position: fixed;
		margin-top: 20%;
		left: 35px;
		grid-area: links;
		text-align: center;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
	.frame__links a {
		pointer-events: auto;
		margin: 1rem;
	}
	.frame__title-wrap {
		grid-area: title;
		margin-left: 60px;
	}
    .index {
   		width: 100%;
		grid-area: index;
		text-align: right;
		pointer-events: auto;
		justify-self: end;
		padding: 1em;
	}
}

@media screen and (max-width: 53em) {
	.cursor {
		visibility: hidden;
	}
}
@media screen and (max-width: 768px) {
.TITRE-GETBOLD {
    top: 10px;
    LEFT: 17px;
}
    
    .frame__links{
     display:none;   
        
    }
    .menu-getBold{
	position: fixed;
	z-index:9999999999999;
    width: 100%;
}
    .frame__title-wrap {
    margin-top: 50px;
}
    .index span{
    right: 20px;
    top: 10px;
    position: absolute;
}

.overlay-content-menu {
    font-size: 28px;
    display: grid;
}
    
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/**** Menu **/
.menu-get-bold{
    position: absolute;
    top:10px;
    right:10px;
        z-index: 999999999999999;
}
.overlay-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: var(--color-bg-dark);
    opacity:0.9;
  overflow-x: hidden;
  transition: 0.3s;
}

.overlay-content-menu {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
font-size: 16px;
}

.overlay-menu a {
  /*padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;/*
  display: block;
  transition: 0.3s;*/
    color: var(--color-bg);
}
.overlay-content-menu a {
	padding: 2em;
}
.overlay-menu a:hover, .overlay-menu a:focus {
  color: #fff;
}

.overlay-menu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/** NEUEMORPHISM *//

.iconsNM {
  display: none;
}

button {
  border: 0;
}
button:focus {
  border: none;
  outline: 0 !important;
  outline-style: none;
}

.containerNM {
  width: 550px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.containerNM .btnNM {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f2f2;
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0px -6px 10px white, 0px 4px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.containerNM .btnNM:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.containerNM .btnNM:active {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.02);
}
.containerNM .btnNM:active:after {
  box-shadow: inset 0px -2px 5px white, inset 0px 2px 5px rgba(0, 0, 0, 0.15);
}
.containerNM .btnNM.active.play-pause .icon.pause {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.containerNM .btnNM.active.play-pause .icon.play {
  opacity: 0;
  transform: translate(-50%, 50%);
}
.containerNM .btnNM .icon-container,
.containerNM .btnNM a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.containerNM .btnNM a {
  z-index: 10;
}
.containerNM .btnNM .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  fill: #868686;
  height: 1.4rem;
  vertical-align: middle;
  width: 1.4rem;
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.containerNM .btnNM.play-pause .icon.pause {
  opacity: 0;
  transform: translate(-50%, 50%);
}
.containerNM .btnNM.volume-control {
  height: 160px;
  border-radius: 50px;
}
.containerNM .btnNM.volume-control::after {
  border-radius: 50px;
}
.containerNM .btnNM.volume-control .icon-container {
  height: 50%;
}
.containerNM .btnNM.volume-control .icon-container:last-child {
  transform: translateY(100%);
}
.containerNM .btnNM.volume-control .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.containerNM .btnNM.volume-control .icon.plus {
  transform: translate(-50%, -50%);
}
.containerNM .btnNMNM.volume-control .icon.minus {
  transform: translate(-50%, -50%);
}
