@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;
}

.input_select:has(.select-custom) {
  position: relative;
  width: 100%;
  margin: 8px 0;
}
.input_select:has(.select-custom):after {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  transform-origin: center;
  background: transparent;
  pointer-events: none;
}
.input_select:has(.select-custom).rotate::after {
  transform: rotate(225deg);
  margin-top: -3px;
}
.input_select:has(.select-custom):has(.selected-value:hover)::after {
  border-color: white;
}
.input_select:has(.select-custom) select {
  display: none;
}
.input_select:has(.select-custom) .selected-value {
  padding: 0 48px 0 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;
  cursor: pointer;
  transition: background 0.27s ease-in-out, color 0.27s ease-in-out;
}
.input_select:has(.select-custom) .selected-value:hover {
  background: var(--bg-color-third);
  color: var(--txt-color-secondary);
}
.input_select:has(.select-custom) .select-custom {
  position: absolute;
  width: 100%;
  background: var(--bg-color-main);
  border: solid 2px var(--bg-color-third);
  display: none;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
}
.input_select:has(.select-custom) .select-item {
  padding: 0 16px;
  cursor: pointer;
  transition: background 0.27s ease-in-out, color 0.27s ease-in-out;
  font-size: var(--fs-2);
  font-weight: 700;
  color: var(--txt-color-main);
  line-height: 40px;
  border-bottom: 2px dashed var(--border-color);
}
.input_select:has(.select-custom) .select-item.disabled {
  pointer-events: none;
  opacity: 0.2;
  border-top: none;
  border-left: none;
  border-right: none;
}
.input_select:has(.select-custom) .select-item.selected {
  font-weight: bold;
  background: var(--bg-color-third);
  color: var(--txt-color-secondary);
}
.input_select:has(.select-custom) .select-item:last-of-type {
  border-bottom: none;
}
.input_select:has(.select-custom) .select-item:hover {
  background: var(--bg-color-third);
  color: var(--txt-color-secondary);
}
.input_select:has(.select-custom).open .select-custom {
  display: block;
  top: 100%;
}
.input_select:has(.select-custom).drop-up .select-custom {
  top: auto;
  bottom: 100%;
}

.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;
}

:root {
  --headerHeight: 88px;
  --headerHeightMobile: 56px;
  --footerHeight: 0px;
}

header {
  padding: 7px 16px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--headerHeightMobile);
  background-color: #000;
  color: var(--txt-main);
  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;
  opacity: 1;
}
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: 12px solid #fff;
  border-left: 12px 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;
  opacity: 0;
  transform: translateX(-20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--color-secondary, #1A1A20);
}
.showmenu .left {
  opacity: 0;
}
.showmenu .userLevel {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-bottom: 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: 91px;
  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-feature-settings: "ss01" 1, "onum" 1;
  font-weight: 900;
  line-height: 18px;
  justify-content: flex-start;
}

.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: 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;
        }
    }
}
 */
