@charset "UTF-8";
/*!
Theme Name: ArtyShow Biel
Author: TiagoCosta & Mica
Description: Thème wordrpess sur mesure pour le site ArtyShow Bienne/Biel
Version: 1
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.0
License: The license of the theme.
License URI: The URL of the theme license.
Text Domain: artyshow-biel
*/
@font-face {
  font-family: "Barlow-Bold";
  src: local("Barlow Bold"), local("Barlow-Bold"), url("assets/fonts/subset-Barlow-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.vh,
.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;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Box sizing
--------------------------------------------- */
*, :after, :before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Forms
--------------------------------------------- */
.frm_hidden {
  display: none;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.site-main .post-navigation, .site-main .posts-navigation {
  margin: 0 0 1.5em;
}

.post-navigation .nav-links, .posts-navigation .nav-links {
  display: flex;
}

.post-navigation .nav-previous, .posts-navigation .nav-previous {
  flex: 1 0 50%;
}

.post-navigation .nav-next, .posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Elements
--------------------------------------------- */
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

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

ol, ul {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

embed, iframe, object {
  max-width: 100%;
}

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

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;
}

/* GPRD links break */
body.privacy-policy .entry-content p a:not([href^="mailto:"]) {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

:root {
  --fz: max(16px, 1.28vw);
  --gap: 1.1rem;
  --quartergap: calc(0.25 * var(--gap));
  --halfgap: calc(0.5 * var(--gap));
  --gap2x: calc(2 * var(--gap));
  --gap3x: calc(3 * var(--gap));
  --gap4x: calc(4 * var(--gap));
  --easeocub: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeiocub: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease: var(--easeocub);
  --transition: all .549s var(--easeocub);
  --headerHeight: calc(3.1rem + var(--gap2x));
  --lh: 1.14;
}

html {
  max-width: 100%;
  font-size: var(--fz);
  line-height: var(--lh);
}

::selection {
  color: #fff;
  background: #37c6ff;
}

::-moz-selection {
  color: #fff;
  background: #37c6ff;
}

body {
  -webkit-font-smoothing: antialiased;
  -mox-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}

p > a {
  color: inherit;
  text-decoration: none;
}

header.header > .wp-block-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header .custom-logo {
  width: 5rem;
}

/* target front-end menu block (not in editor) */
body:not(.editor-styles-wrapper) .full-menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  margin-top: 0;
  transition: all 0.3s var(--ease);
  clip-path: circle(0% at 100% 0);
}
body:not(.editor-styles-wrapper) .full-menu.is-menu-open.has-modal-open {
  clip-path: circle(200% at 100% 0);
}

header.header nav.wp-block-navigation {
  margin-top: 0;
}
header.header li.wp-block-navigation-item a {
  font-weight: 600;
  color: var(--wp--preset--color--main) !important;
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--white);
  padding: 0.25rem 0.5rem;
  border-radius: 1em;
  text-transform: uppercase;
}
@media (hover: hover) {
  header.header li.wp-block-navigation-item a {
    transition: var(--transition);
  }
  header.header li.wp-block-navigation-item a:hover {
    background-color: var(--wp--preset--color--main);
    color: var(--wp--preset--color--white) !important;
  }
}

body.single .wp-block-column > .map {
  border-radius: 3rem;
}

/***
 *                  (_)                               _                   _
 *     ____   _____  _  ____      ____  ___   ____  _| |_  _____  ____  _| |_
 *    |    \ (____ || ||  _ \    / ___)/ _ \ |  _ \(_   _)| ___ ||  _ \(_   _)
 *    | | | |/ ___ || || | | |  ( (___| |_| || | | | | |_ | ____|| | | | | |_
 *    |_|_|_|\_____||_||_| |_|   \____)\___/ |_| |_| \__)|_____)|_| |_|  \__)
 */
span.separator {
  font-weight: 100;
}

.artist-portrait {
  aspect-ratio: 1 !important;
  border-radius: 50%;
  border: 3px solid var(--wp--preset--color--main);
  overflow: hidden;
}
.artist-portrait a,
.artist-portrait img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.custom-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  font-family: "Barlow-Bold", Arial, sans-serif;
}
.custom-marker:not(.is-alpha) {
  letter-spacing: -0.03em;
}
.custom-marker.is-alpha {
  background-color: transparent !important;
  color: var(--wp--preset--color--main) !important;
  border: 1px solid var(--wp--preset--color--main);
  line-height: 1;
}

body.home .custom-marker:not(.is-alpha) {
  background-color: var(--wp--preset--color--main) !important;
}

body.single .mapboxgl-popup-content {
  font-size: 1.6em !important;
}
body.single .mapboxgl-popup-content h4 {
  font-size: 0.8em;
}
body.single div.post-header {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  grid-template-areas: "num title" "num address";
  gap: 0 1.2rem;
}
body.single div.post-header h1 {
  grid-area: title;
}
body.single div.post-header p.address {
  grid-area: address;
  font-weight: 100;
  margin: 0;
}
body.single div.post-header p.address span {
  font-weight: 340;
  display: inline-block;
  margin-right: 0.3em;
}
body.single div.post-header p.address span::after {
  content: "|";
  margin-left: 0.3em;
  color: var(--wp--preset--color--main);
  font-weight: 100;
}
body.single div.post-header div.num {
  display: flex;
  width: 2em;
  font-size: 1.8em;
  grid-area: num;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--white);
  font-weight: bold;
  padding: 0.2em;
  padding-right: 0.3em;
  aspect-ratio: 1 !important;
  border-radius: 50%;
  background-color: var(--wp--preset--color--main);
}
body.single div.post-header:not(.is-alpha) {
  letter-spacing: -0.05em;
}
body.single div.post-header.is-alpha {
  background-color: transparent !important;
  color: var(--wp--preset--color--main) !important;
  border: 1px solid var(--wp--preset--color--main);
  line-height: 1;
}

