header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #444444;
  color: white;
  padding: 0 1em 1em 22em;
  height: 5em;
  position: fixed;
  z-index: 3;
}

/* header .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border: 2px solid white;
    color: black;
    border-radius: 35px; 
} */
header .sidenav-on:hover,
header .sidenav-off:hover,
header a:hover {
  color: #CC0C25;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.5s;
  text-decoration: none;
}

/* header .icone:hover {
    background-color: $color-block;
    color: black;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.5s;
} */
header .sidenav-off,
header .sidenav-on-mobile,
header .sidenav-off-mobile {
  display: none;
}

.initial-avatar {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: center;
  /* Colors */
  background-color: #CC0C25;
  color: white;
  /* Rounded border */
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
    padding: 1em;
  }

  header .sidenav-on,
  header .sidenav-on-mobile {
    display: none;
  }

  header .sidenav-off-mobile {
    display: block;
  }
}

aside {
  position: fixed;
  top: 1.2em;
  left: 1.2em;
  z-index: 999;
  background-color: white;
  padding: 1em;
  border-radius: 10px;
  width: 18em;
  height: 94vh;
  box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
  overflow: auto;
}

aside::-webkit-scrollbar {
  width: 0.8em;
}

aside::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
aside::-webkit-scrollbar-thumb {
  background: #CC0C25;
  border-radius: 10px;
}

/* Handle on hover */
aside::-webkit-scrollbar-thumb:hover {
  background: #c4021b;
}

aside .fa-chevron-up,
aside .sidenav-close {
  display: none;
}

aside .navbar-nav {
  flex-direction: column;
}

aside .logo-min {
  display: none;
}

aside nav {
  width: 100%;
  margin-top: 2em;
}

aside .nav-item {
  border: 2px solid #EDEDED;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  aside {
    display: none;
  }

  aside .sidenav-close {
    display: block;
    text-align: right;
  }
}

#content-wrapper.auth {
  margin: 0 auto;
  padding: 0;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 1em;
  font-size: 1em;
  background-color: #F5F5F5;
}

#content-wrapper {
  width: 100%;
  padding: 2em 2em 2em 22em;
  margin-top: 7em;
  min-height: 85vh;
}

/** Fin Sidebar **/
@media screen and (max-width: 768px) {
  #content-wrapper {
    padding: 2em 1em 1em 1em;
  }
}

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



#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.size-30 {
  font-size: 30px !important;
}

.bloc-general {
  background-color: white;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2em;
}

.bloc {
  background-color: white;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home .bloc {
  width: 48%;
  margin-bottom: 2em;
}

.home .bloc h4 {
  text-align: center;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0.5em;
  font-size: 1.2em !important;
  font-weight: bold;
  color: white;
  background-color: #CC0C25;
}

.home .bloc-content {
  padding: 1.5em 1.5em 0 1.5em;
}

.home .bloc-link {
  padding: 0 1.5em 1.5em 1.5em;
}

.home .bloc .bloc-content .vector {
  width: 33%;
  text-align: center;
}

.home .bloc .bloc-content .vector img {
  width: 70%;
}

.home .bloc .bloc-content .figures {
  width: 60%;
  height: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.home .bloc .bloc-content .figures .data {
  font-size: 1.8em;
  color: #CC0C25;
}

.home .bloc .bt-pill {
  display: inline-block;
  background-color: white;
  color: #CC0C25;
  border: 2px solid #CC0C25;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-weight: bold;
}

.home .bloc .bt-pill:hover {
  background-color: #CC0C25;
  color: white;
  text-decoration: none;
}


/* .bloc.contacts h4 {
  background-color: #FAB566;
}

.bloc.groups h4 {
  background-color: #76B5D6;
}

.bloc.templates h4 {
  background-color: #75C792;
}

.bloc.campaigns h4 {
  background-color: #FA6161;
} */

.statuts h4 {
  background-color: #444444;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 0.3em;
  font-weight: 600;
}

.statuts h5 {
  background-color: #ddd;
  color: #444444;
  border-radius: 10px;
  padding: 0.3em;
  font-weight: 600;

}

.statuts .note {
  background-color: bisque;
  padding: 0.3em;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .home .bloc {
    width: 100%;
  }

  .bloc-general {
    padding: 1em;
  }

}