@charset "UTF-8";
* {
  --headerMobileHeight: 50px;
  --headerDesktopHeight: 64px;
  --menuWebsiteHeight: 50px;
  --footerMobileHeight: 50px;
  --footerDesktopHeight: 50px;
  --sideBarWidth: 350px;
  --grey:#F3F5FA;
  --grey2:rgba(0, 0, 0, 0.09);
  --grey3:#C4CFDD;
  --white:#FFFFFF;
  --black:#15191E;
  --black2:#22262C;
  --fullblack:#000000;
  --dark:#1C1C1C;
  --rouge:#F54D45;
  --jaune:#F5B63B;
  --vert:#5cb85c;
  --bg-box:#FFFFFF;
  --bg-input:#f3f4f8;
  --icon-color:#22262C;
  --separator:#C4CFDD;
  --main:#F2F2F2;
  --main:hsl(0, 0%, 95%);
  --main-color:hsl(0, 0%, 27%);
  --main-color-light:hsl(0, 0%, 50%);
  --main-color-light:hsl(0, 0%, 82%);
  --main-color-lighter:hsl(0, 0%, 94%);
  --secondary-color:#868686;
  --secondary-color:hsl(0, 0%, 53%);
  --secondary-color-light:#BCBCBC;
  --secondary-color-light:hsl(0, 0%, 74%);
  --secondary-color-lighter:hsl(0, 0%, 84%);
  --danger-color:hsl(3, 90%, 62%);
  --danger-color-light:hsla(3, 90%, 62%, 0.3);
  ----movingMulti-custom-text:"";
}

.darkmode * {
  --bg-box:#252a31;
  --bg-input:#242424;
  --icon-color:#C4CFDD;
  --separator:#C4CFDD;
}

body,
body.viewSize_1 {
  --sizeGridView: 100px;
}

body.viewSize_2 {
  --sizeGridView: 140px;
}

body.viewSize_3 {
  --sizeGridView: 200px;
}

body.viewSize_4 {
  --sizeGridView: 300px;
}

/**********************************************************\
        - RESET DEFAULT
\**********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

td {
  margin: 0px;
  padding-right: 5px;
}

* {
  margin: 0;
  text-decoration: none;
}


:root {
  --white-color:#F7F6F6;
  --white:#F7F6F6;
  --Ivory: #F7F6F6;
  --dark-color:#1A1A20;
  --red-color:#E63636;
  --Black: #1A1A20;
  --White: #F7F6F6;
  --Error: #FF6A6A;
  --Red: #FF0000;
  --bgGridColor: #e2e1e1;
  --bgGridColorDark: #3e4046;
  --bgGridSize: 26px;
  --bgGridDecalage: 13px;
  --color-main:#F7F6F6;
  --color-main-light:#FFFFFF;
  --color-secondary:#1A1A20;
  --color-secondary-light:#484853;
  --color-danger:#FF4D4D;
  --color-success:green;
  --color-warning:orange;
  --color-info:blue;
  --color-grey-1:#77787B;
  --color-grey-2:#909093;
  --color-grey-3:#A9AAAC;
  --color-grey-4:#C3C4C5;
  --color-grey-5:#DDDEDE;
  --txt-color-main: #1A1A20;
  --txt-color-secondary: #F7F6F6;
  --txt-secondary-light: #535353;
  --txt-color-danger: #FF4D4D;
  --txt-color-success: green;
  --txt-color-warning: orange;
  --txt-color-info: blue;
  --bg-color-main: #FFFFFF;
  --bg-color-secondary: #F7F6F6;
  --bg-color-third: #1A1A20;
  --bg-color-fourth: #0B0C13;
  --link-color: blue;
  --link-color-hover: red;
  --link-color-2: green;
  --link-color-2-hover: yellow;
  --fs-0:0.625rem;
  --fs-lh-0: 0.75rem;
  --fs-1: 0.75rem;
  --fs-lh-1: 1rem;
  --fs-2: 0.875rem;
  --fs-lh-2: 1.125rem;
  --fs-3: 1rem;
  --fs-lh-3: 1.25rem;
  --fs-4:1.125rem;
  --fs-lh-4: 1.375rem;
  --pixel-val-1:2px;
  --pixel-val-2:4px;
  --pixel-val-3:8px;
  --pixel-val-4:16px;
  --pixel-val-5:32px;
  --border-color:#1A1920;
  --border-color-secondary-light:#535353;
  --border-color-danger:#FF4D4D;
  --color-main: #F6F6F5;
  --color-main-light: #FFFFFF;
  --color-secondary: #1A1920;
  --color-secondary-light: #535353;
  --color-danger: #FF4D4D;
  --color-success: #61C576;
  --color-info: #5757F5;
  --color-warning: #FFA633;
  --color-grey-1: #77787B;
  --color-grey-2: #8F9093;
  --color-grey-3: #A9AAAC;
  --color-grey-4: #C3C3C5;
  --color-grey-5: #DDDDDE;
  --bg-main: #F6F6F5;
  --bg-main-light: #FFFFFF;
  --bg-third:#E9E8E6;
  --bg-third-light: #EAEEEF;
  --bg-secondary: hsl(249, 12%, 11%);
  --bg-secondary-2: hsla(249, 12%, 11%, 0.96);
  --bg-secondary-3: hsla(249, 12%, 11%, 0.92);
  --bg-secondary-4: hsla(249, 12%, 11%, 0.88);
  --bg-secondary-5: hsla(249, 12%, 11%, 0.84);
  --bg-secondary-light: #535353;
  --bg-quaternary: #191E1F;
  --bg-danger: #FF4D4D;
  --bg-success: #61C576;
  --bg-info: #5757F5;
  --bg-warning: #FFA633;
  --bg-grey:#2E3031;
  --bg-grey-1: #77787B;
  --bg-grey-2: #8F9093;
  --bg-grey-3: #A9AAAC;
  --bg-grey-4: #C3C3C5;
  --bg-grey-5: #DDDDDE;
  --txt-main: #F6F6F5;
  --txt-main-light: #FFFFFF;
  --txt-secondary: #1A1920;
  --txt-secondary-light: #535353;
  --txt-danger: #FF4D4D;
  --txt-success: #61C576;
  --txt-info: #5757F5;
  --txt-warning: #FFA633;
  --txt-grey-1: #77787B;
  --txt-grey-2: #8F9093;
  --txt-grey-3: #A9AAAC;
  --txt-grey-4: #C3C3C5;
  --txt-grey-5: #DDDDDE;
  --8: 8;
  --font-base: Courier Prime,Courier New, Courier, Prestige, monospace;
  --font-bold: "Tactic Sans", sans-serif;
}

.darkmode {
  --white-color:#1A1A20;
  --Ivory: #1A1A20;
  --dark-color:#F7F6F6;
  --red-color:#E63636;
  --Black: #F7F6F6;
  --White: #1A1A20;
}

* {
  box-sizing: border-box;
  font-family: var(--font-base);
}

.btn,
button {
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  font-family: var(--font-bold);
  font-feature-settings: "ss01" 1, "onum" 1;
  font-weight: 700;
  font-size: 1rem;
  color: var(--txt-color-secondary);
  border: 1px solid var(--bg-main-light);
  background: var(--bg-secondary);
  box-shadow: 4px 4px 0px 0px var(--bg-secondary);
  cursor: pointer;
  transition: box-shadow 0.27s ease-in-out, color 0.27s ease-in-out, background 0.27s ease-in-out;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  display: grid;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 32px 1fr 32px;
  text-align: center;
}
.btn span,
button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover,
button:hover {
  box-shadow: 8px 8px 0px 0px var(--bg-secondary);
}

.btn-secondary-light,
.btn-light {
  border: 2px solid var(--bg-secondary);
  background: var(--bg-main-light);
  color: var(--txt-color-main);
  box-shadow: 4px 4px 0px 0px var(--bg-main-light);
}
.btn-secondary-light::before, .btn-secondary-light::after,
.btn-light::before,
.btn-light::after {
  background-color: var(--txt-color-main);
}
.btn-secondary-light:hover,
.btn-light:hover {
  border: 2px solid var(--bg-secondary);
  background: var(--bg-main-light);
  box-shadow: 8px 8px 0px 0px var(--bg-main-light);
}

.btn-secondary-light {
  background: var(--bg-main-light);
  border: 2px solid var(--bg-main-light);
  color: var(--txt-color-main);
  box-shadow: 4px 4px 0px 0px transparent;
}

.btn-secondary-light.border-dark {
  border-color: var(--bg-secondary);
}

.btn-secondary {
  border: 2px solid var(--bg-secondary);
  background: var(--bg-secondary);
  box-shadow: 4px 4px 0px 0px transparent;
}

.btn-secondary-light:hover,
.btn-secondary:hover {
  box-shadow: 8px 8px 0px 0px transparent;
}

.btn-secondary-light:hover {
  border: 2px solid var(--bg-main-light);
}

.btn-secondary-light.border-dark:hover {
  border-color: var(--bg-secondary);
}

.btn-disabled,
button[disabled] {
  cursor: not-allowed;
  color: var(--txt-color-secondary);
  border: 2px solid var(--color-grey-1);
  background: var(--color-grey-1);
  box-shadow: 4px 4px 0px 0px transparent;
}

.btn-disabled:hover,
button[disabled]:hover {
  background-color: var(--color-grey-1);
  box-shadow: 8px 8px 0px 0px transparent;
}

.btn-small {
  padding: 6px;
  font-size: 0.75rem;
  width: fit-content;
  text-transform: uppercase;
  border: 1px solid var(--bg-main-light);
  box-shadow: 2px 2px 0px 0px var(--bg-secondary);
  grid-template-columns: 1fr;
}
.btn-small::before, .btn-small::after {
  display: none;
}
.btn-small:hover {
  box-shadow: 4px 4px 0px 0px var(--bg-secondary);
}

.btn-transparent {
  background-color: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  border-width: 2px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  font-family: var(--font-bold);
  font-weight: 900;
}
.btn-transparent:hover {
  box-shadow: 3px 3px 0px 0px var(--bg-secondary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  box-shadow: inset 0 0 20px 20px transparent;
}

label {
  font-size: var(--fs-3);
  line-height: 1.5rem;
  color: var(--txt-color-main);
  font-weight: 700;
  font-family: var(--font-bold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.2px;
  cursor: pointer;
}

select,
textarea,
input {
  margin: 8px 0;
  padding: 0px 16px;
  gap: 8px;
  font-size: var(--fs-2);
  line-height: 40px;
  font-weight: 700;
  color: var(--txt-color-main);
  text-align: left;
  position: relative;
  border: solid 2px var(--bg-color-third);
  background-color: var(--bg-color-main);
  width: 100%;
  border-radius: 0 !important;
}
select::placeholder,
textarea::placeholder,
input::placeholder {
  color: rgba(26, 26, 32, 0.7);
}
select:focus-visible, select:focus-within, select:visited, select:active, select:focus,
textarea:focus-visible,
textarea:focus-within,
textarea:visited,
textarea:active,
textarea:focus,
input:focus-visible,
input:focus-within,
input:visited,
input:active,
input:focus {
  border-radius: 0 !important;
  outline: none !important;
}
input:autofill,
textarea:autofill {
  background-color: var(--bg-color-main) !important;
  color: var(--txt-color-main) !important;
  font-size: var(--fs-2) !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  border: solid 2px var(--bg-color-third) !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: var(--bg-color-main) !important;
  color: var(--txt-color-main) !important;
  font-size: var(--fs-2) !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  border: solid 2px var(--bg-color-third) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

textarea {
  line-height: var(--fs-lh-2);
  padding: 8px 16px;
}

select {
  padding: 11px 16px;
}

input[disabled],
textarea[disabled],
.disabled,
.inputDiv .input-wrapper.disabled {
  cursor: not-allowed;
  color: rgba(26, 26, 32, 0.7);
  border: solid 2px rgba(26, 26, 32, 0.5);
}
input[disabled] input,
textarea[disabled] input,
.disabled input,
.inputDiv .input-wrapper.disabled input {
  color: rgba(26, 26, 32, 0.7);
}

.input-wrapper {
  position: relative;
}
.input-wrapper .password-no-match:focus, .input-wrapper .password-no-match {
  border: 2px solid var(--txt-danger) !important;
}

.inputDiv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  position: relative;
}
.inputDiv .input-wrapper {
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: solid 2px var(--bg-color-third);
  background-color: var(--bg-color-main);
}
.inputDiv .input-wrapper input,
.inputDiv .input-wrapper textarea {
  margin: 0;
  border-radius: 0 !important;
  outline: none !important;
}
.inputDiv .input-wrapper input {
  padding: 0 16px;
  border: none;
  color: var(--color-secondary, #1A1A20);
  background-color: transparent;
}
.inputDiv .input-wrapper input::placeholder, .inputDiv .input-wrapper input:focus-visible, .inputDiv .input-wrapper input:focus-within, .inputDiv .input-wrapper input:visited, .inputDiv .input-wrapper input:active, .inputDiv .input-wrapper input:focus {
  outline: none;
  background-color: transparent;
  border-radius: 0 !important;
}
.inputDiv .input-wrapper .input-suffix,
.inputDiv .input-wrapper .input-prefix {
  width: 24px;
  height: 24px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputDiv .input-wrapper .input-suffix svg,
.inputDiv .input-wrapper .input-prefix svg {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
}
.inputDiv .input-wrapper .input-suffix {
  margin-right: 8px;
}
.inputDiv .input-wrapper .input-prefix {
  margin-left: 8px;
}

.input_inline {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.input_issue {
  color: var(--color-danger);
  font-size: var(--fs-0);
  line-height: var(--fs-lh-0);
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  display: block;
  width: 100%;
}

.btn_bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.pac-container {
  border: 2px solid var(--border-color);
  border-radius: 0;
}

.pac-logo::after {
  content: none !important;
  display: none !important;
}

.pac-item {
  padding: 8px;
  border: none;
  border-bottom: 2px dashed var(--border-color);
  font-family: var(--font-base);
}

.pac-item:last-of-type {
  border-bottom: none;
}

.switch {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  font-family: var(--font-base);
  font-weight: normal;
}
.switch .switch-input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}
.switch .switch-input:checked + .slider {
  box-shadow: 2px 2px 0px 0px var(--border-color);
}
.switch .switch-input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  background-color: var(--color-secondary);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath fill='white' d='M4 12l2-2 4 4 8-8 2 2-10 10z'/%3E%3C/svg%3E");
  color: white;
  display: flex;
  justify-content: center;
}
.switch .slider {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: block;
  cursor: pointer;
  background-color: var(--color-main);
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  box-shadow: none;
  border: 2px solid var(--border-color);
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: 0;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
}
.switch:hover .slider {
  box-shadow: 2px 2px 0px 0px var(--border-color);
}

dialog::backdrop {
  transition-property: all;
  transition-duration: 270ms;
  transition-timing-function: ease;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: transparent;
  filter: brightness(75%);
}

@keyframes backdrop-fade {
  from {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: transparent;
    filter: brightness(100%);
  }
  to {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: transparent;
    filter: brightness(75%);
  }
}
.dialog-closing::backdrop {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background-color: transparent;
  filter: brightness(100%);
}

dialog[open]::backdrop {
  animation: backdrop-fade 0.27s ease;
}

dialog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
  backdrop-filter: none;
  transition-property: all;
  transition-duration: 270ms;
  transition-timing-function: ease;
  opacity: 0;
  visibility: 0;
  transform: translateY(-20px);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; /* Largeur pleine */
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom));
  margin: auto;
  padding: 19px;
  box-sizing: inherit;
  border: none;
  inset-block-start: 0;
  margin: 0 !important;
}
dialog .close {
  width: 40px;
  height: 40px;
  background-color: var(--Black, #1A1A20);
  color: var(--White, #FFF);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 5000;
}
dialog .inner {
  width: 100%;
  height: 100%;
  padding: 64px 16px;
  box-sizing: border-box;
  background-color: var(--White, #FFF);
}
dialog .inner .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
dialog .modalContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
dialog .modalContent div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

dialog:modal {
  max-width: 100vw;
  max-height: 100svh;
  max-height: calc(100svh - env(safe-area-inset-bottom));
}

body, html {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--fs-lh-3);
  height: 100%;
  background: var(--bg-main);
  color: var(--txt-color-main);
}

body {
  overflow-y: scroll;
  padding-bottom: 56px;
  max-width: 1920px;
  margin: auto;
}

.has_overlay {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--color-main-third);
}
a:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--border-color); /* ou une autre couleur contrastante */
  outline: 2px solid var(--color-danger); /* ou une autre couleur contrastante */
  outline-offset: 2px;
}

* {
  box-sizing: border-box;
}

/* body.standalone {
}

body.browser {
} */
.a_bold {
  font-weight: 900;
  font-family: var(--font-bold);
  font-feature-settings: "ss01" 1, "onum" 1;
}

b, strong {
  font-weight: 700;
}

.m-hide {
  display: none;
}

.d-hide {
  display: inherit;
}

