@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Black.ttf") format("inter-black"), url("/fonts/Inter-Bold.ttf") format("inter-bold"), url("/fonts/Inter-ExtraBold.ttf") format("inter-extrabold"), url("/fonts/InterExtraLight-.ttf") format("inter-extralight"), url("/fonts/Inter-Light.ttf") format("inter-light"), url("/fonts/Inter-Medium.ttf") format("inter-medium"), url("/fonts/Inter-Regular.ttf") format("inter-regular"), url("/fonts/Inter-SemiBold.ttf") format("inter-semibold"), url("/fonts/Inter-Thin.ttf") format("inter-thin");
}
.none-focus {
  outline: none;
}

* {
  scrollbar-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  width: 7px;
  background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-thumb {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0px 2px 5px 0px lightgrey;
  background-color: white;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
}

body {
  color: #333945;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=text]::placeholder {
  color: #333945;
}

.iscroll--off {
  overflow: hidden !important;
}

#popup.modal.fade.in {
  display: flex !important;
  margin-top: 0 !important;
  justify-content: center;
  align-items: center;
}

.unstyled-list {
  list-style: none;
}

/* iellipsis */
.iellipsis {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  max-width: 450px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.iellipsis::-webkit-scrollbar {
  display: none;
}

.iellipsis-ligne {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  max-width: 450px;
}

.iellipsis-ligne::-webkit-scrollbar {
  display: none;
}

.iellipsis-ligne {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*  Proposition 1 */
.iellipsis-dot {
  white-space: nowrap;
  overflow: auto;
  text-overflow: ellipsis;
}

/*
.iellipsis-ligne-2::-webkit-scrollbar {
    display: none;
}

.iellipsis-ligne-2 {
    scrollbar-width: none;
    -ms-overflow-style: none; 
} */
/* Iobj */
.iobj.active {
  background-color: #F8FCFF;
}

.iobj_option_header {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}

.iobj_option_footer {
  display: flex;
  justify-content: flex-end;
}

.iobj_option_aside {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
}

.iobj_input_label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.iobj_input_container {
  position: relative;
  display: flex;
}

.iobj_input {
  background-color: white;
}

/* Icard */
.icard {
  margin: 5px;
  position: relative;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icard.active {
  background-color: #F8FCFF;
}

.icard.active input {
  background-color: white;
}

/* Effet Icheck et Button */
.pop {
  padding: 3px 20px;
}

/* Icheck */
.icheck_container {
  display: flex;
  width: 160px;
  justify-content: space-between;
  align-items: center;
}

.icheck_container span {
  word-wrap: break-word;
  /* color: #333945; */
  width: 65%;
}

.icheck_container label {
  align-self: center;
  word-wrap: break-word;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icheck_container > input {
  border: none;
  width: 35%;
}

.icheck_libelle {
  cursor: pointer;
  align-self: flex-start;
}

.icheck_libelle_aside {
  font-size: 0.6rem;
}

/* CheckBox */
.icheck {
  border: 2px solid #333945;
  font-size: 1.5rem;
  margin-bottom: 0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icheck.imini {
  width: 11px;
  height: 11px;
  font-size: 0.6rem;
}

.icheck.ismall, input[type=checkbox].ismall {
  width: 18px;
  height: 18px;
  font-size: 1rem;
}

.icheck.ibig {
  width: 33px;
  height: 33px;
  font-size: 1.8rem;
}

.icheck i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icheck.slide {
  border: none;
  width: 52px;
  justify-content: inherit;
  background-color: #E5EAEC;
  box-shadow: none;
}

.icheck.slide i {
  color: white;
}

.icheck.imini.slide {
  width: 39px;
  height: 17px;
  font-size: 1.2rem;
}

.icheck.ismall.slide {
  width: 43px;
}

.icheck.ibig.slide {
  width: 56px;
}

.icheck.reverse {
  border: none;
  box-shadow: none;
  padding: 5px;
}

.icheck.reversed {
  background-color: #333945;
}

.icheck.reversed i {
  color: white;
}

.icheck.blop {
  background-color: #DDDDDD;
}

.icheck.blop:hover {
  background-color: white;
}

.icheck.blop i {
  color: white;
  opacity: 0;
}

.icheck.blop:hover i {
  opacity: 1;
  color: #DDDDDD;
}

.icheck.blop.active i {
  color: white;
}

.icheck.active {
  background-color: #333945;
  color: white;
}

.icheck.blop.keep i {
  opacity: 1;
}

/* Ibutton */
.ibutton {
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
  border: none;
  color: #333945;
  background-color: white;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.ibutton-badge {
  position: absolute;
  top: 10%;
  left: 93%;
  font-size: 15px;
  pointer-events: all;
}

.ibutton i {
  width: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ibutton.imini {
  font-size: 1rem;
}

.ibutton.ismall {
  font-size: 12px;
  padding: 6px;
  line-height: 12px;
}

.ibutton.ismall i {
  width: 12px;
}

.ibutton.ibig {
  font-size: 1.9rem;
}

a.ibutton {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a.ibutton:hover {
  text-decoration: none;
}

a.ibutton i {
  width: inherit;
}

.text {
  padding: 0;
  /* margin: 5px; */
  border: none !important;
  background-color: transparent !important;
}

.ibutton.opacity {
  color: #CECECE;
}

.ibutton:hover {
  color: white;
  background-color: #333945;
}

.ibutton.text:hover {
  color: #333945;
}

/* .ibutton.opacity:hover {
    opacity: 1;
} */
.ibutton.active {
  color: white;
  background-color: #333945;
}

.ibutton.active label {
  color: #333945;
}

.ibutton.active input[type=text] {
  color: #333945;
  width: 350px;
}

.ibutton.active input[type=text]::placeholder {
  color: white;
}

.ibutton[data-hover-dir=right]:hover {
  transform: translate(20px);
  -webkit-transform: translate(20px);
  -moz-transform: translate(20px);
  -ms-transform: translate(20px);
  -o-transform: translate(20px);
}

.ibutton[data-hover-dir=left]:hover {
  transform: translate(-20px);
  -webkit-transform: translate(-20px);
  -moz-transform: translate(-20px);
  -ms-transform: translate(-20px);
  -o-transform: translate(-20px);
}

.ibutton[data-hover-dir=bottom]:hover {
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
}

.ibutton[data-hover-dir=top]:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}

.ibutton.rotate.active i {
  color: #333945;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* Iselect */
.iselect {
  display: inline-flex;
  position: relative;
  padding: 3px 7px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.iselect:hover {
  background-color: #F8F8F8;
}

.iselect:hover .iselect_icone {
  color: #333945;
}

.iselect select {
  position: relative;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
}

.iselect .iselect_icone {
  position: absolute;
  color: #BFBFBF;
  z-index: 1;
  font-size: 1.3rem;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.iselect.active .iselect_icone {
  color: #333945;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform-origin: 50% 25%;
}

/* Dropdown */
.idropdown_button.dropdown > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.idropdown_button {
  cursor: pointer;
}

.idropdown_button > i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* Iinput */
.iinput_container {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 30px;
  font-size: 13px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.iinput {
  font-size: 13px;
  padding: 2px 8px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 3px;
  margin-left: 0;
  height: 30px;
  border: none;
  color: #333945;
  background-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

input.iinput::placeholder {
  color: rgba(51, 57, 69, 0.4745098039);
  opacity: 1;
}

input.iinput:focus::placeholder {
  color: transparent;
}

.iinput_container.ismall {
  font-size: 9px;
  height: 25px;
}

.iinput_container.ibig {
  font-size: 18px;
  height: 35px;
}

.iinput_container.grow .iinput {
  width: 110px;
}

.iinput_container.ismall.grow .iinput {
  font-size: 9px;
  width: 80px;
}

.iinput_container.ibig.grow .iinput {
  font-size: 18px;
  width: 130px;
}

.iinput_container.grow.active .iinput {
  width: 300px;
}

.iinput_container.ismall.grow.active .iinput {
  width: 250px;
}

.iinput_container.ibig.grow.active .iinput {
  width: 400px;
}

.iinput_container label {
  margin: 0;
}

/* Itextarea */
.itextarea {
  height: 150px;
  width: 100%;
  resize: none;
  margin: 5px 0;
  padding: 10px;
  border: 1px #E5EAEC solid;
  background-color: white;
  position: relative;
}

.itextarea::placeholder {
  font-style: italic;
  font-weight: 300;
}

.itextarea_commands {
  position: absolute;
  bottom: 20px;
  right: 55px;
}

.itextarea_option {
  display: flex;
  justify-content: space-around;
  width: 45%;
  margin-left: auto;
}

/* lines */
.separator_horizontal {
  height: 25px;
  width: 1px;
  background-color: #333945;
  margin: 0 20px;
  opacity: 0.2;
}

.separator_vertical {
  width: 25px;
  height: 1px;
  background-color: #333945;
  margin: 20px 0;
  opacity: 0.2;
}

.separator_horizontal.slim, .separator_vertical.slim {
  margin: 0;
}

/* Organisation des blocks */
.iw-auto {
  width: auto !important;
}

.iw-25 {
  width: 25%;
}

.iw-50 {
  width: 50%;
}

.iw-75 {
  width: 75%;
}

.iw-100 {
  width: 100%;
}

.ih-auto {
  height: auto !important;
}

.ih40 {
  height: 40px;
}

.ih-25 {
  height: 25%;
}

.ih-50 {
  height: 50%;
}

.ih-75 {
  height: 75%;
}

.ih-100 {
  height: 100%;
}

.irow {
  display: flex;
}

.icolumn {
  display: flex;
  flex-direction: column;
}

.irow-inline {
  display: inline-flex;
}

.igrow {
  flex-grow: 1;
}

.igrow-2 {
  flex-grow: 2;
}

.igrow-3 {
  flex-grow: 2;
}

.iwrap {
  flex-wrap: wrap;
}

.iwrap-reverse {
  flex-wrap: wrap-reverse;
}

.iwrap-no {
  flex-wrap: nowrap;
}

/* Ajouter les wrap */
.ij-between {
  justify-content: space-between;
}

.ij-around {
  justify-content: space-around;
}

.ij-center {
  justify-content: center;
}

.ij-start {
  justify-content: flex-start;
}

.ij-end {
  justify-content: flex-end;
}

.ijself-start {
  justify-self: flex-start;
}

.ijself-end {
  justify-self: flex-end;
}

.ijself-center {
  justify-self: center;
}

.ijself-stretch {
  justify-self: stretch;
}

.ia-center {
  align-items: center;
}

.ia-base {
  align-items: baseline;
}

.ia-start {
  align-items: flex-start;
}

.ia-end {
  align-items: flex-end;
}

.iaself-center {
  align-self: center;
}

.iaself-base {
  align-self: baseline;
}

.iaself-start {
  align-self: flex-start;
}

.iaself-end {
  align-self: flex-end;
}

.id-block {
  display: block;
}

.id-inline {
  display: inline;
}

.id-none {
  display: none;
}

.ipos-relative {
  position: relative;
}

.ipos-absolute {
  position: absolute;
}

.ipos-fixed {
  position: fixed;
}

.ipos-sticky {
  position: sticky;
}

/* Style de texte */
.ilight {
  font-weight: 300;
}

.iregular {
  font-weight: 400;
}

.imedium {
  font-weight: 500;
}

.ibold {
  font-weight: bold;
}

.ibold-hvr:hover {
  font-weight: bold;
}

.iitalic {
  font-style: italic;
}

.iunderline {
  text-decoration: underline;
}

.inostyle {
  text-decoration: none;
  font-style: none;
  font-weight: normal;
}

/* Style des caractères */
.iupper {
  text-transform: uppercase;
}

.ilower {
  text-transform: lowercase;
}

.icapitalize {
  text-transform: capitalize;
}

.ititle-1 {
  font-size: 26px;
}

.ititle-2 {
  font-size: 22px;
}

.ititle-3 {
  font-size: 20px;
}

.ititle-4 {
  font-size: 17px;
}

.ititle-5 {
  font-size: 15px;
}

.ifs-9 {
  font-size: 9px;
}

.ifs-11 {
  font-size: 11px;
}

.ifs-13 {
  font-size: 13px;
}

.ifs-14 {
  font-size: 13px;
}

.ifs-15 {
  font-size: 15px;
}

.ifs-18 {
  font-size: 18px;
}

.ifs-20 {
  font-size: 20px;
}

.itxt-center {
  text-align: center;
}

.itxt-right {
  text-align: right;
}

.itxt-left {
  text-align: left;
}

.iword-break {
  word-break: break-all;
}

/* Option des blocks */
.rounded-small {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.full_rounded {
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}

.shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.shadow-igreen {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 146, 127, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 146, 127, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 146, 127, 0.18);
}

.shadow-iblue {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(66, 139, 202, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(66, 139, 202, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(66, 139, 202, 0.18);
}

.shadow-ired {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(246, 81, 48, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(246, 81, 48, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(246, 81, 48, 0.1);
}

.shadow-iyellow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(254, 186, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(254, 186, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(254, 186, 0, 0.1);
}

.shadow-ipurple {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(115, 25, 142, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(115, 25, 142, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(115, 25, 142, 0.1);
}

.shadow-left {
  -webkit-box-shadow: -6px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -6px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -6px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.m-0 {
  margin: 0;
}

.m-xxs {
  margin: 2px;
}

.m-xs {
  margin: 5px;
}

.m-1 {
  margin: 10px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-4 {
  margin: 40px;
}

.m-5 {
  margin: 50px;
}

.m-6 {
  margin: 60px;
}

.m-auto {
  margin: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-xxs {
  margin-right: 2px;
}

.mr-xs {
  margin-right: 5px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.mr-auto {
  margin-right: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-xxs {
  margin-left: 2px;
}

.ml-xs {
  margin-left: 5px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

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

.mt-0 {
  margin-top: 0;
}

.mt-xxs {
  margin-top: 2px;
}

.mt-xs {
  margin-top: 5px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

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

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-xxs {
  margin-bottom: 2px;
}

.mb-xs {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

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

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-auto {
  margin-bottom: auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-xxs {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-6 {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-xxs {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.p-0 {
  padding: 0;
}

.p-xxs {
  padding: 2px;
}

.p-xs {
  padding: 5px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.p-6 {
  padding: 60px;
}

.p-auto {
  padding: auto;
}

.pr-0 {
  padding-right: 0;
}

.pr-xxs {
  padding-right: 2px;
}

.pr-xs {
  padding-right: 5px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-3 {
  padding-right: 30px;
}

.pr-4 {
  padding-right: 40px;
}

.pr-5 {
  padding-right: 50px;
}

.pr-6 {
  padding-right: 60px;
}

.pr-auto {
  padding-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.pl-xxs {
  padding-left: 2px;
}

.pl-xs {
  padding-left: 5px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.pl-6 {
  padding-left: 60px;
}

.pl-auto {
  padding-left: auto;
}

.pt-0 {
  padding-top: 0;
}

.pt-xxs {
  padding-top: 2px;
}

.pt-xs {
  padding-top: 5px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 60px;
}

.pt-auto {
  padding-top: auto;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-xxs {
  padding-bottom: 2px;
}

.pb-xs {
  padding-bottom: 5px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pb-auto {
  padding-bottom: auto;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-xxs {
  padding-left: 2px;
  padding-right: 2px;
}

.px-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-xxs {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

/* ibadge */
[data-ibadge]:after {
  content: attr(data-ibadge);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #CD3636;
  color: white;
  font-size: 9px;
  min-width: 13px;
  z-index: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

[data-ibadge].active:after {
  min-width: 13px;
  padding: 0 2px;
}

[data-ibadge][data-ibadge-color=igreen]:after {
  background-color: #00927F;
}

[data-ibadge][data-ibadge-color=iblue]:after {
  background-color: #428BCA;
}

[data-ibadge][data-ibadge-color=iyellow]:after {
  background-color: #FEB900;
}

[data-ibadge][data-ibadge-color=ipurple]:after {
  background-color: #72198E;
}

[data-ibadge][data-ibadge-color=igrey]:after {
  background-color: #DDDDDD;
}

[data-ibadge][data-ibadge-color=idefault]:after {
  background-color: #333945;
}

/* ibubble */
[data-ibubble]:hover:after {
  content: attr(data-ibubble);
  background-color: white;
  color: #333945;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 110%;
  font-size: 13px;
  z-index: 10;
  line-height: 2rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

[data-ibubble=""]:hover:after {
  display: none;
}

[data-ibubble-pos=top-right][data-ibubble]:hover:after {
  right: 0;
  bottom: 110%;
  left: inherit;
  top: inherit;
}

[data-ibubble-pos=top-left][data-ibubble]:hover:after {
  left: 0;
  bottom: 110%;
  right: inherit;
  top: inherit;
}

[data-ibubble-pos=bottom-left][data-ibubble]:hover:after {
  right: inherit;
  bottom: inherit;
  left: 0;
  top: 110%;
}

[data-ipos] {
  z-index: 11;
}

[data-ipos=top-right] {
  right: 0;
  bottom: 100%;
  left: inherit;
  top: inherit;
}

[data-ipos=top-left] {
  left: 0;
  bottom: 100%;
  right: inherit;
  top: inherit;
}

[data-ipos=bottom-left] {
  right: inherit;
  bottom: inherit;
  left: 0;
  top: 95%;
}

[data-ipos=bottom-right] {
  left: inherit;
  bottom: inherit;
  right: 0;
  top: 95%;
}

.pop:hover {
  color: #333945;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

/* Couleurs */
.iblue-txt {
  color: var(--v-info-base);
}

.iblue-light-txt {
  color: #E5F4FF;
}

.iwhite-txt {
  color: white;
}

.ired-txt {
  color: #CD3636;
}

.igreen-txt {
  color: #008380;
}

.igreen-light-txt {
  color: #E7FBF8;
}

.ipurple-txt {
  color: #72198E;
}

.iyellow-txt {
  color: #FEB900;
}

.igrey-txt {
  color: #DDDDDD;
}

.idefault-txt {
  color: #333945;
}

.iblue-bg {
  background-color: #428BCA;
}

.iblue-light-bg {
  background-color: #E5F4FF;
}

.iwhite-bg {
  background-color: white;
}

.ired-bg {
  background-color: #CD3636;
}

.igreen-bg {
  background-color: #00927F;
}

.igreen-light-bg {
  background-color: #E7FBF8;
}

.ipurple-bg {
  background-color: #72198E;
}

.iyellow-bg {
  background-color: #FEB900;
}

.igrey-bg {
  background-color: #DDDDDD;
}

.idefault-bg {
  background-color: #333945;
}

.itransparent-bg {
  background-color: transparent;
}

/* Class pour changer le background-color au hover */
.iblue-bg-hvr:hover {
  background-color: #428BCA;
}

.iblue-light-bg-hvr:hover {
  background-color: #E5F4FF;
}

.iwhite-bg-hvr:hover {
  background-color: white;
}

.ired-bg-hvr:hover {
  background-color: #CD3636;
}

.igreen-bg-hvr:hover {
  background-color: #00927F;
}

.igreen-light-bg-hvr:hover {
  background-color: #E7FBF8;
}

.ipurple-bg-hvr:hover {
  background-color: #72198E;
}

.iyellow-bg-hvr:hover {
  background-color: #FEB900;
}

.igrey-bg-hvr:hover {
  background-color: #DDDDDD;
}

.idefault-bg-hvr:hover {
  background-color: #333945;
}

.itransparent-bg-hvr:hover {
  background-color: transparent;
}

/* Fin des class pour changer le background-color au hover */
.iblue-brd {
  border-color: #428BCA;
  border-width: 3px;
  border-style: solid;
}

.iblue-light-brd {
  border-color: #E5F4FF;
  border-width: 3px;
  border-style: solid;
}

.iwhite-brd {
  border-color: white;
  border-width: 3px;
  border-style: solid;
}

.ired-brd {
  border-color: #CD3636;
  border-width: 3px;
  border-style: solid;
}

.igreen-brd {
  border-color: #00927F;
  border-width: 3px;
  border-style: solid;
}

.igreen-light-brd {
  border-color: #E7FBF8;
  border-width: 3px;
  border-style: solid;
}

.ipurple-brd {
  border-color: #72198E;
  border-width: 3px;
  border-style: solid;
}

.iyellow-brd {
  border-color: #FEB900;
  border-width: 3px;
  border-style: solid;
}

.igrey-brd {
  border-color: #DDDDDD;
  border-width: 3px;
  border-style: solid;
}

.idefault-brd {
  border-color: #333945;
  border-width: 3px;
  border-style: solid;
}

.iblue-brd-xs {
  border-color: #428BCA;
  border-width: 2px;
  border-style: solid;
}

.iblue-light-brd-xs {
  border-color: #E5F4FF;
  border-width: 2px;
  border-style: solid;
}

.iwhite-brd-xs {
  border-color: white;
  border-width: 2px;
  border-style: solid;
}

.ired-brd-xs {
  border-color: #CD3636;
  border-width: 2px;
  border-style: solid;
}

.igreen-brd-xs {
  border-color: #00927F;
  border-width: 2px;
  border-style: solid;
}

.igreen-light-brd-xs {
  border-color: #E7FBF8;
  border-width: 2px;
  border-style: solid;
}

.ipurple-brd-xs {
  border-color: #72198E;
  border-width: 2px;
  border-style: solid;
}

.iyellow-brd-xs {
  border-color: #FEB900;
  border-width: 2px;
  border-style: solid;
}

.igrey-brd-xs {
  border-color: #DDDDDD;
  border-width: 2px;
  border-style: solid;
}

.idefault-brd-xs {
  border-color: #333945;
  border-width: 2px;
  border-style: solid;
}

.iblue-brd-xxs {
  border-color: #428BCA;
  border-width: 1px;
  border-style: solid;
}

.iblue-light-brd-xxs {
  border-color: #E5F4FF;
  border-width: 1px;
  border-style: solid;
}

.iwhite-brd-xxs {
  border-color: white;
  border-width: 1px;
  border-style: solid;
}

.ired-brd-xxs {
  border-color: #CD3636;
  border-width: 1px;
  border-style: solid;
}

.igreen-brd-xxs {
  border-color: #00927F;
  border-width: 1px;
  border-style: solid;
}

.igreen-light-brd-xxs {
  border-color: #E7FBF8;
  border-width: 1px;
  border-style: solid;
}

.ipurple-brd-xxs {
  border-color: #72198E;
  border-width: 1px;
  border-style: solid;
}

.iyellow-brd-xxs {
  border-color: #FEB900;
  border-width: 1px;
  border-style: solid;
}

.igrey-brd-xxs {
  border-color: #DDDDDD;
  border-width: 1px;
  border-style: solid;
}

.idefault-brd-xxs {
  border-color: #333945;
  border-width: 1px;
  border-style: solid;
}

.iblue-hvr:hover, .iblue-hvr.active {
  color: var(--v-info-base) !important;
}

.iblue-light-hvr:hover, .iblue-light-hvr.active {
  color: #E5F4FF !important;
}

.ired-hvr:hover, .ired-hvr.active {
  color: #CD3636 !important;
}

.igreen-hvr:hover, .igreen-hvr.active {
  color: #00927F !important;
}

.igreen-light-hvr, .igreen-light-hvr.active {
  color: #E7FBF8 !important;
}

.iyellow-hvr:hover, .iyellow-hvr.active {
  color: #FEB900 !important;
}

.ipurple-hvr:hover, .ipurple-hvr.active {
  color: #72198E !important;
}

.igrey-hvr:hover, .igrey-hvr.active {
  color: #DDDDDD !important;
}

.ibutton.iblue.full, .icheck.iblue.full {
  color: var(--v-info-base);
  background-color: #E5F4FF;
}

.icheck.iblue:hover {
  color: var(--v-info-base);
  background-color: white;
}

.ibutton.iblue.plein {
  color: white;
  background-color: var(--v-info-base);
}

.ibutton.iblue:hover {
  color: white;
  background-color: var(--v-info-base);
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.ibutton.text.iblue:hover {
  color: #428BCA;
}

.ibutton.iblue.active, .ibutton.iblue:active, .ibutton.iblue.full:hover, .icheck.iblue.active, .icheck.iblue:active, .icheck.iblue.full:hover {
  color: white;
  background-color: #428BCA;
}

.ibutton.ired.full, .icheck.ired.full {
  color: #CD3636;
  background-color: rgba(246, 81, 48, 0.5);
}

.icheck.ired:hover {
  color: #CD3636;
  background-color: white;
}

.ibutton.ired.plein {
  color: white;
  background-color: #CD3636;
}

.ibutton.ired:hover {
  color: white;
  background-color: #CD3636;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.ibutton.text.ired:hover {
  color: #CD3636;
}

.ibutton.ired.active, .ibutton.ired:active, .ibutton.ired.full:hover, .icheck.ired.active, .icheck.ired:active, .icheck.ired.full:hover {
  color: white;
  background-color: #CD3636;
}

.ibutton.igreen.full, .icheck.igreen.full {
  color: #00927F;
  background-color: #E7FBF8;
}

.ibutton.igreen.plein {
  color: white;
  background-color: #00927F;
}

.icheck.igreen:hover {
  color: white;
  background-color: #00927F;
}

.ibutton.igreen:hover {
  color: white;
  background-color: #00927F;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.ibutton.text.igreen:hover {
  color: #00927F;
}

.ibutton.igreen.active, .ibutton.igreen:active, .ibutton.igreen.full:hover, .icheck.igreen.active, .icheck.igreen:active, .icheck.igreen.full:hover {
  color: white;
  background-color: #00927F;
}

.ibutton.igreen:hover i,
.ibutton.igreen.active:hover {
  color: white !important;
}

.ibutton.iyellow.full, .icheck.iyellow.full {
  color: #FEB900;
  background-color: rgba(254, 186, 0, 0.5);
}

.icheck.iyellow:hover {
  color: #FEB900;
  background-color: white;
}

.ibutton.iyellow:hover {
  color: white;
  background-color: #FEB900;
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}

.ibutton.iyellow.plein {
  color: white;
  background-color: #FEB900;
}

.ibutton.text.iyellow:hover {
  color: #FEB900;
}

.ibutton.iyellow.active, .ibutton.iyellow:active, .ibutton.iyellow.full:hover, .icheck.iyellow.active, .icheck.iyellow:active, .icheck.iyellow.full:hover {
  color: white;
  background-color: #FEB900;
}

.ibutton.ipurple.full, .icheck.ipurple.full {
  color: #72198E;
  background-color: rgba(116, 25, 143, 0.5);
}

.icheck.ipurple:hover {
  color: #72198E;
  background-color: white;
}

.ibutton.ipurple:hover {
  color: white;
  background-color: #72198E;
}

.ibutton.text.ipurple:hover {
  color: #72198E;
}

.ibutton.ipurple.active, .ibutton.ipurple:active, .ibutton.ipurple.full:hover, .icheck.ipurple.active, .icheck.ipurple:active, .icheck.ipurple.full:hover {
  color: white;
  background-color: #72198E;
}

.ibutton[muted] {
  color: #eeeeee !important;
  background-color: #CECECE !important;
  cursor: auto !important;
  pointer-events: none;
}

/* Class des animations */
.slide-to-left {
  -webkit-animation: slide-to-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-to-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-to-right {
  -webkit-animation: slide-to-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-to-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.file-ext {
  top: 55px;
  position: absolute;
  padding-left: inherit;
}

/* Comportement des animations */
@-webkit-keyframes slide-to-right {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
}
@keyframes slide-to-right {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
}
@-webkit-keyframes slide-to-left {
  0% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
  }
}
@keyframes slide-to-left {
  0% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
  100% {
    transform: translateX(2px);
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -o-transform: translateX(2px);
  }
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

/*# sourceMappingURL=iFrontWork.css.map */
