
:root {
  --pie-bg: #e4e4e4;
  --bs-primary: #fe7109;
  --bs-secondary: #ffffff;
  --bs-success: #10893e;
  --bs-info: #0078d7;
  --bs-warning: #ff9c00;
  --bs-danger: #e81123;
  --bs-light: #f7f8f9;
  --bs-dark: #212529;
  --bs-t1: #7109fe;
  --bs-t2: #09fe71
}

body {
    background-color: #f4f4fc;
}

@font-face {
  font-family: "urbanist";
  src: url("../../pdfreports/fonts/Urbanist-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "osb";
  src: url("../../pdfreports/fonts/ostrich-sans-black.ttf");
}

@font-face {
  font-family: "osbd";
  src: url("../../pdfreports/fonts/ostrich-sans-bold.ttf");
}
@font-face {
  font-family: "osd";
  src: url("../../pdfreports/fonts/ostrich-sans-dashed.ttf");
}
@font-face {
  font-family: "osii";
  src: url("../../pdfreports/fonts/ostrich-sans-inline-italic.ttf");
}
@font-face {
  font-family: "osir";
  src: url("../../pdfreports/fonts/ostrich-sans-inline-regular.ttf");
}
@font-face {
  font-family: "osl";
  src: url("../../pdfreports/fonts/ostrich-sans-light.ttf");
}
@font-face {
  font-family: "osr";
  src: url("../../pdfreports/fonts/ostrich-sans-regular.ttf");
}
@font-face {
  font-family: "osr2";
  src: url("../../pdfreports/fonts/ostrich-sans-rounded.ttf");
}
@font-face {
  font-family: "noto-i";
  src: url("../../pdfreports/fonts/NotoSansDisplay-Italic-VariableFont_wdth,wght.ttf");
}
@font-face {
  font-family: "noto";
  src: url("../../pdfreports/fonts/NotoSansDisplay-VariableFont_wdth,wght.ttf");
}

h1.title {
  font-family: "noto";
  font-variation-settings: 'wdth' 90, 'wght' 400;
}

.noto {
  font-family: "noto";
  font-variation-settings: 'wdth' 90, 'wght' 400;
}

.noto.wide {
  font-family: "noto";
  font-variation-settings: 'wdth' 130, 'wght' 600;
}

.osii{
  font-family: "osbd";
}

.frecop {
  font-size: 45px;
  border-bottom: 5px solid var(--bs-t1);
}

.modal-backdrop {
  z-index: 102;
}

.bg-p {
  background-color: rgb(var(--bs-primary)/30%)!important;
}

.cat-display {
  position: fixed;
  right: 0;
  bottom: 1%;
  left: 0;
  z-index: 5;
  /* height:60px; */
}

/* @media only screen and (min-width: 992px){
  .cat-display {
    position: fixed;
    right: 0;
    bottom: 1%;
    left: 0;
    z-index: 1030;
  }
} */

a.text-muted:hover{
  color: var(--bs-t1)!important;
}


.mh-100 {
  max-height: 100% !important;
}

.mh-75 {
  max-width: 75% !important;
}

.background-sidenav {
  background: white
}

.fdb {
  width: 170px;
  height: 50px;
  position:relative;
  display: block;
  border-radius: 10px 10px 10px 10px;
  background-color: #fcfcfc;
  color: var(--bs-t1);
  text-align: center;
  font-family: "osb";
  font-size: 20px;
  line-height: 20px;
  padding: 5px 0;
  transition: all 0.3s;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.tdu {
  text-decoration: underline;
}

.mya {
  text-decoration: none;
  /* color:red; */
  font-family: "noto" ;
  align-items: center;
  display: flex;
  justify-content: center;
  transition:ease-in-out 0.3s;
}

.mya:hover {
  padding-left: 15px;
}

.dlpdf{
  line-height: 30px;
  font-size: 22px;
}

.fdb .fbi{
  background-color: transparent;
  width: 0px;
  height: 55px;
  float: right;
  position: absolute;
  border: 5px solid var(--bs-t2);
  border-radius: 5px 5px 5px 5px;
  left: 0px;
  top: -5px;
  transition: all 0.15s;
}

.fdbd {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}


.fdb:hover .fbi {
  width: 130%;
  border-radius: 10px 10px 10px 10px;
  background-color: var(--bs-t1)!important;
  transform: translate(0%, 0%);
}

.fbi:after{ 
  inset: 
  0
  0; 
}

.fbi i {
  display: none;
  position: absolute;
  left: 160px;
  top: -2px;
  color: #fff;
  font-size: 50px;
}

.fdb:hover .fbi i{
  display:block
  
}

.fdb:hover {
  /* background-color: var(--bs-t1)!important; */
  color: #fff !important;
  /* font-family: "osii"; */

}

.page-content-wrapper {
  overflow:auto;
}

.overflow-auto {
  overflow: auto;
  height:calc(100vh - 1rem - 60px);
}

.btm-round {
  border: 0px solid transparent;
  border-radius: 30px;
}

.btm-round-2 {
  font-family: "noto";
  line-height: 25px;
  font-size: 25px;
  border: 0px solid transparent;
  border-radius: 25px;
  height:50px;
  margin: 5px 5px 5px 5px;
}


.btn-15 {
  font-family: "noto";
  line-height: 25px;
  font-size: 25px;
  border: 0px solid transparent;
  border-radius: 25px;
  height:50px;
  margin: 5px 5px 5px 5px;
  padding:10px 25px;
  box-shadow: inset 0 0 0 0 var(--bs-t1);
  color: var(--bs-primary);
  transition: color .25s ease-in-out, box-shadow .25s ease-in-out;
}

.btn-15:hover {
  color: white;
  box-shadow: inset 200px 0 200px 0 var(--bs-t1);
}
.btn-15:active {
  top: 2px;
}

.btm-title {
  font-family: "noto";
  line-height: 56px;
  padding: 0 25px;
}

nav {
  z-index: 8;
}

.wrapper {
  color: black ;
}


h1.main-page {
  font-family: "osr2";
  font-size: 8vh;
  font-weight: 900;
  text-align: center;
}

@media only screen and (min-width: 1200px){
  h1.main-page {
    text-align: left;
  }
}
/* @media only screen and (min-width: 959px){
  h1.main-page {
    font-family: "osr2";
    font-size: 80px;
    font-weight: 900;
    text-align: center;
  }
} */


.t1 {
  color: var(--bs-t1);
}
.t2 {
  color: var(--bs-t2);
}

.bgt1 {
  background-color: var(--bs-t1);
}
.bgt2 {
  background-color: var(--bs-t2);
}

.hov-bg {
  border-radius: 30px;
  padding: 10px 25px;
  background : #fff!important;
  color:#000;
  transition: 0.3s;
 }
 .hov-bg:hover {
   background : var(--bs-t1)!important;
   border-radius: 30px;
   color: #fff;
  }

span.inline {
  font-family: "osir";
  font-weight: 500;
}

span.inline.italic {
  font-family: "osii";
  font-weight: 500;
}

span.bold {
  font-family: "osbd";
  font-weight: 500;
}

span.light {
  font-family: "osl";
  font-weight: 500;
}

.m0.h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #212529;
}

.active {
    z-index: 2;
    color: var(--bs-t1)!important;
    font-weight: bold;
    font-family: noto;
  }

.border-rounded {
    border-radius: 0.6rem;
    padding: 2rem;
    margin: 1rem;
  }

.border-rounded.btn {
    border-radius: 0.6rem;
    padding: 1rem;
    margin: 1rem;
  }

.border-rounded.btn:hover {
    border-radius: 0.8rem;
    padding: 1rem;
    margin: 1rem;
    filter: brightness(0.96);
  }

  .rounded-0-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.rounded-0-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.rounded-0-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

.rounded-0-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
.border-rounded.btn.rounded-0-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.border-rounded.btn.rounded-0-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.border-rounded.btn.rounded-0-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

.border-rounded.btn.rounded-0-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

.border-t1 {
  border-color:var(--bs-t1)!important;
}

.border-t2 {
  border-color:var(--bs-t2)!important;
}

.my-list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: noto
}