@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Blk.woff2") format("woff2"), url("./font/TacticSans-Blk.woff") format("woff"), url("./font/TacticSans-Blk.ttf") format("truetype"), url("./font/TacticSans-Blk.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Med.woff2") format("woff2"), url("./font/TacticSans-Med.woff") format("woff"), url("./font/TacticSans-Med.ttf") format("truetype"), url("./font/TacticSans-Med.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans Ultra";
  src: url("./font/TacticSans-Ult.woff2") format("woff2"), url("./font/TacticSans-Ult.woff") format("woff"), url("./font/TacticSans-Ult.ttf") format("truetype"), url("./font/TacticSans-Ult.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans Ultra";
  src: url("./font/TacticSans-UltIt.woff2") format("woff2"), url("./font/TacticSans-UltIt.woff") format("woff"), url("./font/TacticSans-UltIt.ttf") format("truetype"), url("./font/TacticSans-UltIt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-MedIt.woff2") format("woff2"), url("./font/TacticSans-MedIt.woff") format("woff"), url("./font/TacticSans-MedIt.ttf") format("truetype"), url("./font/TacticSans-MedIt.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-BldIt.woff2") format("woff2"), url("./font/TacticSans-BldIt.woff") format("woff"), url("./font/TacticSans-BldIt.ttf") format("truetype"), url("./font/TacticSans-BldIt.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Thn.woff2") format("woff2"), url("./font/TacticSans-Thn.woff") format("woff"), url("./font/TacticSans-Thn.ttf") format("truetype"), url("./font/TacticSans-Thn.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Lgt.woff2") format("woff2"), url("./font/TacticSans-Lgt.woff") format("woff"), url("./font/TacticSans-Lgt.ttf") format("truetype"), url("./font/TacticSans-Lgt.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Bld.woff2") format("woff2"), url("./font/TacticSans-Bld.woff") format("woff"), url("./font/TacticSans-Bld.ttf") format("truetype"), url("./font/TacticSans-Bld.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-RegIt.woff2") format("woff2"), url("./font/TacticSans-RegIt.woff") format("woff"), url("./font/TacticSans-RegIt.ttf") format("truetype"), url("./font/TacticSans-RegIt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-ThnIt.woff2") format("woff2"), url("./font/TacticSans-ThnIt.woff") format("woff"), url("./font/TacticSans-ThnIt.ttf") format("truetype"), url("./font/TacticSans-ThnIt.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-BlkIt.woff2") format("woff2"), url("./font/TacticSans-BlkIt.woff") format("woff"), url("./font/TacticSans-BlkIt.ttf") format("truetype"), url("./font/TacticSans-BlkIt.eot?#iefix") format("embedded-opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-LgtIt.woff2") format("woff2"), url("./font/TacticSans-LgtIt.woff") format("woff"), url("./font/TacticSans-LgtIt.ttf") format("truetype"), url("./font/TacticSans-LgtIt.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Tactic Sans";
  src: url("./font/TacticSans-Reg.woff2") format("woff2"), url("./font/TacticSans-Reg.woff") format("woff"), url("./font/TacticSans-Reg.ttf") format("truetype"), url("./font/TacticSans-Reg.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  font-family: var(--font-bold);
  font-style: normal;
  font-feature-settings: "ss01" 1, "onum" 1;
}

h1 {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.375rem;
}

h2 {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 2.125rem;
}

h3 {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

h4 {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h5 {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.125rem;
}

.fs-0 {
  font-size: 0.625rem;
  line-height: 0.7rem;
}

.fs-1 {
  font-size: var(--fs-1);
  line-height: var(--fs-lh-1);
}

.fs-2 {
  font-size: var(--fs-2);
  line-height: var(--fs-lh-2);
}

.fs-3 {
  font-size: var(--fs-3);
  line-height: var(--fs-lh-3);
}

.fs-4 {
  font-size: var(--fs-4);
  line-height: var(--fs-lh-4);
}

.my-1 {
  margin-top: var(--pixel-val-1);
  margin-bottom: var(--pixel-val-1);
}

.mx-1 {
  margin-left: var(--pixel-val-1);
  margin-right: var(--pixel-val-1);
}

.py-1 {
  padding-top: var(--pixel-val-1);
  padding-bottom: var(--pixel-val-1);
}

.px-1 {
  padding-left: var(--pixel-val-1);
  padding-right: var(--pixel-val-1);
}

.gap-1 {
  gap: var(--pixel-val-1);
}

.my-2 {
  margin-top: var(--pixel-val-2);
  margin-bottom: var(--pixel-val-2);
}

.mx-2 {
  margin-left: var(--pixel-val-2);
  margin-right: var(--pixel-val-2);
}

.py-2 {
  padding-top: var(--pixel-val-2);
  padding-bottom: var(--pixel-val-2);
}

.px-2 {
  padding-left: var(--pixel-val-2);
  padding-right: var(--pixel-val-2);
}

.gap-2 {
  gap: var(--pixel-val-2);
}

.my-3 {
  margin-top: var(--pixel-val-3);
  margin-bottom: var(--pixel-val-3);
}

.mx-3 {
  margin-left: var(--pixel-val-3);
  margin-right: var(--pixel-val-3);
}

.py-3 {
  padding-top: var(--pixel-val-3);
  padding-bottom: var(--pixel-val-3);
}

.px-3 {
  padding-left: var(--pixel-val-3);
  padding-right: var(--pixel-val-3);
}

.gap-3 {
  gap: var(--pixel-val-3);
}

.my-4 {
  margin-top: var(--pixel-val-4);
  margin-bottom: var(--pixel-val-4);
}

.mx-4 {
  margin-left: var(--pixel-val-4);
  margin-right: var(--pixel-val-4);
}

.py-4 {
  padding-top: var(--pixel-val-4);
  padding-bottom: var(--pixel-val-4);
}

.px-4 {
  padding-left: var(--pixel-val-4);
  padding-right: var(--pixel-val-4);
}

.gap-4 {
  gap: var(--pixel-val-4);
}

.my-5 {
  margin-top: var(--pixel-val-5);
  margin-bottom: var(--pixel-val-5);
}

.mx-5 {
  margin-left: var(--pixel-val-5);
  margin-right: var(--pixel-val-5);
}

.py-5 {
  padding-top: var(--pixel-val-5);
  padding-bottom: var(--pixel-val-5);
}

.px-5 {
  padding-left: var(--pixel-val-5);
  padding-right: var(--pixel-val-5);
}

.gap-5 {
  gap: var(--pixel-val-5);
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow-y: overlay;
  border: 2px var(--border-color) solid;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  margin: 0 auto;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.card {
  padding: 16px;
  background-color: var(--bg-main-light);
  border: solid 2px var(--border-color);
  box-shadow: 4px 4px 0px 0px var(--border-color);
}

.border {
  border: solid 2px var(--border-color);
}

.border-bottom {
  border-bottom: solid 2px var(--border-color);
}

.border-top {
  border-top: solid 2px var(--border-color);
}

.border-left {
  border-left: solid 2px var(--border-color);
}

.border-right {
  border-right: solid 2px var(--border-color);
}

.border-shadow {
  box-shadow: 4px 4px 0px 0px var(--border-color);
}

.border-danger {
  border: solid 2px var(--border-color-danger) !important;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-end {
  align-items: flex-end;
}

.flex-start {
  align-items: flex-start;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.w45 {
  width: 45%;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/****************** loader *******************/
.has_overlay {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2500;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.has_overlay .overlay {
  display: flex;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main_container {
  display: flex;
  padding: 16px;
}
#main_container .main_container_logo {
  display: block;
  width: 80px;
  height: 80px;
  margin: 2rem auto;
}
#main_container .main_container_logo img {
  width: 100%;
  height: auto;
}
#main_container .messagebox {
  margin: auto;
  max-width: 720px;
  width: 100%;
}
#main_container .messagebox .page_fixe {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#main_container .messagebox .page_fixe h1 {
  margin: 4rem auto;
  text-align: center;
}
#main_container .message {
  text-align: center;
  margin: 1rem 0;
}
#main_container .message p {
  opacity: 0.7;
}
#main_container #social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#main_container #social .social-icons {
  display: flex;
  gap: 16px;
}
#main_container #social .social-icons a {
  background-color: transparent;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--txt-secondary);
  transition: box-shadow 0.27s ease-in-out, background 0.27s ease-in-out;
}

.main_container_center {
  align-items: center;
}

header {
  padding: 7px 16px;
  color: var(--color-main, #F7F6F6);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
}
header ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header li,
header a {
  color: var(--color-main, #F7F6F6);
  font-size: var(--fs-1);
  line-height: var(--fs-lh-1);
}
header li:last-child a {
  font-weight: 700;
}
header svg {
  width: 12px;
  height: 12px;
}

.header_light {
  background-color: var(--bg-color-main);
  border-bottom: 2px solid var(--border-color);
}
.header_light li,
.header_light a {
  color: var(--txt-secondary);
}

footer {
  background-color: var(--bg-color-third);
  color: var(--color-main);
  padding: 21px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer div,
footer ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer a {
  color: var(--Ivory);
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  display: flex;
  padding: 16px 0px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  transition: background-color 0.3s ease-in-out;
}
footer .logout {
  color: var(--txt-color-secondary);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
}

.standalone footer {
  display: none;
}

.bg-grid-light {
  background: conic-gradient(from 90deg at 1px 1px, var(--bg-main-light) 90deg, var(--bgGridColor) 0) center var(--bgGridDecalage)/var(--bgGridSize) var(--bgGridSize);
}

.bg-grid-dark {
  background: conic-gradient(from 90deg at 1px 1px, var(--bg-secondary) 90deg, var(--bgGridColorDark) 0) center var(--bgGridDecalage)/var(--bgGridSize) var(--bgGridSize);
}

.bg-grid {
  background: conic-gradient(from 90deg at 1px 1px, var(--bg-main-light) 90deg, var(--bgGridColor) 0) center var(--bgGridDecalage)/var(--bgGridSize) var(--bgGridSize);
}

.darkmode .bg-grid {
  background: conic-gradient(from 90deg at 1px 1px, var(--bg-secondary) 90deg, var(--bgGridColorDark) 0) center var(--bgGridDecalage)/var(--bgGridSize) var(--bgGridSize);
}

.bg-white {
  background-color: var(--bg-main-light);
}

.offline .message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offline_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: var(--fs-1);
  line-height: var(--fs-lh-1);
  color: #fff;
  font-weight: 700;
  background-color: var(--bg-danger);
  padding: 1px 16px;
  text-align: center;
  z-index: 2500;
  opacity: 0.5;
}

/**********************************************************\
        - ALERT
\**********************************************************/
.alert {
  font-family: "Lucia Grande", Verdana, Arial, sans-serif;
  display: flex;
  gap: 1rem;
  position: fixed;
  z-index: 2500;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1.25rem;
  margin: 8px auto;
  color: #00ACEE;
  background-color: rgba(0, 172, 238, 0.1);
  border: solid 1px #00ACEE;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
  max-width: var(--max-content-width);
  box-sizing: border-box;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  animation: fadeout 6s normal forwards ease-in-out;
  -o-animation: fadeout 6s normal forwards ease-in-out;
  -moz-animation: fadeout 6s normal forwards ease-in-out;
  -webkit-animation: fadeout 6s normal forwards ease-in-out;
  top: 0px;
}

.alert .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.alert h4 {
  font-size: 16px;
}

.alert-success {
  opacity: 1;
  color: rgb(80, 205, 137);
  background-color: rgba(80, 205, 137, 0.1);
  border: solid 1px rgb(80, 205, 137);
}

.danger-box,
.alert-danger,
.alert-error {
  color: rgb(241, 65, 108);
  background-color: rgba(241, 65, 108, 0.1);
  border: solid 1px rgb(241, 65, 108);
}

.alert-info {
  color: rgb(114, 57, 234);
  background-color: rgba(114, 57, 234, 0.1);
  border: solid 1px rgb(114, 57, 234);
}

.alert-warning {
  color: rgb(255, 199, 0);
  background-color: rgba(255, 199, 0, 0.1);
  border: solid 1px rgb(255, 199, 0);
}

.danger-box {
  padding: 1rem;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0px;
  }
  77% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 5px;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -100px;
  }
  /*99% { visibility: hidden; }*/
}
@keyframes fadeout {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0px;
  }
  77% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 5px;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -100px;
  }
  /*99% { visibility: hidden; }*/
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  border-right: none;
}

/* Style de base pour le datepicker */
.ui-datepicker {
  max-width: 354px;
  width: 100%;
  padding: 0px;
  background: var(--bg-third);
  border: solid 2px var(--border-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  font-weight: 700;
  font-size: var(--fs-2);
  position: absolute;
  z-index: 1500 !important;
  top: 74px;
  display: none;
}
.ui-datepicker table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 0px;
  margin: 0;
  padding: 0;
}
.ui-datepicker table thead {
  display: none;
}
.ui-datepicker tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
.ui-datepicker tr td {
  border: 0;
  padding: 0px;
  margin: 0;
  display: table-cell;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-bottom: solid 2px var(--border-color);
}
.ui-datepicker tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: right;
  text-decoration: none;
  font-size: var(--fs-1);
  background-color: var(--bg-main-light);
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.ui-datepicker tr td a:hover {
  background: #f1f1f1;
  color: #333;
}
.ui-datepicker tr td.ui-datepicker-today a {
  background-color: var(--bg-secondary);
}
.ui-datepicker tr td.ui-datepicker-current-day.ui-datepicker-today a {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
  opacity: 1;
}
.ui-datepicker tr td.firstDayOfMonth a {
  border-left: solid 2px var(--border-color);
}
.ui-datepicker tr td.lastDayOfMonth a {
  border-right: solid 2px var(--border-color);
}
.ui-datepicker tr:first-child.firstDayOfMonth a {
  border: solid 2px red !important;
}
.ui-datepicker tr:last-child td {
  border-bottom: none;
}
.ui-datepicker .ui-datepicker-title {
  height: 100%;
}
.ui-datepicker .ui-datepicker-title select {
  width: 49%;
  padding: 10px;
  height: 100%;
  border: none;
  background-color: var(--bg-secondary) !important;
  color: var(--bg-main-light) !important;
  font-family: var(--font-base);
}

.ui-datepicker-next,
.ui-datepicker-prev {
  background-color: transparent;
  height: calc(100% - 4px) !important;
  top: 0px !important;
  border-radius: 0 !important;
}

.ui-icon-custom-next,
.ui-icon-custom-prev {
  background-color: transparent !important;
  background-image: none !important;
  content: "hi";
  display: block;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  border: none !important;
  background-image: none !important;
  background-color: transparent !important;
}

/* En-tête du datepicker */
.ui-datepicker-header {
  border-radius: 0px;
  border: solid 1px var(--bg-secondary);
  background: var(--bg-secondary);
  color: var(--txt-main-light);
  padding: 0px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

/* Boutons de navigation */
.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  color: var(--txt-main-light);
  position: absolute;
  padding: 8px 16px;
}

.ui-datepicker-prev {
  left: 0px;
}

.ui-datepicker-next {
  right: 0px;
}

/* Jours de la semaine */
.ui-datepicker th {
  color: var(--bg-secondary);
  padding: 5px;
}

/* Jours du mois */
.ui-datepicker .ui-state-default {
  background: var(--txt-main-light);
  color: #333;
}

.ui-datepicker-calendar .ui-state-default {
  background-color: var(--bg-main-light) !important;
  font-family: var(--font-base);
  font-weight: bold;
}

.ui-datepicker .ui-state-active {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--bg-secondary);
  color: var(--txt-main-light);
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover,
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 24px !important;
  right: 0px !important;
  border: 2px transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: var(--bg-secondary) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 5L15 12L8 19" stroke="white" stroke-width="2"/></svg>') !important;
  cursor: pointer !important;
}

.ui-datepicker-prev-hover,
.ui-datepicker-prev {
  left: 0px !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 19L8 12L15 5" stroke="white" stroke-width="2"/></svg>') !important;
  cursor: pointer !important;
}

.ui-widget-header .ui-icon {
  display: none !important;
}

#ui-datepicker-div .ui-state-hover {
  background: inherit !important;
}
#ui-datepicker-div .ui-state-hover.ui-datepicker-next-hover {
  border: 2px transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: var(--bg-secondary) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 5L15 12L8 19" stroke="white" stroke-width="2"/></svg>') !important;
  cursor: pointer !important;
}
#ui-datepicker-div .ui-state-hover.ui-datepicker-prev-hover {
  border: 2px transparent !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: var(--bg-secondary) !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15 19L8 12L15 5" stroke="white" stroke-width="2"/></svg>') !important;
  cursor: pointer !important;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker select.ui-datepicker-month, #ui-datepicker-div .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.sib-form,
#sib-form,
#sib-container,
#sib-container {
  margin: 0 !important;
  padding: 2px 0 8px 0 !important;
  background-color: transparent !important;
}

.sib-input {
  font-family: Courier Prime, Courier New, Courier, Prestige, monospace !important;
}

.sib-input input {
  box-sizing: border-box !important;
  margin: 8px 0 !important;
  padding: 0px 16px !important;
  gap: 8px !important;
  font-size: var(--fs-2) !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: var(--txt-color-main) !important;
  text-align: left !important;
  position: relative !important;
  border: solid 2px var(--bg-color-third) !important;
  background-color: var(--bg-color-main) !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-family: Courier Prime, Courier New, Courier, Prestige, monospace !important;
}
.sib-input input::placeholder {
  font-family: Courier Prime, Courier New, Courier, Prestige, monospace !important;
  color: rgba(26, 26, 32, 0.7) !important;
}

.entry__field #EMAIL {
  margin: 0;
  padding: 0 16px;
  color: #242424 !important;
}

.sib-input {
  padding: 0;
}

.sib-form-block {
  padding: 0 !important;
}

.sib-form-block__button {
  display: flex;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  font-family: Courier Prime, Courier New, Courier, Prestige, monospace !important;
  color: var(--txt-color-secondary) !important;
  border: 2px solid var(--bg-color-secondary) !important;
  background: var(--bg-color-third) !important;
  box-shadow: 4px 4px 0px 0px var(--bg-color-third);
  cursor: pointer;
  transition: box-shadow 0.27s ease-in-out, background 0.27s ease-in-out;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  border-radius: 0 !important;
  display: grid;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 32px 1fr 32px;
  text-align: center;
}
.sib-form-block__button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sib-form-block__button:hover {
  box-shadow: 8px 8px 0px 0px var(--bg-color-third);
}

