.logo {
  width: 150px;
  padding: 0 1rem;
}
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600");*/
/*@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");*/

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #f9fbfc;
  font-family: "San Francisco", "Helvetica Neue", Arial, sans-serif;
}
.mb-1rem {
  margin-bottom: 1rem !important;
}
.ml-1rem {
  margin-left: 1rem !important;
}
.top {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  /* -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.49); */
  border-bottom: 1px solid #e1e0e3;
  position: fixed;
  top: 0%;
  /*height: 8%;*/
}

.header-left {
  /*border-right: 1px solid #e1e0e3;*/
  width: 15%;
  z-index: 3;
}

.header-right {
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}

.icon-link,
.user_link {
  font-size: 1.8em;
  padding-right: 0.5em;
  display: inline;
  vertical-align: middle;
  color: #43a0af;
  transition: all 0.5s linear;
}

.jello-horizontal,
.icon-link:hover,
.btn-marine:hover,
.btn-white:hover,
.btn-blue:hover,
.bulle:hover {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}

.text-blue {
  color: #43a0af !important;
}

.btn-blue {
  color: white !important;
  background-color: #43a0af !important;
}

.btn-blue:hover {
  color: white !important;
  background-color: #db3855 !important;
  border-color: #db3855 !important;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
#is_success {
  display: none;
}
.content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  /* margin-top: -5px; */
  z-index: 2;
}

.content_left {
  height: 100vh;
  width: 15%;
  /* -webkit-box-shadow: 1px 7px 11px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 1px 7px 11px 0px rgba(0, 0, 0, 0.49); */
  z-index: 2;
  position: fixed;
  top: 3%;
  padding-top: 1rem;
}

/* -------------
Sidebar
----------------*/
.sidebar {
  width: 100%;

  overflow: hidden;
  /* background-color: #4872BD; */
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
  /* height: 100%; */
}
.sidebar h3 {
  background-color: #41bfcf;
  width: 100%;
  display: block;
  padding: 0.75em 1em;
  text-align: left;
  color: white;
  font-size: 1.5rem;
  margin: 0;
}

/* -------------
  Sidebar Nav
  ----------------*/
.sidebar-nav {
  /*  */
  background-color: #fff;
  height: 100vh;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  font-weight: 700;
  border-right: 1px solid #e1e0e3;
  /* -------------
    Chev elements
    ----------------*/
  /* -------------
    Nav-Flyout
    ----------------*/
  /* -------------
    Hover
    ----------------*/
}

.sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
  /* -------------
    Sidebar: icons
    ----------------*/
}
.sidebar-nav ul li a,
.sidebar-nav ul li a:active {
  color: #4872bd;
  font-size: 0.75em;
  padding: 1.05em 1em;
  position: relative;
  display: block;
  text-align: left;
  transition: all 0.3s linear;
}
.sidebar-nav ul li a:hover {
  background-color: #41bfcf;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  color: white;
}
.sidebar-nav ul li i {
  font-size: 1.8em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}
/* .sidebar-nav > ul > li > a:after {
    content: '\f125';
    font-family: ionicons;
    font-size: 0.5em;
    width: 10px;
    color: #4872BD;
    position: absolute;
    right: 0.75em;
    top: 45%;
  } */
