@charset "UTF-8";
.text-customYell {
  color: #ff9800;
}

.text-customBlue {
  color: #2196F3;
}

.text-customGreen {
  color: #00b4a8;
}

.text-customGreenDark {
  color: #009688;
}

.text-custom {
  color: #ac1167;
}

.bg-customYell {
  background-color: #ff9800;
}

.bg-customBlue {
  background-color: #2196F3;
}

.bg-customGreen {
  background-color: #00b4a8;
}

.bg-customGreenDark {
  background-color: #009688;
}

.bg-custom {
  background-color: #ac1167;
}

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

SURCHARGE ANIMATION

======================================================================== */
.animTop * {
  transform: inherit;
}

.animated > * {
  transform: translateY(0);
  opacity: 1;
}
.animated:after {
  z-index: 10;
  background: #114887;
  left: 0;
  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 {
  animation-name: fadeDown;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

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

GLOBAL

======================================================================== */
.logo,
.animated:after {
  background: #ac1167;
}

.masque:before {
  opacity: 0.8;
  background: #ac1167;
}

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

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

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

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

.text-white-pre {
  white-space: pre-line;
}

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

@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 span {
  display: inline;
}

textarea.min-h {
  min-height: 150px;
}

.modal .modal-header {
  border-radius: 0;
  padding: 3rem;
  color: #212529;
  align-items: center;
  border: none;
  padding-bottom: 0;
}

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

SIGN-IN

======================================================================== */
.quote {
  border-left: 3px solid #d9d9d9;
}
.quote.custom {
  border-left: 3px solid #ac1167;
}
.quote h3.text-truncate {
  white-space: break-spaces;
}
@media only screen and (min-width: 992px) {
  .quote h3.text-truncate {
    max-width: 370px;
  }
}

.home .rwdColumn h1 {
  font-size: 1.7em;
}
.home .bg-cover h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .home .rwdColumn {
    flex-direction: column;
  }
  .home .rwdColumn h1 {
    font-size: 1.7em;
  }
  .home .rwdColumn .fullBrand {
    margin-top: 2rem;
    position: inherit;
  }
  .home .bg-cover {
    height: calc(93vh - 172px);
  }
  .home .bg-cover > div {
    padding-left: 0;
    padding-right: 0;
  }
  .home .bg-cover > div h3 {
    text-align: left;
    font-size: 1.2rem;
  }
  .home .bg-cover > div .p-5 {
    padding: 2rem !important;
  }
}
.champPassword {
  display: flex;
  align-items: center;
}
.champPassword input {
  flex: 1;
}
.champPassword span {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: ease 0.3s;
}
.champPassword span:hover {
  color: black;
}

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

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

MENU CUSTOM

======================================================================== */
#toggle, .toggle {
  z-index: 1031;
}

.sidebar .navbar-brand {
  height: auto;
  padding: 10px 0;
}
.sidebar .navbar-brand span.d-flex {
  overflow: hidden;
  align-items: center;
}
.sidebar .navbar-brand img {
  transition: all 0.3s ease-in-out;
  margin: 0 30px 0 10px;
}
@media only screen and (max-width: 991px) {
  .sidebar .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .sidebar .navbar-brand img {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 577px) {
  .sidebar .navbar-brand span {
    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: #ff9800;
  box-shadow: 0 0 0 0 #ff9800;
}
.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;
  box-shadow: 0 0 0 20px #ff9800;
}
@media only screen and (max-height: 500px) {
  .sidebar .nav a:hover:after, .sidebar .nav a.active:after {
    box-shadow: 0 0 0 12px #ff9800;
    left: calc(1rem + 6px);
  }
}
.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: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .user svg {
  color: #ac1167;
  background-color: #f7f7f7;
}

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

MAIN - SEARCH

======================================================================== */
form svg {
  position: inherit;
}

#main-search {
  background-color: #f0eeef;
}
@media only screen and (max-width: 991px) {
  #main-search {
    background-color: transparent;
    color: #fff;
    left: 0;
    top: 23px;
    text-align: right;
  }
  #main-search ul.nav {
    background: #fff;
    justify-content: center;
  }
}
#main-search .navbar-collapse {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  #main-search .navbar-collapse > div {
    height: 80px;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  #main-search .navbar-collapse {
    background-color: #fff;
    position: relative;
    top: 23px;
  }
}
#main-search .breadcrumb {
  background-color: transparent;
}
#main-search .breadcrumb svg {
  height: 50px;
  width: 50px;
  padding: 12px;
  border-radius: 50%;
  background-color: #fff;
  color: #ac1167;
  box-shadow: 0 0 0 0 #fff, 0 0 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
}
#main-search .breadcrumb a {
  color: rgba(0, 0, 0, 0.4);
}
#main-search .breadcrumb .active {
  color: #ac1167;
  font-weight: 500;
}
#main-search form svg {
  color: inherit;
}
#main-search form .form-control {
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.searchTool {
  display: flex;
  padding: 1em;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .searchTool {
    width: auto;
  }
}
@media only screen and (max-width: 577px) {
  .searchTool {
    flex-direction: column;
  }
}