.sib-captcha {
  margin: 8px auto !important;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sib-captcha .form__label-row {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sib-captcha .form__label-row #sib-captcha {
  width: 242px;
  min-width: 238px !important;
}

@media only screen and (min-width: 650px) {
  .sib-captcha .form__label-row #sib-captcha {
    width: inherit;
    min-width: auto;
  }
} 
.entry__error {
  color: var(--color-danger, #FF4D4D) !important;
  font-family: Courier Prime, Courier New, Courier, Prestige, monospace !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 10px !important; /* 100% */
  letter-spacing: 0.2px !important;
  background-color: transparent !important;
}

#avatar_register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: var(--fs-2);
  line-height: var(--fs-lh-2);
  font-weight: 700;
  margin-bottom: 1rem;
}
#avatar_register label {
  position: relative;
  width: 80px;
  height: 80px;
  border: dashed 2px var(--border-color);
  border-radius: 2px;
  cursor: pointer;
}
#avatar_register label svg {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 40px;
}
#avatar_register .avatar_preview {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  background-color: transparent;
  left: -2px;
}
#avatar_register .avatar_preview img {
  border: solid 2px var(--border-color);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

#banner_settings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: var(--fs-2);
  line-height: var(--fs-lh-2);
  font-weight: 700;
}
#banner_settings label {
  position: relative;
  width: 300px;
  height: 169px;
  border: dashed 2px var(--border-color);
  border-radius: 2px;
  cursor: pointer;
}
#banner_settings label svg {
  position: absolute;
  left: 140px;
  top: 60px;
  width: 40px;
}
#banner_settings .banner_preview {
  position: absolute;
  width: 300px;
  height: 169px;
  border-radius: 2px;
  background-color: transparent;
  left: -2px;
}
#banner_settings .banner_preview img {
  border: solid 2px var(--border-color);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.member_presentation {
  direction: ltr;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 116px;
  background-color: var(--bg-main-light);
  border-bottom: 2px solid var(--border-color);
  padding: 0;
  gap: 0;
  position: relative;
  z-index: 2;
  line-height: 12px;
}
.member_presentation .avatar {
  min-width: 114px;
  height: 100%;
  background-color: transparent;
  content: "";
}
.member_presentation .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member_presentation .infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 16px;
  border-left: 2px solid var(--border-color);
}
.member_presentation .infos .socials {
  display: flex;
  gap: 32px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.member_presentation .infos .socials a {
  padding: 4px;
}
.member_presentation .infos .socials svg {
  width: 24px;
  height: 24px;
}

.my_account .togglesInfos {
  background-color: var(--bg-main) !important;
  display: flex;
  flex-direction: row-reverse;
  border-right: solid 2px var(--border-color);
}
.my_account .togglesInfos .toggleBtn {
  background-color: transparent;
  padding: 16px;
  width: 50%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.27s ease-in-out;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_account .togglesInfos .toggleBtn.active {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}
.my_account .togglesInfos .toggleBtn:hover {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}
.my_account #myInfos {
  background-color: var(--bg-main-light);
  text-align: left;
  border-right: solid 2px var(--border-color);
  display: flex;
  flex-direction: column;
}
.my_account #myInfos .account_infos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-top: 2px solid var(--border-color);
}
.my_account #myInfos .account_infos .infos_title {
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 2px var(--border-color);
  width: 100%;
}
.my_account #myInfos .account_infos .infos_title span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  padding: 16px;
  width: fit-content;
}
.my_account #myInfos .account_infos .infos_container {
  width: 100%;
}
.my_account #myInfos .account_infos .infos_container .infos_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px;
  width: 100%;
  border-bottom: dashed 2px var(--border-color);
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_label {
  font-weight: 900;
  font-family: var(--font-bold);
  color: var(--txt-secondary-light);
  display: flex;
  align-items: center;
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_value {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
  direction: ltr;
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_value .svg-grey {
  display: flex;
  color: var(--txt-secondary-light);
}
.my_account #myInfos .account_infos .infos_container .infos_item:last-child {
  border-bottom: none;
}
.my_account .socials_list,
.my_account .inputs_list {
  direction: ltr;
  height: auto !important;
  background-color: var(--bg-main-light);
}
.my_account .socials_list form,
.my_account .inputs_list form {
  padding-bottom: 32px;
}
.my_account .socials_list form {
  display: flex;
  align-items: center;
}
.my_account .socials_list form .reseauxConnected {
  margin: 16px auto;
  max-width: 330px;
}
.my_account .socials_list form .reseauxConnected .socials-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_account .socials_list form .reseauxConnected .socials-input .svg-icon {
  cursor: pointer;
}

.profil_presentation {
  flex-direction: column;
  height: unset;
}
.profil_presentation .sticky_column_item, .profil_presentation .subinfos {
  width: 100%;
  border-bottom: none !important;
  background-color: var(--bg-main);
}
.profil_presentation .sticky_column_item .avatar, .profil_presentation .subinfos .avatar {
  min-width: 138px;
  height: 100%;
  background-color: transparent;
  content: "";
  background-position: center;
  background-size: cover;
  max-height: 134px;
  height: 134px;
}
.profil_presentation .sticky_column_item .infos {
  padding: 1.5rem;
  gap: 8px;
}
.profil_presentation .sticky_column_item .infos .website {
  text-decoration: underline;
}
.profil_presentation .subinfos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profil_presentation .subinfos .socials {
  gap: 8px;
}
.profil_presentation .subinfos .tags {
  font-weight: 900;
  font-size: 12px;
}

/**********************************************************\
            - Password Force
\**********************************************************/
.passwordTesteur {
  position: relative;
}

.passwordStrength {
  width: calc(100% - 0px);
  box-sizing: border-box;
  height: 4px;
  position: absolute;
  top: 52px;
  left: 0px;
  z-index: 0;
}

.passWordProgressBar {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 3px;
  background: rgb(240, 240, 240);
  content: "";
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  transition: all ease-in 0.2s;
}

.passWordProgressBar .progress {
  content: "";
  width: 0%;
  height: 3px;
  background: var(--txt-danger);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all ease-in 0.2s;
}

.password-no-match:focus,
.password-no-match {
  border: 2px solid var(--txt-danger);
}

.ad_creation_mode, .ad_creation_hp, .ad_recap, .ad_share_hp, .ad_galerie_recap {
  display: grid;
  border: 2px solid var(--border-color);
  width: 100%;
  max-height: 300px;
  grid-template-columns: 1fr;
}
.ad_creation_mode .ad_creation_left, .ad_creation_mode .ad_creation_hp_right, .ad_creation_mode .ad_recap_right, .ad_creation_mode .ad_share_hp_right, .ad_creation_mode .ad_galerie_recap_right, .ad_creation_hp .ad_creation_left, .ad_creation_hp .ad_creation_hp_right, .ad_creation_hp .ad_recap_right, .ad_creation_hp .ad_share_hp_right, .ad_creation_hp .ad_galerie_recap_right, .ad_recap .ad_creation_left, .ad_recap .ad_creation_hp_right, .ad_recap .ad_recap_right, .ad_recap .ad_share_hp_right, .ad_recap .ad_galerie_recap_right, .ad_share_hp .ad_creation_left, .ad_share_hp .ad_creation_hp_right, .ad_share_hp .ad_recap_right, .ad_share_hp .ad_share_hp_right, .ad_share_hp .ad_galerie_recap_right, .ad_galerie_recap .ad_creation_left, .ad_galerie_recap .ad_creation_hp_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_share_hp_right, .ad_galerie_recap .ad_galerie_recap_right {
  width: 100%;
  height: 100%;
  max-height: 290px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-right: 2px solid var(--border-color);
}
.ad_creation_mode .ad_creation_left .bgImg, .ad_creation_mode .ad_creation_hp_right .bgImg, .ad_creation_mode .ad_recap_right .bgImg, .ad_creation_mode .ad_share_hp_right .bgImg, .ad_creation_mode .ad_galerie_recap_right .bgImg, .ad_creation_hp .ad_creation_left .bgImg, .ad_creation_hp .ad_creation_hp_right .bgImg, .ad_creation_hp .ad_recap_right .bgImg, .ad_creation_hp .ad_share_hp_right .bgImg, .ad_creation_hp .ad_galerie_recap_right .bgImg, .ad_recap .ad_creation_left .bgImg, .ad_recap .ad_creation_hp_right .bgImg, .ad_recap .ad_recap_right .bgImg, .ad_recap .ad_share_hp_right .bgImg, .ad_recap .ad_galerie_recap_right .bgImg, .ad_share_hp .ad_creation_left .bgImg, .ad_share_hp .ad_creation_hp_right .bgImg, .ad_share_hp .ad_recap_right .bgImg, .ad_share_hp .ad_share_hp_right .bgImg, .ad_share_hp .ad_galerie_recap_right .bgImg, .ad_galerie_recap .ad_creation_left .bgImg, .ad_galerie_recap .ad_creation_hp_right .bgImg, .ad_galerie_recap .ad_recap_right .bgImg, .ad_galerie_recap .ad_share_hp_right .bgImg, .ad_galerie_recap .ad_galerie_recap_right .bgImg {
  width: 100%;
  height: unset;
  object-fit: contain;
}
.ad_creation_mode .ad_creation_left .hpImg, .ad_creation_mode .ad_creation_hp_right .hpImg, .ad_creation_mode .ad_recap_right .hpImg, .ad_creation_mode .ad_share_hp_right .hpImg, .ad_creation_mode .ad_galerie_recap_right .hpImg, .ad_creation_hp .ad_creation_left .hpImg, .ad_creation_hp .ad_creation_hp_right .hpImg, .ad_creation_hp .ad_recap_right .hpImg, .ad_creation_hp .ad_share_hp_right .hpImg, .ad_creation_hp .ad_galerie_recap_right .hpImg, .ad_recap .ad_creation_left .hpImg, .ad_recap .ad_creation_hp_right .hpImg, .ad_recap .ad_recap_right .hpImg, .ad_recap .ad_share_hp_right .hpImg, .ad_recap .ad_galerie_recap_right .hpImg, .ad_share_hp .ad_creation_left .hpImg, .ad_share_hp .ad_creation_hp_right .hpImg, .ad_share_hp .ad_recap_right .hpImg, .ad_share_hp .ad_share_hp_right .hpImg, .ad_share_hp .ad_galerie_recap_right .hpImg, .ad_galerie_recap .ad_creation_left .hpImg, .ad_galerie_recap .ad_creation_hp_right .hpImg, .ad_galerie_recap .ad_recap_right .hpImg, .ad_galerie_recap .ad_share_hp_right .hpImg, .ad_galerie_recap .ad_galerie_recap_right .hpImg {
  width: 100%;
  height: 75%;
  object-fit: contain;
}
.ad_creation_mode .ad_creation_hp_right, .ad_creation_mode .ad_share_hp_right, .ad_creation_hp .ad_creation_hp_right, .ad_creation_hp .ad_share_hp_right, .ad_recap .ad_creation_hp_right, .ad_recap .ad_share_hp_right, .ad_share_hp .ad_creation_hp_right, .ad_share_hp .ad_share_hp_right, .ad_galerie_recap .ad_creation_hp_right, .ad_galerie_recap .ad_share_hp_right {
  display: flex;
  max-height: unset;
  min-height: 240px;
  border-right: none;
  grid-area: 1/1/2/2;
  border-bottom: 2px solid var(--border-color);
}
.ad_creation_mode .ad_share_hp_right .hpImg, .ad_creation_hp .ad_share_hp_right .hpImg, .ad_recap .ad_share_hp_right .hpImg, .ad_share_hp .ad_share_hp_right .hpImg, .ad_galerie_recap .ad_share_hp_right .hpImg {
  height: 85%;
}
.ad_creation_mode .ad_creation_right .item, .ad_creation_mode .ad_creation_hp_left .item, .ad_creation_mode .ad_recap_left .item, .ad_creation_mode .ad_share_hp_left .item, .ad_creation_mode .ad_galerie_recap_left .item, .ad_creation_hp .ad_creation_right .item, .ad_creation_hp .ad_creation_hp_left .item, .ad_creation_hp .ad_recap_left .item, .ad_creation_hp .ad_share_hp_left .item, .ad_creation_hp .ad_galerie_recap_left .item, .ad_recap .ad_creation_right .item, .ad_recap .ad_creation_hp_left .item, .ad_recap .ad_recap_left .item, .ad_recap .ad_share_hp_left .item, .ad_recap .ad_galerie_recap_left .item, .ad_share_hp .ad_creation_right .item, .ad_share_hp .ad_creation_hp_left .item, .ad_share_hp .ad_recap_left .item, .ad_share_hp .ad_share_hp_left .item, .ad_share_hp .ad_galerie_recap_left .item, .ad_galerie_recap .ad_creation_right .item, .ad_galerie_recap .ad_creation_hp_left .item, .ad_galerie_recap .ad_recap_left .item, .ad_galerie_recap .ad_share_hp_left .item, .ad_galerie_recap .ad_galerie_recap_left .item {
  background-color: var(--bg-main-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  height: 100%;
  max-height: 290px;
}
.ad_creation_mode .ad_creation_right .item h4, .ad_creation_mode .ad_creation_hp_left .item h4, .ad_creation_mode .ad_recap_left .item h4, .ad_creation_mode .ad_share_hp_left .item h4, .ad_creation_mode .ad_galerie_recap_left .item h4, .ad_creation_hp .ad_creation_right .item h4, .ad_creation_hp .ad_creation_hp_left .item h4, .ad_creation_hp .ad_recap_left .item h4, .ad_creation_hp .ad_share_hp_left .item h4, .ad_creation_hp .ad_galerie_recap_left .item h4, .ad_recap .ad_creation_right .item h4, .ad_recap .ad_creation_hp_left .item h4, .ad_recap .ad_recap_left .item h4, .ad_recap .ad_share_hp_left .item h4, .ad_recap .ad_galerie_recap_left .item h4, .ad_share_hp .ad_creation_right .item h4, .ad_share_hp .ad_creation_hp_left .item h4, .ad_share_hp .ad_recap_left .item h4, .ad_share_hp .ad_share_hp_left .item h4, .ad_share_hp .ad_galerie_recap_left .item h4, .ad_galerie_recap .ad_creation_right .item h4, .ad_galerie_recap .ad_creation_hp_left .item h4, .ad_galerie_recap .ad_recap_left .item h4, .ad_galerie_recap .ad_share_hp_left .item h4, .ad_galerie_recap .ad_galerie_recap_left .item h4 {
  font-size: 1.5rem;
}
.ad_creation_mode .ad_creation_right .item.tee, .ad_creation_mode .ad_creation_hp_left .item.tee, .ad_creation_mode .ad_recap_left .item.tee, .ad_creation_mode .ad_share_hp_left .item.tee, .ad_creation_mode .ad_galerie_recap_left .item.tee, .ad_creation_hp .ad_creation_right .item.tee, .ad_creation_hp .ad_creation_hp_left .item.tee, .ad_creation_hp .ad_recap_left .item.tee, .ad_creation_hp .ad_share_hp_left .item.tee, .ad_creation_hp .ad_galerie_recap_left .item.tee, .ad_recap .ad_creation_right .item.tee, .ad_recap .ad_creation_hp_left .item.tee, .ad_recap .ad_recap_left .item.tee, .ad_recap .ad_share_hp_left .item.tee, .ad_recap .ad_galerie_recap_left .item.tee, .ad_share_hp .ad_creation_right .item.tee, .ad_share_hp .ad_creation_hp_left .item.tee, .ad_share_hp .ad_recap_left .item.tee, .ad_share_hp .ad_share_hp_left .item.tee, .ad_share_hp .ad_galerie_recap_left .item.tee, .ad_galerie_recap .ad_creation_right .item.tee, .ad_galerie_recap .ad_creation_hp_left .item.tee, .ad_galerie_recap .ad_recap_left .item.tee, .ad_galerie_recap .ad_share_hp_left .item.tee, .ad_galerie_recap .ad_galerie_recap_left .item.tee {
  background-color: none;
  padding: 2rem 1rem;
}
.ad_creation_mode .ad_creation_right .item.tee a, .ad_creation_mode .ad_creation_hp_left .item.tee a, .ad_creation_mode .ad_recap_left .item.tee a, .ad_creation_mode .ad_share_hp_left .item.tee a, .ad_creation_mode .ad_galerie_recap_left .item.tee a, .ad_creation_hp .ad_creation_right .item.tee a, .ad_creation_hp .ad_creation_hp_left .item.tee a, .ad_creation_hp .ad_recap_left .item.tee a, .ad_creation_hp .ad_share_hp_left .item.tee a, .ad_creation_hp .ad_galerie_recap_left .item.tee a, .ad_recap .ad_creation_right .item.tee a, .ad_recap .ad_creation_hp_left .item.tee a, .ad_recap .ad_recap_left .item.tee a, .ad_recap .ad_share_hp_left .item.tee a, .ad_recap .ad_galerie_recap_left .item.tee a, .ad_share_hp .ad_creation_right .item.tee a, .ad_share_hp .ad_creation_hp_left .item.tee a, .ad_share_hp .ad_recap_left .item.tee a, .ad_share_hp .ad_share_hp_left .item.tee a, .ad_share_hp .ad_galerie_recap_left .item.tee a, .ad_galerie_recap .ad_creation_right .item.tee a, .ad_galerie_recap .ad_creation_hp_left .item.tee a, .ad_galerie_recap .ad_recap_left .item.tee a, .ad_galerie_recap .ad_share_hp_left .item.tee a, .ad_galerie_recap .ad_galerie_recap_left .item.tee a {
  width: auto;
  margin: 0 auto;
}
.ad_creation_mode .ad_galerie_recap_left, .ad_creation_hp .ad_galerie_recap_left, .ad_recap .ad_galerie_recap_left, .ad_share_hp .ad_galerie_recap_left, .ad_galerie_recap .ad_galerie_recap_left {
  background-color: var(--bg-main-light);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ad_creation_mode .ad_galerie_recap_left .item, .ad_creation_hp .ad_galerie_recap_left .item, .ad_recap .ad_galerie_recap_left .item, .ad_share_hp .ad_galerie_recap_left .item, .ad_galerie_recap .ad_galerie_recap_left .item {
  justify-content: flex-start;
}
.ad_creation_mode .ad_galerie_recap_left .item p:last-of-type, .ad_creation_hp .ad_galerie_recap_left .item p:last-of-type, .ad_recap .ad_galerie_recap_left .item p:last-of-type, .ad_share_hp .ad_galerie_recap_left .item p:last-of-type, .ad_galerie_recap .ad_galerie_recap_left .item p:last-of-type {
  padding-bottom: 2rem;
}
.ad_creation_mode .ad_galerie_recap_left .item:not(.open), .ad_creation_hp .ad_galerie_recap_left .item:not(.open), .ad_recap .ad_galerie_recap_left .item:not(.open), .ad_share_hp .ad_galerie_recap_left .item:not(.open), .ad_galerie_recap .ad_galerie_recap_left .item:not(.open) {
  background: linear-gradient(180deg, #1A1A20 58.85%, rgba(26, 26, 32, 0) 86.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ad_creation_mode .ad_galerie_recap_left .read_next, .ad_creation_hp .ad_galerie_recap_left .read_next, .ad_recap .ad_galerie_recap_left .read_next, .ad_share_hp .ad_galerie_recap_left .read_next, .ad_galerie_recap .ad_galerie_recap_left .read_next {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-bold);
  z-index: 1;
  font-weight: bold;
}
.ad_creation_mode .ad_creation_hp_left, .ad_creation_mode .ad_share_hp_left, .ad_creation_hp .ad_creation_hp_left, .ad_creation_hp .ad_share_hp_left, .ad_recap .ad_creation_hp_left, .ad_recap .ad_share_hp_left, .ad_share_hp .ad_creation_hp_left, .ad_share_hp .ad_share_hp_left, .ad_galerie_recap .ad_creation_hp_left, .ad_galerie_recap .ad_share_hp_left {
  grid-area: 2/1/3/2;
}
.ad_creation_mode .ad_creation_hp_left .item, .ad_creation_mode .ad_share_hp_left .item, .ad_creation_hp .ad_creation_hp_left .item, .ad_creation_hp .ad_share_hp_left .item, .ad_recap .ad_creation_hp_left .item, .ad_recap .ad_share_hp_left .item, .ad_share_hp .ad_creation_hp_left .item, .ad_share_hp .ad_share_hp_left .item, .ad_galerie_recap .ad_creation_hp_left .item, .ad_galerie_recap .ad_share_hp_left .item {
  max-height: unset;
}

.ad_creation_hp, .ad_share_hp {
  max-height: unset;
  grid-template-rows: 1fr auto;
}

.ad_creation_mode.tee {
  border: none;
}

.ad_creation_mode.tee:first-of-type {
  border-bottom: 2px solid var(--border-color);
  border-top: 2px solid var(--border-color);
}

.ad_recap, .ad_galerie_recap {
  max-height: 260px;
}
.ad_recap .ad_recap_right, .ad_recap .ad_recap_left, .ad_recap .ad_galerie_recap_right, .ad_recap .ad_galerie_recap_left, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_recap_left, .ad_galerie_recap .ad_galerie_recap_right, .ad_galerie_recap .ad_galerie_recap_left {
  max-height: 250px;
}
.ad_recap .ad_recap_right, .ad_recap .ad_galerie_recap_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_galerie_recap_right {
  border-right: none;
  border-left: 2px solid var(--border-color);
}

.ad_recap {
  max-height: 550px !important;
}
.ad_recap .ad_recap_left {
  max-height: 550px;
}
.ad_recap .ad_recap_left .item {
  max-height: 550px;
}
.ad_recap .ad_recap_right {
  max-height: 550px;
  background-position: center;
  background-size: cover;
}

.ad_galerie_recap {
  border-top: none;
}

.ad_recap.tee {
  display: none;
}

.particpations_creations {
  direction: ltr;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  border-right: none;
  overflow: hidden;
  background-color: var(--bg-main-light);
  border-top: 1px solid var(--border-color);
}
.particpations_creations a {
  width: 50%;
}
.particpations_creations a:nth-child(odd) .part_element {
  border-right: 1px solid var(--border-color);
  border-left: none;
}
.particpations_creations a:nth-child(even) .part_element {
  border-left: 1px solid var(--border-color);
  border-right: none;
}
.particpations_creations .part_element {
  position: relative;
  height: 310px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.particpations_creations .part_element .part_tee_container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.particpations_creations .part_element .infos {
  position: absolute;
  color: #365086;
  width: 100%;
  top: 0;
  padding: 24px;
  z-index: 9;
}
.particpations_creations .part_element .infos .name, .particpations_creations .part_element .infos .author {
  color: var(--color-secondary);
  font-size: 14px;
}
.particpations_creations .part_element .model-viewer-list,
.particpations_creations .part_element model-viewer {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.particpations_creations .part_element .model-viewer-list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 254px;
  z-index: 10;
}
.particpations_creations .part_element .model-viewer-list img {
  height: 100%;
}
.particpations_creations .part_element .part_background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #365086;
}

/* 
main {
    padding: 1rem;
    border: 2px solid var(--Black);
    border-bottom: none;
}

.section-switch {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    gap: 1rem;

    section {
        border: 2px solid var(--Black);

        .infos-container, .size-container, .social-container {
            display: flex;
            flex-direction: column;
            border-top: 2px solid var(--Black);
        }

        h2 {
            background: var(--Black);
            text-transform: uppercase;
            color: var(--Ivory);
            display: inline-block;
            padding: .5rem 1rem;
        }
        .infos-item, .size-item, .social-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            border-bottom: 2px dashed var(--Black);

            h3 {
                text-transform: uppercase;
                font-weight: bold;
            }

            div {
                display: flex;
                gap: 1rem;
            }
        }
        .infos-item:last-child, .size-item:last-child, .social-item:last-child {
            border-bottom: none;
        }
    }
}
 */
.events_groupes {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  overflow-y: scroll;
  height: 100dvh;
}

.events_list_groupe {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events_list_groupe h2 {
  background: var(--bg-secondary);
  color: var(--txt-main);
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.events_list_groupe .events_list {
  border: 2px solid var(--border-color);
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
.events_list_groupe .events_list .event_list_short_date {
  display: flex;
  flex-direction: row;
}
.events_list_groupe .events_list .event_list_short_date .event_list_short_date_display {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  text-align: center;
  font-weight: 900;
  font-family: var(--font-bold);
  align-items: center;
}
.events_list_groupe .events_list .event_list_short_date .event_list_short_date_display:after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: var(--border-color);
}
.events_list_groupe .events_list .event_list_short_date .event_list_item {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  border: 2px solid var(--border-color);
  border-top: none;
  border-right: none;
  width: 100%;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item:first-child {
  border-top: 2px solid var(--border-color);
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details .event_list_item_cover {
  width: 100px;
  min-width: 100px;
  height: 140px;
  background-color: grey;
  background-size: cover;
  background-position: center;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details .event_list_item_infos {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  max-width: 720px;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details .event_list_item_infos .event_list_item_date {
  opacity: 0.7;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details .event_list_item_infos .event_list_item_subtitle {
  font-family: var(--font-bold);
  font-size: var(--fs-2);
  line-height: var(--fs-lh-2);
  font-weight: bold;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events_list_groupe .events_list .event_list_short_date .event_list_item .event_list_item_details .event_list_item_infos .event_list_item_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#searchModal {
  border: 2px solid var(--border-color);
  align-items: end;
}
#searchModal[open] {
  display: grid;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
}
#searchModal .close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  width: 40px;
  height: 40px;
  z-index: 2500;
}
#searchModal .modalMenus {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0.5rem;
  padding: 1rem;
  position: relative;
}

#searchModal .searchInput,
.searchPage .searchInput {
  grid-area: modalSearchInput;
  width: calc(100% - 40px);
}
#searchModal .modalSearchFilters,
.searchPage .modalSearchFilters {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#searchModal .modalSearchFilterActions,
.searchPage .modalSearchFilterActions {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
#searchModal .modalSearchFilterActions .filterBtn,
.searchPage .modalSearchFilterActions .filterBtn {
  text-align: center;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  color: var(--txt-secondary);
  transition: color 0.27s ease-in-out, background 0.27s ease-in-out;
  white-space: nowrap;
  border: 2px solid var(--color-secondary-light, #535353);
}
#searchModal .modalSearchFilterActions .filterBtn.active,
.searchPage .modalSearchFilterActions .filterBtn.active {
  font-weight: 700;
  color: var(--txt-secondary);
  border: 2px solid var(--border-color);
  box-shadow: 4px 4px 0px 0px var(--txt-secondary);
}
#searchModal .toggleChoice,
.searchPage .toggleChoice {
  display: flex;
  justify-content: center;
  color: var(--txt-secondary);
  font-size: var(--fs-1);
  line-height: var(--fs-lh-1);
  font-weight: 700;
  border: 2px solid var(--border-color);
}
#searchModal .toggleChoice a,
.searchPage .toggleChoice a {
  width: 100%;
  text-align: center;
  padding: 16px;
  cursor: pointer;
  text-decoration: none;
  color: var(--txt-secondary);
  transition: color 0.27s ease-in-out, background 0.27s ease-in-out;
  white-space: nowrap;
}
#searchModal .toggleChoice a.active, #searchModal .toggleChoice a:hover,
.searchPage .toggleChoice a.active,
.searchPage .toggleChoice a:hover {
  color: var(--txt-main);
  background-color: var(--border-color);
}
#searchModal .default,
.searchPage .default {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: var(--fs-4);
  line-height: var(--fs-lh-4);
  font-weight: 700;
}
#searchModal .default svg,
.searchPage .default svg {
  width: 75px;
  height: 75px;
}

.is-ios #searchModal #modalSearchMarque,
.is-ios .searchPage #modalSearchMarque {
  padding: 11px 16px;
  height: 44px;
}

.searchResult_articles {
  border-bottom: solid 2px var(--border-color);
  display: none;
  grid-template-columns: 1fr 1fr;
  overflow-y: scroll;
  height: calc(100dvh - 202px);
  height: 100%;
  width: 100%;
}
.searchResult_articles.modal_active_search_result {
  display: grid;
}
.searchResult_articles.modal_active_search_result.modal_noresult {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 202px);
}
.searchResult_articles.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 216px);
}

.searchResult_ctee,
.searchResult_product {
  border-bottom: solid 2px var(--border-color);
  display: none;
  grid-template-columns: 1fr 1fr;
  overflow-y: scroll;
  height: calc(100dvh - 202px);
  height: 100%;
  width: 100%;
}
.searchResult_ctee.modal_active_search_result,
.searchResult_product.modal_active_search_result {
  display: grid;
}
.searchResult_ctee.modal_active_search_result.modal_noresult,
.searchResult_product.modal_active_search_result.modal_noresult {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 202px);
}
.searchResult_ctee.loader,
.searchResult_product.loader {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: calc(100dvh - 202px);
}
.searchResult_ctee .search_block_item,
.searchResult_product .search_block_item {
  border: solid 1px var(--border-color);
  max-height: 300px;
}
.searchResult_ctee .search_block_item .search_block_item_img,
.searchResult_product .search_block_item .search_block_item_img {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: transparent;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}
.searchResult_ctee .search_block_item .search_block_item_info,
.searchResult_product .search_block_item .search_block_item_info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title {
  padding: 1rem;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title h4,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title h4 {
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 165px;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference {
  font-size: 0.8rem;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:first-child,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:first-child {
  font-weight: 700;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:first-child:after,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:first-child:after {
  content: "";
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:last-child,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_title .search_block_item_reference span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 165px;
}
.searchResult_ctee .search_block_item .search_block_item_info .search_block_item_info_price,
.searchResult_product .search_block_item .search_block_item_info .search_block_item_info_price {
  padding: 8px;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  font-family: var(--font-bold);
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -36px;
  font-size: 0.8rem;
}

/**********************************************************\
    - Scrollbar
\**********************************************************/
/* Firefox */
* {
  scrollbar-width: none; /* Firefox */
  scrollbar-color: var(--bg-secondary) transparent; /* Firefox */
}

/* Chrome, Edge et Safari */
*::-webkit-scrollbar {
  width: 0px; /* Chrome, Edge, Safari */
  height: 0px; /* Chrome, Edge, Safari */
}

*::-webkit-scrollbar-track {
  background-color: transparent; /* Chrome, Edge, Safari */
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bg-secondary); /* Chrome, Edge, Safari */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--bg-secondary-light); /* Chrome, Edge, Safari */
  cursor: pointer; /* Chrome, Edge, Safari */
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--bg-secondary-light); /* Chrome, Edge, Safari */
}

#pwa_footer {
  background-color: var(--bg-secondary);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  height: 83px;
}
#pwa_footer ol {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 8px 16px;
  margin: 0;
  list-style-type: none;
  justify-content: space-around;
  max-width: 500px;
  margin: 0 auto;
}
#pwa_footer ol li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: var(--txt-color-main);
  text-decoration: none;
}
#pwa_footer ol li a svg {
  width: 24px;
  height: 24px;
}
#pwa_footer ol li a span {
  color: var(--color-main, #F7F6F6);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#pwa_footer ol li a:hover {
  color: var(--bg-color-third);
}

.standalone #pwa_footer {
  display: block;
}

@media only screen and (min-width: 1120px) {
  footer {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .d-hide {
    display: none;
  }
  .m-hide {
    display: inherit;
  }
  body {
    padding-bottom: 0;
  }
  .ad_creation_mode:not(.tee) {
    grid-template-columns: 2fr 1fr;
  }
  .ad_creation_mode:not(.tee) .ad_creation_left {
    display: flex;
  }
  .ad_creation_mode:not(.tee) .ad_creation_right .item a {
    width: fit-content;
  }
  .ad_recap, .ad_creation_hp, .ad_share_hp, .ad_galerie_recap {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    max-height: 400px;
  }
  .ad_recap .ad_recap_right, .ad_recap .ad_galerie_recap_right, .ad_creation_hp .ad_recap_right, .ad_creation_hp .ad_galerie_recap_right, .ad_share_hp .ad_recap_right, .ad_share_hp .ad_galerie_recap_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_galerie_recap_right {
    display: flex;
  }
  .ad_recap .ad_creation_hp_right, .ad_creation_hp .ad_creation_hp_right, .ad_share_hp .ad_creation_hp_right, .ad_galerie_recap .ad_creation_hp_right {
    grid-area: 1/2/2/3;
    border-left: 2px solid var(--border-color);
    border-bottom: unset;
  }
  .ad_recap .ad_share_hp_right, .ad_creation_hp .ad_share_hp_right, .ad_share_hp .ad_share_hp_right, .ad_galerie_recap .ad_share_hp_right {
    grid-area: 1/1/2/2;
    border-bottom: unset;
    border-right: 2px solid var(--border-color);
  }
  .ad_recap .ad_creation_hp_left, .ad_creation_hp .ad_creation_hp_left, .ad_share_hp .ad_creation_hp_left, .ad_galerie_recap .ad_creation_hp_left {
    grid-area: 1/1/2/2;
  }
  .ad_recap .ad_share_hp_left, .ad_creation_hp .ad_share_hp_left, .ad_share_hp .ad_share_hp_left, .ad_galerie_recap .ad_share_hp_left {
    grid-area: 1/2/2/3;
  }
  .ad_share_hp {
    grid-template-columns: 2fr 1fr;
  }
  .ad_recap.tee {
    display: grid;
  }
}
:root {
  --headerHeight: 88px;
  --footerHeight: 60px;
}

.ctee_modal {
  padding: 0;
  visibility: visible;
  opacity: 1;
}
.ctee_modal .inner {
  background-color: transparent;
}
.ctee_modal .modal_modelViewer {
  height: 65vh;
  width: 100%;
  border-bottom: solid 2px var(--border-color);
  position: relative;
}
.ctee_modal .modal_modelViewer model-viewer {
  width: 100%;
  height: 100%;
}
.ctee_modal .modal_modelViewer nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.ctee_modal .modal_modelViewer nav a {
  height: 54px;
  width: 54px;
  background-color: var(--bg-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txt-main);
}
.ctee_modal .infos {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #C2E0F0;
}
.ctee_modal .infos .topInfos {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ctee_modal .infos .socials {
  margin: 0 auto;
  margin-bottom: 16px;
}
.ctee_modal .infos .socials svg {
  width: 24px;
  height: 24px;
}
.ctee_modal .infos .btn {
  margin: 0;
}

.small-modal {
  width: 100%;
  height: fit-content;
  padding: 2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  border: 2px solid var(--border-color);
}
.small-modal .modalContent {
  margin-top: 0;
}
.small-modal .modalContent .tee_parts_container {
  width: 100%;
}
.small-modal .modalContent .tee_parts_container .modal_tee_part {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 1rem;
}
.small-modal .modalContent .tee_parts_container .modal_tee_part .tee_part {
  display: none;
}
.small-modal .modalContent .tee_parts_container .modal_tee_part .tee_part:checked + label {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}
.small-modal .modalContent .tee_parts_container .modal_tee_part label {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  background-color: var(--bg-main-light);
  border: 2px solid var(--border-color);
  transition: all 0.27s ease-in-out;
}
.small-modal .modalContent .tee_parts_container .modal_tee_part label:hover {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}

@media only screen and (min-width: 1120px) {
  .ctee_modal .modal_modelViewer {
    height: 70vh;
  }
  .ctee_modal .infos {
    height: 30vh;
  }
  .ctee_modal .infos .topInfos {
    max-width: 33%;
    margin: 0 auto;
  }
  .small-modal {
    width: fit-content;
  }
}
body {
  overflow-y: scroll;
}

.mvh40 {
  max-height: 40vh;
}

h1 {
  font-size: 1.5rem;
}

.mvh60 {
  max-height: 60vh;
}

.container {
  padding-bottom: 0;
}
.container .content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.bgImg {
  width: 100%;
  height: 100%;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: cover;
}

.ariane {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: var(--bg-main-light);
  padding: 16px;
  gap: 2px;
  position: relative;
  z-index: 2;
  line-height: 12px;
}
.ariane .active {
  font-weight: bold;
}

.ariane_container {
  display: grid;
  grid-area: ariane;
  direction: ltr;
  width: 100%;
}

.sideBySide {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.sideBySide .left_container {
  border: none;
  height: max-content;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  border: 2px solid var(--border-color);
}
.sideBySide .right_container {
  padding: 16px;
  min-height: calc(60vh - var(--headerHeight) - var(--footerHeight) - 14px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 2px solid var(--border-color);
  border-bottom: none;
}
.sideBySide .right_container.scrolable {
  height: fit-content;
  justify-content: flex-start;
}
.sideBySide .right_container .right_content {
  width: 100%;
  max-width: 495px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.has_overlay {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2500;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.has_overlay .overlay {
  display: flex;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tee_overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.has_overlay.tee_overlay {
  display: flex;
}

.item_list {
  border: 2px solid var(--color-secondary-light, #535353);
  background: var(--color-main-light, #FFF);
  width: 100%;
}
.item_list .part_element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.item_list .part_element .part_preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  width: 100%;
}
.item_list .part_element .part_preview model-viewer {
  width: 24px;
  height: 24px;
}
.item_list .part_element .part_preview .part_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item_list .part_element .part_preview .part_title p {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content_builder .mock-up-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.content_builder .mock-up-container .mokup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.content_builder .mock-up-container img {
  padding: 0;
  width: 100%;
  height: auto;
}
.content_builder .v-hidden {
  display: none;
}

#uploadPreviewZone {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
#uploadPreviewZone .model-viewer {
  height: 250px;
}
#uploadPreviewZone .model-viewer model-viewer {
  width: 100%;
  height: 100%;
}
#uploadPreviewZone .v-model-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 4rem;
}

.classicDisplay {
  display: grid;
  grid-template-areas: "ariane" "element1" "element2";
}

.tierDisplay {
  display: grid;
  overflow: hidden;
}
.tierDisplay.deuxTunT {
  grid-template-areas: "ariane" "element1" "element2" "element3" "element4" "element5" "element6";
}
.tierDisplay.deuxTunT .deuxT_element {
  border: 2px solid var(--border-color);
  overflow: hidden;
  display: none;
}
.tierDisplay.deuxTunT .show_mobile {
  display: block;
}
.tierDisplay.deuxTunT .unT_element {
  border: 2px solid var(--border-color);
  border-top: none;
  display: flex;
  flex-direction: column;
}
.tierDisplay.deuxTunT .unT_element .item {
  border-bottom: 2px solid var(--border-color);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.tierDisplay.deuxTunT .unT_element .item:last-child {
  border-bottom: none;
}
.tierDisplay.deuxTunT .unT_element.askQuestion {
  border-top: 2px solid var(--border-color);
  min-height: calc(100vh - var(--footerHeight));
}

.uploadSecondStep:first-of-type {
  border-top: 2px solid var(--border-color);
}

.element1 {
  grid-area: element1;
}

.element2 {
  grid-area: element2;
}

.element3 {
  grid-area: element3;
  z-index: 11;
}

.element4 {
  grid-area: element4;
}

.element5 {
  grid-area: element5;
  background-image: url("https://medias.caminotv.com/cmntee/medias/images/large/bg_image_camino_adidas.svg");
  background-repeat: repeat;
  background-color: white;
  z-index: 11;
  overflow: hidden;
}

.element6 {
  grid-area: element6;
}

.btn-swal {
  padding: 16px;
}

.swal2-actions {
  gap: 16px;
}

.swal2-popup {
  border: 2px solid var(--border-color);
  border-radius: 0;
}

.btn-success {
  background-color: var(--color-success);
}

.btn-danger {
  background-color: var(--color-danger);
}

.miniLoader {
  display: inline-block;
}
.miniLoader:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.unT_element {
  min-height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 56px);
}
.unT_element.mvh60 {
  min-height: calc(60vh - var(--headerHeight) - var(--footerHeight));
}

.ad_creation_mode, .ad_creation_hp, .ad_recap, .ad_share_hp, .ad_galerie_recap {
  display: grid;
  border: 2px solid var(--border-color);
  width: 100%;
  max-height: 300px;
  grid-template-columns: 1fr;
}
.ad_creation_mode .ad_creation_left, .ad_creation_mode .ad_creation_hp_right, .ad_creation_mode .ad_recap_right, .ad_creation_mode .ad_share_hp_right, .ad_creation_mode .ad_galerie_recap_right, .ad_creation_hp .ad_creation_left, .ad_creation_hp .ad_creation_hp_right, .ad_creation_hp .ad_recap_right, .ad_creation_hp .ad_share_hp_right, .ad_creation_hp .ad_galerie_recap_right, .ad_recap .ad_creation_left, .ad_recap .ad_creation_hp_right, .ad_recap .ad_recap_right, .ad_recap .ad_share_hp_right, .ad_recap .ad_galerie_recap_right, .ad_share_hp .ad_creation_left, .ad_share_hp .ad_creation_hp_right, .ad_share_hp .ad_recap_right, .ad_share_hp .ad_share_hp_right, .ad_share_hp .ad_galerie_recap_right, .ad_galerie_recap .ad_creation_left, .ad_galerie_recap .ad_creation_hp_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_share_hp_right, .ad_galerie_recap .ad_galerie_recap_right {
  width: 100%;
  height: 100%;
  max-height: 290px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-right: 2px solid var(--border-color);
}
.ad_creation_mode .ad_creation_left .bgImg, .ad_creation_mode .ad_creation_hp_right .bgImg, .ad_creation_mode .ad_recap_right .bgImg, .ad_creation_mode .ad_share_hp_right .bgImg, .ad_creation_mode .ad_galerie_recap_right .bgImg, .ad_creation_hp .ad_creation_left .bgImg, .ad_creation_hp .ad_creation_hp_right .bgImg, .ad_creation_hp .ad_recap_right .bgImg, .ad_creation_hp .ad_share_hp_right .bgImg, .ad_creation_hp .ad_galerie_recap_right .bgImg, .ad_recap .ad_creation_left .bgImg, .ad_recap .ad_creation_hp_right .bgImg, .ad_recap .ad_recap_right .bgImg, .ad_recap .ad_share_hp_right .bgImg, .ad_recap .ad_galerie_recap_right .bgImg, .ad_share_hp .ad_creation_left .bgImg, .ad_share_hp .ad_creation_hp_right .bgImg, .ad_share_hp .ad_recap_right .bgImg, .ad_share_hp .ad_share_hp_right .bgImg, .ad_share_hp .ad_galerie_recap_right .bgImg, .ad_galerie_recap .ad_creation_left .bgImg, .ad_galerie_recap .ad_creation_hp_right .bgImg, .ad_galerie_recap .ad_recap_right .bgImg, .ad_galerie_recap .ad_share_hp_right .bgImg, .ad_galerie_recap .ad_galerie_recap_right .bgImg {
  width: 100%;
  height: unset;
  object-fit: contain;
}
.ad_creation_mode .ad_creation_left .hpImg, .ad_creation_mode .ad_creation_hp_right .hpImg, .ad_creation_mode .ad_recap_right .hpImg, .ad_creation_mode .ad_share_hp_right .hpImg, .ad_creation_mode .ad_galerie_recap_right .hpImg, .ad_creation_hp .ad_creation_left .hpImg, .ad_creation_hp .ad_creation_hp_right .hpImg, .ad_creation_hp .ad_recap_right .hpImg, .ad_creation_hp .ad_share_hp_right .hpImg, .ad_creation_hp .ad_galerie_recap_right .hpImg, .ad_recap .ad_creation_left .hpImg, .ad_recap .ad_creation_hp_right .hpImg, .ad_recap .ad_recap_right .hpImg, .ad_recap .ad_share_hp_right .hpImg, .ad_recap .ad_galerie_recap_right .hpImg, .ad_share_hp .ad_creation_left .hpImg, .ad_share_hp .ad_creation_hp_right .hpImg, .ad_share_hp .ad_recap_right .hpImg, .ad_share_hp .ad_share_hp_right .hpImg, .ad_share_hp .ad_galerie_recap_right .hpImg, .ad_galerie_recap .ad_creation_left .hpImg, .ad_galerie_recap .ad_creation_hp_right .hpImg, .ad_galerie_recap .ad_recap_right .hpImg, .ad_galerie_recap .ad_share_hp_right .hpImg, .ad_galerie_recap .ad_galerie_recap_right .hpImg {
  width: 100%;
  height: 75%;
  object-fit: contain;
}
.ad_creation_mode .ad_creation_hp_right, .ad_creation_mode .ad_share_hp_right, .ad_creation_hp .ad_creation_hp_right, .ad_creation_hp .ad_share_hp_right, .ad_recap .ad_creation_hp_right, .ad_recap .ad_share_hp_right, .ad_share_hp .ad_creation_hp_right, .ad_share_hp .ad_share_hp_right, .ad_galerie_recap .ad_creation_hp_right, .ad_galerie_recap .ad_share_hp_right {
  display: flex;
  max-height: unset;
  min-height: 240px;
  border-right: none;
  grid-area: 1/1/2/2;
  border-bottom: 2px solid var(--border-color);
}
.ad_creation_mode .ad_share_hp_right .hpImg, .ad_creation_hp .ad_share_hp_right .hpImg, .ad_recap .ad_share_hp_right .hpImg, .ad_share_hp .ad_share_hp_right .hpImg, .ad_galerie_recap .ad_share_hp_right .hpImg {
  height: 85%;
}
.ad_creation_mode .ad_creation_right .item, .ad_creation_mode .ad_creation_hp_left .item, .ad_creation_mode .ad_recap_left .item, .ad_creation_mode .ad_share_hp_left .item, .ad_creation_mode .ad_galerie_recap_left .item, .ad_creation_hp .ad_creation_right .item, .ad_creation_hp .ad_creation_hp_left .item, .ad_creation_hp .ad_recap_left .item, .ad_creation_hp .ad_share_hp_left .item, .ad_creation_hp .ad_galerie_recap_left .item, .ad_recap .ad_creation_right .item, .ad_recap .ad_creation_hp_left .item, .ad_recap .ad_recap_left .item, .ad_recap .ad_share_hp_left .item, .ad_recap .ad_galerie_recap_left .item, .ad_share_hp .ad_creation_right .item, .ad_share_hp .ad_creation_hp_left .item, .ad_share_hp .ad_recap_left .item, .ad_share_hp .ad_share_hp_left .item, .ad_share_hp .ad_galerie_recap_left .item, .ad_galerie_recap .ad_creation_right .item, .ad_galerie_recap .ad_creation_hp_left .item, .ad_galerie_recap .ad_recap_left .item, .ad_galerie_recap .ad_share_hp_left .item, .ad_galerie_recap .ad_galerie_recap_left .item {
  background-color: var(--bg-main-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  height: 100%;
  max-height: 290px;
}
.ad_creation_mode .ad_creation_right .item h4, .ad_creation_mode .ad_creation_hp_left .item h4, .ad_creation_mode .ad_recap_left .item h4, .ad_creation_mode .ad_share_hp_left .item h4, .ad_creation_mode .ad_galerie_recap_left .item h4, .ad_creation_hp .ad_creation_right .item h4, .ad_creation_hp .ad_creation_hp_left .item h4, .ad_creation_hp .ad_recap_left .item h4, .ad_creation_hp .ad_share_hp_left .item h4, .ad_creation_hp .ad_galerie_recap_left .item h4, .ad_recap .ad_creation_right .item h4, .ad_recap .ad_creation_hp_left .item h4, .ad_recap .ad_recap_left .item h4, .ad_recap .ad_share_hp_left .item h4, .ad_recap .ad_galerie_recap_left .item h4, .ad_share_hp .ad_creation_right .item h4, .ad_share_hp .ad_creation_hp_left .item h4, .ad_share_hp .ad_recap_left .item h4, .ad_share_hp .ad_share_hp_left .item h4, .ad_share_hp .ad_galerie_recap_left .item h4, .ad_galerie_recap .ad_creation_right .item h4, .ad_galerie_recap .ad_creation_hp_left .item h4, .ad_galerie_recap .ad_recap_left .item h4, .ad_galerie_recap .ad_share_hp_left .item h4, .ad_galerie_recap .ad_galerie_recap_left .item h4 {
  font-size: 1.5rem;
}
.ad_creation_mode .ad_creation_right .item.tee, .ad_creation_mode .ad_creation_hp_left .item.tee, .ad_creation_mode .ad_recap_left .item.tee, .ad_creation_mode .ad_share_hp_left .item.tee, .ad_creation_mode .ad_galerie_recap_left .item.tee, .ad_creation_hp .ad_creation_right .item.tee, .ad_creation_hp .ad_creation_hp_left .item.tee, .ad_creation_hp .ad_recap_left .item.tee, .ad_creation_hp .ad_share_hp_left .item.tee, .ad_creation_hp .ad_galerie_recap_left .item.tee, .ad_recap .ad_creation_right .item.tee, .ad_recap .ad_creation_hp_left .item.tee, .ad_recap .ad_recap_left .item.tee, .ad_recap .ad_share_hp_left .item.tee, .ad_recap .ad_galerie_recap_left .item.tee, .ad_share_hp .ad_creation_right .item.tee, .ad_share_hp .ad_creation_hp_left .item.tee, .ad_share_hp .ad_recap_left .item.tee, .ad_share_hp .ad_share_hp_left .item.tee, .ad_share_hp .ad_galerie_recap_left .item.tee, .ad_galerie_recap .ad_creation_right .item.tee, .ad_galerie_recap .ad_creation_hp_left .item.tee, .ad_galerie_recap .ad_recap_left .item.tee, .ad_galerie_recap .ad_share_hp_left .item.tee, .ad_galerie_recap .ad_galerie_recap_left .item.tee {
  background-color: none;
  padding: 2rem 1rem;
}
.ad_creation_mode .ad_creation_right .item.tee a, .ad_creation_mode .ad_creation_hp_left .item.tee a, .ad_creation_mode .ad_recap_left .item.tee a, .ad_creation_mode .ad_share_hp_left .item.tee a, .ad_creation_mode .ad_galerie_recap_left .item.tee a, .ad_creation_hp .ad_creation_right .item.tee a, .ad_creation_hp .ad_creation_hp_left .item.tee a, .ad_creation_hp .ad_recap_left .item.tee a, .ad_creation_hp .ad_share_hp_left .item.tee a, .ad_creation_hp .ad_galerie_recap_left .item.tee a, .ad_recap .ad_creation_right .item.tee a, .ad_recap .ad_creation_hp_left .item.tee a, .ad_recap .ad_recap_left .item.tee a, .ad_recap .ad_share_hp_left .item.tee a, .ad_recap .ad_galerie_recap_left .item.tee a, .ad_share_hp .ad_creation_right .item.tee a, .ad_share_hp .ad_creation_hp_left .item.tee a, .ad_share_hp .ad_recap_left .item.tee a, .ad_share_hp .ad_share_hp_left .item.tee a, .ad_share_hp .ad_galerie_recap_left .item.tee a, .ad_galerie_recap .ad_creation_right .item.tee a, .ad_galerie_recap .ad_creation_hp_left .item.tee a, .ad_galerie_recap .ad_recap_left .item.tee a, .ad_galerie_recap .ad_share_hp_left .item.tee a, .ad_galerie_recap .ad_galerie_recap_left .item.tee a {
  width: auto;
  margin: 0 auto;
}
.ad_creation_mode .ad_galerie_recap_left, .ad_creation_hp .ad_galerie_recap_left, .ad_recap .ad_galerie_recap_left, .ad_share_hp .ad_galerie_recap_left, .ad_galerie_recap .ad_galerie_recap_left {
  background-color: var(--bg-main-light);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ad_creation_mode .ad_galerie_recap_left .item, .ad_creation_hp .ad_galerie_recap_left .item, .ad_recap .ad_galerie_recap_left .item, .ad_share_hp .ad_galerie_recap_left .item, .ad_galerie_recap .ad_galerie_recap_left .item {
  justify-content: flex-start;
}
.ad_creation_mode .ad_galerie_recap_left .item p:last-of-type, .ad_creation_hp .ad_galerie_recap_left .item p:last-of-type, .ad_recap .ad_galerie_recap_left .item p:last-of-type, .ad_share_hp .ad_galerie_recap_left .item p:last-of-type, .ad_galerie_recap .ad_galerie_recap_left .item p:last-of-type {
  padding-bottom: 2rem;
}
.ad_creation_mode .ad_galerie_recap_left .item:not(.open), .ad_creation_hp .ad_galerie_recap_left .item:not(.open), .ad_recap .ad_galerie_recap_left .item:not(.open), .ad_share_hp .ad_galerie_recap_left .item:not(.open), .ad_galerie_recap .ad_galerie_recap_left .item:not(.open) {
  background: linear-gradient(180deg, #1A1A20 58.85%, rgba(26, 26, 32, 0) 86.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ad_creation_mode .ad_galerie_recap_left .read_next, .ad_creation_hp .ad_galerie_recap_left .read_next, .ad_recap .ad_galerie_recap_left .read_next, .ad_share_hp .ad_galerie_recap_left .read_next, .ad_galerie_recap .ad_galerie_recap_left .read_next {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-bold);
  z-index: 1;
  font-weight: bold;
}
.ad_creation_mode .ad_creation_hp_left, .ad_creation_mode .ad_share_hp_left, .ad_creation_hp .ad_creation_hp_left, .ad_creation_hp .ad_share_hp_left, .ad_recap .ad_creation_hp_left, .ad_recap .ad_share_hp_left, .ad_share_hp .ad_creation_hp_left, .ad_share_hp .ad_share_hp_left, .ad_galerie_recap .ad_creation_hp_left, .ad_galerie_recap .ad_share_hp_left {
  grid-area: 2/1/3/2;
}
.ad_creation_mode .ad_creation_hp_left .item, .ad_creation_mode .ad_share_hp_left .item, .ad_creation_hp .ad_creation_hp_left .item, .ad_creation_hp .ad_share_hp_left .item, .ad_recap .ad_creation_hp_left .item, .ad_recap .ad_share_hp_left .item, .ad_share_hp .ad_creation_hp_left .item, .ad_share_hp .ad_share_hp_left .item, .ad_galerie_recap .ad_creation_hp_left .item, .ad_galerie_recap .ad_share_hp_left .item {
  max-height: unset;
}

.ad_creation_hp, .ad_share_hp {
  max-height: unset;
  grid-template-rows: 1fr auto;
}

.ad_creation_mode.tee {
  border: none;
}

.ad_creation_mode.tee:first-of-type {
  border-bottom: 2px solid var(--border-color);
  border-top: 2px solid var(--border-color);
}

.ad_recap, .ad_galerie_recap {
  max-height: 260px;
}
.ad_recap .ad_recap_right, .ad_recap .ad_recap_left, .ad_recap .ad_galerie_recap_right, .ad_recap .ad_galerie_recap_left, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_recap_left, .ad_galerie_recap .ad_galerie_recap_right, .ad_galerie_recap .ad_galerie_recap_left {
  max-height: 250px;
}
.ad_recap .ad_recap_right, .ad_recap .ad_galerie_recap_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_galerie_recap_right {
  border-right: none;
  border-left: 2px solid var(--border-color);
}

.ad_recap {
  max-height: 550px !important;
}
.ad_recap .ad_recap_left {
  max-height: 550px;
}
.ad_recap .ad_recap_left .item {
  max-height: 550px;
}
.ad_recap .ad_recap_right {
  max-height: 550px;
  background-position: center;
  background-size: cover;
}

.ad_galerie_recap {
  border-top: none;
}

.ad_recap.tee {
  display: none;
}

.homepage_container {
  grid-template-columns: 2fr 1fr !important;
  grid-template-rows: 56px 1fr !important;
  grid-template-areas: none !important;
  height: calc(70vh - var(--headerHeight) - var(--footerHeight)) !important;
  height: unset !important;
}
.homepage_container .ariane_container {
  grid-area: 1/2/2/3;
}
.homepage_container .left_container {
  grid-area: 1/1/3/2;
}
.homepage_container .left_container .bgImg {
  height: calc(70vh - var(--headerHeight) - var(--footerHeight));
  height: auto;
}
.homepage_container .contentColumn {
  grid-area: 2/2/3/3;
  height: unset !important;
}

.hp_last_participations {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--border-color);
}
.hp_last_participations .last_participations_title {
  padding: 16px;
  margin-top: 24px;
  border-bottom: 2px solid var(--border-color);
}
.hp_last_participations .last_participations_title h4 {
  font-size: 1.5rem;
}
.hp_last_participations .last_participations_items a:nth-child(5), .hp_last_participations .last_participations_items a:nth-child(6) {
  display: none;
}
.hp_last_participations .last_participations_cta {
  padding: 1rem;
}

.hp_faq {
  border: 2px solid var(--border-color);
  border-bottom: none;
}
.hp_faq h3 {
  padding: 1rem !important;
  margin-top: 1.5rem;
}
.hp_faq #accordion {
  margin-bottom: 0 !important;
}

.participations_index {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  overflow: visible !important;
  border: none !important;
}
.participations_index a {
  background-color: var(--bg-main-light);
  border: 2px solid var(--border-color);
}
.participations_index a:last-of-type {
  border-left: none !important;
}
.participations_index a:first-of-type {
  border-left: 2px solid var(--border-color) !important;
}
.participations_index a .part_element {
  border: none !important;
}

.ctee_countdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 16px 0px;
}
.ctee_countdown .countdown_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.ctee_countdown .countdown_item .countdown_value {
  font-family: var(--font-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-feature-settings: "ss01" 1, "onum" 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.ctee_countdown .countdown_item .countdown_value span {
  background: var(--color-secondary, #1A1A20);
  color: white;
  width: 30px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctee_countdown .countdown_item .countdown_label {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  opacity: 0.5;
}
.ctee_countdown .countdown_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.ctee_countdown .countdown_remain {
  padding-right: 8px;
  font-family: var(--font-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  font-feature-settings: "ss01" 1, "onum" 1;
}
.ctee_countdown .countdown_separator {
  width: 4px;
  height: 4px;
  content: "";
  display: block;
  background-color: transparent;
  position: relative;
}
.ctee_countdown .countdown_separator:before, .ctee_countdown .countdown_separator:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--border-color);
  position: absolute;
  top: -16px;
}
.ctee_countdown .countdown_separator:after {
  top: -6px;
}

.block_mobile {
  display: flex !important;
}
.block_mobile.height_mobile {
  min-height: calc(100vh - var(--headerHeightMobile)) !important;
}
.block_mobile .block_wide {
  display: none;
}
.block_mobile .ariane {
  display: none;
}

.arian_constructor, .ariane_upload, .ariane_galerie, .ariane_hp_ctee, .ariane_faq_ctee, .ariane_tee, .mask_tags {
  display: none !important;
}

.tee_selection {
  padding: 2rem 1rem;
  direction: ltr;
  border-bottom: solid 2px var(--border-color);
}
.tee_selection .switch_btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tee_selection .switch_btns .switch .slider {
  width: unset;
  height: unset;
  padding: 1rem;
  background-color: var(--bg-main-light);
}
.tee_selection .switch_btns .switch .slider:before {
  display: none !important;
}
.tee_selection .switch_btns .switch .switch-input:checked + .slider {
  background-color: var(--color-secondary) !important;
  color: var(--bg-main-light) !important;
}

:root {
  --headerHeight: 88px;
  --headerHeightMobile: 56px;
  --footerHeight: 0px;
}

header {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--headerHeightMobile);
  background-color: var(--bg-quaternary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  z-index: 500;
}
header .header_logo {
  display: block;
  height: 40px;
  width: 40px;
}
header .header_logo img {
  height: 100%;
  width: auto;
}
header a svg {
  width: 24px;
  height: 24px;
}
header .left {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .userLevel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
}
header .userLevel .nfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  font-family: var(--font-bold);
  color: var(--Black, #1A1A20);
  width: 220px;
}
header .userLevel .progress {
  width: 220px;
  height: 15px;
  border: solid 2px var(--border-color);
  position: relative;
  overflow: hidden;
}
header .userLevel .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--border-color);
  transition: width ease-in-out 0.3s;
}
header .userLevel .progress .progress-bar::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: 11px solid #fff;
  border-left: 10px solid transparent;
  top: 0;
  position: absolute;
  right: 0;
  width: 0%;
}
header nav,
header .searchInput,
header .logoutItem,
header .userLevel,
header .closeMenu {
  display: none;
}
header #header_search_box .input-wrapper {
  border: 2px solid var(--border-color-secondary-light);
  color: var(--border-color-secondary-light);
}
header #header_search_box .input-wrapper input {
  font-weight: bold;
  opacity: 0.7;
  padding-left: 10px;
}
header #header_search_box .input-wrapper svg {
  opacity: 0.7;
}
header #header_search_box .input-wrapper .input-prefix {
  margin-left: 16px;
}
.showmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--bg-main-light);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--color-secondary, #1A1A20);
}
.showmenu .userLevel {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border: 2px solid var(--color-secondary, #1A1A20);
  background-color: var(--bg-main-light);
  padding-left: 32px;
  padding-right: 72px;
}
.showmenu .userLevel .nfo,
.showmenu .userLevel .progress {
  width: 100%;
}
.showmenu .searchInput {
  display: flex;
  position: fixed;
  top: 91px;
  left: 16px;
  width: calc(100% - 32px);
  box-shadow: 2.8px 2.8px 0px 0px #000;
  z-index: 5000;
}
.showmenu .searchInput svg {
  color: var(--txt-secondary);
  width: 24px;
  height: 24px;
}
.showmenu .closeMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 17.5px;
  right: 16px;
  height: 75px;
  background-color: var(--bg-secondary);
  width: 40px;
  height: 40px;
}
.showmenu .logoutItem {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  box-shadow: none;
  margin: 0;
}
.showmenu nav {
  display: flex;
  position: fixed;
  top: 162px;
  left: 16px;
  right: 16px;
  bottom: 72px;
  overflow-y: scroll;
}
.showmenu nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.showmenu nav ul li {
  width: 100%;
}
.showmenu nav ul a {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: var(--8, 8px);
  align-self: stretch;
  border-right: 2px solid var(--color-secondary, #1A1A20);
  border-bottom: 2px solid var(--color-secondary, #1A1A20);
  border-left: 2px solid var(--color-secondary, #1A1A20);
  background: var(--color-secondary, #1A1A20);
  color: var(--color-main, #F7F6F6);
  font-family: var(--font-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  justify-content: flex-start;
}

iframe body {
  background-color: transparent;
  overflow: hidden !important;
}

#caminotvSSO {
  height: 350px;
  width: 100%;
}

#CtvSSOContent {
  background-color: transparent;
}
#CtvSSOContent h1 {
  display: none;
}
#CtvSSOContent .account_links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#CtvSSOContent #forgotBtn {
  text-align: center;
}
#CtvSSOContent #forgotBtn,
#CtvSSOContent #registerBtn {
  display: none;
}
#CtvSSOContent #ssoError {
  color: red;
}

.rightTeePreview {
  width: 100%;
  height: 40vh;
  background-color: var(--bg-main-light);
}
.rightTeePreview model-viewer,
.rightTeePreview .model-viewer {
  width: 100%;
  height: 100%;
}
.rightTeePreview model-viewer {
  position: relative;
}
.rightTeePreview model-viewer a {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem;
}

.download-mockup {
  cursor: pointer;
}

#contentFirst {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
}

.mock-up-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}
.mock-up-container .mokup {
  width: 80px;
  height: 80px;
  background-color: var(--bg-main-light);
}
.mock-up-container .mokup img {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: var(--bg-main-light);
  opacity: 0.5;
  border: solid 2px var(--txt-secondary-light);
  transition: all 0.27s ease-in-out;
}
.mock-up-container .mokup img:hover {
  border-color: var(--border-color);
  box-shadow: 2px 2px 0px 0px var(--border-color);
  opacity: 1;
}
.mock-up-container .mokup img.selected, .mock-up-container .mokup img.mockup-selected {
  border-color: var(--border-color);
  box-shadow: 2px 2px 0px 0px var(--border-color);
  opacity: 1;
}