.mapboxgl-popup-content {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  grid-template-areas: "num title" "num desc";
  gap: 0;
}
.mapboxgl-popup-content h3 {
  grid-area: title;
  font-size: 0.8em;
  font-weight: normal;
}
.mapboxgl-popup-content span.num {
  display: grid;
  place-items: center;
  grid-area: num;
  font-size: 3em;
  letter-spacing: -0.03em;
  font-family: "Barlow-Bold", sans-serif;
  line-height: 1;
}
.mapboxgl-popup-content {
  font-size: var(--fz);
  background-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--montserrat);
}
.mapboxgl-popup-content p.adresse {
  margin: 0;
  font-size: 0.6em;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
.mapboxgl-popup-content .map_desc {
  grid-area: desc;
}
.mapboxgl-popup-content .map_desc h4 a {
  color: var(--wp--preset--color--secondary);
  outline: none;
  text-decoration: none;
  font-weight: 550;
}
.mapboxgl-popup-content .map_desc h4 {
  font-size: 1em;
  margin: 0.3rem 0;
}

span.part1 {
  color: var(--wp--preset--color--white);
}

/* Flèche - bas (popup au-dessus du marker) */
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: var(--wp--preset--color--main);
}

/* Flèche - haut (popup en-dessous du marker) */
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: var(--wp--preset--color--main);
}

/* Flèche - gauche */
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: var(--wp--preset--color--main);
}

/* Flèche - droite */
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: var(--wp--preset--color--main);
}

/* Flèche - coins (bottom-left, bottom-right, top-left, top-right) */
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: var(--wp--preset--color--main);
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: var(--wp--preset--color--main);
}

/* Bouton de fermeture (la croix) */
.mapboxgl-popup-close-button {
  color: var(--wp--preset--color--white);
  font-size: 1.3em;
}

.mapboxgl-popup-close-button:hover {
  color: var(--wp--preset--color--secondary);
  border-radius: 4px;
  background-color: unset;
}

/* PAGINATION */
/**
 * Pousse le footer en bas
 * il faut:
 * header main footer
 * enfants directs de div.wp-site-blocks
 */
html {
  margin-top: 0 !important;
}

html,
body {
  min-height: 100%;
}

div.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
div.wp-site-blocks > main.main, div.wp-site-blocks > div.main, div.wp-site-blocks > div#content, div.wp-site-blocks > main#content {
  flex: 1 0;
}
div.wp-site-blocks footer.wp-block-template-part,
div.wp-site-blocks header.wp-block-template-part {
  flex: 0 1;
}

@media screen and (max-width: 900px) {
  .hide-on-mobile {
    display: none !important;
  }
}
/* A11Y titles */
.tarteaucitron-modal-open #tac_title {
  display: none !important;
}

.tac_visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tarteaucitron-modal-open {
  overflow: hidden;
  height: 100%;
}
.tarteaucitron-modal-open .wp-site-blocks {
  filter: blur(1px);
}

.tarteaucitron-display-none {
  display: none;
}

/***
 * Fallback activate link
 */
.tac_activate {
  background: var(--wp--preset--color--black);
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%;
}
.tac_activate .tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tac_activate .tac_float strong {
  color: #fff;
}
.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #fbd600;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  border: 0;
}

