﻿/* Custom Colors */
:root {
    /* Blue Color Shades */
    --cc-blue-100: #A3BCFF; 
    --cc-blue-200: #5081FF;
    --cc-blue-300: #4A67DC;
    /* Red Color Shades*/
    --cc-red-primary: #E97777;
    --cc-red-light: #FF9F9F;
    --cc-red-100: #FBF1F0;
    --cc-red-200: #FF8761; /* orange shade*/
    --cc-red-300: #F86B67;
    --cc-red-400: #D34A46;
    /* Yellow Color Shades*/
    --cc-yellow-100: #FEE6A2;
    --cc-yellow-200: #FFCF43;
    --cc-yellow-300: #FBBC05;
    /* Green Color Shades */
    --cc-green-primary: #9DDE8B;
    --cc-green-light: #CAE6B2;
    --cc-green-100: #A8FFB7;
    --cc-green-200: #16DC38;
    --cc-green-300: #63A62E;
    /* Purple Color Shades */
    --cc-purple-100: #8266F4;
}

/* Custom Backrgound Colors */
.bg-purple {
    background-color: var(--cc-purple-100) !important;
}   

/* Calendar Picker */
.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
    background-color: #021774;
    border-color: #021774;
}

/*Fix thead button content first row issue in repeaters*/

[data-repeater-item]:first-child [data-repeater-delete] {
    display: none;
}

[data-repeater-item]:first-child .repeater-delete-container {
    position: absolute;
}

.apexcharts-tooltip {
    background: #f3f3f3;
    color: white;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

#confetti-canvas {
    position: absolute;
    top: 0;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-reveal:before {
    content: "\e900";
}

.header-title-h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: normal;
    font-family: "GardeGothicBold", serif;
}
.white_delimit {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: white;
}
.card.card-flush {
    min-height: auto;
    background-color: transparent;
    padding: 40px;
}

.card-content-align {
    color: #ffffff;
    font-size: 18px;
    font-family: "GreycliffCF";
    line-height: 25px;
    font-style: normal;
    max-width: 390px;
}

.card-item {
    flex: 1; /* Chaque élément prend autant d'espace disponible que possible */
    /* Autres styles */
    margin: 5px;
}
.app-main {
    overflow: hidden;
    position: relative;
}

.pink-color {
     color: #F36DC8;
 }

.blue-color {
    color: #021774;
}

.numeric-subtitle {
    color: #021774;
    font-size: 20px;
    line-height: normal;
    font-family: "GardeGothicBold", serif
}

.pink_letter_font {
    position: absolute;
    top: -10%;
    left: 115%;
    transform: translate(-50%, -50%);
    /*width: 900px; !* Diamètre du cercle *!*/
    width: 50%; /* Diamètre du cercle */
    /*height: 1100px; !* Diamètre du cercle *!*/
    height: 70%; /* Diamètre du cercle */
    border-radius: 50%; /* Forme du cercle */
    box-shadow: 0px 0px 0px 400px #F36DC8;
    animation: tremblement 0.5s ease-in-out 3;
}

.position-yellow-circle-blue-bar {
    position: absolute;
    left: 65%;
    width: 350px;
    height: 100%; /* Diamètre du cercle */
    border-color: red ;
}
.yellow-circle-top{
    position: absolute;
    top: 12%;
    left: 50%;
    background-color: #FFE163;
    transform: translate(-50%, -50%);
    width: 350px; /* Diamètre du cercle */
    height: 350px; /* Diamètre du cercle */
    border-radius: 50%; /* Forme du cercle */
    /*box-shadow: 0px 0px 0px 100px #FFE163;*/


}

.blue-bar-bottom {
    position: absolute;
    top: 40%;
    background-color: #021774;
    border-radius: 350px;
    width: 350px; /* Diamètre du cercle */
    height: 800px; /* Diamètre du cercle */
    /*box-shadow: 0px 0px 0px 100px #FFE163;*/
    animation: monter 2s ease forwards; /* Animation de montée */
}

