@charset "UTF-8";
/* ==========================================================================

SURCHARGE ANIMATION

======================================================================== */
.animTop * {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.animated > * {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.animated:after {
  z-index: 10;
  background: #114887;
  left: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.animated.animTop:after {
  top: 0;
}
.animated.animBottom:after {
  bottom: 0;
}
.animated.started:after {
  height: 0;
}

.start-effect > .smooth {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.avatar img, .avatar svg {
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  background: #f5f6fa;
  display: inline-block;
  position: relative;
  line-height: 0;
  margin-right: 10px;
}
.avatar.lg-avatar img, .avatar.lg-avatar svg {
  height: 3.75rem;
  min-height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
}
.avatar svg {
  background: #607d8b;
  color: #fff;
  padding: 10px;
}

.multi-avatars li {
  display: inline-block;
}
.multi-avatars li + li {
  margin-left: -1.2rem;
}
.multi-avatars .avatar img, .multi-avatars .avatar svg {
  border: 2px solid #fff;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media-body .badge, .header-msg .badge {
  border: 1px solid #ccc;
}

.btn-ico {
  height: calc(1.6em + 1.375rem + 2px);
  width: calc(1.6em + 1.375rem + 2px);
  position: relative;
  padding: 0;
}
.btn-ico > i, .btn-ico > span, .btn-ico > svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.1875rem;
  left: 50%;
  top: 50%;
  margin: 0;
}

.bg-primary .btn-ico {
  background: #006ae7;
  color: #fff;
}

.messagerie .filAriane {
  font-size: 80%;
}
.messagerie .filAriane li {
  margin: 0;
}
.messagerie .filAriane li h3 {
  font-size: 1em;
  font-weight: 600;
}
.messagerie .filAriane li.text-muted:nth-child(2):before {
  height: 6px;
  top: -3px;
}
.messagerie .col-lg-3.scrollableBlock .filAriane {
  font-size: 70%;
}
.messagerie .searchTool {
  padding: 1rem 0;
}
@media only screen and (min-width: 992px) {
  .messagerie .searchTool {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}
.messagerie .avatarsList {
  background-color: #fff;
}
.messagerie .avatarsList .nav {
  display: block;
  border: none;
}
.messagerie .avatarsList .nav a:hover {
  color: #2d2d2d;
}
.messagerie .header-msg {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.messagerie .main {
  background-color: #f9f8f4;
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1320px) {
  .messagerie .main .tab-content {
    padding-right: 2rem;
  }
}
.messagerie .main .tab-content .chat-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-width: 0;
  width: 100%;
}
.messagerie .main .tab-content .chat-body .header-msg {
  border-bottom: 1px solid #f5f2eb;
}
.messagerie .main .tab-content .chat-body .chat-content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.messagerie .main .tab-content .chat-body .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.messagerie .main .tab-content .chat-body .message .message-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.messagerie .main .tab-content .chat-body .message .message-body .message-content {
  border-radius: 0.625rem 0.625rem 0.625rem 2px;
  display: inline-block;
  padding: 1.125rem;
}
@media (min-width: 1200px) {
  .messagerie .main .tab-content .chat-body .message .message-body .message-content {
    max-width: 45%;
  }
}
.messagerie .main .tab-content .chat-body .message.message-right .avatar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.messagerie .main .tab-content .chat-body .message.message-right .avatar > img, .messagerie .main .tab-content .chat-body .message.message-right .avatar > svg {
  margin: 0 0 0 10px;
}
.messagerie .main .tab-content .chat-body .message.message-right .message-body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.messagerie .main .tab-content .chat-body .message.message-right .message-content {
  border-radius: 0.625rem 0.625rem 2px 0.625rem;
}
.messagerie .main .tab-content .chat-body .message + .message {
  margin-top: 2rem;
}
.messagerie .main .tab-content .chat-body .message .message-row + .message-row {
  margin-top: 1rem;
}
.messagerie .main .tab-content .chat-body .envoi .load {
  margin-right: 0.5rem;
}
.messagerie .main .tab-content .chat-body .envoi .load span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff5a3b;
  margin: 0 3px;
}
.messagerie .main .tab-content .chat-body .envoi .load span:nth-child(1) {
  -webkit-animation: bounce 1s ease-in-out infinite;
          animation: bounce 1s ease-in-out infinite;
}
.messagerie .main .tab-content .chat-body .envoi .load span:nth-child(2) {
  -webkit-animation: bounce 1s ease-in-out 0.33s infinite;
          animation: bounce 1s ease-in-out 0.33s infinite;
}
.messagerie .main .tab-content .chat-body .envoi .load span:nth-child(3) {
  -webkit-animation: bounce 1s ease-in-out 0.66s infinite;
          animation: bounce 1s ease-in-out 0.66s infinite;
}
.messagerie .card {
  border: none;
  background-color: #f8f9fa;
}
.messagerie .card.active:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #ff5a3b;
  top: 0;
  left: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
.messagerie .card .badge-danger {
  position: absolute;
  top: -8px;
  right: 1em;
  z-index: 2;
}
.messagerie .chat-footer textarea {
  background: transparent;
  border: none;
}

.chat-content::-webkit-scrollbar,
.chat-sidebar::-webkit-scrollbar,
.navigation::-webkit-scrollbar,
.sidebar::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes bounce {
  0%, 75%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/* ==========================================================================

GLOBAL

======================================================================== */
html, body {
  background-color: #f9f8f4;
}

.logo {
  background: #ff5a3b;
}

.masque:before {
  opacity: 0.9;
  background: #fff;
}

.animated:after,
.bg-custom {
  color: #fff;
  background-color: #ff5a3b;
  border-color: #ff5a3b;
}

.btn-custom:hover, .btn-outline-main-color:hover {
  background-color: #ff4522;
  border-color: #ff4522;
}

.text-customYell {
  color: #f7c643;
}

label,
.text-customTheme,
.text-custom {
  color: #ff5a3b;
}

:not(.sidebar) .profilUser:not(.bg-cover) {
  background: #fff;
}

.bg-customTheme {
  background-color: #ff5a3b;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .not-home {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 991px) {
  .heightCustom {
    min-height: auto;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

h1 {
  overflow-wrap: break-word;
}
h1 span.d-inline {
  border-right: 3px solid #ff5a3b;
  padding-right: 1rem;
  margin-right: 1rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.modal .modal-header, .modal .modal-footer {
  padding: 1.825rem 1.25rem;
  border: none;
}
.modal .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-header .close, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5 {
  margin: 0;
}
.modal .form-control {
  padding-left: 0.9375rem;
}
.modal .modalSuccess {
  border-left: 5px solid green;
}
.modal .modalSuccess h5 {
  color: green;
}
.modal .modalWarning {
  border-left: 5px solid #f7c643;
}
.modal .modalAlerte {
  border-left: 5px solid #f44336;
}
.modal .modalAlerte h5 {
  color: #f44336;
}
.modal .dropzone > div {
  cursor: pointer;
  min-height: 150px;
  position: relative;
}
.modal label.custom-control-label {
  color: inherit;
}

.quote {
  border-left: 3px solid #d9d9d9;
}

/* ==========================================================================

SIGN-IN

======================================================================== */
.bg-customDark {
  background-color: #2d333b;
  color: #fff;
}
.bg-customDark .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-customDark label {
  color: #fff;
}

.home .fullBrand {
  color: #fff;
}
.home .bg-cover > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .home .bg-cover {
    height: 70vh;
  }
  .home .bg-cover > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .bg-cover > div h1 {
    font-size: 1.7em;
  }
}

/* ==========================================================================

MENU CUSTOM

======================================================================== */
@media only screen and (max-width: 991px) {
  #main-search ul.nav {
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#toggle:before, #toggle:after {
  background: #ff5a3b;
}

@media only screen and (min-width: 992px) {
  .sidebar.started {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.sidebar .navbar-brand {
  height: auto;
  padding: 10px 0;
}
.sidebar .navbar-brand span.d-flex {
  overflow: hidden;
}
.sidebar .navbar-brand img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 30px 0 10px;
}
@media only screen and (max-width: 991px) {
  .sidebar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar .navbar-brand img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 577px) {
  .sidebar .navbar-brand slogan {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar:hover, .sidebar:focus, .sidebar:active {
    width: 300px;
  }
}
.sidebar:hover .navbar-brand img, .sidebar:focus .navbar-brand img, .sidebar:active .navbar-brand img {
  margin: 0 10px;
}
.sidebar .nav a:after {
  background-color: #ff5a3b;
  -webkit-box-shadow: 0 0 0 0 #ff5a3b;
          box-shadow: 0 0 0 0 #ff5a3b;
}
.sidebar .nav a:hover svg, .sidebar .nav a.active svg {
  color: #fff;
}
.sidebar .nav a:hover:after, .sidebar .nav a.active:after {
  height: 10px;
  width: 10px;
  -webkit-box-shadow: 0 0 0 20px #ff5a3b;
          box-shadow: 0 0 0 20px #ff5a3b;
}
.sidebar .nav a .badge {
  position: absolute;
  top: 1em;
  left: 3.5em;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .sidebar .nav a {
    width: 300px;
  }
}
.sidebar .user {
  border-top: none;
}

/* ==========================================================================

MAIN - SEARCH

======================================================================== */
#main-search {
  background-color: #f9f8f4;
}
@media only screen and (min-width: 992px) {
  #main-search {
    width: auto;
    background: transparent;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  #main-search {
    background-color: transparent;
    color: #fff;
    left: 0;
    top: 23px;
    text-align: right;
  }
  #main-search a, #main-search button {
    color: #fff;
  }
}
#main-search .navbar-collapse {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  #main-search .navbar-collapse > div {
    height: 80px;
    padding-right: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  #main-search .navbar-collapse {
    position: relative;
    top: 23px;
  }
  #main-search .navbar-collapse > div {
    padding: 1em;
  }
  #main-search .navbar-collapse .breadcrumb {
    padding-left: 0;
  }
  #main-search .navbar-collapse button {
    border-color: #fff;
  }
}
#main-search .breadcrumb {
  background-color: transparent;
}
#main-search .breadcrumb svg {
  height: 50px;
  width: 50px;
  padding: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: #2d333b;
  -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 0 #fff, 0 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