#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 14px;
}
#tarteaucitronRoot * {
  box-sizing: initial;
  color: var(--wp--preset--color--black);
  line-height: normal;
  vertical-align: initial;
}
#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
  list-style: none;
}
#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
  quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
  content: "";
}
#tarteaucitronRoot table {
  border-collapse: collapse;
  border-spacing: 0;
}
#tarteaucitronRoot a:focus-visible,
#tarteaucitronRoot button:focus-visible {
  outline: 2px dashed var(--wp--preset--color--dark-green);
}
#tarteaucitronRoot button {
  background: transparent;
  border: 0;
}
#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.3em;
  font-weight: 500;
  color: var(--wp--preset--color--black);
  margin-bottom: calc(var(--gap) / 2);
}
#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  font-size: 1.2em;
}
#tarteaucitronRoot a.tarteaucitronSelfLink {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitronBack {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  background: var(--wp--preset--color--black);
  opacity: 0.2 !important;
}
#tarteaucitronRoot .tarteaucitronCTAButton .tarteaucitronCross,
#tarteaucitronRoot .tarteaucitronCTAButton .tarteaucitronCheck {
  display: none;
}
#tarteaucitronRoot {
  /* fix padding if no cookies */
  /* hide info about cookies number */
}
#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: none;
}
#tarteaucitronRoot #tarteaucitronSave {
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  #tarteaucitronRoot {
    font-size: clamp(12px, 3vw, 14px);
  }
}

/***
 * Control panel
 */