.sous-menu {
  color: #ffffff !important;
}
.sidebar-nav .nav-flyout {
  position: absolute;
  background-color: #41bfcf;
  z-index: 9;
  left: 2.8em;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-nav .nav-flyout a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav ul > li:hover .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-nav a {
  text-decoration: none;
}

.content_right {
  margin-left: 16%;
  width: 80%;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 7rem;
  z-index: 1;
  padding-bottom: 10rem;
  background-color: transparent;
}

.fil-ariane {
  max-width: 50%;
  min-width: 15%;
  width: 100%;
}

.breadcrumb {
  background-color: transparent !important;
}

.content_right_table {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-content_right_table {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.admin-title {
  color: #4872bd;
  padding: 0 0 2rem 0;
  width: 100%;
  text-align: center;
}

.bulle {
  width: 17%;
  margin: 1%;
  color: white;
  border-radius: 50% !important;
}

.link-card:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-title {
  font-weight: 900;
}

.icon-card {
  font-size: 5rem !important;
  color: white;
  padding: 1rem;
}

/* .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  margin-top: 3rem;
} */

#myAreaChart {
  width: 900px !important;
  height: 220px !important;
}

.bottom {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 20;
  /* -webkit-box-shadow: 0px -3px 11px 0px rgba(0,0,0,0.49); 
  box-shadow: 0px -3px 11px 0px rgba(0,0,0,0.49); */
  border-top: 1px solid #e1e0e3;
  position: fixed;
  bottom: 0;
  opacity: 1;
}

.item {
  margin-top: 10px;
  margin-right: 40px;
}

/* HOME CONTENT */

.card {
  width: 40%;
  height: auto;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
}
.card-full {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  /* padding: 2rem; */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #e1e0e3;
}
.card_title-section {
  width: 100%;
  border-bottom: 1px solid #e1e0e3;
  padding: 0.5rem;
}
.card_title {
  width: 100%;
  font-size: 1.2rem;
  margin: 0;
}

.card_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.card_information-section {
  display: flex;
  justify-content: space-evenly;
  width: 30%;
  align-items: center;
  padding: 2rem 1rem;
}
.card_information {
}
.icon {
  font-size: 2rem;
  padding: 1rem;
  border-radius: 50%;
}
.icon-primary {
  background-color: #5372bd;
  color: #ffffff;
}
.icon-secondary {
  background-color: #41bfcf;
  color: #ffffff;
}
.icon-thirdy {
  background-color: #9ef3bc;
  color: #5372bd;
}
.card_number {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.card_name {
  color: grey;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1rem;
}
.card_bottom {
  width: 100%;
  border-top: 1px solid #e1e0e3;
  height: 100%;
  padding: 1rem;
}
.button {
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
}
.button-mini {
  border-radius: 50%;
  padding: 0.3rem;
  margin-right: 0.3rem;
}
.button-primary {
  background-color: #5372bd;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.3s linear;
}
.button-primary:hover {
  background-color: #41bfcf;
  color: #ffffff;
}
.button-secondary {
  background-color: #41bfcf;
  color: #ffffff;
  transition: all 0.3s linear;
}
.button-secondary:hover {
  background-color: #9ef3bc;
  color: #ffffff;
  text-decoration: none;
}
.button-danger {
  background-color: #cf4160;
  color: #ffffff;
  transition: all 0.3s linear;
}
.button-danger:hover {
  background-color: #7c2437;
  color: #ffffff;
  text-decoration: none;
}
.button-thirdy {
  background-color: #9ef3bc;
  color: #5372bd;
  transition: all 0.3s linear;
}
.button-thirdy:hover {
  background-color: #4b805d;
  color: #ffffff;
  text-decoration: none;
}
.home_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 1rem;
}
.card_mid {
  width: 49%;
  min-height: 50px;
  background-color: #ffffff;
  /* padding: 2rem; */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid #e1e0e3;
}
.tableau-section,
.tableau-ligne,
.tbody {
  width: 100%;
}
.tableau-card {
  margin: 0 auto;
  border: 1px solid #e1e0e3;
  border-radius: 10px;
  padding: 1rem;
}
.liste-card {
  margin: 0 auto;
  border: 1px solid #e1e0e3;
  border-radius: 10px;
  padding: 1rem;
}
.text-align-center {
  text-align: center !important;
}
.tableau-colonne {
  width: 20%;
}
.tableau-mid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

/* ********************* Page Users *************************** */
.full-width {
  width: 100%;
}

.card_information-section-full {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  padding: 2rem 0;
}

/* ******************** PAge Ajout Langue ********************* */

.formulaire {
  margin: 0 auto;
  padding: 1rem;
  width: 50%;
}

.uk-button {
  color: white !important;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.uk-form-controls {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uk-margin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.uk-form-label {
  width: 20%;
}
.uk-form-controls {
  width: 60%;
  margin-left: 0 !important;
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-controls {
    margin-left: 0;
  }
}
.toggle__button {
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}
.toggle__button input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.toggle__button .toggle__switch {
  display: inline-block;
  height: 12px;
  border-radius: 6px;
  width: 40px;
  background: #bfcbd9;
  box-shadow: inset 0 0 1px #bfcbd9;
  position: relative;
  margin-left: 10px;
  transition: all 0.25s;
}

.toggle__button .toggle__switch::after,
.toggle__button .toggle__switch::before {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transform: translateX(0);
  transition: all 0.25s cubic-bezier(0.5, -0.6, 0.5, 1.6);
}

.toggle__button .toggle__switch::after {
  background: #4d4d4d;
  box-shadow: 0 0 1px #666;
}
.toggle__button .toggle__switch::before {
  background: #4d4d4d;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.toggle_container {
  margin: 0px auto;
  background: #efefef;
  width: 120px;
  padding: 10px 0;
  border-radius: 30px;
  transition: all 0.25s;
}

.toggle_container.active {
  background: #e9ffef;
}

.spacer {
  height: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.vingt {
  width: 20%;
}

.soixante {
  width: 60%;
}

.el-submenu-vertical {
  height: 100%;
}
.souligne {
  text-decoration: underline;
  font-weight: bold;
}

div.el-form-item__content i.el-icon-info {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.el-table td.cell-word-break .cell {
  word-break: break-word;
}

.ProseMirror {
  min-height: 10rem;
}

/* Remove all default styling for links */
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.el-select {
  width: 100%;
}