#main-search .breadcrumb:hover svg, #main-search .breadcrumb:focus svg {
  -webkit-box-shadow: 0 0 0 5px #fff, 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 5px #fff, 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================

DASHBOARD

======================================================================== */
.dashboard .bg-cover.heightCustom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard .bg-cover.heightCustom > div {
  color: #fff;
}
.dashboard .bg-cover.heightCustom > div h2 {
  color: #fff;
}
.dashboard .bg-cover.heightCustom > div h3 {
  color: rgba(255, 255, 255, 0.7);
}
.dashboard .bg-cover.heightCustom > div h3 span {
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 992px) {
  .dashboard .bg-cover.heightCustom > div h3 span {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 992px) {
  .dashboard .bg-cover.heightCustom > div {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .dashboard .bg-cover.heightCustom > div {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .dashboard .bg-cover.heightCustom > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dashboard .bg-cover.heightCustom > div .progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.dashboard .bg-cover.heightCustom > div .progress .progress-bar {
  background-color: #fff;
}
.dashboard .rwdColumn .breadcrumb {
  background: #f9f8f4;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .dashboard .rwdColumn .breadcrumb {
    display: none;
  }
}
.dashboard .rwdColumn .heightCustom {
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .dashboard .rwdColumn .heightCustom {
    height: calc(100vh - 71px);
  }
}
.dashboard .rwdColumn .heightCustom > div {
  max-width: 680px;
}
@media only screen and (min-width: 992px) {
  .dashboard .rwdColumn .heightCustom > div {
    padding: 2rem 0;
  }
}
.dashboard .rwdColumn .heightCustom > div > div {
  margin: 2rem 0;
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .dashboard .rwdColumn .heightCustom > div > div {
    margin: 1rem 0;
    padding: 1rem 0;
  }
}
.dashboard .rwdColumn .heightCustom > div > div .avatar img, .dashboard .rwdColumn .heightCustom > div > div .avatar svg {
  height: 6rem;
  min-height: 6rem;
  width: 6rem;
  min-width: 6rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 15px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 0 2rem 2rem 0;
}

.searchTool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .searchTool {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
}
@media only screen and (max-width: 577px) {
  .searchTool {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.searchTool input {
  width: calc(100% - 50px) !important;
}

/* ==========================================================================

DETAIL OPERATION

======================================================================== */
@media only screen and (min-width: 992px) {
  .col-lg-3.scrollableBlock {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.col-lg-3.scrollableBlock .details {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.col-lg-3.scrollableBlock .details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 577px) {
  .col-lg-3.scrollableBlock .details li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.col-lg-3.scrollableBlock .details li {
  margin: 0.5rem 0;
}
.col-lg-3.scrollableBlock .details li span {
  color: #6c757d;
  font-size: 80%;
  font-weight: 400;
}

.filAriane li {
  margin: 0.5rem 0;
}
.filAriane li.text-muted {
  position: relative;
  padding-left: 1rem;
}
.filAriane li.text-muted:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ccc;
}
.filAriane li.text-muted:nth-child(2):before {
  position: absolute;
  content: "";
  top: -0.5rem;
  margin: auto;
  left: 2px;
  height: 10px;
  width: 1px;
  background-color: #dedede;
}
.filAriane li.quote {
  border-color: #ffc107;
}
.filAriane li.admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filAriane li.admin h3 {
  margin: 0;
}

.main-btn {
  margin-top: 1em;
  border: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-btn h2 {
  margin: 0.5rem 0;
}
.main-btn:after {
  position: absolute;
  content: "";
  top: 5px;
  width: 50%;
  border-radius: 40px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-btn.yellow:after {
  background: #f7c643;
}
.main-btn.blue:after {
  background: #3860fe;
}
.main-btn.violet:after {
  background: #b0365b;
}
.main-btn.orange:after {
  background: #f25913;
}
.main-btn.green:after {
  background: #009688;
}
.main-btn:hover, .main-btn:focus {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.main-btn:hover:after, .main-btn:focus:after {
  width: 70%;
}

ul .main-btn {
  min-height: 56px;
}
ul .main-btn:after {
  top: 0;
  bottom: 0;
  height: 50%;
  width: 3px;
  left: 0;
  right: auto;
}
ul .main-btn:hover, ul .main-btn:focus {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
ul .main-btn:hover:after, ul .main-btn:focus:after {
  width: 3px;
  height: 70%;
}
ul .main-btn.active {
  background: #f9f8f4;
}
ul .main-btn svg {
  width: 1.2rem;
  margin-right: 0.5rem;
}
ul .main-btn h2 {
  font-size: 1.5rem;
}
ul.navigation {
  margin-top: 2rem;
}
ul.navigation li:nth-child(1) {
  color: #6c757d;
  margin-bottom: 1rem;
}
ul.navigation li:nth-child(2) .main-btn {
  border: none;
}
ul.navigation li .main-btn {
  margin: 0;
  border: none;
  border-top: 1px solid #f1f1f1;
}

/* ==========================================================================

PAGE DETAIL MARCHES

======================================================================== */
.btn-primary.rounded-pill {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 0 0 #3860fe;
          box-shadow: 0 0 0 0 #3860fe;
  cursor: pointer;
}
.btn-primary.rounded-pill svg {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-primary.rounded-pill:hover {
  -webkit-box-shadow: 0 0 0 3px #0069d9;
          box-shadow: 0 0 0 3px #0069d9;
}
.btn-primary.rounded-pill:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-file-naked {
  cursor: pointer;
  width: auto;
  height: auto;
}
.custom-file-naked .custom-file-input {
  width: auto;
  height: auto;
  cursor: pointer;
}
.custom-file-naked .custom-file-label {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}
.custom-file-naked .custom-file-label:after {
  opacity: 0;
  display: none !important;
}

.card.card-theme {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  padding: 1rem;
}
.card.card-theme .indicators {
  margin: 1rem 0;
}
.card.card-theme .indicators > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .card.card-theme .indicators > div {
    margin-right: 2em;
  }
}
.card.card-theme .indicators > div svg {
  width: 1.2rem;
  margin-right: 0.5rem;
  color: #ff5a3b;
}
.card.card-theme .customGutters {
  margin-right: 0;
  margin-left: 0;
}
.card.card-theme .customGutters > .col,
.card.card-theme .customGutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 578px) {
  .card.card-theme {
    padding: 3rem;
  }
}
.card.card-theme h3 {
  margin-bottom: 0;
}
.card.card-theme .dropdown-menu-right.shadow {
  border: none;
}

.listType {
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 1rem;
}
.listType.scrollableTab {
  height: auto;
  max-height: 100px;
  padding-right: 1rem;
}
.listType li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.listType li:last-child {
  border: none;
}
.listType.between li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 577px) {
  .listType.between li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ==========================================================================

Situations

======================================================================== */
.situations .card .card-header {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.25rem;
}
@media only screen and (max-width: 577px) {
  .situations .card .card-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.situations .card .card-header > span {
  padding-right: 1rem;
  width: 50%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.situations .card .card-header > ul {
  width: 50%;
}
.situations .card .card-header > ul li {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.situations .card .card-header h4 {
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .situations .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.situations .card .card-body .progressList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1em;
  border-left: 3px solid #ccc;
}
.situations .card .card-body .progressList li span {
  font-size: 80%;
  color: #6c757d;
}
.situations .card .card-body .progressList li.is-active {
  border-color: #3860fe;
}
.situations .card .card-body .progressList.xl li {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.situations .card.blueCard .card-header {
  background-color: #3860fe;
}
.situations .card.blueCard .quote {
  border-color: #3860fe;
}
.situations .card.blueCard .quote span {
  color: #3860fe;
}
.situations .card.redCard .quote {
  border-color: #d92967;
}
.situations .card.redCard .quote span {
  color: #d92967;
}
.situations .card.greenCard .card-header {
  background-color: #28a745;
}
.situations .card.greenCard .card-body .progressList .is-active {
  border-color: #28a745;
}
.situations .card.greenCard .quote {
  border-color: #28a745;
}
.situations .card.greenCard .quote span {
  color: #28a745;
}
.situations .card.yellowCard .card-header {
  background-color: #ff9800;
}
.situations .card.yellowCard .card-body .progressList .is-active {
  border-color: #ff9800;
}
.situations .card.yellowCard .quote {
  border-color: #ff9800;
}
.situations .card.yellowCard .quote span {
  color: #ff9800;
}
.situations .card.greyCard .quote {
  opacity: 0.3;
}
.situations .card.greyCard .card-header {
  background-color: #363c42;
}

.table thead th {
  text-align: right;
  border: none;
  color: #c0c0c1;
}
.table thead th:first-child {
  text-align: left;
}
.table td, .table th {
  padding: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: center;
  font-weight: 400;
}
.table tbody tr:last-child th {
  border-bottom-left-radius: 0.25rem;
}
.table tbody tr:last-child td {
  border-bottom-right-radius: 0.25rem;
}
.table tbody tr td {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .table.col-2-none thead th:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .table.col-2-none tbody td:nth-child(2) {
    display: none;
  }
}

.display-5 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.faq .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
  background-color: #f9f8f4;
}
.faq .card-header i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .card-header[aria-expanded=true] {
  background: #fff;
  border-bottom: none;
}
.faq .card-header[aria-expanded=true] h3, .faq .card-header[aria-expanded=true] i {
  color: #ff5a3b;
}
.faq .card-header[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*
|		boutons call to
|		action sur les cards
*/
.editButtons {
  position: absolute;
  top: -1.5em;
  right: 1em;
}
.editButtons .btn {
  border: 2px solid white;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}

/* ==========================================================================

Profil

======================================================================== */
.elasticSearch {
  position: relative;
}
.elasticSearch .form-control {
  padding-left: 2rem;
}
.elasticSearch svg {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.elasticSearch .autocomplete-items, .elasticSearch .dropdown-menu {
  position: relative;
  padding: 1rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 20vh;
  overflow-y: auto;
}
.elasticSearch .autocomplete-items > div, .elasticSearch .autocomplete-items > button, .elasticSearch .dropdown-menu > div, .elasticSearch .dropdown-menu > button {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  padding: 0.15rem 0;
}
.elasticSearch .autocomplete-items > div:hover, .elasticSearch .autocomplete-items > button:hover, .elasticSearch .dropdown-menu > div:hover, .elasticSearch .dropdown-menu > button:hover {
  color: #ff5a3b;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.form-group {
  margin-bottom: 2rem;
}

.stickyBar {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  background: #007bff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .stickyBar {
    position: fixed;
  }
}

.customPopOver .btn {
  position: relative;
}
.customPopOver .btn span {
  white-space: nowrap;
  pointer-events: none;
  opacity: 0 !important;
  position: absolute;
  bottom: calc(100% + 10px);
  -webkit-transform: translateY(30px) translateX(-50%) !important;
      -ms-transform: translateY(30px) translateX(-50%) !important;
          transform: translateY(30px) translateX(-50%) !important;
  left: 50%;
  color: #72777b;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 0.9em;
  background-color: #fff;
}
.customPopOver .btn span:after {
  top: 100%;
  left: 50%;
  background: #a2a2a2;
  content: " ";
  position: absolute;
  pointer-events: none;
  height: 5px;
  width: 1px;
}
.customPopOver .btn:hover span {
  opacity: 1 !important;
  -webkit-transform: translateY(0) translateX(-50%) !important;
      -ms-transform: translateY(0) translateX(-50%) !important;
          transform: translateY(0) translateX(-50%) !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f8f4;
}

/* ==========================================================================

GESTION UTILISATEURS

======================================================================== */
.responsiveTab {
  margin-bottom: 2rem;
}
.responsiveTab > [class^=row] {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.responsiveTab > [class^=row]:first-child {
  border: none;
  color: #c0c0c1;
}
@media only screen and (max-width: 577px) {
  .responsiveTab > [class^=row]:first-child {
    display: none;
  }
}
.responsiveTab > [class^=row] .col-switch {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
}
.responsiveTab > [class^=row] .col-custom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  max-width: 95px;
}
.responsiveTab > [class^=row] .col-custom.unItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  max-width: 75px;
}
.responsiveTab > [class^=row] .col-custom.troisItems {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 176px;
          flex: 0 0 176px;
  max-width: 176px;
}
@media only screen and (max-width: 577px) {
  .responsiveTab > [class^=row] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.responsiveTab > [class^=row] .statut h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.responsiveTab > [class^=row] [class^=col] {
  padding: 1rem;
}
@media only screen and (max-width: 577px) {
  .responsiveTab > [class^=row] [class^=col] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.responsiveTab > [class^=row] [class^=col].statut h3 {
  position: relative;
}
.responsiveTab > [class^=row] [class^=col].statut h3:before {
  content: "•";
  color: #ccc;
  font-weight: bold;
  margin-right: 1em;
}
.responsiveTab > [class^=row] [class^=col].statut.active h3:before {
  content: "✓";
  color: #009688;
}
.responsiveTab > [class^=row].disabled {
  color: #ccc;
}
.responsiveTab .collapse .row, .responsiveTab .collapsing .row {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-left: 3px solid #c8b67a;
}
.responsiveTab.timeline .badge {
  text-align: left;
  min-width: 80px;
}
.responsiveTab .badge {
  padding: 0.5rem;
  font-weight: 300;
}
.responsiveTab.scrollableTab {
  height: 50vh;
  margin-bottom: 0;
}