.my-list-group-item:hover {
  color: #000;
}

.input-group {
  margin : 1rem #000;
}

.copy {
  background-color: #f7f8f9;
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
  border : 1px solid #e4e4e4;
}

.copy:hover {
  background-color: #f7f8f9;
  border-radius: 0.3rem;
  border : 1px solid #e4e4e4;
  box-shadow: darkorange 0px 0px 0px 1px;
  /* transform: scale(0.99); */
}

.copy:after {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  left: -100%;
  opacity: 0;
  /* transition: all 0.4s */
}

.copy:hover::after {
  content: "Copier le lien";
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
  /* transition: all 4s */
  /* transform: scale(0.99); */
}

.copy:hover:active::after {
  content: "Copié !";
}



@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

.pie {
  --p:20;
  --b:10px;
  --c:var(--pie-bg);
  --w:50px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
}
.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.pie:before {
  inset: 0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - var(--b)),#000 calc(100% - var(--b)));
          mask: radial-gradient(farthest-side,#0000 calc(100% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.pie.pie:before{
  z-index: 0;
  background-color: var(--pie-bg);
}

.animate {
  animation: p 0.8s 0.1s both;
}
.no-round:before {
  background-size: 0 0, auto;
}
.no-round:after {
  content: none;
}
@keyframes p{
  from{--p:0}
}

