h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5,
em, strong {
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
}

a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

.no-select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.clear {
  display: block;
  float: none;
  clear: both;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

:root {
  --FS14: calc(14 * 0.05rem);
  --LH14: 1.45em;
  --FS16: calc(16 * 0.05rem);
  --LH16: 1.45em;
  --FS20: calc(20 * 0.05rem);
  --LH20: calc(20/20);
  --FS26: calc(26 * 0.05rem);
  --LH26: 1.2em;
  --FS52: calc(52 * 0.05rem);
  --LH52: 1em;
}

:root {
  --FRONT_COLOR: #52452F;
  --BACK_COLOR: #F5F5F5;
  --GRID_MARGIN: calc(58 * 0.05rem);
  --GRID_GUTTER: calc(20 * 0.05rem);
  --4: calc(4 * 0.05rem);
  --6: calc(6 * 0.05rem);
  --10: calc(10 * 0.05rem);
  --30: calc(30 * 0.05rem);
  --32: calc(32 * 0.05rem);
  --40: calc(40 * 0.05rem);
  --60: calc(60 * 0.05rem);
  --80: calc(80 * 0.05rem);
}

#main-grid {
  display: grid;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--GRID_MARGIN);
  box-sizing: border-box;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--GRID_GUTTER);
  z-index: 10000;
  pointer-events: none;
}
#main-grid .col {
  height: 100%;
  grid-column-end: span 1;
  background-color: rgba(0, 255, 255, 0.1);
}

html {
  font-family: "StudioFeixenSans Regular";
  font-size: 20px;
  line-height: normal;
  visibility: hidden;
}

body {
  font-size: var(--FS18);
  line-height: 1;
  color: var(--FRONT_COLOR);
  background-color: var(--BACK_COLOR);
}

#main {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
#main #main-container {
  flex-grow: 1;
  padding: 0 var(--GRID_MARGIN);
}

header {
  padding: var(--32) var(--GRID_MARGIN);
  box-sizing: border-box;
}
header #header-menu a.logo svg {
  display: block;
  width: calc(276 * 0.05rem);
  height: auto;
}
header #header-menu a.logo svg path {
  fill: var(--FRONT_COLOR);
}

picture,
.video-container {
  display: block;
  width: 100%;
}
picture img,
picture video,
.video-container img,
.video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.textarea a {
  text-decoration: underline;
}
.textarea p:not(:last-child),
.textarea ul:not(:last-child) {
  margin-bottom: 1em;
}
.textarea em {
  font-family: "StudioFeixenSans Italic";
  font-style: italic;
}
.textarea em strong {
  font-family: "StudioFeixenSans BoldItalic";
}
.textarea strong {
  font-family: "StudioFeixenSans Bold";
}
.textarea strong em {
  font-family: "StudioFeixenSans BoldItalic";
  font-style: italic;
}
.textarea span.align-left,
.textarea span.align-center,
.textarea span.align-right,
.textarea span.align-justify {
  display: block;
}
.textarea span.align-left {
  text-align: left;
}
.textarea span.align-center {
  text-align: center;
}
.textarea span.align-right {
  text-align: right;
}
.textarea span.align-justify {
  text-align: justify;
}

.template-page-home {
  --CABCA5: 202, 188, 165;
  --COLOR_1: rgba(var(--CABCA5), 0);
  --COLOR_2: rgba(var(--CABCA5), 1);
  color: var(--FRONT_COLOR);
}
.template-page-home #main-container {
  background: linear-gradient(var(--COLOR_1), var(--COLOR_2));
}

.template-single-artist {
  --FRONT_COLOR: #6B2B39;
  --BACK_COLOR: #F5F5F5;
  --COLOR_1: #FE6B96;
  --COLOR_2: #AE9D81;
  --COLOR_3: #6E313E;
}
.template-single-artist #section-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--GRID_GUTTER);
  padding: var(--80) 0;
}
.template-single-artist #section-head .left {
  grid-column-end: span 6;
}
.template-single-artist #section-head .left .taxos {
  display: flex;
  column-gap: var(--6);
  margin-bottom: var(--30);
  font-family: "StudioFeixenSans Regular";
  font-size: var(--FS16);
  line-height: var(--LH16);
  text-transform: uppercase;
}
.template-single-artist #section-head .left .taxos > * {
  width: fit-content;
  padding: var(--4) var(--10);
  padding-top: var(--6);
  border: 1px solid;
  box-sizing: border-box;
  color: var(--COLOR_1);
}
.template-single-artist #section-head .left .taxos .statut {
  border-radius: 100em;
}
.template-single-artist #section-head .left .taxos .country {
  color: var(--COLOR_2);
  border-radius: 100em;
}
.template-single-artist #section-head .left h1 {
  font-family: "StudioFeixenSans Regular";
  font-size: var(--FS52);
  line-height: var(--LH52);
}
.template-single-artist #section-head .left > .artists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: var(--40);
}
.template-single-artist #section-head .left > .artists .artist {
  display: flex;
  font-family: "StudioFeixenSans Regular";
  font-size: var(--FS26);
  line-height: var(--LH26);
  white-space: nowrap;
}
.template-single-artist #section-head .left > .artists .artist .country {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--32);
  height: calc(var(--32) * 0.97);
  border: 1px solid;
  border-radius: 100%;
  box-sizing: border-box;
  font-size: var(--FS14);
  line-height: 1;
  color: var(--COLOR_2);
}
.template-single-artist #section-head .left .layouts {
  width: calc(var(--COLUMN_WIDTH) * 5 + var(--GRID_GUTTER) * 4);
  margin-bottom: var(--30);
}
.template-single-artist #section-head .left .layouts .textarea {
  font-family: "StudioFeixenSans Regular";
  font-size: var(--FS16);
  line-height: var(--LH16);
}
.template-single-artist #section-head .left .layouts .textarea h2 {
  font-size: var(--FS26);
  line-height: var(--LH26);
}
.template-single-artist #section-head .left .layouts .textarea:not(:last-child) {
  margin-bottom: 1em;
}
.template-single-artist #section-head .left .links {
  font-family: "StudioFeixenSans Regular";
  font-size: var(--FS16);
  line-height: var(--LH16);
  color: var(--COLOR_1);
}
.template-single-artist #section-head .left .links .websites .artists,
.template-single-artist #section-head .left .links .instagrams .artists {
  display: flex;
  column-gap: 0.5em;
}
.template-single-artist #section-head .left .links .instagrams a {
  text-decoration: underline;
}
.template-single-artist #section-head .right {
  grid-column-end: span 6;
}
.template-single-artist #section-head .right picture {
  position: relative;
}
.template-single-artist #section-head .right picture img {
  height: auto;
}
.template-single-artist #section-head .right picture:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--COLOR_3);
  mix-blend-mode: screen;
}
.template-single-artist #section-images picture:not(:last-child) {
  margin-bottom: var(--60);
}
.template-single-artist #section-images picture img {
  height: auto;
}