.customSearch input {
  width: calc(100% - 60px) !important;
}

.contact .card {
  cursor: pointer;
  padding: 1rem;
  margin-bottom: 0.2rem;
}
.contact .card:before {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  background: #2196F3;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2.75rem;
  text-align: center;
  color: #fff;
  z-index: 2;
  content: "✓";
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
  box-shadow: 0 0 0 3px #fff, rgba(0, 18, 46, 0.24) 0px 6px 32px 0px;
}
.contact .card.active {
  border-color: #2196F3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.contact .card.active:before {
  opacity: 1;
  transform: translateY(0);
}

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

DASHBOARD

======================================================================== */
.avatar img, .avatar svg {
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 0;
  margin-right: 10px;
}
.avatar svg {
  color: #fff;
  padding: 10px;
}

.media {
  align-items: center;
}
.media .media-body {
  flex: 1;
}

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

DEMANDES

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

.customCard {
  width: 100%;
}
.customCard .card-body {
  display: flex;
}
.customCard .card-body:not(.listPresentation) {
  flex-direction: column;
  justify-content: space-between;
}
.customCard .card-body.listPresentation {
  flex-wrap: wrap;
  align-items: center;
}
.customCard .card-body.listPresentation > ul, .customCard .card-body.listPresentation .d-flex {
  flex: 1;
  margin: 1rem !important;
}
.customCard .card-body.listPresentation > ul.quote, .customCard .card-body.listPresentation .d-flex.quote {
  flex: 3;
}

.documents .card-body:not(.listPresentation) {
  min-height: 32vh;
}
.documents .card-body .quote svg {
  height: 3rem;
}

@media only screen and (min-width: 992px) {
  .megamenu {
    width: 900px;
  }
}

.customYell .quote {
  border-color: #ff9800;
}

.customBlue .quote {
  border-color: #2196F3;
}

.customGreen .quote {
  border-color: #00b4a8;
}

.customGreenDark .quote {
  border-color: #009688;
}

.customColor .quote {
  border-color: #ac1167;
}

.card .switch span {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  position: relative;
}
.card .switch span:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  background-color: #fff;
}
.card.switchClient .switch span:nth-child(1), .card.switchOpen .switch span:nth-child(2) {
  color: #ac1167;
  font-weight: bold;
}
.card.switchClient .switch span:nth-child(1):after, .card.switchOpen .switch span:nth-child(2):after {
  background-color: #ac1167;
}
.card label.col-4 {
  margin-bottom: 0;
  color: #6c757d;
}

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

NEW DEMANDE

======================================================================== */
.stickyBar {
  position: sticky;
  bottom: 0;
  right: 0;
  background: #ff9800;
  display: flex;
  width: 100%;
  padding: 1em;
  justify-content: flex-end;
  box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15);
}

.timeline .row {
  padding: 1rem 0 1rem 0.5rem;
}
@media only screen and (min-width: 992px) {
  .timeline .row:not(.small) {
    align-items: center;
    position: relative;
  }
}
.timeline .row:not(.small):before, .timeline .row:not(.small):after {
  position: absolute;
  content: "";
}
.timeline .row:not(.small):before {
  content: "•";
  color: #ccc;
  font-weight: bold;
  left: 0;
  background: #fff;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
}
.timeline .row:not(.small):after {
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 1px;
  height: 100%;
}
.timeline .row:not(.small):nth-child(2):after, .timeline .row:not(.small):last-child:after {
  height: 50%;
}
.timeline .row:not(.small):nth-child(2):after {
  top: auto;
}
.timeline .row:not(.small):last-child:after:after {
  bottom: auto;
}

/*
#cookie-policy-popin {
    background: #171717;
    font-size: 80%;
    left: 0;
    right:0;
    bottom:0;
    padding: 2em;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	a {
		color: #fff;
	}
	p{
		color:rgba(255,255,255,.5);
		margin:0;
	}
}*/
/* ==========================================================================

GESTION UTILISATEURS

======================================================================== */
.responsiveTab {
  margin-bottom: 2rem;
}
.responsiveTab [class^=row] {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  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;
  flex: 0 0 140px;
  max-width: 140px;
}
.responsiveTab [class^=row] .col-custom {
  flex: 0 0 95px;
  max-width: 95px;
}
.responsiveTab [class^=row] .col-custom.unItem {
  flex: 0 0 75px;
  max-width: 75px;
}
.responsiveTab [class^=row] .col-custom.troisItems {
  flex: 0 0 176px;
  max-width: 176px;
}
@media only screen and (max-width: 577px) {
  .responsiveTab [class^=row] {
    flex-direction: column;
  }
}
.responsiveTab [class^=row] .statut h3 {
  overflow: hidden;
  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] {
    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: #00b4a8;
}
.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;
}

.z-indexCustom {
  position: relative;
  z-index: 1;
}
/* Toast*/
.toast {
  position: fixed;
  z-index: 99999;
  padding: 1rem;
  right: 1rem;
  top: 1rem;
  color: #f8f9fa;
  background-color: #343a40;
  transform: translateY(-1rem);
  transition: 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.toast.showing, .toast.show {
  transform: translateY(0);
}