.formUpload .uploadFormContent,
.formUpload #uploadPreviewZone {
  width: 100%;
  padding: 0;
}
.formUpload .uploadFormContent {
  padding: 32px 16px;
}

.v-visible {
  display: inherit;
}

.v-hidden {
  display: none !important;
}

.release {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 390px;
}

.tee_view {
  justify-content: flex-start !important;
  padding: 0px !important;
}
.tee_view .controls {
  grid-area: controls;
  background-color: var(--bg-main-light);
  width: 100%;
  border: 2px solid var(--border-color);
  border-left: none;
  border-right: none;
  border-top: none;
  display: flex;
}
.tee_view .controls .nav {
  width: 50px;
  height: 44px;
  background-color: var(--bg-main-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tee_view .controls .votebtn {
  width: 100%;
  height: 44px;
  background-color: var(--bg-color-fourth);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--txt-color-secondary);
  font-weight: bold;
}
.tee_view .infos {
  grid-area: infos;
  width: 100%;
  padding: 0 16px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tee_view .liens {
  padding: 0 16px;
  grid-area: liens;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  max-width: 400px;
}

.tee_modelview {
  width: 100%;
  height: 40vh;
  background-color: var(--bg-main-light);
}
.tee_modelview model-viewer,
.tee_modelview .model-viewer {
  width: 100%;
  height: 100%;
}
.tee_modelview model-viewer {
  position: relative;
}
.tee_modelview model-viewer .model-edit {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  top: auto;
  padding: 0.5rem;
}

.tee_elements {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background: var(--color-main-light, #FFF);
  padding: 16px;
  width: 100%;
}
.tee_elements .selectFile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.tee_elements .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tee_elements .list-row-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tee_elements .list-row-title img {
  width: auto;
  height: 24px;
  max-width: 24px;
  object-fit: cover;
  margin-right: 16px;
}
.tee_elements .list-row-title svg {
  width: 24px;
  height: auto;
  max-width: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.tee_elements li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: var(--color-main-light, #FFF);
  border: 2px solid var(--border-color);
  padding: 0px 8px;
}
.tee_elements li .list-row-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tee_elements li .list-row-action svg {
  width: 24px;
  cursor: pointer;
}

.tee_container {
  width: 100%;
}

/**********************************************************\
        - Builder Adlane
\**********************************************************/
.preview_tshirt {
  width: 100%;
}

#tee_builder {
  content: "";
  width: 100%;
}

.tee_config {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 2rem 0;
}

.tee_header {
  padding: 0 24px;
}

/**********************************************************\
        - Builder
\**********************************************************/
.content_builder {
  width: 100%;
}

.preview {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 11;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.parent {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 50px;
  /* Dimensions modèle 3D */
  width: 1728px;
  height: 1733px;
}

#previewImage canvas {
  width: 100%;
  height: auto;
}

#builder {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}

.bg_img {
  height: 100%;
  width: 100%;
}

.img {
  /* width: 40%;
  height: 40%; */
  position: absolute !important;
  display: grid;
  grid-template-rows: 1fr;
  top: 0;
  left: 0;
}

.elm_img {
  /*     width: 200px; */
  height: auto;
  width: 30%;
  min-width: 100px;
  max-width: 100%;
  /*    width: 500%;*/
  /* max-height: 100%; */
}

.upload-area {
  height: 100px;
  border: 2px dashed lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-area:hover {
  cursor: pointer;
}

.upload-area h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 1.2rem;
}

.input_files_hidden {
  display: none;
}

.ui-state-default {
  background: none !important;
}

.list-elm {
  display: flex;
  background-color: #fff !important;
  cursor: move;
}

.list-row-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 60px;
  flex: 1 auto;
}

.list-row-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.list-row-title img {
  margin-right: 4px;
}

.list-row-title p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 175px;
}

.list-row-action {
  display: flex;
  align-items: center;
}

.reset {
  margin: unset;
  padding: unset;
}

.img-preview {
  max-height: 26px;
  max-width: 40px;
}

.placeholder {
  height: 70px;
  background-color: #eff0f3;
  margin-bottom: 2rem;
  border: 1px dashed #E4E6EF;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  z-index: 10;
}

.hide {
  display: none !important;
}

.draggable {
  cursor: grab;
  border: dashed 2px #d8d9db;
  z-index: 12;
}

.draggable:hover {
  border-color: #009ef7;
}

.ui-resizable-se {
  right: -2px;
  bottom: -2px;
}

.image-rotate {
  position: absolute;
  top: -5px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
}

#uploadPreviewZone {
  padding: 0 1rem;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

#uploadPreviewZone .tee_modelview {
  padding: 0 24px;
  height: unset;
}