#tarteaucitron {
  display: none;
  position: fixed;
  top: 33.33% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  z-index: 2147483647;
  width: min(80%, 480px);
  max-height: 80vh;
  overflow-y: auto;
  padding: 0;
  border-radius: 1rem;
}
#tarteaucitron a {
  color: var(--wp--preset--color--dark-green);
  font-size: 0.8em;
  text-decoration: none;
}
#tarteaucitron strong {
  font-weight: 500;
}
#tarteaucitron ul {
  padding: 0;
  margin: 0;
}
#tarteaucitron span[role=heading] {
  display: block;
}
#tarteaucitron .tarteaucitronH3 {
  font-size: 1.1em;
  font-weight: 500;
}
#tarteaucitron #tarteaucitronClosePanel {
  position: absolute;
  right: calc(var(--gap) / 2);
  top: calc(var(--gap) / 2);
  z-index: 1000;
  font-size: 1em;
  width: 2em;
  height: 2em;
  text-decoration: none;
  color: transparent;
  cursor: pointer;
  overflow: hidden;
}
#tarteaucitron #tarteaucitronClosePanel:before {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 3em;
  color: var(--wp--preset--color--black);
}
#tarteaucitron #tarteaucitronServices {
  height: auto !important;
  max-height: 60vh;
  padding: var(--gap);
  background-color: var(--wp--preset--color--white);
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
  display: none;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  margin: 0;
  overflow: hidden;
  margin-bottom: calc(var(--gap) / 2);
  position: relative;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine:first-child {
  margin-top: calc(var(--gap) / 2);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(10ch + 3em);
  height: calc(3em / 2);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  border: none;
  background: none;
  right: 0;
  text-align: right;
  color: var(--wp--preset--color--black);
  font-weight: normal;
  padding-right: calc(3em + 1ch);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button span {
  display: none;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  z-index: 3;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  z-index: 2;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk:before {
  content: "";
  position: absolute;
  width: 3em;
  height: 100%;
  background: #c6c6c6;
  border-radius: calc(calc(3em / 2) / 2);
  transition: background-color 0.3s ease;
  right: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk:after {
  content: "";
  position: absolute;
  width: auto;
  height: calc(100% - 4px);
  aspect-ratio: 1;
  background: var(--wp--preset--color--white);
  border-radius: 50%;
  right: calc(3em - calc(3em / 2) + 2px);
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  text-align: left;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronH3 {
  max-width: 60%;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronH3 + span {
  margin-top: calc(var(--gap) / 4);
  display: block;
  max-width: calc(100% - 3em);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  margin-bottom: 0;
  position: relative;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.1em !important;
  font-weight: 500;
  padding-bottom: 0.1em;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  top: unset;
  bottom: 0;
  width: calc(14ch + 3em);
}
@media screen and (max-width: 900px) {
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    max-width: 50%;
    text-wrap: balance;
  }
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  z-index: 2;
  opacity: 1;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronDeny {
  z-index: 3;
  opacity: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed .tarteaucitronAsk:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAsk:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed:before,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk:before {
  background: var(--wp--preset--color--green);
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed:after,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsAllowed .tarteaucitronAsk:after,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed:after,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsAllowed .tarteaucitronAsk:after,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed:after,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk:after {
  right: 2px;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAllow {
  z-index: 3;
  opacity: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  z-index: 2;
  opacity: 1;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronAllow {
  opacity: 0;
  z-index: 3;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder > ul > li > ul:first-of-type .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded > ul:not(:first-of-type) .tarteaucitronLine:not(.tarteaucitronIsAllowed):not(.tarteaucitronIsDenied) .tarteaucitronDeny {
  opacity: 1;
  z-index: 2;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded ul:not(:first-of-type) .tarteaucitronLine .tarteaucitronH3 {
  font-size: 1em;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded ul:not(:first-of-type) .tarteaucitronLine .tarteaucitronName > *:not(.tarteaucitronH3) {
  line-height: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded ul:not(:first-of-type) .tarteaucitronLine .tacCurrentStatus,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded ul:not(:first-of-type) .tarteaucitronLine .tarteaucitronReadmoreSeparator {
  font-size: inherit;
}
#tarteaucitron #tarteaucitronServices .tarteaucitron-toggle-group {
  padding: 0.2em 0 0 0;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 500;
}
#tarteaucitron #tarteaucitronServices .tarteaucitron-toggle-group span {
  color: inherit;
  font-size: inherit;
}
#tarteaucitron #tarteaucitronServices .tarteaucitron-toggle-group:after {
  content: "▾";
  font-size: 1em;
  margin-left: 1ch;
  display: inline-block;
  line-height: 0;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronIsExpanded .tarteaucitron-toggle-group:after {
  transform: rotate(180deg) translateY(-0.1em);
}
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronName {
  max-width: calc(100% - 3em);
}
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronH3 {
  font-weight: 500 !important;
  font-size: 1em;
  max-width: 100%;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory br,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
  display: none !important;
}
#tarteaucitron #tarteaucitronInfo {
  padding: 0 0 var(--gap);
}
#tarteaucitron #tarteaucitronInfo button {
  margin-top: calc(var(--gap) / 2);
  font-weight: normal;
  display: block;
}
#tarteaucitron #tarteaucitronInfo br {
  display: none;
}
#tarteaucitron #tarteaucitronInfo p {
  all: unset;
  display: inline;
}
#tarteaucitron #tarteaucitronMainLineOffset {
  margin-top: 0 !important;
}
@media screen and (max-width: 900px) {
  #tarteaucitron {
    width: calc(100% - var(--gap) * 2);
    top: 50% !important;
  }
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  display: none;
  position: fixed;
  left: var(--gap) !important;
  bottom: var(--gap) !important;
  box-sizing: content-box;
  z-index: 2147483645;
  padding: var(--gap);
  border-radius: 1em !important;
  width: 100% !important;
  max-width: clamp(400px, 20rem, 600px) !important;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
  flex-direction: row;
  flex-wrap: wrap;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig:focus {
  outline: 0;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig:before {
  content: "";
  display: none;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross {
  position: absolute;
  top: calc(var(--gap) / 2);
  right: calc(var(--gap) / 2);
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross::before {
  content: "+";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  line-height: 0;
  font-weight: 300;
  font-size: 2.5em;
  padding-bottom: 0.1em;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseCross span {
  display: none;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin: 2em 0;
  padding: 0;
  text-align: left;
  font-size: 1em !important;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert a {
  color: var(--wp--preset--color--green);
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button:not(#tarteaucitronCloseCross) {
  display: inline-flex;
  width: fit-content;
  margin: 0 !important;
  align-items: center;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button:not(#tarteaucitronCloseCross).tarteaucitronAllow {
  order: 4;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig button:not(#tarteaucitronCloseCross).tarteaucitronDeny {
  margin-left: auto !important;
  margin-right: calc(var(--gap) / 2) !important;
  order: 3;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
html body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  display: none !important;
}
@media screen and (max-width: 900px) {
  html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    max-width: calc(100% - var(--gap) * 4) !important;
  }
}
html body #tarteaucitronRoot.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
  display: flex !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: 1em;
  padding: 0.5em 1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.25em;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  color: var(--wp--preset--color--green);
  text-decoration: underline;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/***
 * Icon
 */
/***
 * Small alert (unused)
 */
/***
 * Embeded cookies list
 */
/*# sourceMappingURL=style.css.map */