.pie .show_text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  z-index: 1;
}

.bg-pie {
  --bs-bg-opacity: 1;
  background-color:#9f5151;
}

.bg-70-warning {
  background-color: rgba(var(--bs-warning), 0.7);
}

.line {
  --p:20;
  --b:10px;
  --c:var(--pie-bg);
  --w:100px;
  width: var(--w);
  height: var(--b);
  /* aspect-ratio: 1; */
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: baseline right;
  font-size: 13px;
  font-weight: bold;
  font-family: sans-serif;
}

.line:before,
.line:after {
  content: "";
  position: absolute;
  border-radius: calc(var(--b)/2);
}

.line:before {
  inset: 
    0
    0; 
  background:
    linear-gradient(to right, var(--c) calc(var(--p) * (var(--w) - var(--b)) / 100 + var(--b)/2),#0000 0),
    linear-gradient(to right, var(--pie-bg) 100%,#0000 0),
    linear-gradient(to right, var(--c) calc(var(--b)/2),#0000 0);
}

.line:after {
  inset: 
    calc(50% - var(--b)/2)
    calc(100% - var(--b))
    calc(50% - var(--b)/2)
    0;
  background: var(--c);
  transform: 
    translateX(calc(var(--p) * (var(--w) - 100%) / 100))
}

.line .show_text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  z-index: 1;
}

.text-grey {
  color: #9d9d9d;
}


.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fe7109;
  color: #fff;
  border: 0;
  position: relative;
  transition: padding-right 0.3s ease;
  /* box-shadow: 0 1px 0 #6e6e6e inset, 0px 1px 0 #3b3b3b; */
}
.button:hover {
  box-shadow: black 0px 0px 0px 2px;
  transform: scale(0.99);
}

.button:disabled {
  background-color: #e4e4e4;
  color: #9d9d9d;
  box-shadow: none;
}

.button.spinning {
  padding-right: 40px;
}
/* .button.spinning:after {
  content: "";
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
} */
.button.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-right: 5px solid #fe7109;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
@-webkit-keyframes rotate360 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes exist {
  100% {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
    margin: -10px 5px 0 0;
  }
}


.dot{
  --color: #fe7109;
  --size: 12px;
  width: var(--size);
  height: var(--size);
  margin-top: auto;
  margin-bottom: auto;
  margin: auto 5px;
  border-radius: 50%;
  background-color: var(--color);
}

.sidebar-vh {
  height: calc(100vh - 1rem - 60px);
}

.nav-btn {
  background-color: transparent;
  border: none;
  text-align: left;
  color: black;
  padding: 0.65rem 1rem;
}

.nav-btn:hover {
  color: var(--bs-t1);
}

.spacer {
  flex: 1;
}

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

.bg-disabled {
  /* background-color: #f1f1f1; */
  /* background-color: darkgrey; */
  background: repeating-linear-gradient(-45deg, #f1f1f1, #f1f1f1 2px, white 5px, white 20px);
}

.shadow {
  box-shadow: 0 0 0 2px #000;
}

.spacing-x {
  margin-left: 33.33%;
}

.btn.btn-hover {
  color:var(--bs-warning);
  border-radius: 0.5rem;

}

.btn.btn-hover:hover {
  color:var(--bs-warning);
  border-radius: 0.5rem;
  box-shadow: 0 0 0 2px #d3d3d3;
}

.border-display {
  border: 1px solid #d3d3d3;
  border-radius: 0.3rem;
}

a.text-dark:hover {
  color: var(--bs-primary)!important;
}

video {
  object-fit: fill;
  width: 50%;
}

li {
  border-radius: 30px;
}
/* ul.hover :hover {
  background-color: #fef0e6;
  border-radius: 30px;
} */