section.article_section {
  border: solid 2px var(--border-color);
  border-top: none;
}
section.article_section .article_section_item_paragraph {
  padding: 1.5rem 1rem;
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section_item_product {
  display: grid;
  border: solid 2px var(--border-color);
  border-bottom: none;
  border-left: none;
  border-right: none;
  min-height: 500px;
  width: 100%;
  grid-template-areas: "section_item_product_img" "section_item_product_content";
}
.section_item_product.last-in-group {
  border-bottom: solid 2px var(--border-color);
}
.section_item_product .section_item_product_img {
  min-height: 300px;
  grid-area: section_item_product_img;
  width: 100%;
  height: 35vh;
  display: grid;
  border-bottom: solid 2px var(--border-color);
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "img_1";
}
.section_item_product .section_item_product_img a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}
.section_item_product .section_item_product_img a:nth-child(1) {
  grid-area: img_1;
}
.section_item_product .section_item_product_img a:nth-child(2) {
  grid-area: img_2;
}
.section_item_product .section_item_product_img a:nth-child(3) {
  grid-area: img_3;
}
.section_item_product .section_item_product_img a:nth-child(4) {
  grid-area: img_4;
}
.section_item_product .section_item_product_img.two_pics {
  grid-template-areas: "img_1" "img_2";
  grid-template-rows: 1fr 1fr;
}
.section_item_product .section_item_product_img.two_pics a:first-child {
  border-bottom: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.three_pics {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img_1 img_2" "img_1 img_3";
  display: grid;
  gap: 0;
  background: transparent;
}
.section_item_product .section_item_product_img.three_pics a:first-child {
  border-right: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.three_pics a:nth-child(3) {
  border-top: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.three_pics a:nth-child(n+4) {
  display: none;
}
.section_item_product .section_item_product_img.four_pics {
  height: 50vh;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "img_1 img_1" "img_1 img_1" "img_2 img_3" "img_2 img_4";
}
.section_item_product .section_item_product_img.four_pics a:first-child {
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.four_pics a:nth-child(2) {
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.four_pics a:nth-child(3) {
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
.section_item_product .section_item_product_img.four_pics a:nth-child(4) {
  border-right: 2px solid var(--border-color);
  display: block !important;
}
.section_item_product .section_item_product_img.four_pics a:nth-child(n+5) {
  display: none;
}
.section_item_product .section_item_product_title {
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.125rem;
  gap: 0.5rem;
}
.section_item_product .section_item_product_title .section_item_product_title_txt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.section_item_product .section_item_product_title .reference {
  opacity: 0.7;
  font-size: 0.825rem;
}
.section_item_product .section_item_product_title .pr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.section_item_product .section_item_product_title .pr .marque {
  font-size: 0.825rem;
  opacity: 0.7;
  font-weight: 700;
}
.section_item_product .section_item_product_title .pr .marque:after {
  content: " - ";
}
.section_item_product .section_item_product_title .price_retail {
  font-family: var(--font-bold);
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: space-between;
  opacity: 0.7;
}
.section_item_product .section_item_product_content {
  min-height: 60px;
}
.section_item_product .section_item_product_content .section_item_product_retailers {
  display: flex;
  flex-direction: column;
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer {
  color: var(--txt-main);
  background: var(--bg-secondary-5);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid var(--border-color);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer:first-child {
  border-top: none;
  background: var(--bg-secondary);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer:last-child {
  border-bottom: 2px solid var(--border-color);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer:nth-child(2) {
  background: var(--bg-secondary-2);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer:nth-child(3) {
  background: var(--bg-secondary-3);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer:nth-child(4) {
  background: var(--bg-secondary-4);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_infos {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem;
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_infos .title {
  font-family: var(--font-bold);
  font-size: 1rem;
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_infos .sizes a {
  font-size: 0.75rem;
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_price {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  align-items: center;
  min-width: 163px;
  justify-content: space-between;
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_price .display_price {
  font-size: 1.125rem;
  font-family: var(--font-bold);
}
.section_item_product .section_item_product_content .section_item_product_retailers .retailer .product_price .logo_retailer {
  width: 44px;
  height: 44px;
  content: "";
  object-fit: cover;
  background-position: center;
  background-size: cover;
}
.section_item_product .section_item_product_content .section_item_product_rank h4 {
  padding: 1rem;
  border-bottom: 2px solid var(--border-color);
}
.section_item_product .section_item_product_content .section_item_product_rank .member_avis {
  padding: 1rem;
}
.section_item_product .section_item_product_content .section_item_product_rank .member_avis .content {
  opacity: 0.7;
}
.section_item_product .section_item_product_content .section_item_product_rank .member_avis .ranks {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section_item_product .section_item_product_content .section_item_product_rank .member_avis .ranks .rank {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section_item_product .section_item_product_content .section_item_product_rank .member_avis .ranks .rank .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  height: 1rem;
}

.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 */
}

section.block_section {
  display: grid;
  grid-template-areas: "block_title" "block_wide" "block_column";
  border: solid 2px var(--border-color);
  border-top: none;
}
section.block_section .block_title {
  grid-area: block_title;
  border-bottom: solid 2px var(--border-color);
}
section.block_section .block_column {
  grid-area: block_column;
  width: 100%;
}
section.block_section .block_column .block_column_title {
  border-bottom: solid 2px var(--border-color);
  display: none;
}
section.block_section .block_column .block_inner {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
section.block_section .block_column .block_column_item {
  min-height: 110px;
  border-bottom: solid 2px var(--border-color);
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  grid-template-columns: 102px 1fr;
  background-color: var(--bg-main);
  box-sizing: border-box;
}
section.block_section .block_column .block_column_item.block_colum_item_with_price_and_pic {
  display: grid;
  grid-template-columns: 95px auto auto;
}
section.block_section .block_column .block_column_item .block_column_item_content,
section.block_section .block_column .block_column_item .block_column_item_img,
section.block_section .block_column .block_column_item .block_column_item_price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.block_section .block_column .block_column_item .block_column_item_content {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.block_section .block_column .block_column_item .block_column_item_content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.block_section .block_column .block_column_item .block_column_item_content .block_column_item_description {
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.block_section .block_column .block_column_item .block_column_item_img {
  width: 100%;
  min-height: 154px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}
section.block_section .block_column .block_column_item .block_column_item_price {
  padding: 8px;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  font-family: var(--font-bold);
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
  font-weight: 900;
  font-feature-settings: "ss01" 1, "onum" 1;
}
section.block_section .block_wide {
  grid-area: block_wide;
  min-height: 200px;
  border-bottom: solid 2px var(--border-color);
  position: relative;
}
section.block_section .block_wide .block_wide_img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}
section.block_section .block_wide .block_wide_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
section.block_section .block_wide .block_wide_title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--bg-main);
  padding: 1rem;
  width: 100%;
}
section.block_section .block_wide .block_wide_img,
section.block_section .block_wide .block_wide_price,
section.block_section .block_wide .block_wide_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
section.block_section .block_wide .bloc_wide_content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
section.block_section .block_wide .bloc_wide_content .block_wide_price {
  padding: 8px;
  background-color: var(--bg-secondary);
  color: var(--txt-main);
  font-family: var(--font-bold);
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
  font-weight: 900;
  font-feature-settings: "ss01" 1, "onum" 1;
}
section.block_section .block_title,
section.block_section .block_column_title {
  font-family: var(--font-bold);
  padding: 1rem;
  text-align: center;
}
section.block_section .oneline_max {
  -webkit-line-clamp: 1 !important;
}
section.block_section.block_section_fullpage {
  min-height: calc(100vh - var(--headerHeight));
}
section.block_section.block_section_maxpage {
  height: calc(100vh - var(--headerHeight));
}
section.block_section.block_section_maxpage .block_column {
  align-items: flex-start;
  overflow-y: scroll;
}

section.section_main_title {
  font-family: var(--font-bold);
  padding: 1rem;
  text-align: center;
  border: solid 2px var(--border-color);
  border-top: none;
  text-align: left;
}

section.section_separator {
  font-family: var(--font-bold);
  padding: 1rem;
  text-align: center;
  border: solid 2px var(--border-color);
  border-top: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section_separator .btn {
  width: fit-content;
}

section.section_b {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border: solid 2px var(--border-color);
  border-top: none;
  padding: 24px 16px;
}
section.section_b .section_b_inner {
  padding: 0;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.section_b .section_b_inner.mobile_column {
  justify-content: center;
  align-items: center;
}
section.section_b .section_b_inner.mobile_column .column_1 {
  width: 50%;
  height: auto;
}
section.section_b .section_b_inner.mobile_column .column_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
section.section_b .section_b_inner.mobile_column .column_2 h2, section.section_b .section_b_inner.mobile_column .column_2 p {
  text-align: center;
}
section.section_b .section_b_block_inner {
  display: flex;
  flex-direction: column;
}
section.section_b .section_b_block {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 24px;
  gap: 24px;
  border-bottom: solid 2px var(--border-color);
}
section.section_b .section_b_block:last-child {
  border-bottom: none;
}
section.section_b .section_b_block_inner_sideBySide {
  width: 100%;
  max-width: 1200px;
  display: grid;
}
section.section_b .section_b_block_inner_sideBySide .section_b_block_inner_sideBySide_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  border-bottom: solid 2px var(--border-color);
}
section.section_b .section_b_block_inner_sideBySide .section_b_block_inner_sideBySide_img.hide_mobile {
  display: none;
}
section.section_b .info_split_image {
  width: 100%;
}
section.section_b .info_split_image .item_image {
  background-size: cover;
  flex: 1 0 0;
  align-self: stretch;
  border-bottom: 2px solid var(--color-secondary, #1A1A20);
  height: 300px;
}
section.section_b .info_split_image .item_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
section.section_b .info_split_image .item_info .item_info_container {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-bottom: 2px solid var(--color-secondary, #1A1A20);
}
section.section_b .info_split_image .item_info .item_info_container .item_info_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.section_s_p0 {
  padding: 0 !important;
}

.section_s_m0 {
  margin: 0;
}

.section_grid {
  display: grid !important;
  padding: 0 !important;
  gap: 0 !important;
  border-bottom: 1px solid var(--border-color);
}
.section_grid .card_with_preview {
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.section_grid .card_with_preview .preview {
  width: 100%;
  min-height: 230px;
  aspect-ratio: 1;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  border-bottom: 2px solid var(--border-color);
}
.section_grid .card_with_preview .inner {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  height: -webkit-fill-available;
  max-height: 420px;
}
.section_grid .card_with_preview .inner p {
  max-height: 182px;
  overflow-y: scroll;
}
.section_grid .card_with_preview .inner .subtilte {
  font-family: var(--font-bold);
  font-weight: bold;
  font-size: 1rem;
}
.section_grid .card_with_preview .inner .socials {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}
.section_grid .card_with_preview .inner .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}
.section_grid.col-m-1 {
  grid-template-columns: repeat(1, 1fr);
}
.section_grid.col-m-2 {
  grid-template-columns: repeat(2, 1fr);
}
.section_grid.col-m-3 {
  grid-template-columns: repeat(3, 1fr);
}
.section_grid.col-m-4 {
  grid-template-columns: repeat(4, 1fr);
}
.section_grid.col-m-5 {
  grid-template-columns: repeat(5, 1fr);
}
.section_grid.col-m-6 {
  grid-template-columns: repeat(6, 1fr);
}
.section_grid.col-m-7 {
  grid-template-columns: repeat(7, 1fr);
}
.section_grid.col-m-8 {
  grid-template-columns: repeat(8, 1fr);
}
.section_grid.col-m-9 {
  grid-template-columns: repeat(9, 1fr);
}
.section_grid.col-m-10 {
  grid-template-columns: repeat(10, 1fr);
}
.section_grid.col-m-11 {
  grid-template-columns: repeat(11, 1fr);
}
.section_grid.col-m-12 {
  grid-template-columns: repeat(12, 1fr);
}
.section_grid.col-m-2 {
  grid-template-columns: repeat(2, 1fr);
}
.section_grid.col-m-2 .card_with_preview:nth-child(odd):nth-last-child(1) {
  grid-column: span 2;
}
.section_grid.grid_mobile_slider {
  display: flex !important;
  flex-direction: row !important;
  overflow-y: scroll !important;
  scroll-snap-type: x mandatory !important;
}
.section_grid.grid_mobile_slider .card_with_preview {
  min-width: calc(100vw - 3rem);
  scroll-snap-align: center;
}

section.sticky_section, .sections section.sticky_section {
  display: grid;
  grid-template-areas: "sticky_ariane_mobile" "sticky_wide" "sticky_column";
  border: solid 2px var(--border-color);
  border-top: none;
}
section.sticky_section.mobile_reverse, .sections section.sticky_section.mobile_reverse {
  grid-template-areas: "sticky_ariane_mobile" "sticky_column" "sticky_wide";
}
section.sticky_section.mobile_reverse .sticky_wide, .sections section.sticky_section.mobile_reverse .sticky_wide {
  border-top: 2px solid var(--border-color);
}
section.sticky_section .sticky_ariane_mobile, .sections section.sticky_section .sticky_ariane_mobile {
  grid-area: sticky_ariane_mobile;
}
section.sticky_section .sticky_wide, .sections section.sticky_section .sticky_wide {
  grid-area: sticky_wide;
  background-color: #000;
}
section.sticky_section .sticky_column, .sections section.sticky_section .sticky_column {
  grid-area: sticky_column;
  width: 100%;
}
section.sticky_section .sticky_column .sticky_ariane_desktop, .sections section.sticky_section .sticky_column .sticky_ariane_desktop {
  display: none;
}
section.sticky_section .sticky_column .sticky_item, .sections section.sticky_section .sticky_column .sticky_item {
  padding: 1.5rem 1rem;
  border-bottom: 2px solid var(--border-color);
  background-color: var(--bg-main);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--txt-secondary);
  gap: 1rem;
}
section.sticky_section .sticky_column .sticky_item:last-child, .sections section.sticky_section .sticky_column .sticky_item:last-child {
  border-bottom: none;
}
section.sticky_section .sticky_column .sticky_item .sticky_item_subtitle, .sections section.sticky_section .sticky_column .sticky_item .sticky_item_subtitle {
  opacity: 0.7;
}
section.sticky_section .sticky_column .sticky_item .nav ul, .sections section.sticky_section .sticky_column .sticky_item .nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-left: solid 2px var(--border-color);
  padding-left: 1rem;
}
section.sticky_section .sticky_column .sticky_item .nav ul a, .sections section.sticky_section .sticky_column .sticky_item .nav ul a {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
}
section.sticky_section .sctiky_element, .sections section.sticky_section .sctiky_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
section.sticky_section .sctiky_element iframe,
section.sticky_section .sctiky_element img, .sections section.sticky_section .sctiky_element iframe,
.sections section.sticky_section .sctiky_element img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid var(--border-color);
}
section.sticky_section .sctiky_element iframe, .sections section.sticky_section .sctiky_element iframe {
  aspect-ratio: 16/9;
}
section.sticky_section .sctiky_element.display_mobile, .sections section.sticky_section .sctiky_element.display_mobile {
  height: 200px !important;
  border-top: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
section.sticky_section .sctiky_element .info_split_image, .sections section.sticky_section .sctiky_element .info_split_image {
  width: 100%;
}
section.sticky_section .sctiky_element .info_split_image .item_image, .sections section.sticky_section .sctiky_element .info_split_image .item_image {
  background-size: cover;
  flex: 1 0 0;
  align-self: stretch;
  border-bottom: 2px solid var(--color-secondary, #1A1A20);
  height: 300px;
}
section.sticky_section .sctiky_element .info_split_image .item_info, .sections section.sticky_section .sctiky_element .info_split_image .item_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
section.sticky_section .sctiky_element .info_split_image .item_info .item_info_container, .sections section.sticky_section .sctiky_element .info_split_image .item_info .item_info_container {
  display: flex;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-bottom: 2px solid var(--color-secondary, #1A1A20);
}
section.sticky_section .sctiky_element .info_split_image .item_info .item_info_container .item_info_text, .sections section.sticky_section .sctiky_element .info_split_image .item_info .item_info_container .item_info_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}

.narrow_section {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.narrow_section .narrow_container {
  border: 2px solid var(--border-color);
  border-top: none;
}

.faq {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
.faq h3 {
  padding: 32px 16px;
}
.faq #accordion {
  box-sizing: border-box;
}
.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;
  border-left: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}
.faq #accordion .accordion_content:last-child {
  border-bottom: 2px solid var(--border-color);
}
.faq #accordion .accordion_content .reponse {
  max-width: 720px;
}
.faq #accordion .active {
  max-height: 9999px;
  padding-bottom: 32px;
}
.faq #accordion h5 {
  border: 2px solid var(--border-color);
  border-bottom: none;
  padding: 32px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq #accordion h5:first-child {
  border-top: none;
}
.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);
}

#faq_container {
  border: solid 2px var(--border-color);
  border-top: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
#faq_container .messagebox {
  width: 100%;
  max-width: 720px;
}
#faq_container .messagebox .page_fixe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#faq_container .messagebox .page_fixe h1 {
  text-align: center;
}

.ariane_container {
  display: grid;
  grid-area: ariane;
  direction: ltr;
  width: 100%;
}
.ariane_container .ariane {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: var(--bg-main-light);
  border-bottom: 2px solid var(--border-color);
  padding: 0 8px;
  gap: 2px;
  position: relative;
  z-index: 2;
  line-height: 12px;
}
.ariane_container .ariane .separator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ariane_container .ariane .separator:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: transparent;
  border-right: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  transform: rotate(-45deg);
}
.ariane_container .ariane a {
  padding: 16px 8px;
}

.gbtn {
  background-color: var(--bg-grey) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.gbtn:hover {
  box-shadow: none !important;
}

.sizes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
}

.ec_gallery {
  display: flex !important;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}
.ec_gallery .ec_product {
  height: 100%;
}
.ec_gallery .ec_product .part_element {
  background-color: var(--bg-main-light);
  grid-auto-rows: 1fr;
  border-bottom: 2px solid var(--border-color);
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.ec_gallery .ec_product .part_element .part_preview {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.ec_gallery .ec_product .part_element .part_preview img {
  max-width: 100%;
  max-height: 100%;
}
.ec_gallery .ec_product .part_element .part_preview .banner {
  background-color: var(--bg-danger);
  color: var(--txt-color-secondary);
  height: 44px;
  padding: 16px;
  font-weight: 600;
  font-family: var(--font-bold);
  width: 100%;
  display: grid;
  position: absolute;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 32px 1fr 32px;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.ec_gallery .ec_product .part_element .infos {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex: 1 auto;
}
.ec_gallery .ec_product .part_element .infos .infos_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ec_gallery .ec_product .part_element .infos .infos_top .name, .ec_gallery .ec_product .part_element .infos .infos_top .price {
  font-weight: bold;
  font-size: 14px;
  color: var(--txt-color-main);
  font-family: var(--font-bold);
}

@media only screen and (min-width: 1120px) {
  .ec_gallery {
    display: grid !important;
    width: 83.3%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, minmax(0, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .ec_gallery .ec_product {
    border-right: 2px solid var(--border-color);
  }
  .ec_gallery .ec_product .part_element .part_preview {
    flex: 1 auto;
  }
  .ec_gallery .ec_product:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .ec_gallery .ec_product:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .ec_gallery .ec_product:nth-of-type(3) {
    grid-area: 1/3/2/4;
  }
  .ec_gallery .ec_product:nth-of-type(4) {
    grid-area: 2/1/3/2;
  }
  .ec_gallery .ec_product:nth-of-type(5) {
    grid-area: 2/2/3/3;
  }
  .ec_gallery .ec_product:nth-of-type(6) {
    grid-area: 2/3/3/4;
  }
  .ec_gallery .ec_product:nth-of-type(7) {
    grid-area: 3/1/4/2;
  }
  .ec_gallery .ec_product:nth-of-type(8) {
    grid-area: 3/2/4/3;
  }
  .ec_gallery .ec_product:nth-of-type(9) {
    grid-area: 3/3/4/4;
  }
  .ec_gallery .ec_product:nth-of-type(10) {
    grid-area: 4/1/5/2;
  }
  .ec_gallery .ec_product:nth-of-type(11) {
    grid-area: 4/2/5/3;
  }
  .ec_gallery .ec_product:nth-of-type(12) {
    grid-area: 4/3/5/4;
  }
  .ec_gallery .ec_product:nth-of-type(13) {
    grid-area: 5/1/6/3;
    border-bottom: none !important;
  }
  .ec_gallery .ec_product:nth-of-type(14) {
    grid-area: 5/3/6/4;
  }
  .ec_gallery .ec_product:nth-of-type(14) .part_element {
    border-bottom: none;
  }
}
.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;
}
.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;
}
.gall_liste .part_element .part_preview .model-viewer-list,
.gall_liste .part_element .part_preview model-viewer {
  width: 100%;
  height: 100%;
}
.gall_liste .part_element .part_preview img {
  max-width: 100%;
  max-height: 100%;
}
.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;
}
.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);
}
.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;
}
.gall_liste .part_element .part_background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #365086;
}
.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;
}
.gall_liste .part_element .votebtn svg {
  width: 100%;
  height: auto;
}
.gall_liste .elm:last-child .part_element {
  border-right: 2px solid var(--border-color);
  offset: 2px;
}

#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) {
  header {
    position: relative;
    height: var(--headerHeight);
    background-color: var(--bg-main-light);
    border: solid 2px var(--border-color);
    border-bottom: 4px solid 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;
    width: 360px;
  }
  footer {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 24px 84px;
  }
  .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;
  }
  section.article_section .article_section_item_paragraph {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .section_item_product_content {
    border-left: 2px solid var(--border-color);
  }
  .section_item_product {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "section_item_product_img section_item_product_img section_item_product_content";
  }
  .section_item_product .section_item_product_img {
    border-bottom: none;
    align-content: flex-start;
    align-items: flex-start;
    background-color: #000;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: sticky;
    top: 0;
    width: 100%;
  }
  .section_item_product:first-child() {
    display: none;
    border-bottom: solid 2px var(--border-color);
  }
  .section_item_product:last-child() {
    display: none;
    border-bottom: solid 2px var(--border-color);
  }
  .section_item_product:nth-child(odd) {
    grid-template-areas: "section_item_product_content section_item_product_img section_item_product_img";
  }
  .section_item_product:nth-child(odd) .section_item_product_content {
    border-right: 2px solid var(--border-color);
  }
  .section_item_product_right_align {
    grid-template-areas: "section_item_product_img section_item_product_img section_item_product_content" !important;
    border-left: 2px solid var(--border-color);
  }
  .section_item_product_right_align .section_item_product_img {
    background-color: transparent;
    gap: 0;
    display: grid;
  }
  .section_item_product_right_align .section_item_product_img.two_pics {
    height: 100vh;
  }
  .section_item_product_right_align .section_item_product_img.two_pics a:first-child {
    height: 50vh;
  }
  .section_item_product_right_align .section_item_product_img.three_pics {
    height: 100vh;
  }
  .section_item_product_right_align .section_item_product_img.three_pics a:first-child {
    height: 100vh;
  }
  .section_item_product_right_align .section_item_product_img.four_pics {
    height: 100vh;
  }
  .section_item_product_right_align .section_item_product_img.four_pics a:first-child {
    height: 50vh;
    border-right: none;
    border-bottom: 2px solid var(--border-color);
  }
  .section_item_product_right_align .section_item_product_img.four_pics a:nth-child(2) {
    height: 50vh;
  }
  .section_item_product_right_align .section_item_product_img.four_pics a:nth-child(3) {
    border-right: none;
  }
  .section_item_product_right_align .section_item_product_img.four_pics a:nth-child(4) {
    border-right: none;
  }
  section.block_section {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "block_column block_wide block_wide" "block_column block_wide block_wide";
  }
  section.block_section .block_column .block_column_title {
    display: block;
  }
  section.block_section .block_column .block_inner {
    padding: 1.5rem 3rem;
  }
  section.block_section .block_title {
    display: none;
  }
  section.block_section .block_wide {
    border-bottom: none;
  }
  section.block_section .block_wide .block_wide_img {
    height: 100%;
  }
  section.block_section .block_wide .bloc_wide_content {
    position: absolute;
    bottom: 0;
  }
  section.block_section .block_wide .bloc_wide_content .block_wide_title {
    padding: 1.5rem;
  }
  section.block_section:nth-child(odd) {
    grid-template-areas: "block_wide block_wide block_column" "block_wide block_wide block_column";
  }
  section.block_section:nth-child(odd) .block_column {
    border-left: 2px solid var(--border-color);
  }
  section.block_section:nth-child(even) .block_column {
    border-right: 2px solid var(--border-color);
  }
  .sections section:first-child .block_column {
    min-height: 500px;
  }
  .sections section:nth-child(odd) {
    grid-template-areas: "block_wide block_wide block_column" "block_wide block_wide block_column";
  }
  .sections section:nth-child(odd) .block_column {
    border-left: 2px solid var(--border-color);
  }
  .sections section:nth-child(even) .block_column {
    border-right: 2px solid var(--border-color);
  }
  section.section_b {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    border-top: none;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  section.section_b .section_b_inner {
    border-left: solid 2px var(--border-color);
    border-right: solid 2px var(--border-color);
    padding: 40px 120px;
    max-width: 83.3%;
  }
  section.section_b .section_b_inner.no_padding {
    padding: 40px;
  }
  section.section_b .section_b_inner.mobile_column {
    justify-content: center;
    align-items: center;
  }
  section.section_b .section_b_inner.mobile_column .column_1 {
    width: 20%;
    height: auto;
  }
  section.section_b .section_b_inner.mobile_column .column_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  section.section_b .section_b_inner.mobile_column .column_2 h2, section.section_b .section_b_inner.mobile_column .column_2 p {
    text-align: center;
  }
  section.section_b .section_b_block_inner {
    display: flex;
    flex-direction: row;
    max-width: 83.3%;
    border-left: solid 2px var(--border-color);
  }
  section.section_b .section_b_block_inner .section_b_block {
    padding: 40px;
    border: none;
    border-right: solid 2px var(--border-color);
    flex: 33%;
    justify-content: flex-start;
  }
  section.section_b .section_b_block_inner_sideBySide {
    max-width: 83.3%;
    border-left: solid 2px var(--border-color);
    border-right: solid 2px var(--border-color);
    grid-template-columns: 60% 1fr;
  }
  section.section_b .section_b_block_inner_sideBySide .section_b_block_inner_sideBySide_img {
    border: none;
  }
  section.section_b .section_b_block_inner_sideBySide .section_b_block_inner_sideBySide_img.hide_mobile {
    display: block;
  }
  section.section_b .section_b_block_inner_sideBySide div:first-child {
    border-right: solid 2px var(--border-color);
  }
  section.section_b .section_b_block_inner_sideBySide .padding_y {
    padding: 80px 24px;
  }
  section.section_b .section_b_block_inner_sideBySide.reverse {
    grid-template-columns: 1fr 60%;
  }
  section.section_b .section_b_block_inner_sideBySide.reverse .section_b_block {
    order: 1;
  }
  section.section_b .section_b_block_inner_sideBySide.reverse .section_b_block_inner_sideBySide_img {
    border: none;
    border-left: solid 2px var(--border-color);
    order: 2;
  }
  section.section_b .section_b_block_inner_sideBySide.reverse .section_b_block_inner_sideBySide_img.hide_mobile {
    display: block;
  }
  section.section_b .section_b_block_inner_sideBySide.divide-50 {
    grid-template-columns: 50% 1fr;
  }
  section.section_b .info_split_image {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    width: 83.3%;
  }
  section.section_b .info_split_image .item_image {
    height: unset;
    border-right: 2px solid var(--border-color);
    border-bottom: none;
  }
  section.section_b .info_split_image .item_info {
    border-right: 2px solid var(--border-color);
  }
  section.section_b .info_split_image .item_info .item_info_container {
    padding: 40px;
  }
  .section_grid.grid_mobile_slider {
    display: grid !important;
    flex-direction: inherit !important;
    overflow-y: auto !important;
    scroll-snap-type: inherit !important;
  }
  .section_grid.grid_mobile_slider .card_with_preview {
    min-width: auto !important;
  }
  .section_grid.grid_mobile_slider .card_with_preview .inner {
    justify-content: space-between;
    height: -webkit-fill-available;
    max-height: 420px;
  }
  .section_grid.grid_mobile_slider .card_with_preview .inner p {
    max-height: 182px;
    overflow-y: scroll;
  }
  .section_grid.grid_mobile_slider .card_with_preview .inner .preview {
    min-height: auto;
  }
  .section_grid.col-l-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_grid.col-l-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_grid.col-l-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .section_grid.col-l-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .section_grid.col-l-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .section_grid.col-l-2 .card_with_preview:nth-child(odd):nth-last-child(1) {
    grid-column: span 2;
  }
  .sections section.sticky_section,
  section.sticky_section {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "sticky_wide sticky_wide sticky_column";
    /*
    .sctiky_element{
        position: sticky;
        top: 25%;

    }
    */
  }
  .sections section.sticky_section.mobile_reverse,
  section.sticky_section.mobile_reverse {
    grid-template-areas: "sticky_wide sticky_wide sticky_column";
  }
  .sections section.sticky_section.mobile_reverse .sticky_wide,
  section.sticky_section.mobile_reverse .sticky_wide {
    border-top: none;
  }
  .sections section.sticky_section .sticky_wide,
  section.sticky_section .sticky_wide {
    align-content: flex-start;
    align-items: flex-start;
    background-color: #000;
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    height: 100%;
    max-height: 100vh;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: sticky;
    top: 0;
    width: 100%;
  }
  .sections section.sticky_section .sticky_wide .sticky_element,
  section.sticky_section .sticky_wide .sticky_element {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .sections section.sticky_section .sticky_wide .sticky_element iframe,
  .sections section.sticky_section .sticky_wide .sticky_element img,
  section.sticky_section .sticky_wide .sticky_element iframe,
  section.sticky_section .sticky_wide .sticky_element img {
    border-bottom: none;
  }
  .sections section.sticky_section .sticky_wide .sctiky_element.display_mobile,
  section.sticky_section .sticky_wide .sctiky_element.display_mobile {
    height: 100% !important;
    border-top: none;
    border-bottom: none;
  }
  .sections section.sticky_section .sticky_wide .sctiky_element.border_top,
  section.sticky_section .sticky_wide .sctiky_element.border_top {
    border-top: 2px solid var(--border-color);
  }
  .sections section.sticky_section .sticky_wide .sctiky_element .info_split_image,
  section.sticky_section .sticky_wide .sctiky_element .info_split_image {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
  }
  .sections section.sticky_section .sticky_wide .sctiky_element .info_split_image .item_image,
  section.sticky_section .sticky_wide .sctiky_element .info_split_image .item_image {
    height: unset;
    border-right: 2px solid var(--color-secondary, #1A1A20);
    border-bottom: none;
  }
  .sections section.sticky_section .sticky_wide .sctiky_element .info_split_image .item_info .item_info_container,
  section.sticky_section .sticky_wide .sctiky_element .info_split_image .item_info .item_info_container {
    padding: 40px;
  }
  .sections section.sticky_section .sticky_ariane_mobile,
  section.sticky_section .sticky_ariane_mobile {
    display: none;
  }
  .sections section.sticky_section .sticky_wide,
  section.sticky_section .sticky_wide {
    overflow: hidden;
    border-right: 2px solid var(--border-color);
  }
  .sections section.sticky_section .sticky_column .sticky_ariane_desktop,
  section.sticky_section .sticky_column .sticky_ariane_desktop {
    display: block;
  }
  .sections section.sticky_section .sticky_column .sticky_item,
  section.sticky_section .sticky_column .sticky_item {
    padding: 2rem;
  }
  .narrow_section {
    gap: 80px;
    border: 2px solid var(--border-color);
    border-top: none;
    padding: 80px 1rem;
  }
  .narrow_section .narrow_container {
    border: 2px solid var(--border-color);
  }
}
@media only screen and (min-width: 1120px) and (min-width: 1700px) {
  .sticky_section_fixed_height {
    height: 80vh;
  }
}
@media only screen and (min-width: 1120px) {
  .searchResult_ctee,
  .searchResult_product {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #searchModal .modalSearchFilters,
  .searchPage .modalSearchFilters {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #searchModal .modalSearchFilters .toggleChoice,
  .searchPage .modalSearchFilters .toggleChoice {
    margin: 0;
  }
  #searchModal {
    gap: 0rem;
    padding: 0;
  }
  #searchModal[open] {
    flex-direction: column;
  }
  #searchModal .modalMenus {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 1rem;
    padding-bottom: 0.8rem;
  }
  #searchModal .searchInput {
    padding-right: 70px;
    margin-top: 1rem;
    margin-bottom: 0rem;
    width: 100%;
  }
  #searchModal .searchResult_ctee,
  #searchModal .searchResult_articles,
  #searchModal .searchResult_product {
    margin: 0;
    height: calc(100vh - 135px);
    border-top: 2px solid var(--border-color);
  }
  #searchModal .searchResult_product .search_block_item_info_title h4 {
    max-width: auto;
  }
  #searchModal .searchResult_product .search_block_item_info_title .search_block_item_reference {
    flex-direction: row;
  }
  #searchModal .searchResult_product .search_block_item_info_title .search_block_item_reference span:first-child:after {
    content: "-";
  }
  #searchModal .searchResult_product .search_block_item_info_title .search_block_item_reference span:last-child {
    max-width: auto;
  }
}/*# sourceMappingURL=caminotv.css.map */