@charset "UTF-8";
@font-face {
  font-family: "IDGrotesk";
  font-weight: 400;
  src: url(./fonts/IDGrotesk/IDGrotesk-Regular-BF652cb1b4787d7.woff) format("woff"), url(./fonts/IDGrotesk/IDGrotesk-Regular-BF652cb1b4787d7.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "IDGrotesk";
  font-weight: 300;
  src: url(./fonts/IDGrotesk/IDGrotesk-Light-BF652cb1b459bdf.woff) format("woff"), url(./fonts/IDGrotesk/IDGrotesk-Light-BF652cb1b459bdf.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "IDGrotesk";
  font-weight: 700;
  src: url(./fonts/IDGrotesk/IDGrotesk-Bold-BF652cb1b4740d2.woff) format("woff"), url(./fonts/IDGrotesk/IDGrotesk-Bold-BF652cb1b4740d2.ttf) format("ttf");
  font-display: swap;
}
.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.fs-h0 {
  font-size: 62px !important;
}
@media (max-width: 900px) {
  .fs-h0 {
    font-size: 38px !important;
  }
}

.fs-h01 {
  font-size: 42px !important;
}
@media (max-width: 900px) {
  .fs-h01 {
    font-size: 28px !important;
  }
}

.fs-h1 {
  font-size: 32px !important;
}
@media (max-width: 900px) {
  .fs-h1 {
    font-size: 18px !important;
  }
}

.fs-h2 {
  font-size: 24px !important;
}

.fs-h3 {
  font-size: 18px !important;
}
@media (max-width: 900px) {
  .fs-h3 {
    font-size: 16px !important;
  }
}

.fs-h4 {
  font-size: 13px !important;
}

.fs-p {
  font-size: 11px !important;
}

.fs-c {
  font-size: 8px !important;
}

:root {
  --landing-opt-purple: #744FE0;
  --landing-opt-light-purple: #DBD3F9;
  --landing-opt-black: #091440;
  --landing-opt-white: #FFFFFF;
  --landing-opt-true-black: #151515;
  --landing-opt-true-black-opac: 21, 21, 21;
  --landing-opt-lighter-grey: #FBFBFB;
  --landing-opt-light-grey: #F7F7F8;
  --landing-opt-soft-grey: #EAEBEE;
  --landing-opt-soft-grey-opac: 234, 235, 238;
  --landing-opt-softer-grey: #E7E8EA;
  --landing-opt-dark-grey: #ADB0B5;
  --landing-opt-darker-grey: #8A8E95;
  --landing-opt-special-grey: #dedfe3;
  --landing-opt-green: #61A770;
  --landing-opt-light-green: #CDE7D3;
  --landing-opt-orange: #DD9D70;
  --landing-opt-light-orange: #FEE2CE;
  --landing-opt-blue: #69A0D0;
  --landing-opt-light-blue: #CEE8FE;
  --landing-opt-yellow: #E2BF00;
  --landing-opt-light-yellow: #FCF7D3;
  --landing-opt-red: #DF5353;
  --landing-opt-light-red: #EFA8A8;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
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;
}

* {
  font-family: "IDGrotesk", "Aptos Display";
  font-weight: 400;
  line-height: 1;
}

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
html {
  height: 100%;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

body {
  background-color: var(--landing-opt-soft-grey);
  height: 100%;
  scroll-behavior: smooth;
  color: var(--landing-opt-black);
}
body main {
  margin-left: 0;
  scroll-behavior: smooth;
}
body #app {
  height: 100%;
}
body h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body p {
  color: var(--landing-opt-darker-grey);
  font-size: 11px;
  line-height: 1.2;
}
body pre {
  font-size: 11px;
  display: block;
  width: 100%;
  text-align: left;
  white-space: break-spaces;
  margin: 0;
  line-height: 1.2;
}

label,
input {
  line-height: 1;
}

textarea, input {
  background-color: var(--landing-opt-white);
  color: var(--landing-opt-black);
}

input:focus {
  outline: none;
}

input, textarea, select {
  position: relative;
}
input.val-updated, textarea.val-updated, select.val-updated {
  z-index: 1;
  animation: fadeBorder 0.75s ease-out forwards;
}

@keyframes fadeBorder {
  0% {
    box-shadow: 0 0 4px 2px rgb(140, 216, 166); /* Bordure verte initiale */
  }
  100% {
    box-shadow: 0 0 4px 2px rgba(140, 216, 166, 0); /* Fait disparaître le dégradé */
  }
}
.app-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hidden {
  overflow: hidden;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
a:hover {
  color: var(--landing-opt-purple);
}

.header {
  position: relative;
  background-color: var(--landing-opt-light-grey);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 35px 5px 35px;
  margin-left: 0;
}
.header .navLeft {
  width: 235px;
}
.header .logo {
  width: 153px;
  height: 32px;
  cursor: pointer;
  fill: var(--landing-opt-black);
}
.header .logo svg {
  width: 100%;
  height: 100%;
}
.header p {
  color: var(--landing-opt-white);
}

main {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  padding: 25px 25px;
  gap: 3px;
  background-color: var(--landing-opt-soft-grey);
  color: var(--landing-opt-black);
  height: 85.8vh;
  height: calc(100% - 110px);
}
@media (max-width: 900px) {
  main {
    padding: 5px 5px;
    height: calc(100% - 125px);
  }
}
main.main-col {
  flex-direction: column;
}
main .col {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .col.prod {
  padding-bottom: 0;
}
main .col.retractable {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--landing-opt-soft-grey);
  padding: 25px 35px;
  width: calc(33.85vw - 70px);
  overflow: visible;
  border-left: 3px solid var(--landing-opt-light-grey);
  height: calc(100% - 50px);
  transition: all 0.2s;
}
main .col.retractable.retracted {
  transform: translateX(95%);
}

.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin-bottom: 3px;
}
.title.tmain {
  padding: 5px 0;
  font-size: 24px;
  color: var(--landing-opt-darker-grey);
  text-transform: uppercase;
  font-weight: 700;
}
.title.cadre {
  background-color: var(--landing-opt-light-grey);
  padding: 11px 20px 9px 20px;
}
.title.cadre > span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.breadcrumb {
  font-size: 14px;
  color: var(--landing-opt-darker-grey);
  margin-bottom: 5px;
}

.cont-btn span.separator {
  color: var(--landing-opt-dark-grey);
}
.cont-btn.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--landing-opt-white);
  padding: 18px;
  width: calc(100% - 36px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cont-btn.bottom .info {
  font-size: 12px;
  color: var(--landing-opt-darker-grey);
  width: 100%;
}
.cont-btn.color {
  display: flex;
  align-items: center;
}
.cont-btn.color .data {
  margin-left: 5px;
  display: block;
  height: 16px;
  width: 25px;
  float: right;
}
.cont-btn .line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.cont-btn .line.info {
  font-size: 10px;
  text-align: right;
  margin-bottom: 10px;
}

.tag {
  width: calc(100% - 20px);
  border-radius: 5px;
  border: 1px solid var(--landing-opt-darker-grey);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 195px;
  padding: 0 10px;
}
.tag.review {
  max-width: unset;
  border: 0;
}
.tag .label {
  color: var(--landing-opt-darker-grey);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag.pending {
  border-color: var(--landing-opt-blue);
  background-color: var(--landing-opt-light-blue);
}
.tag.pending .label {
  color: var(--landing-opt-blue);
}
.tag.loading {
  border-color: var(--landing-opt-blue);
  background-color: var(--landing-opt-light-blue);
}
.tag.loading .label {
  color: var(--landing-opt-blue);
}
.tag.archived, .tag.active {
  border-color: var(--landing-opt-green);
  background-color: var(--landing-opt-light-green);
}
.tag.archived .label, .tag.active .label {
  color: var(--landing-opt-green);
}
.tag.approved {
  border-color: var(--landing-opt-green);
  background-color: var(--landing-opt-light-green);
}
.tag.approved .label {
  color: var(--landing-opt-green);
}

.input {
  position: relative;
  width: 52%;
}
.input.wicon form {
  position: relative;
  width: 100%;
}
.input.wicon form input {
  width: calc(100% - 50px);
  padding: 10px 20px;
  padding-left: 30px;
  border: 0;
  margin: 0;
  font-size: 10px;
  color: var(--landing-opt-black);
  background-color: var(--landing-opt-white);
}
.input.wicon form input::-moz-placeholder {
  color: var(--landing-opt-black);
  font-weight: 200;
  text-transform: uppercase;
}
.input.wicon form input::placeholder {
  color: var(--landing-opt-black);
  font-weight: 200;
  text-transform: uppercase;
}
.input.wicon form input:focus {
  outline: none;
}
.input.wicon form .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.input.wicon form .icon svg {
  width: 0.72vw;
  height: 0.72vw;
}
.input.wicon form.add .icon svg {
  width: 0.86vw;
  height: 0.86vw;
}
.input.wicon form.search .icon svg {
  width: 0.86vw;
  height: 0.86vw;
}

.cont-folder-feedback {
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15px);
  height: -webkit-fill-available;
  margin-top: 0;
  padding: 0 15px 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

.elem-form {
  display: flex;
  flex-direction: column;
}
.elem-form.displaynone {
  display: none !important;
}
.elem-form.semi {
  max-width: calc(50% - 5px);
}
.elem-form.quarter {
  width: 75%;
}
.elem-form.quart {
  max-width: 40%;
}
.elem-form.nowidth {
  width: unset;
}
.elem-form.cont-btn {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  gap: 10px;
}
.elem-form.wline {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--landing-opt-light-grey);
}
.elem-form.wline label {
  font-weight: 600;
}
.elem-form.wline.maxheight {
  overflow-y: auto;
  max-height: 30vh;
}
.elem-form.wnoline {
  padding-top: 30px;
  padding-bottom: 30px;
}
.elem-form.wnoline label {
  font-weight: 600;
}
.elem-form .error {
  height: 0;
  opacity: 0;
  transition: all 0.2s;
  color: var(--landing-opt-red);
  font-size: 10px;
  margin-top: 0;
}
.elem-form .error.visible {
  margin-top: 5px;
  height: auto;
  opacity: 1;
}
.elem-form label {
  font-size: 12px;
  color: var(--landing-opt-darker-grey);
  margin-bottom: 10px;
  font-weight: 300;
}
.elem-form input[type=text] {
  font-size: 12px;
  background-color: var(--landing-opt-light-grey);
  border: none;
  padding: 10px 20px;
}
.elem-form input:focus {
  outline: none;
}
.elem-form textarea {
  font-size: 12px;
  background-color: var(--landing-opt-light-grey);
  border: none;
  padding: 10px 20px;
  resize: vertical;
}
.elem-form textarea:focus {
  outline: none;
}
.elem-form .emplacement {
  padding: 10px 22px;
  background-color: var(--landing-opt-light-grey);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.elem-form .emplacement label {
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  display: block;
  width: 100%;
}
.elem-form .emplacement:has(> input[type=radio]:checked) {
  background-color: var(--landing-opt-purple);
}
.elem-form .emplacement:has(> input[type=radio]:checked) label {
  color: var(--landing-opt-white);
}
.elem-form .sub-emplacement {
  padding: 10px 22px;
  background-color: var(--landing-opt-light-grey);
  margin-left: 20px;
  margin-top: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.elem-form .sub-emplacement label {
  cursor: pointer;
  margin: 0;
  font-size: 14px;
  display: block;
  width: 100%;
}
.elem-form .sub-emplacement:has(> input[type=radio]:checked) {
  background-color: var(--landing-opt-purple);
}
.elem-form .sub-emplacement:has(> input[type=radio]:checked) label {
  color: var(--landing-opt-white);
}
.elem-form .sub-sub-emplacement {
  margin-left: 50px;
}
.elem-form .sub-sub-emplacement > div {
  margin-top: 10px;
  font-size: 12px;
}
.elem-form .sub-sub-emplacement > div:last-child {
  margin-bottom: 10px;
}
.elem-form.picture img {
  width: 7.8125vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.elem-form.picture img:hover {
  cursor: pointer;
}
.elem-form.picture .cont-btn {
  display: flex;
  margin-top: 3px;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}
.elem-form.picture .cont-btn .trash {
  position: relative;
  padding: 0;
  width: 22px;
  aspect-ratio: 1/1;
  background-color: var(--landing-opt-light-grey);
  fill: var(--landing-opt-darker-grey);
}
.elem-form.picture .cont-btn .trash svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.488vw;
  height: 0.555vw;
}
.elem-form.picture .cont-btn .trash:hover {
  background-color: var(--landing-opt-light-purple);
  fill: var(--landing-opt-white);
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-wrapper:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}
.tooltip-wrapper span {
  line-height: 1.2;
}
.tooltip-wrapper span .main {
  font-size: 10px;
}
.tooltip-wrapper span .sub {
  font-size: 8px;
}
.tooltip-wrapper .tooltip__text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 1s;
  color: var(--landing-opt-darker-grey) !important;
  text-align: center;
  text-align: left;
  padding: 5px 10px;
  white-space: nowrap;
  background: #e4e5e7;
  position: absolute;
  z-index: 1;
}
.tooltip-wrapper .tooltip__text.tooltip--top {
  inset-block-end: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-wrapper .tooltip__text.tooltip--top::after {
  inset-block-start: 100%;
  inset-inline-start: 50%;
  border-color: #e4e5e7 transparent transparent transparent;
}
.tooltip-wrapper .tooltip__text.tooltip--bottom {
  inset-block-start: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-wrapper .tooltip__text.tooltip--bottom::after {
  inset-block-end: 100%;
  inset-inline-start: 50%;
  border-color: transparent transparent #e4e5e7 transparent;
}
.tooltip-wrapper .tooltip__text.tooltip--left {
  inset-block-end: 0%;
  inset-inline-end: 110%;
}
.tooltip-wrapper .tooltip__text.tooltip--left::after {
  inset-block-start: 50%;
  inset-inline-start: 100%;
  border-color: transparent transparent transparent #e4e5e7;
}
.tooltip-wrapper .tooltip__text.tooltip--right {
  inset-block-end: 0%;
  inset-inline-start: 110%;
}
.tooltip-wrapper .tooltip__text.tooltip--right::after {
  inset-block-start: 50%;
  inset-inline-end: 100%;
  border-color: transparent #e4e5e7 transparent transparent;
}
.tooltip-wrapper .tooltip__text.tooltip__text::after {
  content: " ";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}

:slotted(*):focus + .tooltip__text {
  visibility: visible;
  opacity: 1;
}

.tri {
  position: relative;
  padding: 6px 6px 6px 20px;
  background-color: var(--landing-opt-white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--landing-opt-darker-grey);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.tri .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}
.tri .left .picto {
  position: relative;
  fill: var(--landing-opt-darker-grey);
  width: 11px;
  height: 6px;
  transition: all 0.3s;
}
.tri .left .picto.open {
  transform: rotate(180deg);
}
.tri .right {
  width: 100px;
  height: 24px;
  background-color: var(--landing-opt-soft-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tri .clickout {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.tri .selection {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 20px);
  transform: translateY(3px);
  padding: 10px;
  background-color: var(--landing-opt-white);
  z-index: 110;
}
.tri .selection .elem-select {
  padding: 4px;
  background-color: var(--landing-opt-soft-grey);
  margin-bottom: 3px;
  cursor: pointer;
}
.tri .selection .elem-select:last-child {
  margin-bottom: 0;
}
.tri .selection .elem-select:hover {
  background-color: var(--landing-opt-purple);
  color: var(--landing-opt-white);
}
.tri .selection .elem-select.selected {
  background-color: var(--landing-opt-light-purple);
  color: var(--landing-opt-white);
}

.elem-notif {
  position: relative;
  margin-bottom: 10px;
}
.elem-notif.group {
  margin-bottom: 20px;
}
.elem-notif .inner-notif {
  padding: 9px 17px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: var(--landing-opt-light-grey);
  gap: 9px;
}
.elem-notif .inner-notif .number {
  position: absolute;
  top: 25px;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--landing-opt-purple);
  color: var(--landing-opt-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.elem-notif .inner-notif .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-grow: 1;
  gap: 7px;
}
.elem-notif .inner-notif .left .inner-left {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--landing-opt-white);
  gap: 10px;
}
.elem-notif .inner-notif .left .inner-left .project-tag {
  height: 30px;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: var(--landing-opt-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-opt-white);
}
.elem-notif .inner-notif .left .inner-left .number-notif {
  height: 20px;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: var(--landing-opt-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-opt-white);
  border-radius: 50%;
  font-size: 10px;
}
.elem-notif .inner-notif .left .inner-right {
  padding: 6px 9px 8px 9px;
  background-color: var(--landing-opt-white);
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 16px;
}
.elem-notif .inner-notif .left .inner-right .inside {
  pointer-events: none;
  width: 100%;
}
.elem-notif .inner-notif .left .inner-right .inside label {
  color: var(--landing-opt-black);
  color: var(--landing-opt-darker-grey);
  font-size: 12px;
  line-height: 1.2;
  display: block;
  display: flex;
  flex-direction: column;
}
.elem-notif .inner-notif .left .inner-right .inside label b {
  font-weight: 700;
}
.elem-notif .inner-notif .left .inner-right .inside label.project {
  font-weight: 700;
  font-size: 16px;
}
.elem-notif .inner-notif .left .inner-right .inside label .content-notif {
  flex-wrap: wrap;
}
.elem-notif .inner-notif .left .inner-right .inside label .content-notif span {
  font-size: 12px;
}
.elem-notif .inner-notif .left .inner-right .inside label .content-notif span.format-name {
  color: inherit;
  display: inline-block;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  transition: all 0.2s;
  cursor: help;
}
.elem-notif .inner-notif .left .inner-right .inside label .content-notif span.format-name:hover {
  color: var(--landing-opt-light-purple);
}
.elem-notif .inner-notif .left .inner-right .inside span {
  font-size: 10px;
  color: var(--landing-opt-purple);
}
.elem-notif .inner-notif .right {
  position: relative;
  height: 30px;
  width: 30px;
  background-color: var(--landing-opt-white);
  transition: all 0.2s;
  cursor: pointer;
}
.elem-notif .inner-notif .right.open {
  background-color: var(--landing-opt-soft-grey);
}
.elem-notif .inner-notif .right:hover {
  background-color: var(--landing-opt-light-purple);
}
.elem-notif .inner-notif .right:hover .picto {
  fill: var(--landing-opt-white);
}
.elem-notif .inner-notif .right .picto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 4px;
  fill: var(--landing-opt-darker-grey);
  transition: all 0.2s;
  pointer-events: none;
}
.elem-notif .inner-notif .right .picto svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.elem-notif .inner-notif .right .picto.open.chevron {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.elem-notif .inner-notif .right .panel-option {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 100%;
  transform: translateX(-3px);
  background-color: var(--landing-opt-white);
  background-color: var(--landing-opt-soft-grey);
  display: flex;
  flex-direction: column;
  border: 1px solid var(--landing-opt-white);
}
.elem-notif .inner-notif .right .panel-option .option {
  white-space: nowrap;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
}
.elem-notif .inner-notif .right .panel-option .option:hover {
  background-color: var(--landing-opt-light-purple);
  color: var(--landing-opt-white);
}
.elem-notif .expand-notif {
  padding-left: 20px;
  margin-top: 3px;
  height: 0;
  overflow: hidden;
}
.elem-notif .expand-notif.open {
  height: auto;
}
.elem-notif .expand-notif .elem-notif {
  margin-bottom: 2px;
}
.elem-notif .expand-notif .elem-notif:last-child {
  margin-block: 0;
}
.elem-notif .expand-notif .elem-notif.active::before {
  transform: translateY(-50%) translateX(-200%);
}
.elem-notif.active::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  height: 8px;
  width: 8px;
  background-color: var(--landing-opt-purple);
  border-radius: 50%;
}
.elem-notif.active .inner-notif .left .inner-right .inside label {
  color: var(--landing-opt-black);
}
.elem-notif.activegroup .inner-notif .left .inner-right .inside label.project {
  color: var(--landing-opt-black);
}
.elem-notif.reverse .inner-notif {
  flex-direction: row-reverse;
}
.elem-notif .elem-notif .inner-notif .left .inner-right {
  max-width: 385px;
}

.cadre.upper {
  text-transform: uppercase;
}
.cadre.big {
  padding: 11px 10px 9px 10px;
}
.cadre.greybg {
  background-color: var(--landing-opt-soft-grey);
}
.cadre.lightgreybg {
  background-color: var(--landing-opt-light-grey);
}
.cadre.pinkbg {
  background-color: var(--landing-opt-purple);
  color: var(--landing-opt-white);
}
.cadre.whitebg {
  background-color: var(--landing-opt-white);
}

.content-alert {
  transition: all 0.3s;
}
.content-alert .title {
  position: relative;
  background-color: var(--landing-opt-soft-grey);
  padding: 5px 10px;
  padding-right: 30px;
  color: var(--landing-opt-darker-grey);
}
.content-alert .title .button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.content-alert .label {
  padding: 5px 10px;
  padding-bottom: 10px;
  color: var(--landing-opt-black);
  color: var(--landing-opt-darker-grey);
  font-size: 12px;
  line-height: 1.2;
  display: block;
  display: flex;
  flex-direction: column;
}
.content-alert .label .title-notif b {
  font-weight: 700;
}
.content-alert .label b {
  font-weight: 700;
}
.content-alert .label.project {
  font-weight: 700;
  font-size: 16px;
}
.content-alert .label .content-notif {
  flex-wrap: wrap;
}
.content-alert .label .content-notif span {
  font-size: 12px;
}
.content-alert .label .content-notif span.format-name {
  color: inherit;
  display: inline-block;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  transition: all 0.2s;
  cursor: help;
}
.content-alert .label .content-notif span.format-name:hover {
  color: var(--landing-opt-light-purple);
}

.tableau {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.tableau .tab-head {
  width: 100%;
  margin-bottom: 1px;
}
.tableau .tab-head .cont-line {
  border-radius: 3px;
}
.tableau .tab-head .cont-line .tab-line {
  background-color: var(--landing-opt-soft-grey);
}
.tableau .tab-head .cont-line .tab-line .tab-elem {
  display: flex;
  gap: 10px;
  height: 18px;
}
.tableau .tab-head .cont-line .tab-line .tab-elem .label {
  font-size: 8px;
  font-weight: bold;
  color: var(--landing-opt-black);
}
.tableau .tab-head .cont-line .tab-line .tab-elem .contsort {
  position: relative;
  height: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--landing-opt-white);
}
.tableau .tab-head .cont-line .tab-line .tab-elem .contsort .picto {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  fill: var(--landing-opt-black);
}
.tableau .tab-head .cont-line .tab-line .tab-elem.sorted.asc .contsort {
  transform: rotate(0);
}
.tableau .tab-head .cont-line .tab-line .tab-elem.sorted.desc .contsort {
  transform: rotate(180deg);
}
.tableau .tab-head .cont-line .tab-line .tab-elem:last-child {
  padding-right: 16px;
}
.tableau .tab-content {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  -webkit-clip-path: inset(0);
          clip-path: inset(0); /* Définit une zone de découpe */
  gap: 1px;
  min-height: 0;
  flex: 1;
}
.tableau .tab-content::-webkit-scrollbar {
  border-left: 1px solid var(--landing-opt-white);
  border-radius: 3px;
  width: 6px;
  height: 6px;
  background-color: var(--landing-opt-light-grey);
}
.tableau .tab-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.tableau .tab-content .cont-line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
  -webkit-clip-path: none;
          clip-path: none;
}
.tableau .tab-content .cont-line .tab-line {
  cursor: pointer;
}
.tableau .tab-content .cont-line .tab-line .icon {
  fill: var(--landing-opt-darker-grey);
  width: 15px;
}
.tableau .tab-content .cont-line .tab-line .cont-type-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.tableau .tab-content .cont-line .tab-line .label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tableau .tab-content .cont-line .tab-line .tab-elem.date .label, .tableau .tab-content .cont-line .tab-line .tab-elem.creationDate .label {
  background-color: var(--landing-opt-white);
  color: var(--landing-opt-darker-grey);
  height: 18px;
  padding: 0 16px;
  border-radius: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableau .tab-content .cont-line .tab-line .cont-select-status .label {
  font-size: 8px;
}
.tableau .tab-content .cont-line .tab-line.w-notif .tab-elem:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(0) translateY(-50%);
  background-color: var(--landing-opt-purple);
  height: 100%;
  width: 3px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid var(--landing-opt-white);
  -webkit-clip-path: none;
          clip-path: none;
}
.tableau .tab-content .cont-line .tab-line:hover {
  background-color: var(--landing-opt-light-purple);
}
.tableau .tab-content .cont-line .tab-line:hover .tab-elem.client .tag, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.brand .tag, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.type .tag {
  border-color: var(--landing-opt-black);
}
.tableau .tab-content .cont-line .tab-line:hover .tab-elem.client .tag .label, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.brand .tag .label, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.type .tag .label {
  color: var(--landing-opt-black);
}
.tableau .tab-content .cont-line .tab-line:hover .tab-elem.client .icon, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.brand .icon, .tableau .tab-content .cont-line .tab-line:hover .tab-elem.type .icon {
  fill: var(--landing-opt-black);
}
.tableau .tab-content .tab-line.inactive {
  height: 35px;
}
.tableau .tab-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--landing-opt-light-purple);
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableau .tab-content .overlay .picto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20%;
  fill: var(--landing-opt-purple);
  opacity: 0.3;
}
.tableau .cont-line {
  width: 100%;
}
.tableau .cont-line .tab-line {
  background-color: var(--landing-opt-light-grey);
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.tableau .cont-line .tab-line .tab-elem {
  position: relative;
  min-width: 0;
  flex: 1;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.tableau .cont-line .tab-line .tab-elem::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--landing-opt-white);
  position: absolute;
  top: 0;
  right: 0;
}
.tableau .cont-line .tab-line .tab-elem:last-child::after {
  display: none;
}
.tableau .cont-line .tab-line .tab-elem .label {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2;
}
.tableau .cont-line .tab-line .tab-elem.checkboxes {
  flex: 0.08;
}
.tableau .cont-line .tab-line .tab-elem.action {
  flex: 0.1;
}
.tableau .cont-line .tab-line .tab-elem.action .cont-action {
  display: flex;
  gap: 3px;
}
.tableau .cont-line .tab-line .tab-elem.action.solo {
  flex: 0.1;
}
.tableau.home-view .tab-content, .tableau.home .tab-content {
  max-height: 30vh;
}
.tableau.home-view .tab-content .tab-elem.name .label, .tableau.home-view .tab-content .tab-elem.sender .label, .tableau.home-view .tab-content .tab-elem.client-name .label, .tableau.home .tab-content .tab-elem.name .label, .tableau.home .tab-content .tab-elem.sender .label, .tableau.home .tab-content .tab-elem.client-name .label {
  flex: 1;
  min-width: 0;
  max-width: 14vw;
}
.tableau.home-view .tab-content .tab-elem.project .labelclient, .tableau.home .tab-content .tab-elem.project .labelclient {
  max-width: 3vw;
}
.tableau.dash-library .tab-elem.date {
  flex: 0.27;
}
.tableau.dash-library .tab-elem.action.solo {
  flex: 0.07 !important;
}
.tableau.dash-assets .tab-elem.description {
  display: none;
}
.tableau.dash-upload .tab-content {
  max-height: 20vh;
}
.tableau.reviewprojects-list .tab-elem.name {
  flex: 0.38;
}
.tableau.reviewprojects-list .tab-elem.status {
  flex: 0.12;
}
.tableau.reviewprojects-list .tab-elem.content {
  flex: 0.067;
}
.tableau.reviewprojects-list .tab-elem.client {
  flex: 0.128;
}
.tableau.reviewprojects-list .tab-elem.access {
  flex: 0.075;
}
.tableau.reviewprojects-list .tab-elem.type {
  flex: 0.075;
}
.tableau.reviewprojects-list .tab-elem.lastUpdate {
  flex: 0.1;
}
.tableau.reviewprojects-list .tab-line.hidden {
  margin-left: 40px;
  width: calc(100% - 40px);
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.name {
  flex: 0.364;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.status {
  flex: 0.1231;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.content {
  flex: 0.0685;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.client {
  flex: 0.132;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.access {
  flex: 0.076;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.type {
  flex: 0.077;
}
.tableau.reviewprojects-list .tab-line.hidden .tab-elem.lastUpdate {
  flex: 0.1;
}
.tableau.assets-table .tab-head .cont-line .tab-line {
  background-color: var(--landing-opt-light-grey);
}
.tableau.assets-table .tab-elem {
  height: 28px;
}
.tableau.assets-table .tab-elem.name {
  flex: 0.5;
}
.tableau.assets-table .tab-elem.type {
  flex: 0.4;
}
.tableau.assets-table .tab-elem.action {
  flex: 0.1;
}
.tableau.assets-table .tab-content {
  max-height: 176px;
  min-height: 176px;
  height: 176px;
  height: -webkit-fill-available;
  overflow: auto;
}
.tableau.assets-table .tab-content .cont-line .tab-line {
  background-color: var(--landing-opt-white);
}
.tableau.assets-table .tab-content .cont-line .tab-line:hover {
  background-color: var(--landing-opt-light-purple);
}
.tableau.assets-table .cont-line .tab-line .tab-elem {
  height: 28px;
}
.tableau.assets-table .cont-line .tab-line.inactive {
  height: 28px;
}
.tableau.assets-table.left-panel-brief .tab-head .cont-line .tab-line {
  background-color: var(--landing-opt-soft-grey);
}
.tableau.assets-table.left-panel-brief .tab-head .cont-line .tab-line .tab-elem {
  height: 28px;
}
.tableau.assets-table.left-panel-brief .tab-elem {
  height: 35px;
}
.tableau.assets-table.left-panel-brief .tab-elem.name {
  flex: 0.65;
}
.tableau.assets-table.left-panel-brief .tab-elem.type {
  flex: 0.25;
}
.tableau.assets-table.left-panel-brief .tab-elem.action {
  flex: 0.1;
}
.tableau.assets-table.left-panel-brief .tab-content {
  max-height: unset;
  height: 176px;
  height: -webkit-fill-available;
  max-height: 430px;
}
.tableau.assets-table.left-panel-brief .tab-content .cont-line .tab-line {
  background-color: var(--landing-opt-light-grey);
}
.tableau.assets-table.left-panel-brief .tab-content .cont-line .tab-line:hover {
  background-color: var(--landing-opt-light-purple);
}
.tableau.assets-table.left-panel-brief .cont-line .tab-line .tab-elem {
  height: 35px;
}
.tableau.assets-table.left-panel-brief .cont-line .tab-line .tab-elem .label {
  font-size: 11px !important;
}
.tableau.assets-table.left-panel-brief .cont-line .tab-line.inactive {
  height: 35px;
}

.block-content-list {
  padding: 10px 20px;
  background-color: var(--landing-opt-white);
}
.block-content-list.light-grey {
  background-color: var(--landing-opt-light-grey);
}

.top-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 35px;
}
.top-container .title-page {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-container .title-page .icon {
  width: 17px;
  fill: var(--landing-opt-dark-grey);
}

.cont-select-status {
  height: 18px !important;
  gap: unset !important;
}
.cont-select-status .icon {
  width: 8px !important;
}
.cont-select-status.full {
  width: 195px !important;
  height: 24px !important;
}
.cont-select-status.full .icon {
  width: 14px !important;
}
.cont-select-status.extrafull {
  width: 100% !important;
  height: 20px !important;
  gap: 10px !important;
}
.cont-select-status.extrafull .icon {
  width: 11px !important;
}

.cont-select-status {
  position: relative;
  max-width: 108px;
}
.cont-select-status.fullWidth {
  width: 100%;
  max-width: unset;
}
.cont-select-status.fullWidth .status-displayed {
  width: calc(100% - 12px);
}
.cont-select-status.masterview {
  border-radius: 0;
}
.cont-select-status.masterview .status-displayed {
  border-radius: 0;
  width: 100% !important;
  padding: 0;
  height: 20px;
  gap: 10px !important;
  justify-content: center;
}
.cont-select-status.masterview .status-displayed .icon {
  width: 14px;
}
.cont-select-status.masterview .status-displayed .label {
  margin: 0;
  font-size: 10px;
}
.cont-select-status .status-displayed {
  height: 18px;
  width: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  color: var(--landing-opt-darker-grey);
  background-color: var(--landing-opt-white);
}
.cont-select-status .status-displayed .label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 8px;
}
.cont-select-status .status-dropdown {
  position: absolute;
  z-index: 100;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: var(--landing-opt-white);
  box-shadow: 0 0 5px 0px rgba(var(--landing-opt-true-black-opac), 0.4);
}
.cont-select-status .status-dropdown .options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.cont-select-status .status-dropdown .options .option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 18px;
  width: 108px;
  background-color: var(--landing-opt-light-grey);
}
.cont-select-status .status-dropdown .options .option .label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}

.team-type {
  background-color: var(--landing-opt-white);
  font-size: 8px;
  width: 108px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.tag-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  border-right: 1px solid var(--landing-opt-white);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bg-light-grey {
  background-color: var(--landing-opt-light-grey) !important;
}

main {
  position: relative;
  margin-left: 0;
  height: auto;
  padding: 0;
  z-index: 0;
  background-color: var(--landing-opt-light-grey);
}
main .desktop {
  display: initial;
}
@media (max-width: 900px) {
  main .desktop {
    display: none;
  }
}
main .mobile {
  display: none;
}
@media (max-width: 900px) {
  main .mobile {
    display: initial;
  }
}
main .content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 900px) {
  main .content {
    max-width: 90vw;
  }
}
main .content p {
  color: var(--landing-opt-black);
}
main .content h2.wSepar {
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (max-width: 900px) {
  main .content h2.wSepar {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
main .content h2.wSepar .line-separ {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 400px;
}
@media (max-width: 900px) {
  main .content h2.wSepar .line-separ {
    width: 100%;
  }
}
main .content h2.wSepar .line-separ svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  main .content h2.wSepar .line-separ svg {
    width: 100%;
  }
}
main .video-container {
  width: 100%;
  margin: 0 auto;
  background: var(--landing-opt-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
main .video-player {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  main .video-container {
    max-width: 100%;
  }
}
main .content-ext {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 900px) {
  main .content-ext {
    max-width: 90vw;
  }
  main .content-ext .content {
    max-width: 80vw;
  }
}
main .content-ext p {
  color: var(--landing-opt-black);
}
main .inner-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
main header {
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  right: 0;
  width: -webkit-fill-available;
  height: 60px;
  background-color: var(--landing-opt-white);
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--landing-opt-black);
}
main header .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main header .left {
  position: relative;
}
main header .left h1 {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
main header .left .logo {
  fill: var(--landing-opt-black);
  width: 120px;
}
main header .right {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
main header .right .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 900px) {
  main header .right .menu {
    display: none;
  }
}
main header .right .cont-btn {
  display: flex;
  align-items: center;
  gap: 40px;
}
main header .right .language-selector {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
main header .right .language-selector .language-link {
  display: block;
  opacity: 0.3;
}
main header .right .language-selector .language-link.active {
  opacity: 1;
}
main header .right .language-selector .language-link .picto-lang {
  width: 20px;
  aspect-ratio: 57/38;
  font-size: 0;
}
main header .right .language-selector .language-link .picto-lang img {
  width: 100%;
}
main section {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  background-color: transparent;
  color: var(--landing-opt-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.purple {
  background-color: var(--landing-opt-purple);
  color: var(--landing-opt-white);
}
main section h2 {
  text-transform: none;
  line-height: 1.2;
}
main footer {
  position: relative;
  z-index: 10;
  min-width: 0;
  background-color: var(--landing-opt-black);
  width: -webkit-fill-available;
  padding: 40px 0;
  color: var(--landing-opt-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
main footer .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main footer .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--landing-opt-white);
}
main footer .top .left {
  position: relative;
}
main footer .top .left h1 {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
main footer .top .left .logo {
  fill: var(--landing-opt-black);
  width: 120px;
}
main footer .top .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
main footer .top .right .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 900px) {
  main footer .top .right .menu {
    display: none;
  }
}
main footer .bottom {
  padding-top: 20px;
  width: -webkit-fill-available;
}
.button {
  border: 0;
  outline: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background-color: var(--landing-opt-purple);
  padding: 0 30px;
  border-radius: 50px;
  border: 1px solid var(--landing-opt-purple);
  transition: all 0.2s;
  cursor: pointer;
}
.button.small {
  height: 35px;
}
.button .label {
  color: var(--landing-opt-white);
}
@media (max-width: 900px) {
  .button .label {
    text-align: center;
  }
}
.button:hover {
  background-color: var(--landing-opt-white);
}
.button:hover .label {
  color: var(--landing-opt-purple);
}
.button.white {
  background-color: var(--landing-opt-white);
  border: 1px solid var(--landing-opt-white);
}
.button.white .label {
  color: var(--landing-opt-purple);
}
.button.white:hover {
  background-color: var(--landing-opt-purple);
}
.button.white:hover .label {
  color: var(--landing-opt-white);
}

.content-triptique {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 900px) {
  .content-triptique {
    flex-direction: column;
    gap: 60px;
  }
}
.content-triptique .elem-triptique {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-triptique .elem-triptique.bgGrey {
  background-color: var(--landing-opt-light-grey);
  padding: 20px;
}
.content-triptique .elem-triptique .visual {
  position: relative;
  width: -webkit-fill-available;
  height: 395px;
  background-color: var(--landing-opt-light-grey);
  overflow: hidden;
}
.content-triptique .elem-triptique .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Simule le comportement 'cover' */
  -o-object-position: center;
     object-position: center; /* Centre l'image */
  position: absolute;
}
.content-triptique .elem-triptique .content-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-triptique .elem-triptique .content-text h3 {
  color: var(--landing-opt-purple);
}

.first {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first .content {
  height: 70vh;
  padding-top: 60px;
  max-height: 1500px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 900px) {
  .first .content {
    padding-top: 20vh;
    height: unset;
  }
}
.first .content h2 {
  line-height: 1.3;
}
@media (max-width: 900px) {
  .first .content h2 {
    line-height: 1.1;
  }
}
.first .content .inner-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 115px;
}
@media (max-width: 900px) {
  .first .content .inner-content {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.first .content .inner-content h3 {
  margin-bottom: 20px;
}
.first .content .inner-content .left {
  width: 738px;
}
@media (max-width: 900px) {
  .first .content .inner-content .left {
    width: 100%;
  }
}
.first .content .inner-content .right {
  width: 346px;
}
@media (max-width: 900px) {
  .first .content .inner-content .right {
    width: 100%;
  }
}
.first .content .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.first .content .links a {
  width: 50px;
  aspect-ratio: 1/1;
}
.first .content .links a img {
  width: 100%;
}
.first .content-picture {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 10;
  margin-bottom: 60px;
}
.first .content-picture .line {
  display: flex;
  flex-direction: row;
  gap: 40px;
  transition: all 0s;
}
.first .content-picture .line.first-line {
  transform: translateX(28%);
}
@media (max-width: 900px) {
  .first .content-picture .line.first-line {
    transform: translateX(42%);
  }
}
.first .content-picture .line.second-line {
  transform: translateX(-28%);
}
@media (max-width: 900px) {
  .first .content-picture .line.second-line {
    transform: translateX(-42%);
  }
}
.first .content-picture .line .visual {
  overflow: hidden;
  width: 659px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}
@media (max-width: 900px) {
  .first .content-picture .line .visual {
    width: 300px;
  }
}
.first .content-picture .line .visual img {
  width: 100%;
}
.first .background {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.first .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.container-top-video.content-ext {
  gap: 40px;
  margin-bottom: 150px;
  background-color: var(--landing-opt-white);
  border-radius: 20px;
  padding: 0 0 40px 0;
}
@media (max-width: 900px) {
  .container-top-video.content-ext {
    padding: 20px 0;
    margin-bottom: 80px !important;
  }
}
.container-top-video.content-ext .content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 900px) {
  .container-top-video.content-ext .content {
    padding-top: 0 !important;
  }
}
.container-top-video.content-ext .cont-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.second .content-ext {
  margin-top: 90px;
  background-color: var(--landing-opt-white);
  border-radius: 20px;
  padding: 80px 0;
}
@media (max-width: 900px) {
  .second .content-ext {
    padding: 20px 0;
    margin-top: 40px;
  }
}
.second .content-ext .content {
  margin: 0 auto;
}
.second .content-ext .content h2 {
  text-align: left !important;
}
.second .content-ext .content h2 .line-separ {
  left: 0 !important;
  transform: translateX(0) !important;
}
.second .content-ext .cont-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.marker-sroll {
  width: 100%;
  height: 0px;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 900px) {
  .third {
    height: unset;
    max-height: unset;
  }
}
.third .content {
  margin-top: 140px;
  text-align: center;
}
@media (max-width: 900px) {
  .third .content {
    padding: 60px 0;
    margin-top: 60px;
    padding: 0;
  }
}
.third .content .quote {
  background-color: var(--landing-opt-soft-grey);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .third .content .quote {
    padding: 20px 20px;
  }
}
.third .content .cont-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.third .content .calendly-inline-widget {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .third .content .calendly-inline-widget {
    margin-bottom: 10px;
    height: 1000px !important;
  }
}
.third .content .calendly-inline-widget.small {
  height: 100px;
}

.fourth {
  padding: 40px 0;
}
.fourth h2 {
  text-align: left !important;
}
.fourth h2 .line-separ {
  left: 0 !important;
  transform: translateX(0) !important;
}
.fourth .logo-marque {
  position: relative;
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fourth .logo-marque.eurosport {
  aspect-ratio: 528.25/61;
  margin-top: 14px;
  margin-bottom: 23px;
}
.fourth .logo-marque.carmignac {
  aspect-ratio: 690.94/117.82;
}
.fourth .logo-marque.warner {
  aspect-ratio: 640/153;
  margin-top: 5px;
  margin-bottom: 15px;
}
.fourth .logo-marque svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.fourth .cont-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.fourth .more {
  position: relative;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--landing-opt-purple);
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.fourth .more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  aspect-ratio: 1/1;
  fill: var(--landing-opt-darker-grey);
  transition: all 0.3s;
}
.fourth .more:hover {
  background-color: var(--landing-opt-purple);
}
.fourth .more:hover svg {
  fill: var(--landing-opt-white);
}
.fourth .more.active svg {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

p.hidden {
  display: none !important;
}
p b {
  font-weight: 700;
}

.fifth {
  padding: 120px 0;
  background-color: #eaebee;
}
.fifth .content h2 {
  text-align: left !important;
}
.fifth .content h2 .line-separ {
  left: 0 !important;
  transform: translateX(0) !important;
}
.fifth .content .content-faq .elem-faq {
  position: relative;
  width: -webkit-fill-available;
  padding: 20px 0;
}
.fifth .content .content-faq .elem-faq::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--landing-opt-purple);
  position: absolute;
  bottom: 0;
  left: 0;
}
.fifth .content .content-faq .elem-faq .faq-visible {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.fifth .content .content-faq .elem-faq .faq-visible .label {
  color: var(--landing-opt-purple);
}
.fifth .content .content-faq .elem-faq .faq-visible .action {
  position: relative;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--landing-opt-purple);
  transition: all 0.3s;
  cursor: pointer;
}
.fifth .content .content-faq .elem-faq .faq-visible .action svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  aspect-ratio: 1/1;
  fill: var(--landing-opt-darker-grey);
  transition: all 0.3s;
}
.fifth .content .content-faq .elem-faq .faq-visible .action.open {
  background-color: var(--landing-opt-purple);
}
.fifth .content .content-faq .elem-faq .faq-visible .action.open svg {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  fill: var(--landing-opt-white);
}
.fifth .content .content-faq .elem-faq .faq-visible .action:hover {
  background-color: var(--landing-opt-purple);
}
.fifth .content .content-faq .elem-faq .faq-visible .action:hover svg {
  fill: var(--landing-opt-white);
}
.fifth .content .content-faq .elem-faq .faq-hidden {
  padding: 10px 0;
}

.sixth {
  padding: 120px 0;
}
.sixth .content h2 {
  text-align: left !important;
}
.sixth .content h2 .line-separ {
  left: 0 !important;
  transform: translateX(0) !important;
}
.sixth .content .cont-calcul {
  background-color: var(--landing-opt-white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sixth .content .cont-calcul .line-calcul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 900px) {
  .sixth .content .cont-calcul .line-calcul {
    flex-direction: column;
  }
}
.sixth .content .cont-calcul .line-calcul .elem-calcul {
  width: -webkit-fill-available;
  flex: 1;
  padding: 10px 20px;
  background-color: var(--landing-opt-light-grey);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul .label {
  color: var(--landing-opt-darker-grey);
  margin-bottom: 10px;
}
.sixth .content .cont-calcul .line-calcul .elem-calcul input {
  width: -webkit-fill-available;
  background-color: transparent;
  outline: 0;
  border: 0;
  color: var(--landing-opt-black);
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.sixth .content .cont-calcul .line-calcul .elem-calcul input:focus {
  outline: 0;
}
.sixth .content .cont-calcul .line-calcul .elem-calcul input::-moz-placeholder {
  color: var(--landing-opt-soft-grey);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul input::placeholder {
  color: var(--landing-opt-soft-grey);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul input::-webkit-inner-spin-button, .sixth .content .cont-calcul .line-calcul .elem-calcul input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sixth .content .cont-calcul .line-calcul .elem-calcul.result {
  background-color: var(--landing-opt-soft-grey);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul.highlight {
  background-color: var(--landing-opt-light-purple);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul.highlight .label {
  color: var(--landing-opt-purple);
}
.sixth .content .cont-calcul .line-calcul .elem-calcul.highlight input {
  color: var(--landing-opt-purple);
}
.sixth .content .cont-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.radius10 {
  border-radius: 10px;
}

* svg {
  position: relative;
}

.login-label {
  font-size: 13px;
  color: var(--landing-opt-black);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 900px) {
  .login-label {
    display: none;
  }
}
.login-label:hover {
  color: var(--landing-opt-purple);
}

.container-nl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--landing-opt-white);
}

.cont-mention {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cont-mention .cont-btn-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  .cont-mention .cont-btn-social {
    gap: 10px;
  }
}
.cont-mention a .icon {
  fill: var(--landing-opt-white);
  transition: all 0.3s;
  width: 27px;
  position: relative;
  transition: all 0.3s;
}
.cont-mention a .icon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cont-mention a .icon.linkedin {
  aspect-ratio: 26.71/27.027;
}
.cont-mention a .icon.contact {
  aspect-ratio: 16.2/11.29;
  width: 35px;
}
.cont-mention a:hover .icon {
  fill: var(--landing-opt-purple);
}

.player {
  width: 100%;
  border-radius: 10px;
  background-color: var(--landing-opt-light-purple);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.player .player-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: var(--landing-opt-purple);
  color: var(--landing-opt-white);
}
.player .player-image {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
}
.player .player-info {
  flex: 1;
}
.player .podcast-title {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.player .episode-title {
  font-size: 12px;
  color: var(--landing-opt-white);
}
.player .player-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.player .player-controls .left-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.player .player-controls .left-controls .player-time {
  font-size: 12px;
  color: var(--landing-opt-white) !important;
  line-height: 0.8;
}
.player .player-controls .control-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: var(--landing-opt-white);
  cursor: pointer;
  font-size: 14px;
}
.player .player-controls .speed-btn {
  background-color: white;
  color: #4b42c3;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
}
.player .episode-list {
  padding: 10px;
  max-height: 180px;
  overflow-y: scroll;
}
.player .episode {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: var(--landing-opt-white);
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.player .episode .episode-title {
  flex: 1;
  font-size: 13px;
  color: var(--landing-opt-purple);
}
.player .episode.playing {
  background-color: var(--landing-opt-purple);
}
.player .episode.playing .episode-title {
  color: var(--landing-opt-white);
}
.player .episode-image {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.content-newsletter {
  display: flex;
  flex-direction: column;
  font-family: "IDGrotesk", "Aptos Display" !important;
}

.title-nl {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "IDGrotesk", "Aptos Display" !important;
}
@media (max-width: 900px) {
  .title-nl {
    font-size: 16px;
  }
}

.container-input {
  width: 100%;
}
.container-input input {
  width: calc(100% - 40px) !important;
  padding: 0 20px !important;
  height: 35px !important;
  border: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: var(--landing-opt-black) !important;
  background-color: var(--landing-opt-white) !important;
  border-radius: 10px !important;
  font-family: "IDGrotesk", "Aptos Display" !important;
}
.container-input input::-moz-placeholder {
  color: var(--landing-opt-black) !important;
  font-weight: 200 !important;
}
.container-input input::placeholder {
  color: var(--landing-opt-black) !important;
  font-weight: 200 !important;
}
.container-input input:focus {
  outline: none;
}

.container-optin {
  margin-top: 10px;
  width: 100%;
}
.container-optin label {
  cursor: pointer;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.container-optin label p {
  color: var(--landing-opt-white);
}
.container-optin label input[type=checkbox] {
  position: absolute !important;
  margin: 0;
  height: 13px;
  min-height: 13px;
  min-width: 13px;
  width: 13px;
  border-radius: 3px;
  border: 1px solid #e2dbfa;
  background-color: #e2dbfa;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.container-optin label input[type=checkbox]:checked {
  background-color: var(--landing-opt-purple);
  border: 1px solid #e2dbfa;
}
.container-optin label input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #e2dbfa;
}
.container-optin label input[type=checkbox]:focus {
  outline: none;
}

@media (max-width: 900px) {
  .cont-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.cont-button button {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 35px;
  min-height: unset;
  background-color: var(--landing-opt-white);
  border: 0;
  outline: 0;
  padding: 0 20px;
  border-radius: 50px;
  transition: all 0.2s;
  cursor: pointer;
}
.cont-button button .label {
  font-family: "IDGrotesk";
  transition: all 0.2s;
  font-size: 13px;
  color: var(--landing-opt-black);
  text-transform: uppercase;
  line-height: 0.5;
}
.cont-button button:hover {
  background-color: var(--landing-opt-purple);
}
.cont-button button:hover .icon {
  fill: var(--landing-opt-white);
}
.cont-button button:hover .label {
  color: var(--landing-opt-white);
}

.input--hidden {
  display: none;
}

.error,
.error-text,
.error-message {
  color: var(--landing-opt-red);
}

.success-message {
  color: var(--landing-opt-green);
}

.content-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 900px) {
  .content-form .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .content-form {
    flex-direction: column;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  font-family: sans-serif;
  pointer-events: none;
}
.cookie-consent .inner-cookie-consent {
  pointer-events: initial;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  font-family: sans-serif;
}
.cookie-consent .inner-cookie-consent p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.cookie-consent .inner-cookie-consent a {
  color: #744FE0;
  text-decoration: underline;
}

.container-mention {
  max-width: 800px;
  margin: 0 auto;
  font-family: "IDGrotesk";
  padding: 22px 0;
}
.container-mention .logo {
  position: relative;
}
.container-mention .logo h1 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container-mention .logo .picto {
  position: relative;
  width: 152px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.container-mention .logo .picto svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.container-mention h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.container-mention h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.container-mention h4 {
  font-size: 12px;
  margin-bottom: 3px;
}
.container-mention p {
  color: var(--landing-opt-darker-grey);
  font-size: 12px;
  margin-bottom: 10px;
}
.container-mention ul {
  margin-bottom: 10px;
  padding-left: 20px;
}
.container-mention ul li {
  line-height: 1.1;
  list-style: disc;
  font-size: 12px;
  color: var(--landing-opt-darker-grey);
}
.container-mention .center {
  text-align: center;
}
.container-mention .inner-mention {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}

.content-newsletter .sib-form {
  padding: 0;
  margin: 0;
}
.content-newsletter .sib-form #sib-form-container {
  padding: 0;
  margin: 0;
}
.content-newsletter .sib-form #sib-form-container #sib-container {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
.content-newsletter .sib-form #sib-form-container #sib-container #sib-form .sib-form-block {
  padding: 0;
}

.entry__field {
  display: flex;
}

.sib-form .checkbox {
  margin: 0;
  height: 13px;
  min-height: 13px;
  min-width: 13px;
  width: 13px;
  border-radius: 3px;
  border: 1px solid #e2dbfa;
  background-color: #e2dbfa;
}/*# sourceMappingURL=stylelandings.css.map */