#uploadPreviewZone .model-viewer {
  box-sizing: border-box;
  max-width: var(--max-action-width);
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#uploadPreviewZone model-viewer {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--max-action-width);
  height: var(--max-action-width);
  max-height: 60vh;
}

.tee_modelview.tee_vote_content {
  width: unset;
  height: unset;
  margin: 8px auto;
}

.model-viewer.vote_preview {
  margin: 0 auto;
}

.images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.images .uvs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: -1;
}

.image-preview-container.selected {
  touch-action: none;
  will-change: transform;
}

textarea:focus {
  outline: none;
}

.mockup-choices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mockup {
  height: 50px;
  width: 30%;
  cursor: pointer;
}

.svg-ml-0 {
  margin-left: 0;
}

.rotate-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 11px;
  width: 50%;
}

.circle {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  z-index: 2000;
  pointer-events: none;
}

.circle::after, .circle::before {
  content: "";
  border-left: solid 2px #009ef7;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  width: 65px;
  height: 65px;
  pointer-events: none;
  z-index: -1;
}

.circle::after {
  border-top-left-radius: 100%;
  left: 49%;
}

.circle::before {
  border-bottom-left-radius: 100%;
  left: -49%;
}

.spin, .resize {
  pointer-events: all;
  position: absolute;
  color: #009ef7;
  border: solid 1px #009ef7;
  border-style: dashed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 10;
  padding: 4px;
  width: 20px;
  height: 20px;
}

