/*

 ______  __  __  ______  __     ______   __  __   ______     
/\  _  \/\ \/\ \/\  _  \/\ \   /\__  _\ /\ \/\ \ /\  _  \    
\ \ \L\ \ \ `\\ \ \ \L\ \ \ \  \/_/\ \/ \ \ \/'/'\ \ \L\ \   
 \ \  __ \ \ , ` \ \  __ \ \ \  __\ \ \  \ \ , <  \ \  __ \  
  \ \ \/\ \ \ \`\ \ \ \/\ \ \ \L\ \\_\ \__\ \ \\`\ \ \ \/\ \ 
   \ \_\ \_\ \_\ \_\ \_\ \_\ \____//\_____\\ \_\ \_\\ \_\ \_\
    \/_/\/_/\/_/\/_/\/_/\/_/\/___/ \/_____/ \/_/\/_/ \/_/\/_/
                                                             
                                                             
Theme Name: Analika
URI: https://analika.fr/
Description: Analika - L'analytique à la portée de tous
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> RESET
----------------------------------------------------------------*/
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6, .main-title {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .main-title {
    text-wrap: balance;
}

#root, #__next {
    isolation: isolate;
}

sup {
    font-size: 0.6em;
    top: -0.7em;
    font-weight: 400;
}
/*--------------------------------------------------------------
>>> FONTS
----------------------------------------------------------------*/
/*MavenPro*/
@font-face {
    font-family: 'MavenPro-Black';
    src: url('/public/fonts/MavenPro/MavenPro-Black.ttf');
}

@font-face {
    font-family: 'MavenPro-Bold';
    src: url('/public/fonts/MavenPro/MavenPro-Bold.ttf');
}

@font-face {
    font-family: 'MavenPro-ExtraBold';
    src: url('/public/fonts/MavenPro/MavenPro-ExtraBold.ttf');
}

@font-face {
    font-family: 'MavenPro-Medium';
    src: url('/public/fonts/MavenPro/MavenPro-Medium.ttf');
}

@font-face {
    font-family: 'MavenPro';
    src: url('/public/fonts/MavenPro/MavenPro-Regular.ttf');
}

@font-face {
    font-family: 'MavenPro-SemiBold';
    src: url('/public/fonts/MavenPro/MavenPro-SemiBold.ttf');
}

/*Lexend*/
@font-face {
    font-family: 'Lexend-Black';
    src: url('/public/fonts/Lexend/Lexend-Black.ttf');
}

@font-face {
    font-family: 'Lexend-Bold';
    src: url('/public/fonts/Lexend/Lexend-Bold.ttf');
}

@font-face {
    font-family: 'Lexend-ExtraBold';
    src: url('/public/fonts/Lexend/Lexend-ExtraBold.ttf');
}

@font-face {
    font-family: 'Lexend-ExtraLight';
    src: url('/public/fonts/Lexend/Lexend-ExtraLight.ttf');
}

@font-face {
    font-family: 'Lexend-Light';
    src: url('/public/fonts/Lexend/Lexend-Light.ttf');
}

@font-face {
    font-family: 'Lexend-Medium';
    src: url('/public/fonts/Lexend/Lexend-Medium.ttf');
}

@font-face {
    font-family: 'Lexend';
    src: url('/public/fonts/Lexend/Lexend-Regular.ttf');
}

@font-face {
    font-family: 'Lexend-SemiBold';
    src: url('/public/fonts/Lexend/Lexend-SemiBold.ttf');
}

@font-face {
    font-family: 'Lexend-Thin';
    src: url('/public/fonts/Lexend/Lexend-Thin.ttf');
}

html, body {
    height: 100%;
    background-color: #0B0E11;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.msm-auto {
    margin-left: auto;
}

.error-page
{
    height: 100%;
    background-color: #191919;
    color: white;
    display: flex;
}

.error-title
{
    margin: auto;
    font-size: 70px;
}

.home-nav
{
    position: fixed;
    width: 100vw;
    height: 70px;
    background-color: rgba(255,255,255,0.7);
    backdrop-filter: blur(3px);
    border-bottom: 1px solid #F3F4F6;
    display: flex;
    z-index: 9999999;
}

.logo_analika
{
    max-height: 30px; /*22px*/
    height: 30px;
    width: auto;
}

.main
{
    overflow: hidden;
}

.container-1200
{
    max-width: 1200px;
    width: 100%;
}

