/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(1499,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
@font-face {
  font-family: Raleway;
  src: url(/Content/Fonts/Raleway/Raleway-Bold.ttf);
  font-weight: 700; }

@font-face {
  font-family: Raleway;
  src: url(/Content/Fonts/Raleway/Raleway-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: Raleway;
  src: url(/Content/Fonts/Raleway/Raleway-SemiBold.ttf);
  font-weight: 600; }

@font-face {
  font-family: Be_Vietnam_pro;
  src: url(/Content/Fonts/Be_Vietnam_pro/BeVietnamPro-Medium.ttf);
  font-weight: 500; }

@font-face {
  font-family: Be_Vietnam_pro;
  src: url(/Content/Fonts/Be_Vietnam_pro/BeVietnamPro-SemiBold.ttf);
  font-weight: 600; }

body {
  font-family: "Raleway", sans-serif !important;
  color: #17191C; }

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif !important;
  color: inherit !important; }

footer {
  font-family: "Be_Vietnam_pro", sans-serif; }

.text-neutral {
  color: #17191C; }

.text-white {
  color: #FFFFFF; }

.text-primary {
  color: #114DA4 !important; }

.text-primaryDark {
  color: #0D3978 !important; }

.text-secondary {
  color: #4A545E !important; }

.text-dangerColor {
  color: #E70E0F !important; }

.text-success {
  color: #168910 !important; }

.text-neutralLight {
  color: #C2CCD6; }

.bg-neutral {
  background-color: #17191C; }

.bg-white {
  background-color: #FFFFFF; }

.bg-primary {
  background-color: #C5E0FB; }

.bg-primary-light {
  background-color: #C5E0FB; }

.bg-primary-dark {
  background-color: #114DA4; }

.bg-secondary {
  background-color: #F7FAFC; }

.bg-neutralLight {
  background-color: #C2CCD6; }

.bg-danger {
  background-color: #F0DBDB; }

.bg-secondayIconBg {
  background-color: #EDF0F3; }

.bg-gradient {
  background-image: url(/Content/Images/Background.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-lightGreen {
  background-color: #C6E1E1; }

.header-bg {
  width: calc(100% + 2rem); }

.custom-shadow {
  box-shadow: 0px 4px 12px rgba(8, 38, 79, 0.15); }

.stroke-primary {
  stroke: #114DA4;
  fill: none; }

.stroke-danger {
  stroke: #E70E0F;
  fill: none; }

.stroke-warning {
  stroke: #856404;
  fill: none; }

.stroke-secondaryText {
  fill: none;
  stroke: #4A545E; }

.stroke-success {
  stroke: #168910;
  fill: none; }

.stroke-white {
  stroke: #FFFFFF;
  fill: none; }

.fill-primary {
  stroke: none;
  fill: #114DA4; }

.fill-danger {
  stroke: none;
  fill: #E70E0F; }

.fw-medium {
  font-weight: 500; }

.fw-semiBold {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

.fs-300 {
  font-size: 0.875rem; }

.fs-400 {
  font-size: 1rem; }

.fs-500 {
  font-size: 1.125rem; }

.fs-600 {
  font-size: 1.25rem; }

.fs-700 {
  font-size: 1.625rem; }

.fs-800 {
  font-size: 2rem; }

.border-none {
  border: none !important; }

.border-bottom {
  border-bottom: 1px solid #EDF0F3; }

.border-secondaryIconBg {
  border: 1px solid #EDF0F3; }

.border-neutralLight {
  border: 1px solid #C2CCD6; }

.ou-border:before {
  content: "";
  display: block;
  width: 35vw;
  height: 2px;
  background: #EDF0F3;
  left: 1rem;
  top: 50%;
  position: absolute; }

.ou-border:after {
  content: "";
  display: block;
  width: 35vw;
  height: 2px;
  background: #EDF0F3;
  right: 1rem;
  top: 50%;
  position: absolute; }

.border-radius {
  border-radius: 8px !important; }

@media (min-width: 768px) {
  .ou-border:before {
    width: 20vw; }
  .ou-border:after {
    width: 20vw; } }

@media (min-width: 1200px) {
  .ou-border:before {
    width: 14vw; }
  .ou-border:after {
    width: 14vw; } }

.w-70 {
  width: 70%; }

.inverted-margin {
  margin-inline: -15px; }

.translate-down {
  transform: translate(0, 3rem); }

.gap-1 {
  gap: 1rem; }

.gap-2 {
  gap: 2rem; }

.gap-3 {
  gap: 3rem; }

.cursor-pointer {
  cursor: pointer; }

.bg-blur {
  backdrop-filter: blur(2px); }

.overflow-scroll {
  overflow: scroll; }

.table-overflow-scroll {
  overflow: scroll; }
  @media (min-width: 992px) {
    .table-overflow-scroll {
      overflow: auto; } }

.w-auto {
  width: auto !important; }

.list-style-position-inside {
  list-style-position: inside; }

.navbar {
  height: 72px; }

#sideBar {
  width: 100vw;
  background-color: #FFFFFF;
  height: calc(100vh - 72px);
  position: fixed;
  top: 72px;
  left: -100vw;
  z-index: 100;
  padding: 24px;
  overflow: auto;
  transition: left .5s ease-out; }
  #sideBar ul {
    list-style: none; }
    #sideBar ul a {
      display: flex;
      align-items: center;
      color: #4A545E; }
      #sideBar ul a:hover {
        text-decoration: none; }

@media (min-width: 992px) {
  #sideBar {
    width: 315px;
    left: 0; }
  main {
    padding-left: 315px; } }

.sideBar_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #EDF0F3; }
  .sideBar_icon svg {
    fill: none;
    stroke: #4A545E; }

.active {
  background-color: #114DA4; }
  .active svg {
    fill: none;
    stroke: #FFFFFF; }
  .active + p {
    color: #114DA4; }

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }
  .animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #FFFFFF; }

.animated-icon1 span:nth-child(1) {
  top: 0px; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon1.open span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg); }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg); }

.animated-icon1.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #F7FAFC !important; }

main {
  min-height: 100vh; }
  @media (min-width: 992px) {
    main {
      min-height: calc(100vh - 72px); } }

footer {
  margin-top: auto; }

@media (min-width: 992px) {
  .footerConnectee {
    padding-left: 315px; } }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

h1, h2, h3, h4, h5, p {
  margin-bottom: 0 !important; }

.select2-container {
  display: none; }

.container-mini {
  max-width: 425px;
  margin-inline: auto; }

footer, header {
  background-color: #13235B; }

.cardInfo {
  border-radius: 8px;
  padding: 1rem; }

.customCard {
  padding: 1.5rem;
  color: #4A545E;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(8, 38, 79, 0.15);
  border-radius: 8px; }

.cardInfo-outline {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #114DA4;
  color: #114DA4;
  background: #FFFFFF; }

.cardInfo-outline-danger {
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #E70E0F;
  color: #E70E0F;
  background: #FFFFFF; }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 11px;
  border-radius: 40px !important;
  transition: all 0.20s ease-out;
  width: 100%;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #114DA4;
  border: 2px solid #114DA4; }
  .button:hover {
    transform: scale(1.02); }
  .button:active {
    transform: scale(1); }
  .button:hover {
    color: #FFFFFF;
    text-decoration: none; }
  .button-disabled {
    color: #4A545E;
    background-color: #C2CCD6 !important;
    border: 2px solid #C2CCD6 !important;
    pointer-events: none; }
  .button-danger {
    background-color: #E70E0F;
    border: 2px solid #E70E0F; }
  .button-success {
    background-color: #168910;
    border: 2px solid #168910; }

.button-reverse {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 11px;
  border-radius: 40px !important;
  transition: all 0.20s ease-out;
  width: 100%;
  cursor: pointer;
  color: #114DA4;
  background-color: #FFFFFF;
  border: 2px solid #114DA4 !important; }
  .button-reverse:hover {
    transform: scale(1.02); }
  .button-reverse:active {
    transform: scale(1); }
  .button-reverse:hover {
    color: #114DA4;
    text-decoration: none; }
  .button-reverse-disabled {
    color: #4A545E;
    border-color: #C2CCD6;
    pointer-events: none; }

.cursor-pointer {
  cursor: pointer; }

.retour {
  position: absolute;
  left: 10vw;
  top: 1.75rem; }
  @media (min-width: 768px) {
    .retour {
      top: 6rem; } }

.retour-connecte {
  position: absolute;
  left: 10vw;
  top: 6rem; }
  @media (min-width: 992px) {
    .retour-connecte {
      left: calc(10vw + 315px); } }

.btn-transparent {
  background-color: transparent;
  color: #114DA4; }
  .btn-transparent:focus {
    box-shadow: none !important; }

.btn-link {
  color: #114DA4;
  text-decoration: underline;
  background-color: transparent;
  border: none; }

.dashboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }

.row-info {
  padding-block: 15px;
  border-bottom: 1px solid rgba(8, 38, 79, 0.15); }

/*@import "pages/etablissement/_RechercheTHR.scss";*/
.accTitle {
  background-color: #FFFFFF;
  border: 1px solid #C2CCD6;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .accTitle svg {
    fill: none;
    stroke: currentColor;
    transition: all 300ms ease-out; }

.rotate-180deg {
  transform: rotate(180deg); }

.form-input {
  border-radius: 8px !important;
  background-color: #FFFFFF;
  border: 1px solid #C2CCD6 !important;
  padding-block: .6rem !important;
  padding-inline: 1rem;
  width: 100%; }
  .form-input:disabled {
    background-color: #EDF0F3;
    border-color: #EDF0F3; }
  .form-input ~ svg {
    position: absolute;
    right: 1.3rem;
    top: 2.55rem; }
  .form-input ~ i {
    position: absolute;
    right: 1.3rem;
    top: 2.55rem; }
  .form-input:is(select) {
    padding-block: .72rem; }

.form-group.has-error {
  color: #E70E0F; }

.has-error > label {
  color: #E70E0F !important; }

.has-success > label {
  color: #168910 !important; }

.form-group.has-success {
  color: #168910; }

.input-disabled {
  background-color: #EDF0F3;
  border-color: #EDF0F3; }

.bi-eye, .bi-eye-slash {
  margin-left: -30px;
  cursor: pointer;
  z-index: 2; }

.edit-input {
  position: relative; }
  .edit-input .custom-select + i {
    right: 30px !important; }
  .edit-input i {
    position: absolute;
    right: 12px;
    top: 50% !important;
    transform: translateY(-50%); }
  .edit-input textarea {
    height: auto; }

.img-modifier i {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 8px 7px 8px 8px;
  cursor: pointer; }
  .img-modifier i :hover {
    transform: scale(105); }

.select2-container {
  width: 100% !important; }

.select2-hidden-accessible {
  display: none; }

.ui-menu {
  max-width: 350px !important;
  max-height: 160px !important;
  overflow-y: auto; }
  @media (min-width: 550px) {
    .ui-menu {
      max-width: 520px !important; } }
  @media (min-width: 1600px) {
    .ui-menu {
      max-width: 612px !important; } }

.custom-select {
  height: calc(2.25rem + 10px) !important; }

.datepicker {
  padding: 0.575rem .75rem !important; }

.select2-container--default .select2-selection--single {
  border-radius: 8px !important; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.7rem + 2px) !important; }

.tableau {
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(8, 38, 79, 0.15); }
  .tableau-header {
    background-color: #114DA4;
    color: #FFFFFF; }
  .tableau-body {
    color: #17191C; }

.page-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000 url(/Content/Images/ajax-loader.gif) no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 9999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  opacity: 0.8;
  width: 100%;
  height: 100%; }

.tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #555;
  border-radius: 3px; }

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none; }
  .StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 19px;
    width: 10px;
    height: 98%;
    border-left: 2px solid #C2CCD6; }
  .StepProgress-item {
    position: relative;
    counter-increment: list; }
    .StepProgress-item:not(:last-child) {
      padding-bottom: 20px; }
    .StepProgress-item::before {
      display: inline-block;
      content: '';
      position: absolute;
      left: -26px;
      height: 100%;
      width: 10px; }
    .StepProgress-item::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: -37px;
      width: 24px;
      height: 24px;
      border: 2px solid #C2CCD6;
      border-radius: 50%;
      background-color: #FFFFFF; }
    .StepProgress-item.is-done::before {
      border-left: 2px solid #114DA4; }
    .StepProgress-item.is-done::after {
      content: "✔";
      font-size: 11px;
      color: #FFFFFF;
      padding-top: 2px;
      text-align: center;
      border: 2px solid #114DA4;
      background-color: #114DA4; }
    .StepProgress-item.is-done p {
      color: #114DA4; }
    .StepProgress-item.current::before {
      border-left: 2px solid #C2CCD6; }
    .StepProgress-item.current::after {
      content: "";
      padding-top: 1px;
      width: 24px;
      height: 24px;
      top: 0px;
      left: -37px;
      font-size: 14px;
      text-align: center;
      color: #114DA4;
      border: 2px dashed #114DA4;
      background-color: white; }
    .StepProgress-item.current p {
      color: #114DA4; }
  .StepProgress p {
    display: block; }

.dtProgress {
  display: inline-flex;
  align-items: center;
  counter-reset: step;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #C2CCD6;
  list-style: none;
  margin-bottom: 6rem;
  padding-inline: 1rem; }
  .dtProgress__circle {
    width: 24px;
    height: 24px;
    border: 2px solid #C2CCD6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    /*
        &:after {
            content: 'Step ';
            margin-top: 0.5em;
        }*/ }
    .dtProgress__circle:before {
      content: '✔';
      font-size: 1rem;
      color: #FFFFFF; }
  .dtProgress__bar {
    flex: 1;
    height: 2px;
    background: #C2CCD6; }
  .dtProgress--done {
    background: #114DA4; }
  .dtProgress--active {
    border: 2px dashed #114DA4;
    color: #114DA4; }

.attente {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/Content/Images/loader.gif) no-repeat center center;
  left: 12px; }

.icone-absolute {
  position: absolute;
  left: 12px; }

.cardIcon p {
  flex: 1;
  font-size: 1rem;
  font-weight: 600; }

.step-icon {
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  background-color: #FFFFFF;
  padding: 15px;
  z-index: 1;
  box-shadow: 0px 0px 1px 5px #F7FAFC; }

.step-icon-bar {
  width: 2px;
  background-color: #D9D9D9;
  height: 60px;
  left: 27px;
  position: absolute; }

/*
 * cssCharts v0.3.0
 * jquery plugin to create donut and bar charts with css
 * https://github.com/sultantarimo
 *
 * (c)2015 Sultan Tarimo - sultantarimo@me.com
 * Released under the MIT license
 */
.chart *, .chart {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.chart {
  width: auto;
  display: block;
  position: relative;
  font-family: sans-serif;
  font-size: 14px;
  margin: 0 auto; }

/* bar chart */
.chart.bar {
  height: 200px; }

.bar-chart {
  display: table;
  table-layout: fixed;
  width: auto;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
  position: absolute;
  left: 0px; }

.bar-chart ul {
  margin-left: 34px;
  float: left;
  display: block;
  height: 100%; }

.bar-chart li {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 100px; }

.bar-chart span {
  margin: 0 6px;
  display: block;
  background: #f17f49;
  width: 34px;
  position: relative;
  -webkit-animation: drawBar 0.3s ease-in-out;
  -moz-animation: drawBar 0.3s ease-in-out;
  animation: drawBar 0.3s ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.bar-chart li:hover span {
  box-shadow: 0 0 0 4px #f17f49;
  cursor: pointer; }

.bar-chart li:nth-child(2n+1):hover span {
  box-shadow: 0 0 0 4px #bd380f; }

.bar-chart li:nth-child(2n+1) span {
  background-color: #bd380f; }

.bar-chart ul:last-of-type li:last-child span {
  margin-right: 0px; }

.bar-chart ul:first-of-type li:first-child span {
  margin-left: 0px; }

.bar-chart ul:last-of-type {
  margin-right: 0px; }

.bar-chart ul:first-of-type {
  margin-left: 0px; }

.bar-chart.left-bar ul:last-of-type {
  margin-right: 0px; }

.bar-chart.left-bar ul {
  margin-right: 34px;
  float: left;
  margin-left: 0px; }

.bar-chart span:before {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  content: attr(title);
  word-wrap: break-word;
  font-size: 12px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.bar-chart li span:before {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

@-webkit-keyframes drawBar {
  0% {
    height: 0; } }

@-moz-keyframes drawBar {
  0% {
    height: 0; } }

@keyframes drawBar {
  0% {
    height: 0; } }

/* donut chart */
.chart.donut {
  width: 200px;
  height: 200px; }

.donut-chart {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.donut-chart.fill {
  background: #f17f49; }

.donut-chart:after {
  content: "";
  position: absolute;
  width: 86%;
  height: 86%;
  background: #FFF;
  left: 50%;
  top: 50%;
  z-index: 400;
  margin: 0 auto;
  pointer-events: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.donut-chart h2 {
  text-align: center;
  position: absolute;
  line-height: 140%;
  width: 100%;
  margin-top: -30px;
  top: 50%;
  z-index: 500;
  pointer-events: none;
  font-size: 26px;
  font-weight: 400;
  color: black; }

.donut-chart h2 span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #8e8f8f;
  margin-top: -10px; }

.donut-chart .spinner {
  z-index: 200;
  border-right: none;
  -webkit-border-radius: 100% 0 0 100% / 50% 0 0 50%;
  -moz-border-radius: 100% 0 0 100% / 50% 0 0 50%;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: rotateDonut 0.3s ease-in-out;
  -moz-animation: rotateDonut 0.3s ease-in-out;
  animation: rotateDonut 0.3s ease-in-out;
  -webkit-transition: all 160ms ease-in-out;
  -moz-transition: all 160ms ease-in-out;
  transition: all 160ms ease-in-out; }

.spinner ~ .pie {
  pointer-events: none; }

.donut-chart.fill .pie,
.pie-chart .pie {
  -webkit-box-shadow: 0 0 0 4px #bd380f;
  -moz-box-shadow: 0 0 0 4px #bd380f;
  box-shadow: 0 0 0 4px #bd380f; }

@-webkit-keyframes rotateDonut {
  0% {
    transform: rotate(0deg); } }

@-moz-keyframes rotateDonut {
  0% {
    transform: rotate(0deg); } }

@keyframes rotateDonut {
  0% {
    transform: rotate(0deg); } }

.donut-chart .spinner.temp {
  display: none; }

.donut-chart .pie {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #bd380f;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.donut-chart .mask {
  background: #f8f8f8;
  z-index: 400;
  margin-left: -1px; }

.pie-chart:after {
  display: none; }

.chart.donut .pie-chart h2,
.chart.donut .pie-chart h2 span {
  color: #FFF; }

/* pie chart */
.chart.pie svg {
  width: 100%;
  height: 100%; }

.chart.pie {
  width: 200px;
  height: 200px; }

.chart.pie svg text {
  text-anchor: middle;
  fill: white;
  stroke-width: 0;
  transform: translate(120, -80); }

.chart.pie svg path:hover {
  stroke-width: 10px; }

.charts-tip {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  font-family: sans-serif;
  padding: 6px 12px;
  z-index: 100;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.chart.pie .pie-legend {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -30px;
  transform: translateX(100%) translateY(-50%); }

.chart.pie .pie-legend li {
  display: block;
  margin-bottom: 14px;
  clear: both; }

.chart.pie .pie-legend li i {
  top: 1px;
  position: relative;
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background: #DDD;
  margin-right: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.chart.pie .pie-legend li p {
  clear: both;
  display: inline; }

/* pie chart */
/* line chart */
.chart.line {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: relative; }

.chart .line-chart {
  min-width: 100px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 20; }

/* line chart borders and grids */
.line-chart:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #eeeeee;
  padding-right: 10px; }

.chart .grid {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.chart hr {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  outline: none;
  border: none;
  background: #eeeeee; }

.chart hr:before {
  position: absolute;
  right: 100%;
  top: 0px;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  content: attr(data-y);
  text-align: right;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line chart borders and grids */
/* line chart line */
.line-chart li {
  display: block;
  height: 1px;
  float: left;
  position: relative;
  position: absolute; }

/* line chart points tooltip */
.line-chart li a:hover:before,
.line-chart li a:hover:after {
  display: block;
  z-index: 10; }

.line-chart li a:before {
  content: attr(data-y);
  cursor: pointer;
  display: none;
  position: absolute;
  font-size: 14px;
  color: #FFF;
  bottom: 100%;
  left: 50%;
  margin-bottom: -4px;
  text-align: center;
  width: 40px;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  z-index: 40;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.line-chart li a:after {
  z-index: 50;
  content: "";
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: -16px;
  border: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.line-chart li a {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 0px;
  z-index: 30;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line chart points tooltip */
/* line chart points */
.line-chart li span {
  display: block;
  height: 1px;
  background: #f17f49;
  float: left;
  position: absolute; }

.line-chart.no-points li span {
  display: none; }

.line-chart li span:before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 6px;
  height: 6px;
  display: block;
  -webkt-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.line-chart li:hover span:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.line-chart li span:before,
.line-chart li span:after {
  background: #f17f49;
  border: 2px solid #bd380f;
  -webkit-box-shadow: 0 0 0 4px #FFF;
  -moz-box-shadow: 0 0 0 4px #FFF;
  box-shadow: 0 0 0 4px #FFF; }

/* line chart points */
/* line chart line */
.chart.line svg,
.chart.line > div {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  -webkit-animation: drawLine .3s ease-in-out;
  -moz-animation: drawLine .3s ease-in-out;
  animation: drawLine .3s ease-in-out; }

.chart.line svg path {
  fill: rgba(241, 127, 73, 0);
  stroke: #f17f49;
  stroke-width: 2px; }

.chart.line.dotted svg path {
  /*if you want it dashed instead of filled*/
  stroke-dasharray: 3; }

.chart.line .fill svg path {
  fill: rgba(241, 127, 73, 0.1);
  stroke: none;
  stroke-width: 0px; }

/* line chart animation */
@-webkit-keyframes drawLine {
  0% {
    opacity: 0; } }

@-moz-keyframes drawLine {
  0% {
    opacity: 0; } }

@keyframes drawLine {
  0% {
    opacity: 0; } }

@-webkit-keyframes drawChart {
  0% {
    width: 0; } }

@-moz-keyframes drawChart {
  0% {
    width: 0; } }

@keyframes drawChart {
  0% {
    width: 0; } }

.ariane {
  background-color: none; }

.info {
  background-color: #F7FAFC; }

@media (min-width: 768px) {
  .ariane {
    background-color: #F7FAFC; }
  .info {
    background-color: none; } }

.imgBonPlan-container {
  height: 150px; }

.imgBonPlan {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.active p {
  color: #fff; }

.google-wallet-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 24px;
  padding: 8px 16px;
  background-color: white;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #3c4043;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease; }

.google-wallet-btn:hover {
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.2); }

.google-wallet-logo {
  height: 20px;
  width: 20px;
  margin-right: 8px; }

.easypiechart .percent {
  display: block;
  position: absolute;
  width: 230px;
  line-height: normal; }

.easypiechart {
  position: relative;
  text-align: center;
  margin: 20px auto 10px auto;
  max-width: 150px; }

.easypiechart img {
  max-width: 90px;
  max-height: 90px;
  position: absolute;
  margin-top: 30px;
  left: 50%;
  margin-left: -45px; }

.map {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.custom-map-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 999px;
  /* pour un effet "pilule" */
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }

.btn-demande {
  display: inline-block;
  padding: 6px 12px;
  background-color: #0b4db5;
  /* bleu foncé comme sur l'image */
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  /* bord très arrondi pour un effet pilule */
  text-align: center;
  transition: background-color 0.3s ease; }

.btn-demande:hover {
  background-color: #093f96; }

.custom-map-btn:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  color: #000; }

.custom-map-btn i {
  font-size: 20px;
  color: red; }

.map-text {
  font-weight: 500; }

/* CSS à inclure dans votre feuille de style principale */
.narrow-gutters {
  margin-left: -8px !important;
  margin-right: -8px !important; }

.narrow-gutters > [class*="col-"] {
  padding-left: 8px !important;
  padding-right: 8px !important; }

#bg-diagonal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -26rem;
  width: 200%;
  transform-origin: top right;
  background-color: white;
  transform: skewX(-30deg);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-color: rgba(79, 70, 229, 0.1);
  z-index: 0; }

#accueil-content-left {
  font-family: Barlow, sans-serif; }

#accueil-content-left h1 {
  color: #13235B !important;
  font-weight: 600;
  font-size: 2rem !important;
  font-family: Barlow, sans-serif !important; }

#accueil-content-left p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #525252; }

#accueil-content-left .customCard p {
  color: #114DA4;
  font-weight: 600; }

#app-download a {
  display: block;
  width: 150px; }

#accueil-content {
  position: inherit;
  display: flex;
  flex-direction: column; }

#content-app {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px; }
  #content-app #content-app-left {
    grid-column-start: 1;
    grid-column-end: 1;
    flex-direction: column; }
    #content-app #content-app-left #app-download #app-links-btn {
      flex-direction: row;
      align-items: center; }
    #content-app #content-app-left #app-download #app-text {
      margin-top: 16px; }
    #content-app #content-app-left #video {
      height: 150px;
      grid-column-start: 1;
      grid-column-end: 1;
      background-size: cover !important; }
      #content-app #content-app-left #video p, #content-app #content-app-left #video svg {
        background-color: white;
        padding: 4px;
        border-radius: 4px; }

#content-btns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px; }

.bg-lightGreen {
  overflow: hidden; }

#accueil-content-right {
  display: none; }

@media only screen and (min-width: 768px) {
  #accueil-content {
    position: absolute !important;
    flex-direction: row !important; }
  #content-app {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    #content-app #content-app-left {
      grid-column-start: 1;
      grid-column-end: 4; }
      #content-app #content-app-left #app-download #app-links-btn {
        flex-direction: column; }
      #content-app #content-app-left #app-download #app-text {
        margin-top: 0;
        padding-left: 16px; }
      #content-app #content-app-left #video {
        height: 150px;
        grid-column-start: 4;
        grid-column-end: 4;
        background-size: cover !important; }
        #content-app #content-app-left #video p, #content-app #content-app-left #video svg {
          background-color: white;
          padding: 4px;
          border-radius: 4px; }
  #content-btns {
    grid-template-columns: 1fr; }
  .bg-lightGreen {
    height: 100vh; } }

@media only screen and (min-width: 1200px) {
  #accueil-content-right {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px; }
    #accueil-content-right div:last-child img:first-child {
      height: 175px; }
    #accueil-content-right div:last-child img:last-child {
      height: 175px; }
    #accueil-content-right img {
      box-shadow: 0px 4px 12px rgba(8, 38, 79, 0.15);
      min-width: 175px;
      width: 175px;
      height: 265px;
      object-fit: cover;
      border-radius: 0.375rem; } }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@font-face {
  font-family: neo-sans-w1g-medium;
  font-style: normal;
  font-weight: 500;
  src: url(/Content/Styles/Fonts/neo-sans-w1g-medium.otf); }

.disabled.import_box {
  z-index: -1; }

.disabled.import_box .btn.btn-move {
  background: #e7e9ec;
  color: #a5aaad;
  border-color: #e7e9ec; }

.my-dropzone, .my-dropzone * {
  box-sizing: border-box; }

.my-dropzone {
  min-height: 300px;
  width: 445px;
  text-align: center;
  max-width: 100%;
  border: 1px dashed #6f7277;
  border-radius: 7px; }

.my-dropzone.document-zone {
  width: 100%;
  min-height: 162px; }

.my-dropzone.avis-zone {
  width: 100%;
  min-height: 50px;
  border: none; }

.my-dropzone.dz-clickable {
  cursor: pointer; }

.my-dropzone.dz-clickable .dz-message, .my-dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.my-dropzone.dz-started .dz-message {
  display: none; }

.my-dropzone.dz-drag-hover {
  border-style: solid; }

.my-dropzone.avis-zone.dz-drag-hover {
  border: none; }

.my-dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.my-dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.my-dropzone.document-zone .dz-message {
  margin: .3em 0; }

.my-dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  width: 100%; }

.document-zone.my-dropzone .dz-preview {
  min-height: 162px; }

.avis-zone.my-dropzone .dz-preview {
  min-height: 50px; }

.my-dropzone .dz-preview:hover {
  z-index: 1000; }

.my-dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: transparent; }

.my-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.my-dropzone .dz-preview.dz-image-preview {
  background: white; }

.box-valid .my-dropzone .dz-preview.dz-image-preview {
  background-color: #f0f5fa; }

.my-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dz-remove {
  display: block;
  font-size: 17px;
  height: 52px;
  width: 255px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -127.5px;
  bottom: -10px;
  z-index: 10;
  background: url(/Content/Styles/Images/remove_photo.svg) no-repeat white 46px 14px;
  background-size: 24px 24px;
  box-shadow: 0 10px 15px -5px #ced2d6;
  color: #114DA4;
  border-radius: 7px;
  padding: 14px 40px 17px 75px;
  border: none;
  cursor: pointer;
  transition: all .5s; }
  .dz-remove svg {
    position: absolute;
    top: 0.65rem; }

.dz-remove:hover {
  background-image: url(/Content/Styles/Images/remove_photo-white.svg);
  background-color: #114DA4;
  color: white;
  text-decoration: none; }

.dz-remove:focus, .dz-remove:active {
  background-image: url(/Content/Styles/Images/remove_photo-white.svg);
  background-color: #114DA4;
  color: white;
  text-decoration: none; }

.document-zone .dz-remove {
  bottom: -26px;
  padding: 14px 0px 17px 20px;
  background-position-x: 20px; }

.avis-zone .dz-remove {
  position: relative;
  padding: 17px 14px 17px 15px;
  background-position-x: 15px;
  display: inline-block;
  width: 52px;
  height: 52px;
  z-index: 20;
  text-align: center;
  margin: 0;
  left: 0px;
  bottom: auto;
  right: 0;
  float: right; }

/*.my-dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}*/
.my-dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.my-dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

/*.my-dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.my-dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.my-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .my-dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
        border: 1px solid transparent;
    }

.my-dropzone .dz-preview .dz-details .dz-filename span, .my-dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}*/
/*.my-dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}*/
.my-dropzone .dz-preview .dz-image {
  overflow: hidden;
  /*width: 226px;
    height: 300px;*/
  position: relative;
  display: inline-block;
  z-index: 10; }

.document-zone.my-dropzone .dz-preview .dz-image {
  max-height: 300px;
  height: auto; }

.document-zone.my-dropzone .dz-preview .dz-details {
  display: block; }

.document-zone.my-dropzone .dz-preview .dz-details .dz-size {
  display: none; }

.document-zone.my-dropzone .dz-preview .dz-details .dz-filename {
  display: block;
  font-size: 14px;
  color: #000; }

.avis-zone.my-dropzone .dz-preview .dz-image {
  height: auto; }

.avis-zone.my-dropzone .dz-preview .dz-details {
  display: block;
  background: #f0f5fa;
  padding: 17px;
  margin-bottom: 10px;
  border-radius: 7px; }

.avis-zone.my-dropzone .dz-preview .dz-details .dz-size {
  display: none; }

.avis-zone.my-dropzone .dz-preview .dz-details .dz-filename {
  display: block;
  font-size: 14px;
  color: #000; }

.my-dropzone .dz-preview .dz-image img {
  display: block; }

.my-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.my-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.my-dropzone .dz-preview .dz-success-mark, .my-dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.my-dropzone .dz-preview .dz-success-mark svg, .my-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.my-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.my-dropzone .dz-preview.dz-success .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.my-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.my-dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.my-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.my-dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.my-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.my-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.my-dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

#head_mask {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px; }

﻿#my_camera {
  width: 100% !important; }

#my_camera video {
  width: 100% !important;
  max-width: max-content; }

.MesDocuments .contentDoc {
  min-height: calc(100vh - 468px); }

.MesDocuments .gridview-shadow {
  box-shadow: 0.7px 2px 5px rgba(0, 0, 0, 0.4); }

.MesDocuments .tableau {
  table-layout: fixed;
  border-collapse: collapse; }
  .MesDocuments .tableau thead {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .MesDocuments .tableau th,
  .MesDocuments .tableau td {
    padding: 1rem;
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word; }
    .MesDocuments .tableau th:nth-child(1),
    .MesDocuments .tableau td:nth-child(1) {
      width: 60%; }
    .MesDocuments .tableau th:nth-child(2), .MesDocuments .tableau th:nth-child(3),
    .MesDocuments .tableau td:nth-child(2),
    .MesDocuments .tableau td:nth-child(3) {
      width: 20%;
      text-align: center; }

.MesDocuments .tableau-header {
  width: 100%;
  font-weight: bold; }

.MesDocuments .tableau-body {
  word-wrap: break-word; }

.MesDocuments .tab-active {
  color: #114da4;
  border-bottom: 2px solid #114da4;
  font-weight: 600;
  background-color: transparent !important; }

@media (max-width: 768px) {
  .MesDocuments .grid-responsive thead {
    display: none; }
  .MesDocuments .grid-responsive tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px; }
  .MesDocuments .grid-responsive td,
  .MesDocuments .grid-responsive .tableau-body > div {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    width: 100%;
    border: none !important; }
    .MesDocuments .grid-responsive td::before,
    .MesDocuments .grid-responsive .tableau-body > div::before {
      content: attr(data-label);
      font-weight: bold;
      color: #333;
      margin-right: 1rem; }
  .MesDocuments .grid-responsive .label-mobile {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-align: left !important;
    margin-bottom: 0.25rem; } }

.carr {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 0; }

.carr-slide {
  flex: 0 0 200px;
  height: 250px;
  border-radius: 8px;
  width: 90%;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.08);
  margin-left: 8px;
  margin-top: 8px; }
  .carr-slide img {
    width: 200px;
    height: 110px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    object-position: center; }
  .carr-slide p {
    padding: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    max-height: 120px;
    justify-content: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }

.carr-button {
  background: none;
  font-size: 3rem;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.1s ease;
  border: none; }

.carr-button:hover {
  color: #555; }

.carr-button:focus {
  outline: none;
  box-shadow: none; }

.carr-slides {
  display: flex;
  transition: transform 0.3s ease;
  gap: 15px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-right-style: solid;
  border-right-width: 0px;
  width: 95%;
  z-index: -1;
  overflow: hidden;
  scroll-behavior: smooth; }