.spin {
  cursor: pointer;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.resize {
  top: 120%;
  right: -112%;
  cursor: nwse-resize;
}

.image-preview-container {
  z-index: 20 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 200px;
  height: 200px;
  user-select: none;
  -webkit-user-select: none; /* Safari et iOS */
  -ms-user-select: none; /* Internet Explorer et Edge */
  -moz-user-select: none; /* Firefox */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; /* Bloque le menu contextuel sur iOS */
}
.image-preview-container .ipc-drag {
  user-select: none;
  -webkit-user-select: none; /* Safari et iOS */
  -ms-user-select: none; /* Internet Explorer et Edge */
  -moz-user-select: none; /* Firefox */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; /* Bloque le menu contextuel sur iOS */
}
.image-preview-container .ipc-drag img {
  user-select: none;
  -webkit-user-select: none; /* Safari et iOS */
  -ms-user-select: none; /* Internet Explorer et Edge */
  -moz-user-select: none; /* Firefox */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; /* Bloque le menu contextuel sur iOS */
}

.image-preview {
  width: 100%;
  height: 100%;
}

.ipc-drag {
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ipc-drag img {
  max-height: 200px;
  max-width: 200px;
  width: auto;
  height: auto;
}

.tee_uv_map {
  width: 100%;
}

.tee_builder_container {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}

.tee_overlay {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background: var(--bg-third-light);
}

.has_overlay.tee_overlay {
  display: flex;
}

.builderGrid {
  display: grid !important;
  grid-template-areas: "ariane" "element2" "element4" "element3" "element5" "element6";
}
.builderGrid .element4 {
  min-height: 30vh;
  max-height: 40vh;
  height: 30vh;
}
.builderGrid .model-viewer {
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  border-top: none;
  border-bottom: none;
}
.builderGrid .model-viewer model-viewer {
  width: 100%;
  height: 100%;
}
.builderGrid .mobile_settings {
  display: none;
}
.builderGrid .titleZone {
  border: 2px solid var(--border-color);
  padding: 16px;
  text-align: center;
  background-color: var(--bg-main-light);
  font-weight: bold;
}
.builderGrid .item {
  border-bottom: 2px solid var(--border-color);
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.builderGrid .item:first-child {
  border-top: 2px solid var(--border-color);
}
.builderGrid .item:last-child {
  border-bottom: none;
}
.builderGrid .editorFirstItem, .builderGrid .editorSecondItem {
  position: relative;
  flex: 1 auto;
}
.builderGrid .editorFirstItem .item:last-of-type, .builderGrid .editorSecondItem .item:last-of-type {
  border-bottom: none;
}
.builderGrid .editorSecondItem {
  display: flex;
  flex-direction: column;
}
.builderGrid .tee_elements {
  padding: 16px;
}
.builderGrid .tee_form {
  width: 100%;
}

.tee_modelview {
  position: relative;
}
.tee_modelview .votebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem;
  width: 32px;
  height: auto;
}
.tee_modelview .votebtn svg {
  width: 100%;
  height: auto;
}

.export_color {
  display: flex;
  flex-direction: row;
}
.export_color .export_color_container {
  display: block;
  position: relative;
  padding-left: 51px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.export_color .export_color_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.export_color .export_color_container input:checked ~ .checkmark {
  border: solid 2px black;
  box-shadow: 2px 2px 0px 0px black;
}
.export_color .export_color_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: transparent;
  border: solid 2px black;
  overflow: hidden;
}
.export_color .export_color_container .checkmark::before, .export_color .export_color_container .checkmark::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
}
.export_color .export_color_container .checkmark::before {
  background-color: #365086;
  left: 0;
  top: 0;
  width: 50px;
  height: 40px;
  transform: skewX(-45deg);
  transform-origin: 0 0;
}
.export_color .export_color_container .checkmark::after {
  background-color: white;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  transform: skewX(-45deg) translateX(115%);
  transform-origin: 0 0;
}
.export_color .export_color_container:hover input ~ .checkmark {
  box-shadow: 2px 2px 0px 0px black;
}
.export_color .export_color_container .color_1::before {
  background-color: #000;
}
.export_color .export_color_container .color_1::after {
  background-color: white;
}
.export_color .export_color_container .color_2::before {
  background-color: #f00b2d;
}
.export_color .export_color_container .color_2::after {
  background-color: white;
}
.export_color .export_color_container .color_3::before {
  background-color: #346766;
}
.export_color .export_color_container .color_3::after {
  background-color: white;
}

.export_background {
  position: absolute;
  height: 30%;
  background-size: contain;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.title_overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 0;
  font-family: var(--font-bold);
  font-size: 20px;
  display: none;
  font-weight: bold;
}

#vide, #preview_blank_fk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}

#preview_blank_fk {
  z-index: 0;
  display: none;
}