.hero
{
    height: 100vh;
    background: linear-gradient(#F9FCFF, #F1F4FE);
    display: flex;
}

.hero-left, .hero-right
{
    width: 100%;
    align-content: center;
}

.hero-left { max-width: 700px; }
.hero-right { max-width: 500px; }

h1
{
    font-family: 'MavenPro-Bold';
    font-size: 48px; /*54px*/
    color: black;
}

h1 span { 
    color: transparent; 
    background-image: linear-gradient(to right,#3b82f6, #6366f1); /*#5A68E3, #a855f7*/
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-subtitle
{
    margin-top: 30px;
    font-family: 'MavenPro-Medium';
    font-size: 20px;
    max-width: 550px;
    color: #4B5563;
}

.hero-buttons
{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-buttons
{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 45px;
    margin-bottom: 60px;
}

.button-primary, .button-secondary
{
    font-family: 'MavenPro-SemiBold';
    font-size: 14px;
    padding: 5px 12px;
    border: 2px solid;
    border-color: #5A68E3;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s;
}

.hero-button-primary, .hero-button-secondary
{
    font-family: 'MavenPro-SemiBold';
    font-size: 16px;
    padding: 8px 20px;
    border: 2px solid;
    border-color: #5A68E3;
    border-radius: 45px;
    cursor: pointer;
    transition: 0.3s;
}

.hero-button-primary, .button-primary
{
    background-color: #5A68E3;
    color: white;
}

.hero-button-secondary, .button-secondary
{
    background-color: transparent;
    color: #5A68E3;
}

.hero-button-primary:hover, .hero-button-secondary:hover, .button-primary:hover, .button-secondary:hover
{
    background-color: #5A68E3;
    color: white;
    scale: 1.05;
}

.hero-advantages
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.hero-advantage
{
    display: flex;
    background-color: transparent;
    align-items: center;
    font-family: 'MavenPro';
    font-size: 14px;
    color: #6B7280;
    gap: 15px;
    margin-right: 15px;
}

.link {
  font-family: "MavenPro-Medium";
  color: #6366F1;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
/*-------------------ANIMATION HOME---------------------*/
.animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-wrapper {
  position: relative;
  width: 600px; /*24rem*/
  height: 600px; /*24rem*/
}

/* Cercle central */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pulse-circle {
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  background: linear-gradient(to right, #3b82f6, #6366f1);
  animation: pulse 2s ease-in-out infinite;
  opacity: 0.8;
}

.inner-ring {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  animation: ping 3s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ring-1 {
  top: 0.5rem;
  left: 0.5rem;
  width: 7rem;
  height: 7rem;
  border: 2px solid #93c5fd;
}

.ring-2 {
  top: 1.5rem;
  left: 1.5rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid #bfdbfe;
  opacity: 0.6;
  animation-delay: 0.5s;
}

/* Orbites */
.orbit {
  position: absolute;
  inset: 0;
  animation: spin 20s linear infinite;
  opacity: 0.6;
}

.orbit-2 {
  inset: 2rem;
  animation-duration: 15s;
}

.orbit-2.reverse {
  animation-direction: reverse;
}

.orbit-3 {
  inset: 4rem;
  animation-duration: 12s;
  opacity: 0.8;
}

/* Points */
.dot {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.dot.small {
  width: 0.5rem;
  height: 0.5rem;
}

/* Couleurs */
.blue   { background: #3b82f6; }
.indigo { background: #6366f1; }
.purple { background: #a855f7; }
.cyan   { background: #06b6d4; }

/* Positionnement auto autour du cercle */
.orbit .dot:nth-child(1)  { top: 0%;   left: 50%; transform: translateX(-50%); }
.orbit .dot:nth-child(2)  { top: 25%;  right: 0%; }
.orbit .dot:nth-child(3)  { bottom: 0%; left: 50%; transform: translateX(-50%); }
.orbit .dot:nth-child(4)  { top: 25%;  left: 0%; }
.orbit .dot:nth-child(5)  { top: 75%;  right: 25%; }
.orbit .dot:nth-child(6)  { top: 75%;  left: 25%; }
.orbit .dot:nth-child(7)  { top: 12.5%; right: 33%; }
.orbit .dot:nth-child(8)  { top: 62.5%; right: 12.5%; }
.orbit .dot:nth-child(9)  { top: 87.5%; left: 33%; }
.orbit .dot:nth-child(10) { top: 37.5%; left: 12.5%; }
.orbit .dot:nth-child(11) { top: 16.6%; right: 50%; }
.orbit .dot:nth-child(12) { top: 83.3%; right: 50%; }
.orbit .dot:nth-child(13) { top: 50%;  right: 16.6%; }
.orbit .dot:nth-child(14) { top: 50%;  left: 16.6%; }
.orbit .dot:nth-child(15) { top: 8.3%; right: 41.6%; }
.orbit .dot:nth-child(16) { top: 91.6%; left: 41.6%; }

/* Animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
/*-----------------FIN ANIMATION HOME-------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-left { max-width: 50%; }
    .hero-right { max-width: 50%; }
    h1 {font-size: 42px;}
}
@media (max-width: 1199px) {
    
    h1 {font-size: 36px;}
    .hero
    {
        padding-top: 60px;
        position: relative;
        display: block;
        text-align: center;
    }
    .hero-left, .hero-right { max-width: 100%; }
    .hero-left { z-index: 1; background-color: rgba(255,255,255,.7);}
    .hero-right {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        overflow: hidden;
    }

    .hero-subtitle
    {
        margin: auto;
    }

    .hero-buttons, .hero-advantages {
        justify-content: center;
    }

    .mobile-p-15 { padding-left: 15px; padding-right: 15px; }
    .mobile-p-30 { padding-left: 30px; padding-right: 30px; }
}


/*--------------------------------------------------------------
>>> FEATURES
----------------------------------------------------------------*/
#features
{
    padding: 60px 0;
    background: linear-gradient(to right, #ecf2fe, #e1e4fd);
    position: relative;
}

.custom-shape-divider-bottom-1753603557 {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.custom-shape-divider-bottom-1753603557 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 40px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1753603557 .main-stop {
  stop-color: #ecf2fe;
}

.custom-shape-divider-bottom-1753603557 .alt-stop {
  stop-color: #e1e4fd; 
}


/*--------------------------------------------------------------
>>> LOGIN && REGISTRATION
----------------------------------------------------------------*/
#login, #registration, #documentation, #invitation
{
    height: 100vh;
    background: linear-gradient(#F9FCFF, #F1F4FE);
    display: flex;
}

.login-bloc 
{
    width: 350px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(000,000,000,.1);
    margin: auto;
    padding: 30px;
    border-radius: 8px;
}

.connect-logo-title
{
    
}

.connect-logo 
{
    margin: auto;
    max-height: 60px;
    width: auto;
}

.connect-step-information p
{
    text-align: center;
    font-family: 'MavenPro-SemiBold';
    font-size: 16px;
    color: black;
}

.connect-step p
{
    text-align: center;
    font-family: 'MavenPro-Medium';
    font-size: 12px;
    color: #4B5563;
    margin-bottom: 30px
}

/*Forms*/
.connect-input-label
{
    font-family: 'MavenPro-SemiBold';
    font-size: 14px;
    color: #4B5563;
    text-align: left;
}

.connect-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.connect-input-group>.connect-form-control, .connect-input-group>.connect-form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.connect-input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .connect-input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.connect-input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.connect-form-control {
    display: block;
    background-clip: padding-box;
}

.connect-input, .connect-input:active, .connect-input:focus, .connect-form-control, .connect-form-select 
{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #4B5563;
    font-family: "MavenPro-SemiBold";
    background: transparent !important;
    background-color: transparent !important;
    border: 2px solid #e1e4fd !important;
    border-radius: 4px;
    padding: 0 15px;
}

.connect-input::placeholder
{
    color: #6B7280;
}

.connect-pass-eye
{
    content: '';
    position: absolute;
    top: 17px;
    bottom: 17px;
    right: 10px;
    width: 20px;
    background: url(/public/img/icones/eye-on.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.eye-on
{
    background: url(/public/img/icones/eye-off.svg) no-repeat center !important;
    background-size: 100% !important;
}

.connect-link {
  font-size: 14px;
  font-family: 'MavenPro';
  color: #5A68E3;
  text-decoration: underline;
}

.connect-btn
{
    margin-top: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: "MavenPro-SemiBold";
    border: none;
    background-color: #F1F4FE;
    color: #5A68E3;
    border-radius: 4px;
    margin-top: 20px;
    transition: 0.3s;
    cursor: pointer;
}

.connect-btn:hover
{
    font-size: 13.5px;
    background-color: #5A68E3;
    color: white;
}

.connect-btn-disabled, .connect-btn-disabled:hover
{
    background-color: #EEF5F7;
    color: #A1A7B3;
    cursor: not-allowed;
    font-size: 14px;
}

.connect-new-account  p
{
    margin-top: 30px;
    font-size: 15px;
    font-family: "MavenPro";
    margin-bottom: 15px;
}

.double-authentification-inputs
{
    display: flex;
    justify-content: space-between
}

.double-authentification-inputs > input
{
    height: 40px;
    width: 38px;
    border-radius: 4px;
    border: 1px solid #F3F4F6; 
    text-align: center;
    font-size: 30px;
    padding-bottom: 2px;
    font-family: 'MavenPro-SemiBold';
}

/*-------------------DOCUMENTATION LAYOUT---------------------*/
/* ----- HEADER MOBILE ----- */
.doc-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #ffffff;
    border-bottom: 1px solid #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: 1001;
}

.doc-hamburger {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 18px;
    position: relative;
}

.doc-hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    border-radius: 2px;
    transition: 0.3s ease;
}

.doc-hamburger span:nth-child(1) { top: 0; }
.doc-hamburger span:nth-child(2) { top: 8px; }
.doc-hamburger span:nth-child(3) { top: 16px; }

.doc-input-toggle {
    display: none;
}

.doc-section
{
    /*border: 6px solid slateblue;*/
    position: fixed;
    top: 56px;
    height: calc(100% - 56px);
    left: 0;
    width: 100%;
    padding: 5px 5px 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* ----- SIDEBAR ----- */
.sidebar {
    position: fixed;
    top: 56px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 56px);
    background: #ffffff;
    border-right: 1px solid #F3F4F6;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 0 20px;
    z-index: 1000;
}

.doc-input-toggle:checked ~ .sidebar {
    left: 0;
}

/* Hamburger animation */
.doc-input-toggle:checked + label .doc-hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}
.doc-input-toggle:checked + label .doc-hamburger span:nth-child(2) {
    opacity: 0;
}
.doc-input-toggle:checked + label .doc-hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
}

/* ----- MENU CONTENT ----- */
.sidebar h2 {
    font-family: 'MavenPro-SemiBold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: black;
    margin-top: 25px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar li {
    margin-bottom: 5px;
}

.sidebar a,
label.toggle {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: black;
    font-family: 'MavenPro', sans-serif;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.2s ease;
    cursor: pointer;
}

.sidebar a:hover, label.toggle:hover, .sidebar .active {
    /*background-color: #eef3f8;*/
    background: linear-gradient(#F0F6FE, #EEF2FE);
}

/* Accordéons */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    margin-left: 10px;
    /*border-left: 2px solid #5A68E3;*/
    border-left: 1px solid #6B7280;
}

.doc-input-accordion {
    display: none;
}

.doc-input-accordion:checked ~ .submenu {
    max-height: 500px;
}

label.toggle::after {
    /* A remplacer par une arrow*/
    content: "";
    background-image: url(/public/img/icones/icon-select-grey.svg);
    height: 12px;
    width: 12px;
    margin-top: 5px;
    float: right;
    transition: transform 0.25s ease;
    transform: rotate(-90deg);
}

.doc-input-accordion:checked + label.toggle::after {
    transform: rotate(0deg);
}

/* ----- DESKTOP ADAPTATION ----- */
@media (min-width: 768px) {
    .doc-hamburger {
        display: none;
    }

    .sidebar h2 
    {
        font-size: 10px;
    }

    .sidebar {
        position: fixed;
        left: 0;
        width: 250px;
        border-right: 1px solid #F3F4F6;
        transition: none;
    }

    .sidebar a, label.toggle {
        padding: 5px 10px;
        font-size: 14px;
    }

    .doc-section
    {
        width: calc(100% - 250px);
        left: 250px;
        padding: 30px 30px 0;
    }
}
/*-------------------DOCUMENTATION COMPONENTS---------------------*/
.doc-content-bloc
{
    width: 100%;
    background-color: white;
    padding: 20px 20px;
    border-radius: 8px;
    border: 1px solid #F1F2F3; /* white-violet */
    color: #4B5563; /* grey-2 */
}

.doc-content-bloc-header
{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #F1F2F3;
    display: flex;
    gap: 10px;
}

.doc-header-title, .doc-content-bloc-header-title
{
    font-size: 24px;
    font-family: "MavenPro-SemiBold";
    color: black;
}

.doc-body-title
{
    font-size: 18px;
    font-family: "MavenPro-SemiBold";
    color: black;
}

.doc-body-text
{
    font-size: 14px;
    font-family: "MavenPro";
    color: #4B5563;
    padding-left: 10px;
}

.doc-body-list
{
    margin-top: 15px;
    padding-left: 25px;
}

.doc-body-list > li
{
    font-family: "MavenPro";
    color: #4B5563;
    margin: 8px 0;
    font-size: 14px;
}

.simple-code-bloc
{
    padding: 5px 10px;
    background-color: #F3F4F6 !important;
    color: #4B5563 !important;
    border-radius: 4px;
    font-family: 'MavenPro-SemiBold';
}

/*BLOCS*/
.bloc-gradient
{
    background: linear-gradient(to right, #6366f1,  #3b82f6);
    color: white;
    padding: 30px;
    border-radius: 8px;
}

.bloc-gradient h2
{
    font-size: 24px;
    font-family: "MavenPro-SemiBold";
}

.bloc-gradient p
{
    font-size: 16px;
    font-family: "MavenPro";
}

.pre-code 
{
    padding: 15px;
    border-radius: 8px;
    background-color: #F3F4F6;
}

.pre-code-title
{
    font-size: 14px;
    font-family: 'MavenPro-Medium';
    margin-bottom: 10px;
    color: black;
}

.pre-code-texte
{
    font-size: 14px;
    font-family: 'MavenPro';
    color: black;
}

.cadre-code, .cadre-tags, .cadre-danger
{
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #F1F2F3;
}

.cadre-danger { border: 1px solid #E11458; }

.cadre-code-title, .cadre-tags-title, .cadre-danger-title
{
    font-size: 16px;
    font-family: 'MavenPro-Medium';
    margin-bottom: 10px;
    color: black;
}

.cadre-danger-title { color: #E11458; }

.cadre-code-texte, .cadre-tags-texte, .cadre-danger-texte
{
    font-size: 14px;
    font-family: 'MavenPro';
    color: #6B7280; /*grey-1*/
    margin-bottom: 15px;
}

.bloc-code 
{
   background-color: #111827;
   border-radius: 8px;
   padding: 12px;
   line-height: 24px;
}

code 
{
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    color: #4ade80;
    font-size: 14px;
    line-height: 20px;
}

.bloc-tags 
{
    background-color: var(--white-pink);
    border-radius: 8px;
    padding: 12px;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bloc-tag
{
    background-color: var(--white-violet);
    padding: 5px;
    border-radius: 4px;
    color: #6366F1;
    font-family: "MavenPro-Medium";
    font-size: 14px;
    transition: 0.3s;
}

.bloc-tag:hover
{
    background-color: #6366F1;
    color: white;
}

.bloc-danger 
{
    background-color: #FEF2F6;
    /*border: 1px solid #E11458;*/
    border-radius: 8px;
    padding: 12px;
    line-height: 20px;
}

.bloc-danger-title
{
    font-size: 16px;
    font-family: 'MavenPro-Medium';
    margin-bottom: 10px;
    color: #991b1b;
}

.bloc-danger-texte
{
    font-size: 14px;
    font-family: 'MavenPro';
    color: #991b1b;
    margin-bottom: 15px;
}

.bloc-sens, .bloc-sens-warning 
{
    padding: 15px;
    border-radius: 8px;
}

.bloc-sens { background-color: #F9FCFF}
.bloc-sens-warning { background-color: #FEFCF4; /* var(--white-violet);*/ }

.bloc-sens-titre
{
    font-size: 14px;
    font-family: 'MavenPro-SemiBold';
    color: black;
    margin-bottom: 5px;
}

.bloc-sens-texte
{
    font-size: 14px;
    font-family: 'MavenPro';
    color: black;
}

.bloc-sens-texte strong
{
    font-family: 'MavenPro-Medium';
    font-weight: 300;
}

.bloc-sens-list
{
    margin-top: 15px;
    padding-left: 25px;
}

.bloc-sens-list > li
{
    font-family: "MavenPro";
    margin: 8px 0;
    color: black;
    font-size: 14px;
}
/*FIN BLOCS*/
/*MINI TABLEAU*/
.table-wrapper {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.data-table th {
  background: white;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid #F1F2F3;
  font-family: 'MavenPro-SemiBold';
  font-weight: normal;
}

.data-table td {
  padding: 10px;
  border-bottom: 1px solid #F1F2F3;
  font-size: 14px;
  font-family: 'MavenPro';
}

.data-table tr:hover {
  /*background-color: #f9fafb;*/
}

.badge {
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-family: 'MavenPro-Medium';
  display: inline-block;
  text-transform: uppercase;
}

.badge.no {
  background: #e0f7e9;
  color: #1b873f;
}

.badge.yes {
  background: #fde7e9;
  color: #c62828;
}

.badge.conditional {
  background: #fff3cd;
  color: #8a6d3b;
}

/*FIN MINI TABLEAU*/