.yellow-circle-bottom {
    position: absolute;
    top: 115%;
    left: 0%;
    background-color: #FFE163;
    transform: translate(-50%, -50%);
    width: 1000px; /* Diamètre du cercle */
    height: 800px; /* Diamètre du cercle */
    border-radius: 50%; /* Forme du cercle */
    /*box-shadow: 0px 0px 0px 100px #FFE163;*/
    animation: tremblement 0.5s ease-in-out 3;
}



@keyframes tremblement {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    25% { transform: translate(-50%, -50%) rotate(3deg); }
    50% { transform: translate(-50%, -50%) rotate(-3deg); }
    75% { transform: translate(-50%, -50%) rotate(2deg); }
    100% { transform: translate(-50%, -50%) rotate(0deg); }
}



@keyframes monter {
    from { height: 0; } /* Hauteur de départ */
    to { height: 100%; } /* Hauteur finale */
}

.customsteppercontainer {
    width: 100%;
  }
  
  .customstepperstep {
    
    padding: 10px;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    
    background-color: cream;
  }
  
  .customstepperv-stepper {
    position: relative;
  /*   visibility: visible; */
  }
  
  
  /* regular step */
  .customstepperstep .customsteppercircle {
    background-color: white;
    border: 3px solid #b6b6c0;
    border-radius: 100%;
    width: 20px;    /* +6 for border */
    height: 20px;
    display: inline-block;
  }
  
  .customstepperstep .customstepperline {
      top: 20px;
      left: 9px;
  /*   height: 120px; */
    height: 100%;
      
      position: absolute;
      border-left: 3px solid #b6b6c0 ;
  }
  
  .customstepperstep.completed .customsteppercircle {
    visibility: visible;
    background-color: #8266F4;
    border-color: #5E43C8;
  }
  
  .customstepperstep.completed .customstepperline {
    border-left: 3px solid #5E43C8;
  }
  
  .customstepperstep.active .customsteppercircle {
  visibility: visible;
    border-color: #5E43C8;
  }
  
  .customstepperstep.empty .customsteppercircle {
      visibility: hidden;
  }
  
  .customstepperstep.empty .customstepperline {
  /*     visibility: hidden; */
  /*   height: 150%; */
    top: 0;
    height: 150%;
  }
  
  
  .customstepperstep:last-child .customstepperline {
    border-left: 3px solid white;
    z-index: -1; /* behind the circle to completely hide */
  }
  
  .customsteppercontent {
    margin-left: 20px;
    display: inline-block;
  }

.ais-SearchBox { margin: 0  0 1em; }
.ais-Pagination { margin-top: 1em; }
.ais-InstantSearch { max-width: 960px; margin: 0 auto; }
.ais-Hits-list { display: grid;     grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); grid-gap: 1em; }
.ais-Hits-item img { margin-right: 1em; }
.hit-name { margin-bottom: 0.5em; }
.hit-description { color: #888; font-size: 14px; margin-bottom: 0.5em; }
.w-fit-content { width: fit-content; }

.read-only{
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}
button:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    opacity: 0.2;
}

.contact-page-content .parent-filter-container:hover .children-filter-container {
    display: none !important;
}

.contact-page-content .parent-filter-container.ready:hover .children-filter-container {
    max-width: 250px;
    top: 30px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}

.contact-page-content .parent-filter-container {
    max-width: 250px !important;
}

.children-filter-container.has-search .filter-children-list {
    margin: 10px 0 !important;
    overflow: auto;
    max-height: 300px;
}

.children-filter-container:not(.has-search) .search-child-filter-container {
    display: none !important;

}

.children-filter-container:not(.has-search) .clear-child-filter-container {
    display: none !important;
}

.children-filter-container {

}

.parent-filter-container:hover .children-filter-container .no-results{
    display: block !important;
}
.parent-filter-container:hover .children-filter-container .no-results{
    display: none !important;
}
.parent-filter-container:hover .children-filter-container.no-filter-results .no-results{
    display: block !important;
}
.parent-filter-container:hover .children-filter-container .filter-children-list{
    display: block !important;
}
.parent-filter-container:hover .children-filter-container.no-filter-results .filter-children-list{
    display: none !important;
}
.clear-child-filter-container{
    justify-content: start !important;
}