.editZone {
  position: relative;
}
.editZone .close {
  width: 40px;
  height: 40px;
  background-color: var(--Black, #1A1A20);
  color: var(--White, #FFF);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: none;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 5000;
}

.uvs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.touchBuilder {
  position: relative;
}
.touchBuilder .element2 {
  display: none;
}
.touchBuilder .element3 {
  display: none;
}
.touchBuilder .element4 {
  position: relative;
  width: 100%;
  height: 30vh;
  display: flex;
  min-height: unset;
  max-height: unset;
  z-index: 490;
  border: solid 2px var(--border-color);
  background: conic-gradient(from 90deg at 1px 1px, var(--bg-main-light) 90deg, var(--bgGridColor) 0) center var(--bgGridDecalage)/var(--bgGridSize) var(--bgGridSize);
}
.touchBuilder .element4.continued {
  background: unset;
}
.touchBuilder .element4 .model-viewer {
  border: none;
  background: transparent !important;
  flex: 1;
}
.touchBuilder .element4 .mobile_settings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem;
  height: fit-content;
  gap: 16px;
}
.touchBuilder .element4 .mobile_settings .mobile_params, .touchBuilder .element4 .mobile_settings .mobile_continue, .touchBuilder .element4 .mobile_settings .mobile_trash, .touchBuilder .element4 .mobile_settings .mobile_zone_choice {
  padding: 0.5rem;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-main-light);
  border: 2px solid var(--border-color);
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.touchBuilder .element4 .mobile_settings .mobile_zone_choice svg {
  width: 30px;
  height: 30px;
}
.touchBuilder .element4 .mobile_settings .mobile_continue svg {
  height: 30px;
}
.touchBuilder .element4 .mobile_settings .mobile_trash, .touchBuilder .element4 .mobile_settings .mobile_zone_choice {
  background-color: var(--color-secondary);
  color: white;
  display: none;
  opacity: 0;
  transition: box-shadow 0.27s ease-in-out, opacity 0.25s ease-in-out;
}
.touchBuilder .element4 .mobile_settings .mobile_trash.show, .touchBuilder .element4 .mobile_settings .mobile_zone_choice.show {
  opacity: 1;
  display: flex;
}
.touchBuilder .element4 .mobile_settings .mobile_import {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.touchBuilder .element4 .mobile_settings .mobile_import .selectFile #addElm {
  padding: 0.5rem;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border-color);
  background-color: var(--color-secondary);
  box-shadow: none;
  color: white;
  display: flex;
  transition: box-shadow 0.27s ease-in-out, opacity 0.25s ease-in-out;
  margin-bottom: 0;
}
.touchBuilder .element5 {
  height: calc(70vh - 56px);
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border: 2px solid var(--border-color);
  border-top: none;
}
.touchBuilder .element5 .tee_uv_map {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.touchBuilder .element5 .tee_uv_map .preview {
  aspect-ratio: 1;
  max-width: 600px;
  height: 100%;
  justify-content: center;
}
.touchBuilder .element5 .tee_uv_map .preview #preview_blank {
  aspect-ratio: 1;
  height: unset !important;
  max-width: 100%;
}
.touchBuilder .element5 .tee_uv_map .preview .uvs {
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.touchBuilder .element5 .tee_uv_map .preview .images {
  max-width: 100%;
  aspect-ratio: 1;
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.touchBuilder .element5 .tee_uv_map .preview .images .uvs {
  height: 100%;
  max-width: 100%;
  aspect-ratio: 1;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected {
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px transparent;
  position: relative;
  -webkit-user-select: none; /* Empêche la sélection */
  -webkit-touch-callout: none; /* Bloque le menu contextuel sur iOS */
  user-select: none;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected::before, .touchBuilder .element5 .tee_uv_map .preview .images .preview-selected::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected::before {
  top: 0;
  left: 0;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected::after {
  bottom: 0;
  right: 0;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected.touching::before, .touchBuilder .element5 .tee_uv_map .preview .images .preview-selected.touching::after {
  width: 100%;
  height: 100%;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected.touching::before {
  border-top-color: #009ef7;
  border-right-color: #009ef7;
  z-index: 55555;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.touchBuilder .element5 .tee_uv_map .preview .images .preview-selected.touching::after {
  border-bottom-color: #009ef7;
  border-left-color: #009ef7;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.touchBuilder .element6 {
  display: none;
}
.touchBuilder .element6 #editor_send {
  position: fixed;
  bottom: 56px;
}

.touchModal {
  padding: 1rem !important;
  top: unset !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: unset !important;
  outline: none !important;
}
.touchModal .close {
  display: none;
}
.touchModal h1 {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.touchModal .tee_parts_container {
  gap: 1rem;
}
.touchModal .tee_parts_container .modal_tee_part {
  margin-bottom: 0 !important;
}
.touchModal .tee_parts_container .modal_tee_part label {
  line-height: 1.1rem;
}
.touchModal .mock-up-container {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.ariane_galerie {
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}

.arian_constructor {
  border: 2px solid var(--border-color);
}
.arian_constructor .ariane {
  border: none !important;
}

.container_gallery .ariane {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: var(--bg-main-light);
  padding: 16px;
  gap: 2px;
  position: relative;
  z-index: 2;
  line-height: 12px;
}

.tags_navigation,
.gall_navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  width: 100%;
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}
.tags_navigation .filtres,
.gall_navigation .filtres {
  width: calc(100% + 32px);
  margin-left: -16px;
}
.tags_navigation .filtres .filtre_list,
.gall_navigation .filtres .filtre_list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: scroll;
  padding-left: 16px;
  padding-right: 16px;
  scroll-snap-type: x mandatory;
}
.tags_navigation .filtres .filtre_list li,
.gall_navigation .filtres .filtre_list li {
  margin-top: 16px;
  padding-bottom: 32px;
}
.tags_navigation .filtres .filtre_list a,
.gall_navigation .filtres .filtre_list a {
  padding: 9px 16px;
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
  color: var(--txt-secondary-light);
  border: 2px solid var(--border-color-secondary-light);
  box-shadow: none;
  font-family: var(--font-bold);
  background-color: var(--bg-main-light);
}
.tags_navigation .filtres .filtre_list a.active,
.gall_navigation .filtres .filtre_list a.active {
  border: solid 2px var(--border-color);
  box-shadow: 4px 4px 0px 0px var(--border-color);
  color: var(--txt-color-main);
}
.tags_navigation .filtres .filtre_custom,
.gall_navigation .filtres .filtre_custom {
  padding: 1rem;
  padding-top: 0;
}
.tags_navigation .filtres .filtre_custom .input_inline,
.gall_navigation .filtres .filtre_custom .input_inline {
  align-items: center;
}
.tags_navigation .filtres .filtre_custom button,
.gall_navigation .filtres .filtre_custom button {
  width: unset;
  display: flex;
  justify-content: center;
}
.tags_navigation .filtres .filtre_custom button span,
.gall_navigation .filtres .filtre_custom button span {
  display: none;
}

.gall_pagination {
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
  width: 100%;
}

#modalResultCommunitee,
#modalResult,
.gall_liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-auto-rows: 1fr;
  border: 1px solid var(--border-color);
}
#modalResultCommunitee a,
#modalResult a,
.gall_liste a {
  height: 100%;
}
#modalResultCommunitee .part_element,
#modalResult .part_element,
.gall_liste .part_element {
  background-color: var(--bg-main-light);
  grid-auto-rows: 1fr;
  border: 1px solid var(--border-color);
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 300px;
}
#modalResultCommunitee .part_element .part_preview,
#modalResult .part_element .part_preview,
.gall_liste .part_element .part_preview {
  width: 100%;
  height: 254px;
  z-index: 10;
  position: relative;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#modalResultCommunitee .part_element .part_preview .model-viewer-list,
#modalResultCommunitee .part_element .part_preview model-viewer,
#modalResult .part_element .part_preview .model-viewer-list,
#modalResult .part_element .part_preview model-viewer,
.gall_liste .part_element .part_preview .model-viewer-list,
.gall_liste .part_element .part_preview model-viewer {
  width: 100%;
  height: 100%;
}
#modalResultCommunitee .part_element .part_preview img,
#modalResult .part_element .part_preview img,
.gall_liste .part_element .part_preview img {
  max-width: 100%;
  max-height: 100%;
}
#modalResultCommunitee .part_element .infos,
#modalResult .part_element .infos,
.gall_liste .part_element .infos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
}
#modalResultCommunitee .part_element .infos .name,
#modalResult .part_element .infos .name,
.gall_liste .part_element .infos .name {
  font-weight: bold;
  font-size: 14px;
  color: var(--txt-color-main);
  font-family: var(--font-bold);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: calc(100% - 32px);
}
#modalResultCommunitee .part_element .infos .author,
#modalResult .part_element .infos .author,
.gall_liste .part_element .infos .author {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#modalResultCommunitee .part_element .part_background,
#modalResult .part_element .part_background,
.gall_liste .part_element .part_background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #365086;
}
#modalResultCommunitee .part_element .votebtn,
#modalResult .part_element .votebtn,
.gall_liste .part_element .votebtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: auto;
  width: 32px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#modalResultCommunitee .part_element .votebtn svg,
#modalResult .part_element .votebtn svg,
.gall_liste .part_element .votebtn svg {
  width: 100%;
  height: auto;
}
#modalResultCommunitee .elm:last-child .part_element,
#modalResult .elm:last-child .part_element,
.gall_liste .elm:last-child .part_element {
  border-right: 2px solid var(--border-color);
  offset: 2px;
}

#modalResult .part_element {
  height: 100%;
}

.gall_pagination #pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.gall_pagination #pagination .current,
.gall_pagination #pagination a, .gall_pagination #pagination .spacer {
  margin: 1.5rem 0;
  padding: 8px 0;
  border: 2px solid var(--border-color);
  background-color: var(--bg-main-light);
  width: 39px;
  height: 39px;
  display: block;
  text-align: center;
  border-right-width: 1px;
  border-left-width: 1px;
}
.gall_pagination #pagination .current {
  background-color: var(--bg-color-fourth);
  color: var(--txt-main-light);
}
.gall_pagination li:first-child .current, .gall_pagination li:first-child a {
  border-left-width: 2px !important;
}
.gall_pagination li:last-child a, .gall_pagination li:last-child .current {
  border-right-width: 2px !important;
}

.main_preview_container {
  display: grid !important;
  grid-template-areas: "ariane" "profil_author" "tee_preview";
}

.main_Tee_preview_container {
  display: grid !important;
  grid-template-areas: "ariane" "tee_preview" "profil_author";
}
.member_presentation, .profil_presentation {
  direction: ltr;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 140px;
  background-color: var(--bg-main-light);
  border-bottom: 2px solid var(--border-color);
  padding: 0;
  gap: 0;
  position: relative;
  z-index: 2;
  line-height: 12px;
}
.member_presentation .avatar, .profil_presentation .avatar {
  min-width: 138px;
  height: 100%;
  background-color: transparent;
  content: "";
}
.member_presentation .avatar img, .profil_presentation .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member_presentation .infos, .profil_presentation .infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-left: 2px solid var(--border-color);
}
.member_presentation .infos .username, .profil_presentation .infos .username {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.member_presentation .infos .username .logout, .profil_presentation .infos .username .logout {
  font-size: 0.875rem;
}
.member_presentation .infos .socials, .profil_presentation .infos .socials {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.member_presentation .infos .socials a, .profil_presentation .infos .socials a {
  padding: 4px;
}
.member_presentation .infos .socials svg, .profil_presentation .infos .socials svg {
  width: 24px;
  height: 24px;
}
.member_presentation .subinfos .socials, .profil_presentation .subinfos .socials {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
.member_presentation .subinfos .socials a, .profil_presentation .subinfos .socials a {
  padding: 4px;
}
.member_presentation .subinfos .socials svg, .profil_presentation .subinfos .socials svg {
  width: 24px;
  height: 24px;
}

.presentation_card {
  direction: ltr;
  padding: 16px;
  border-right: solid 0px var(--border-color);
}
.presentation_card .presentation_content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.presentation_card .presentation_content .desc {
  font-family: var(--font-bold);
  font-size: var(--fs-2);
  line-height: var(--fs-lh-2);
  font-weight: bold;
}
.presentation_card .presentation_content .favs {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.presentation_card .presentation_content .favs a {
  display: block;
  width: 70px;
  height: 70px;
}
.presentation_card .presentation_content .favs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation_card .presentation_content .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.presentation_card .presentation_content .tags a {
  font-weight: bold;
  font-size: var(--fs-1);
  line-height: var(--fs-lh-1);
}

.profil_presentation_card {
  padding: 2rem 1rem;
  direction: ltr;
}
.profil_presentation_card .title_presentation {
  padding-bottom: 1rem;
}

.other_participations, .author_presentation, .last_participations {
  direction: ltr;
  padding: 1rem;
}

.last_participations {
  background-color: transparent;
  padding-top: 56px;
}

.author_presentation {
  background-color: var(--bg-main-light);
  border-bottom: 2px solid var(--border-color);
  border-top: none;
}

.participations_galery {
  border: 2px solid var(--border-color);
  padding-bottom: 56px;
}

.particpations_creations {
  direction: ltr;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  border-right: none;
  overflow: hidden;
  background-color: var(--bg-main-light);
  border-top: 1px solid var(--border-color);
}
.particpations_creations.empty {
  border-top: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
.particpations_creations a {
  width: 50%;
}
.particpations_creations a:nth-child(odd) .part_element {
  border-right: 1px solid var(--border-color);
  border-left: none;
}
.particpations_creations a:nth-child(even) .part_element {
  border-left: 1px solid var(--border-color);
  border-right: none;
}
.particpations_creations .part_element {
  position: relative;
  height: 310px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.particpations_creations .part_element .part_tee_container {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.particpations_creations .part_element .infos {
  position: absolute;
  color: #365086;
  width: 100%;
  top: 0;
  padding: 24px;
  z-index: 9;
}
.particpations_creations .part_element .infos .name, .particpations_creations .part_element .infos .author {
  color: var(--color-secondary);
  font-size: 14px;
}
.particpations_creations .part_element .model-viewer-list,
.particpations_creations .part_element model-viewer {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.particpations_creations .part_element .model-viewer-list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 254px;
  z-index: 10;
}
.particpations_creations .part_element .model-viewer-list img {
  height: 100%;
}
.particpations_creations .part_element .part_background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #365086;
}

object .editTeeBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 16px;
  width: auto;
}

.profil_left_side {
  grid-area: profil_author;
  direction: rtl; /* Change la direction du texte de droite à gauche */
  overflow-y: scroll !important;
  border-bottom: none !important;
  height: inherit !important;
  display: none;
}

.profil_left_side.profil {
  display: block;
}

.profil_right_side {
  grid-area: tee_preview;
  border-top: none;
  border-right: none !important;
  border-left: 2px solid var(--border-color) !important;
}

.profil_right_side.profil {
  display: none !important;
}

.profil_right_side.tee {
  display: flex !important;
}

.profil_L {
  display: block;
}
.profil_L .modelviewer_profil_L {
  direction: ltr;
  width: 100%;
  height: 60vh;
  background-color: var(--bg-third-light);
  border-bottom: solid 2px var(--border-color);
  position: relative;
}
.profil_L .modelviewer_profil_L model-viewer {
  width: 100%;
  height: calc(100% - 54px) !important;
}
.profil_L .modelviewer_profil_L nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.profil_L .modelviewer_profil_L nav a {
  height: 54px;
  width: 54px;
  background-color: var(--bg-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--txt-main);
}
.profil_L .infos {
  display: flex;
  background-color: #C2E0F0;
  height: unset;
  flex: unset;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  height: calc(50vh - var(--headerHeight));
}
.profil_L .infos .topInfos {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  max-width: unset;
}
.profil_L .infos .voter {
  margin: 0;
}
.profil_L .infos .socials {
  margin: 0 auto;
}
.profil_L .infos .socials svg {
  width: 24px;
  height: 24px;
}
.profil_L .infos .btns_action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 100%;
}
.profil_L .infos .btns_action .btn {
  max-width: 310px;
}
.profil_L .infos .renderProgress {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_profile_column {
  display: flex;
  flex-direction: column;
}
.my_profile_column .presentation_section {
  overflow: hidden;
  position: relative;
  flex: 1;
}
.my_profile_column .presentation_section .presentation_container {
  overflow: hidden;
  position: relative;
  flex: 1;
  height: 100%;
}
.my_profile_column .presentation_section .presentation_container .item {
  justify-content: flex-start;
}
.my_profile_column .presentation_section .presentation_container:not(.open) {
  background: linear-gradient(180deg, #1A1A20 58.85%, rgba(26, 26, 32, 0) 86.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my_profile_column .presentation_section .read_next {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-bold);
  z-index: 1;
  font-weight: bold;
}

.my_profile {
  border-bottom: none !important;
}
.my_profile .sticky_ariane_mobile {
  display: none;
}

/*
#searchModal{
    .searchInput{
        margin-top:56px;
        padding: 0 16px;
    }
    #modalResult{
        margin-top:16px;
        height: calc(100vh - 56px - 56px - 16px);
        overflow-y: scroll;
        border:none;
        grid-auto-rows: 308px;
        .elm{
            // height: 308px;
        }
    }
}
*/
.my_account .togglesInfos {
  background-color: var(--bg-main) !important;
  display: flex;
  flex-direction: row-reverse;
  border-right: solid 2px var(--border-color);
}
.my_account .togglesInfos .toggleBtn {
  background-color: transparent;
  padding: 16px;
  width: 50%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.27s ease-in-out;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_account .togglesInfos .toggleBtn.active {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}
.my_account .togglesInfos .toggleBtn:hover {
  background-color: var(--bg-secondary);
  color: var(--txt-color-secondary);
}
.my_account #myInfos {
  background-color: var(--bg-main-light);
  text-align: left;
  border-right: solid 2px var(--border-color);
  display: flex;
  flex-direction: column;
}
.my_account #myInfos .account_infos {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-top: 2px solid var(--border-color);
}
.my_account #myInfos .account_infos .infos_title {
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 2px var(--border-color);
  width: 100%;
}
.my_account #myInfos .account_infos .infos_title span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  padding: 16px;
  width: fit-content;
}
.my_account #myInfos .account_infos .infos_container {
  width: 100%;
}
.my_account #myInfos .account_infos .infos_container .infos_item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 16px;
  width: 100%;
  border-bottom: dashed 2px var(--border-color);
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_label {
  font-weight: 900;
  font-family: var(--font-bold);
  color: var(--txt-secondary-light);
  display: flex;
  align-items: center;
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_value {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 16px;
  direction: ltr;
}
.my_account #myInfos .account_infos .infos_container .infos_item .infos_value .svg-grey {
  display: flex;
  color: var(--txt-secondary-light);
}
.my_account #myInfos .account_infos .infos_container .infos_item:last-child {
  border-bottom: none;
}
.my_account .socials_list,
.my_account .inputs_list {
  direction: ltr;
  height: auto !important;
  background-color: var(--bg-main-light);
}
.my_account .socials_list form,
.my_account .inputs_list form {
  padding-bottom: 32px;
}
.my_account .socials_list form {
  display: flex;
  align-items: center;
}
.my_account .socials_list form .reseauxConnected {
  margin: 16px auto;
  max-width: 330px;
}
.my_account .socials_list form .reseauxConnected .socials-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_account .socials_list form .reseauxConnected .socials-input .svg-icon {
  cursor: pointer;
}

.profil_right_side.hidden {
  display: none;
}

.profil_right_side.account_participations {
  display: none;
}

.profil_right_side.account_params {
  display: none;
}

.profil_left_side.account {
  display: block;
}

form .infos_title {
  display: flex;
  justify-content: flex-start;
  border-bottom: solid 2px var(--border-color);
  border-top: solid 2px var(--border-color);
  width: 100%;
}
form .infos_title span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  padding: 16px;
  width: fit-content;
}
form .infos_title:first-of-type {
  border-top: none;
}
form .infos_container {
  padding: 16px;
}

.account_buttons {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 16px;
  margin-bottom: 16px;
}
.account_buttons .confirmDelete {
  font-weight: 900;
  font-family: var(--font-bold);
}

#faq {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
#faq h3 {
  padding: 32px 16px;
}
#faq #accordion {
  box-sizing: border-box;
  margin-bottom: 56px;
}
#faq #accordion .accordion_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 16px;
}
#faq #accordion .accordion_content a {
  text-decoration: underline;
  font-weight: bold;
}
#faq #accordion .accordion_content:last-child {
  border-bottom: 2px solid var(--border-color);
}
#faq #accordion .active {
  max-height: 9999px;
  padding-bottom: 32px;
}
#faq #accordion h5 {
  border-top: 2px solid var(--border-color);
  padding: 32px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#faq #accordion .icon {
  content: "";
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  transition: transform 0.3s ease-in-out;
  background: var(--color-secondary, #1A1A20);
  justify-content: center;
  align-items: center;
  transform: rotateX(180deg);
}
#faq #accordion .icon_rotate .icon {
  transform: rotateX(0deg);
}

#modalSelectTags .list_tags {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#modalSelectTags .list_tags .modal_tag {
  border: 2px solid var(--color-secondary, #1A1A20);
  background: var(--bg-color-secondary);
  color: var(--txt-secondary);
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.27s ease-in-out;
}
#modalSelectTags .list_tags .modal_tag.active, #modalSelectTags .list_tags .modal_tag:hover {
  color: var(--txt-color-secondary);
  background: var(--bg-color-third);
}

.loadModalTags {
  cursor: pointer;
}

#hastagsUserDisplay {
  display: flex;
  gap: 8px;
  direction: ltr;
}
#hastagsUserDisplay a {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}

#tags_liste {
  min-height: 60vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-auto-rows: 1fr;
  border: 1px solid var(--border-color);
}
#tags_liste .part_element {
  background-color: var(--bg-main-light);
  height: 100%;
  grid-auto-rows: 1fr;
  border: 1px solid var(--border-color);
  position: relative;
}
#tags_liste .part_element .infos {
  padding: 16px;
  border-top: 2px solid var(--border-color);
  font-family: var(--font-bold);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}
#tags_liste .part_element .avatar {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1120px) {
  .container .content {
    display: grid;
  }
  h1 {
    font-size: 2rem;
  }
  .mvh60,
  .mvh40 {
    max-height: inherit;
  }
  .ariane {
    border-left: none;
    border-bottom: none;
    height: 56px;
  }
  .bgImg {
    top: var(--headerHeight);
    left: 0;
    bottom: var(--footerHeight);
    width: 50vw;
    height: calc(100vh - var(--headerHeight));
  }
  .classicDisplay {
    display: grid;
    grid-template-areas: "ariane element2" "element1 element2";
  }
  .tierDisplay {
    display: grid;
    height: calc(100vh - var(--headerHeight));
    min-height: inherit;
  }
  .tierDisplay.deuxTunT {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "element1 element1 ariane " "element1 element1 element2";
  }
  .tierDisplay.deuxTunT .vh40 {
    max-height: inherit;
  }
  .tierDisplay.deuxTunT .bgImg {
    width: 100%;
  }
  .tierDisplay.deuxTunT .deuxT_element {
    display: block;
    border-top: none !important;
  }
  .tierDisplay.deuxTunT .unT_element {
    border: 2px solid var(--border-color);
    border-left: none;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: calc(100vh - var(--headerHeight) - 56px);
  }
  .tierDisplay.deuxTunT .unT_element .item:first-child {
    border-top: none;
  }
  .uploadSecondStep:first-of-type {
    border-top: none;
  }
  .sideBySide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    min-height: inherit;
    height: calc(100vh - var(--headerHeight));
  }
  .sideBySide .left_container {
    height: 100%;
    max-height: 100vh;
  }
  .sideBySide .right_container {
    height: 100%;
    border-left: none;
    border-top: 2px solid var(--border-color);
    overflow-y: scroll;
  }
  .sideBySide .right_container.scrolable {
    height: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
    justify-content: flex-start;
  }
  .content_builder .mock-up-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-content: space-around;
  }
  .content_builder .mock-up-container .mokup-item {
    max-width: 320px;
  }
  .ad_creation_mode:not(.tee) {
    grid-template-columns: 2fr 1fr;
  }
  .ad_creation_mode:not(.tee) .ad_creation_left {
    display: flex;
  }
  .ad_creation_mode:not(.tee) .ad_creation_right .item a {
    width: fit-content;
  }
  .ad_recap, .ad_creation_hp, .ad_share_hp, .ad_galerie_recap {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    max-height: 400px;
  }
  .ad_recap .ad_recap_right, .ad_recap .ad_galerie_recap_right, .ad_creation_hp .ad_recap_right, .ad_creation_hp .ad_galerie_recap_right, .ad_share_hp .ad_recap_right, .ad_share_hp .ad_galerie_recap_right, .ad_galerie_recap .ad_recap_right, .ad_galerie_recap .ad_galerie_recap_right {
    display: flex;
  }
  .ad_recap .ad_creation_hp_right, .ad_creation_hp .ad_creation_hp_right, .ad_share_hp .ad_creation_hp_right, .ad_galerie_recap .ad_creation_hp_right {
    grid-area: 1/2/2/3;
    border-left: 2px solid var(--border-color);
    border-bottom: unset;
  }
  .ad_recap .ad_share_hp_right, .ad_creation_hp .ad_share_hp_right, .ad_share_hp .ad_share_hp_right, .ad_galerie_recap .ad_share_hp_right {
    grid-area: 1/1/2/2;
    border-bottom: unset;
    border-right: 2px solid var(--border-color);
  }
  .ad_recap .ad_creation_hp_left, .ad_creation_hp .ad_creation_hp_left, .ad_share_hp .ad_creation_hp_left, .ad_galerie_recap .ad_creation_hp_left {
    grid-area: 1/1/2/2;
  }
  .ad_recap .ad_share_hp_left, .ad_creation_hp .ad_share_hp_left, .ad_share_hp .ad_share_hp_left, .ad_galerie_recap .ad_share_hp_left {
    grid-area: 1/2/2/3;
  }
  .ad_share_hp {
    grid-template-columns: 2fr 1fr;
  }
  .ad_recap.tee {
    display: grid;
  }
  .homepage_container {
    height: calc(70vh - var(--headerHeight)) !important;
  }
  .homepage_container .left_container .bgImg {
    height: calc(70vh - var(--headerHeight));
  }
  .homepage_container .contentColumn {
    height: unset !important;
  }
  .hp_last_participations {
    display: flex;
    flex-direction: column;
    border: 2px solid var(--border-color);
  }
  .hp_last_participations .last_participations_title {
    padding-left: 2rem;
  }
  .hp_last_participations .last_participations_items a:nth-child(5), .hp_last_participations .last_participations_items a:nth-child(6) {
    display: block;
  }
  .hp_last_participations .last_participations_cta {
    padding: 1rem;
    margin: 0 auto;
  }
  .hp_faq h3 {
    padding: 1rem 2rem !important;
  }
  .block_mobile {
    display: grid !important;
  }
  .block_mobile.height_mobile {
    min-height: calc(100vh - var(--headerHeight)) !important;
  }
  .block_mobile .block_wide {
    display: flex;
  }
  .arian_constructor, .ariane_upload, .ariane_galerie, .ariane_hp_ctee, .ariane_faq_ctee {
    display: grid !important;
  }
  header {
    position: relative;
    height: var(--headerHeight);
    background-color: var(--bg-main-light);
    border: solid 2px var(--border-color);
  }
  header .left, header .right {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }
  header .left {
    width: auto;
  }
  header .header_logo {
    height: 56px;
    width: 56px;
  }
  header .header_logo img {
    height: 100%;
    width: auto;
  }
  header svg {
    width: 24px;
    height: 24px;
  }
  header nav {
    display: block;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  header nav ul a {
    color: var(--color-secondary, #1A1A20);
    font-family: "Tactic Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
  }
  header .userLevel {
    display: flex;
  }
  header .searchInput {
    display: block;
  }
  .mock-up-container {
    display: flex;
    gap: 16px;
  }
  .mock-up-container .mokup img {
    width: 100%;
    height: auto;
  }
  .rightTeePreview {
    height: 100%;
  }
  .uploadFirstStep {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .reseauxConnected {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 250px;
  }
  .deuxT_3DPreview {
    height: calc(100vh - var(--headerHeight) - var(--footerHeight));
  }
  .ariane_hp_ctee {
    display: flex;
  }
  .tee_view {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-areas: "infos" "liens" "controls";
    justify-items: center;
    align-content: space-between;
  }
  .tee_view .controls {
    width: 100%;
    max-width: 400px;
    border: 2px solid var(--border-color);
    margin-bottom: 56px;
  }
  .tee_view .infos {
    padding-top: 56px;
  }
  .tee_builder_container {
    padding: 0 !important;
    padding-bottom: 56px !important;
  }
  .tee_builder_container .preview {
    aspect-ratio: 1/1;
    height: 49vh;
    width: auto;
  }
  .tee_builder_container .tee_uv_map {
    height: 50vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tee_modelview {
    height: 100%;
    width: 100%;
  }
  * {
    --width-constructor-element: 600px;
  }
  .tee_elements:before,
  .tee_elements:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: transparent;
    content: "";
  }
  .tee_elements:after {
    left: inherit;
    right: 0;
  }
  .container_gallery {
    gap: 1rem;
    grid-auto-flow: row;
    grid-template-areas: "gall_navigation" "gall_gallery" "gall_pagination";
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
  }
  .gall_gallery .part_element {
    width: 158px;
    height: 158px;
  }
  .tee_config {
    flex-direction: row;
    align-items: start;
    margin: 2rem;
  }
  .child {
    flex-grow: 1;
    max-width: 100%;
    max-height: 100%;
  }
  .preview {
    max-width: 100%;
    max-height: 100%;
  }
  .model-viewer {
    height: unset;
  }
  .builderGrid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "element2 element3 ariane" "element4 element5 element6";
    grid-auto-rows: 56px 1fr;
  }
  .builderGrid .ariane {
    height: 56px;
    border-left: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
  }
  .builderGrid .ariane nav {
    height: auto;
  }
  .builderGrid .element2,
  .builderGrid .element3,
  .builderGrid .ariane {
    height: 56px;
    border-top: none;
  }
  .builderGrid .element3 {
    border-left: none;
    border-right: none;
  }
  .builderGrid .element4,
  .builderGrid .element5,
  .builderGrid .element6 {
    height: calc(100vh - var(--headerHeight) - 56px);
    max-height: 100%;
  }
  .builderGrid .element5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .builderGrid .element6 {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    border-left: 2px solid var(--border-color);
    border-top: none;
  }
  .builderGrid .element6 .item:first-child {
    border-top: none;
  }
  .title_overlay {
    top: 32px;
    left: 32px;
  }
  .container_gallery {
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .container_gallery .ariane {
    border: 2px solid var(--border-color);
  }
  .container_gallery .gall_navigation {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 0 0;
  }
  .container_gallery .gall_navigation .filtres {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #modalResultCommunitee,
  #modalResult,
  .gall_liste {
    grid-template-columns: repeat(6, 1fr);
  }
  .arian_constructor {
    border: none;
    border-right: 2px solid var(--border-color);
  }
  .arian_constructor .ariane {
    border: none !important;
  }
  .ariane_builder {
    border-right: 2px solid var(--border-color);
  }
  .ariane_faq_ctee .ariane,
  .ariane_upload .ariane {
    border: none;
    border-right: 2px solid var(--border-color);
  }
  .my_account .socials_list,
  .my_account .inputs_list {
    height: calc(100vh - var(--headerHeight) - var(--footerHeight) - 32px) !important;
  }
  .my_account #myInfos {
    padding-bottom: 65px;
  }
  .profil_right_side.account_participations {
    display: flex;
  }
  .profil_right_side.account_params {
    display: flex;
  }
  .profil_right_side.hidden {
    display: none;
  }
  .main_preview_container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "tee_preview tee_preview ariane" "tee_preview tee_preview profil_author";
  }
  .main_Tee_preview_container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "tee_preview tee_preview ariane" "tee_preview tee_preview profil_author";
  }
  .main_Tee_preview_container .ariane {
    border: none !important;
  }
  .member_presentation {
    border-bottom: 2px solid var(--border-color);
  }
  .member_presentation .infos .socials {
    gap: 16px;
  }
  .presentation_card .presentation_content .favs a {
    width: 140px;
  }
  .profil_L {
    height: calc(100vh - var(--headerHeight)) !important;
  }
  .profil_L .infos {
    flex: unset !important;
    overflow-y: scroll;
    height: calc(50vh - var(--headerHeight)) !important;
  }
  .profil_L .infos .topInfos {
    max-width: 50%;
    margin: 0 auto;
  }
  .profil_left_side {
    display: block;
  }
  .profil_right_side.profil {
    display: flex !important;
  }
  .my_profile, .my_profile_column {
    height: 70vh !important;
  }
  #tags_liste {
    grid-template-columns: repeat(6, 1fr);
  }
}/*# sourceMappingURL=communitee.css.map */