@charset "UTF-8";
/* ==========================================================================

SURCHARGE ANIMATION

======================================================================== */
.animTop * {
  transform: none;
}

.start .animated * {
  transform: none;
  opacity: 1;
}

.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);
  }
}

/* ==========================================================================

PORTAIL KIT

======================================================================== */
.sidebar .user .d-flex .bg-cover,
.sidebar .user .d-flex svg {
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
}

.sidebar .user .d-flex .btnPortail {
  margin-bottom: 0.5rem;
}

.sidebar .user .d-flex .dropup .dropdown-menu {
  min-width: auto;
  width: auto !important;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* ==========================================================================

MODAL CUSTOMISEE

======================================================================== */
@-webkit-keyframes slideLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  .modal.slideLeft {
    animation-name: slideLeft;
  }
  .modal.slideLeft.fade .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    left: -100%;
    transition: 1s cubic-bezier(0.9, 0, 0.1, 1);
  }
  .modal.slideLeft.show .modal-dialog {
    left: 0;
  }
  .modal.slideLeft .modal-dialog {
    margin: 0;
  }
  .modal.slideLeft .modal-content {
    height: 100vh;
    min-width: 620px;
    justify-content: space-between;
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal.slideLeft .modal-body {
    overflow-y: auto;
  }
}

.ListApps a {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.25);
  transform: translateY(0);
  transition: transform 0.5s;
  transition: 0.3s ease;
  margin-bottom: 1rem;
}

.ListApps a .avatar {
  background: none;
  height: 1.75rem;
  min-height: 1.75rem;
  width: 1.75rem;
  min-width: 1.75rem;
}

.ListApps a h4 {
  color: #fff;
  margin-top: 0.5rem;
}

.ListApps a .img-fluid {
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 90%;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin: auto;
}

.ListApps a:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

.ListApps a:hover .img-fluid {
  opacity: 0.4;
}

.ListApps .darkBlue {
  background-color: #2c0e99;
}

.ListApps .pink {
  background-color: #e8008c;
}

.ListApps .violet {
  background-color: #9404b7;
}

.ListApps .darkViolet {
  background-color: #ac1368;
}

.ListApps .lightBlue {
  background-color: #00aeef;
}

.ListApps .blue {
  background-color: #435ffb;
}

.ListApps .orange {
  background-color: #ff933e;
}

.ListApps .yellow {
  background-color: #ff9800;
}

.ListApps .red {
  background-color: #e9112d;
}

.ListApps .corail {
  background-color: #fe6050;
}

.ListApps .gold {
  background-color: #df9609;
}

.ListApps .green {
  background-color: #9cd60d;
}

/* ==========================================================================

GLOBAL

======================================================================== */
html,
body {
  background-color: #fbf9f7;
}

.logo {
  background: #b51742;
}

.masque:before {
  opacity: 0.9;
  background: #b51742;
}

.animated:after,
.bg-custom {
  color: #fff;
  background-color: #b51742;
  border-color: #b51742;
}

.btn-custom,
.btn-outline-main-color {
  background-color: #b51742;
  border-color: #b51742;
}

.btn-custom:hover,
.btn-outline-main-color:hover {
  background-color: #ff4522;
  border-color: #ff4522;
}

.text-custom {
  color: #b51742;
}

.bg-customTheme {
  background-color: #b51742;
  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 {
  display: inline-block;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.modal .modal-header,
.modal .modal-footer {
  border: none;
}

.modal .modal-header {
  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 #ff9800;
}

.modal .modalAlerte {
  border-left: 5px solid #f44336;
}

.modal .modalAlerte h5 {
  color: #f44336;
}

.modal label.custom-control-label {
  color: inherit;
}

.quote {
  border-left: 3px solid #d9d9d9;
}

.underline a,
a.underline {
  display: inline;
  transition: 0.3s ease;
  background-image: -o-linear-gradient(rgba(0, 123, 255, 0.15) 0%, rgba(0, 123, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 123, 255, 0.15)), to(rgba(0, 123, 255, 0.15)));
  background-image: linear-gradient(rgba(0, 123, 255, 0.15) 0%, rgba(0, 123, 255, 0.15) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 3px;
}

.underline a:hover,
a.underline:hover {
  background-size: 100% 12px;
}

/* ==========================================================================

AMELIORER ACCESSIBILITE DU SITE
25/05/2022

======================================================================== */
.btn:focus,
button:focus,
a:focus,
[data-toggle='tab']:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* ==========================================================================

SIGN-IN

======================================================================== */
.home .fullBrand {
  color: #fff;
}

.home .bg-cover > div {
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .home .bg-cover {
    height: 70vh;
  }
  .home .bg-cover > div {
    flex-direction: column;
  }
  .home .bg-cover > div h1 {
    font-size: 1.7em;
  }
}

.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;
}

/* ==========================================================================

MENU CUSTOM

======================================================================== */
#toggle {
  z-index: 1031;
}

#toggle:before,
#toggle:after {
  background: #b51742;
}

.sidebar {
  background: #fbf9f7;
}

@media only screen and (min-width: 992px) {
  .sidebar {
    overflow: hidden;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.08);
  }
  .sidebar:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.sidebar .navbar-brand {
  background: #fbf9f7;
  height: auto;
  padding: 10px 0;
}

.sidebar .navbar-brand span.d-flex {
  overflow: hidden;
}

.sidebar .navbar-brand span.d-flex img {
  transition: all 0.3s ease-in-out;
  margin: 0 30px 0 10px;
}

.sidebar .navbar-brand span.d-flex span.d-block {
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .sidebar .navbar-brand {
    display: flex;
    justify-content: center;
  }
  .sidebar .navbar-brand img {
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
  }
}

@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 {
  min-width: auto;
}

.sidebar .nav a:after {
  background-color: #b51742;
  box-shadow: 0 0 0 0 #b51742;
}

.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 #b51742;
}

@media only screen and (min-width: 992px) {
  .sidebar .nav a {
    width: 300px;
  }
}

.sidebar .user {
  overflow: visible;
  z-index: 2;
  border: none;
}

@media only screen and (min-width: 992px) {
  .sidebar .user .d-flex {
    width: 300px;
  }
}

.sidebar .user .d-flex .bg-cover,
.sidebar .user .d-flex svg {
  background-color: #f5f5f5;
}

.btnPortail {
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.btnPortail svg {
  box-shadow: 0 0 0 0 #007bff;
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.btnPortail:hover svg {
  transform: rotate(270deg);
  box-shadow: 0 0 0 3px #007bff;
}

/* ==========================================================================

MAIN - SEARCH

======================================================================== */
#main-search {
  background-color: #fbf9f7;
}

@media only screen and (max-width: 991px) {
  #main-search {
    background-color: transparent;
    color: #fff;
    left: 0;
    top: 23px;
    text-align: right;
  }
}

#main-search .navbar-collapse {
  justify-content: space-between;
  padding: 1rem;
}

@media only screen and (max-width: 991px) {
  #main-search .navbar-collapse {
    position: relative;
    top: 23px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #fff;
    text-align: left;
  }
  #main-search .navbar-collapse .breadcrumb {
    padding-left: 0;
  }
}

#main-search .navbar-collapse .customSearch .form-control {
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#main-search .navbar-collapse .customSearch svg {
  color: inherit;
}

#main-search .navbar-collapse .btn-grey {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}

.searchTool {
  display: flex;
}

@media only screen and (max-width: 577px) {
  .searchTool {
    flex-direction: column;
    margin-top: 1rem;
  }
}

.searchTool .form-inline {
  margin-left: 0.5rem;
  width: 100%;
}

.searchTool .form-inline input {
  width: calc(100% - 50px) !important;
}

.customSearch input {
  width: calc(100% - 60px) !important;
}

.btn-Customlight {
  background-color: #fbf9f7;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* ==========================================================================

LISTE ALERTES

======================================================================== */
.bg-cover.scrollableBlock {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .bg-cover.scrollableBlock {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bg-cover.scrollableBlock > div {
  max-width: 80%;
}

.bg-cover.scrollableBlock h1,
.bg-cover.scrollableBlock h3 {
  color: #fff;
}

.bg-cover.scrollableBlock h3 {
  margin-top: 3rem;
  color: rgba(255, 255, 255, 0.5);
}

.bg-cover.scrollableBlock h3 span {
  font-weight: 500;
  display: block;
  color: rgba(255, 255, 255, 0.85);
}

.btn-custom-plus {
  transition: 0.2s ease;
  color: blue;
  margin-top: 1rem;
  background-color: #f8f9fa;
  cursor: pointer;
}

.btn-custom-plus svg {
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-custom-plus:hover {
  background-color: blue;
  border-color: blue;
  box-shadow: 0 0 0 3px blue;
  color: #fff;
}

.btn-custom-plus:hover svg {
  transform: rotate(180deg);
}

.avatar {
  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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar.lg-avatar {
  height: 3.75rem;
  min-height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
}

.avatar.lg-avatar img,
.avatar.lg-avatar svg {
  height: 3.75rem;
  min-height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
}

.customCard.w-100 {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

.customCard.w-100 .height-img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  height: 15vh;
}

.customCard.w-100 .height-img:after {
  display: none;
}

.customCard.w-100:not(.selected):hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.p-custom {
  margin: 5rem 0;
  position: relative;
}

@media (max-width: 1540px) and (min-width: 992px) {
  .p-custom .col-xl-11 .col-xl-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.customPopOver .btn {
  position: relative;
}

.customPopOver .btn span {
  white-space: nowrap;
  pointer-events: none;
  opacity: 0 !important;
  position: absolute;
  bottom: calc(100% + 10px);
  transform: translateY(30px) translateX(-50%) !important;
  left: 50%;
  color: #72777b;
  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;
  transform: translateY(0) translateX(-50%) !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f9f8f4;
}

/* ==========================================================================

Choix Opérations

======================================================================== */
.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;
}

.responsiveTab > [class^='row']:first-child:not(.standard) {
  color: #c0c0c1;
  font-size: 80%;
}

@media only screen and (max-width: 767px) {
  .responsiveTab > [class^='row']:first-child:not(.standard) {
    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;
}

.responsiveTab > [class^='row'] .statut h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.responsiveTab > [class^='row'] [class^='col'] {
  padding: 1rem;
}

.responsiveTab > [class^='row'] [class^='col'].statut h2 {
  position: relative;
}

.responsiveTab > [class^='row'] [class^='col'].statut h2:before {
  content: '\2022';
  color: #ccc;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.3rem;
}

.responsiveTab > [class^='row'] [class^='col'].statut.active h2:before {
  content: '\2713';
  color: #00b4a8;
}

.responsiveTab > [class^='row'].disabled {
  color: #ccc;
}

.responsiveTab .stickyTop {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

.responsiveTab .customCollapse .row [class^='col'] {
  padding: 1rem;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fbf9f7;
}

.responsiveTab.timelines > .row:not(:first-child) {
  border-left: 1px solid #ccc;
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

.responsiveTab.timelines > .row:not(:first-child):after {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  margin: auto;
  background: #ccc;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  transition: 0.3s ease;
  top: 0;
  right: calc(100% - 4px);
  bottom: 0;
}

.responsiveTab.timelines > .row:nth-child(2),
.responsiveTab.timelines > .row:last-child {
  border-left: none;
}

.responsiveTab.timelines > .row:nth-child(2):before,
.responsiveTab.timelines > .row:last-child:before {
  position: absolute;
  content: '';
  background: #ccc;
  height: 50%;
  width: 1px;
  left: 0;
}

.responsiveTab.timelines > .row:nth-child(2):before {
  bottom: 0;
}

.responsiveTab.timelines > .row:last-child {
  font-weight: bold;
}

.responsiveTab.timelines > .row:last-child:before {
  top: 0;
}

.responsiveTab.timelines > .row:last-child:after {
  background-color: #b51742;
  box-shadow: 0 0 0 4px rgba(181, 24, 67, 0.3), 0 0 0 9px #fff;
}

.responsiveTab .badge {
  padding: 0.5rem;
  font-weight: 300;
}

.responsiveTab.scrollableTab {
  max-height: 50vh;
  height: auto;
  margin-bottom: 0;
}

.responsiveTab.scrollableTab.h-35 {
  max-height: 35vh;
}

.btnSelect {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  padding: 0;
  color: #ccc;
  transition: 0.3s ease;
  font-size: 0.7rem;
  box-shadow: 0 0 0 0 #fff, rgba(0, 18, 46, 0.24) 0px 1px 1px 0px;
}

.dropdown-menu .responsiveTab a.active {
  background: #f5f6fa;
  padding-left: 0.5rem;
}

.roule:after {
  transition: 0.3s ease;
}

.roule[aria-expanded='true'] span {
  top: -1.8rem;
}

.roule[aria-expanded='true']:after {
  transform: rotate(180deg);
}

.roule[aria-expanded='false'] span {
  top: 0;
}

.roule[aria-expanded='false']:after {
  transform: rotate(0deg);
}

.zIndex {
  position: relative;
  z-index: 1;
}

.stopPropa {
  padding: 2rem 3rem;
}

@media only screen and (min-width: 992px) {
  .stopPropa {
    min-width: 32.5rem;
  }
}

.stopPropa .responsiveTab.scrollableTab {
  max-height: 30vh;
  padding-top: 1rem;
}

.customCard {
  box-shadow: 0 0 0 0 #e8eaed;
}

.customCard.selected .btnSelect,
.customCard:hover .btnSelect {
  color: #007bff;
  box-shadow: 0 0 0 3px #fff, rgba(0, 18, 46, 0.24) 0px 6px 32px 0px;
}

.customCard.selected {
  box-shadow: 0 0 0 1rem #e8eaed;
  transform: translateZ(0px) scale3d(0.93, 0.92, 1);
}

.customCard.selected .bg-cover {
  opacity: 0.5;
}

.customCard.selected .btnSelect {
  color: #fff;
  background: #007bff;
}

@media only screen and (min-width: 992px) {
  .customCard.listPresentation {
    align-items: center;
    flex-direction: inherit;
    margin-bottom: 1rem;
  }
  .customCard.listPresentation .height-img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    margin: 0 1rem;
  }
  .customCard.listPresentation .card-body .indicators {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .customCard.listPresentation .card-body .row.text-muted {
    width: 20%;
  }
  .customCard.listPresentation .card-body .listType {
    margin-top: 0;
    width: 30%;
  }
  .customCard.listPresentation .btnSelect {
    right: auto;
    left: -1rem;
  }
}

.customCard .progressBars span {
  color: #6c757d;
  font-size: 80%;
  font-weight: 400;
}

.customCard .progressBars .col-md-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customCard .progressBars .col-md-4:nth-child(1) {
  color: #2c0e99;
}

.customCard .progressBars .col-md-4:nth-child(1) .progress-bar {
  background-color: #2c0e99;
}

.customCard .progressBars .col-md-4:nth-child(2) {
  color: #09bc8a;
}

.customCard .progressBars .col-md-4:nth-child(2) .progress-bar {
  background-color: #09bc8a;
}

.customCard .progressBars .col-md-4:nth-child(3) {
  color: #fe6050;
}

.customCard .progressBars .col-md-4:nth-child(3) .progress-bar {
  background-color: #fe6050;
}

.customCard:not(.listPresentation) .progressBars {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.listType {
  margin-top: 1rem;
  font-size: 80%;
  font-weight: 400;
}

.listType li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.listType li:last-child {
  border: none;
}

.bg-primary .progress,
.bg-warning .progress,
.bg-custom .progress {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-primary .progress .progress-bar,
.bg-warning .progress .progress-bar,
.bg-custom .progress .progress-bar {
  background: #fff;
}

/* ==========================================================================

VUE CONSOLIDEE

======================================================================== */
.stickyBar {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: #007bff;
  color: #fff;
  width: 100%;
  padding: 1rem 2rem;
  transition: 0.5s cubic-bezier(0.25, 0.05, 0.1, 0.94);
  bottom: -100%;
  box-shadow: 0 -4px 8px rgba(64, 87, 109, 0.1);
}

@media only screen and (min-width: 992px) {
  .stickyBar {
    width: calc(100% - 84px);
  }
}

.stickyBar > .row {
  align-items: center;
}

.stickyBar .media {
  align-items: center;
}

.stickyBar .media.compteur strong {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
}

.stickyBar .media.compteur ul {
  line-height: 1.3rem;
}

.stickyBar .media.compteur ul li:first-child {
  font-weight: bold;
}

.stickyBar .media.compteur li:last-child {
  opacity: 0.6;
}

.stickyBar.selected:not(.bar2) {
  bottom: 0%;
}

.stickyBar.selected.selected2 {
  bottom: 0%;
}

.stickyBar.selected.selected2:not(.bar2) {
  bottom: -100%;
}

.stickyBarII {
  position: sticky;
  bottom: 0;
  right: 0;
  background: #b51742;
  display: flex;
  width: 100%;
  padding: 1em;
  justify-content: space-between;
  box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 577px) {
  .list-grid-toggle {
    display: flex;
    flex-wrap: wrap;
  }
}

.btn-pills-custom {
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #007bff;
  border-radius: 10rem;
  text-transform: uppercase;
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  transition: 0.3s ease;
}

.btn-pills-custom svg {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 577px) {
  .btn-pills-custom svg {
    display: none;
  }
}

.btn-pills-custom:hover,
.btn-pills-custom.active {
  background-color: #fff;
  color: #007bff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn-pills-custom.active {
  background-color: #b51742;
  color: #fff !important;
}

.btn-pills-custom.active .text-custom {
  color: #fff !important;
}

.modal {
  color: #212529;
}

.modal .modal-content {
  padding: 1rem;
}

@media only screen and (min-width: 992px) {
  .modal .modal-content {
    padding: 3rem;
  }
}

.modal .close {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .modal.custom.fade .modal-dialog {
    position: fixed;
    max-width: 94%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transform: translate(0, 100%);
  }
  .modal.custom.show .modal-dialog {
    bottom: 0;
    transform: translate(0, 0);
  }
  .modal.custom .modal-dialog {
    margin: 0;
  }
  .modal.custom .modal-content {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    height: 95vh;
  }
  .modal.custom .modal-content .modal-body {
    flex: 2;
  }
}

@media only screen and (max-width: 991px) {
  .modal.custom .modal-content .m-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    padding: 1rem;
  }
  .modal.custom .modal-content .m-header h3 {
    font-size: inherit;
  }
  .modal.custom .modal-content .m-header .btn-pills-custom {
    font-size: 80%;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .modal.custom .modal-dialog {
    max-width: 90%;
  }
}

.modal.custom .modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem 0.3rem 0 0;
  border: none;
}

.modal.custom .modal-content .m-header {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1rem;
}

.modal.custom .modal-content .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.customTab.border-bottom li a:not(.active) {
  border-bottom: none;
}

.col-lg-3.OpeSelected {
  display: none;
  border: none;
}

@media only screen and (min-width: 992px) {
  .col-lg-3.OpeSelected {
    display: block;
  }
}

.col-lg-3.OpeSelected .responsiveTab > [class^='row']:first-child {
  display: none;
}

.col-lg-3.OpeSelected .avatar:before {
  position: absolute;
  top: -0.5rem;
  right: -0.4rem;
  background: #fff;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
  color: #3860fe;
  z-index: 2;
  font-weight: bold;
  font-size: 0.8rem;
  content: '✓';
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.timeline .media,
.timeline .media-body,
.timeline .col-auto {
  display: flex;
  align-items: center;
}

.timeline .media .step,
.timeline .media h2 {
  margin-right: 1rem;
}

.timeline .media h2 {
  margin-bottom: 0;
  color: #b51742;
}

@media only screen and (min-width: 992px) {
  .timeline .col-auto {
    width: 11rem;
  }
}

.timeline .col-auto h2 {
  margin-bottom: 0;
}

.timeline .col-auto ul.small {
  margin-left: 1rem;
}

@media only screen and (max-width: 577px) {
  .timeline .progress {
    display: none;
  }
}

.timeline .progress-bar {
  background-color: #00b4a8;
}

.timeline .bg-custom {
  color: rgba(255, 255, 255, 0.8);
}

.timeline .bg-custom h2,
.timeline .bg-custom svg {
  color: white;
}

.timeline .bg-custom .progress {
  background-color: rgba(255, 255, 255, 0.2);
}

.timeline .bg-custom .progress .progress-bar {
  background-color: rgba(255, 255, 255, 0.8);
}

.card-indicator {
  border-color: #2d333b;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

@media only screen and (min-width: 992px) {
  .card-indicator {
    height: 28vh;
  }
}

.card-indicator svg {
  position: relative;
}

.simple-indicator {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-right: 1px solid #ccc;
}

.simple-indicator:last-child {
  border: none;
}

.simple-indicator .font-weight-bold {
  color: #b51742;
}

.simple-indicator .row {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 1rem;
}

.simple-indicator .row .col-auto h2 {
  font-size: 2rem;
}

.simple-indicator .row .col-auto:first-child h2 {
  opacity: 0.5;
}

.simple-indicator .row .col-auto:last-child h2 {
  font-size: 2.2rem;
  font-weight: 400;
  opacity: 1;
}

.simple-indicator .row .col-auto:last-child:not(.no-fraction) {
  position: relative;
}

.simple-indicator .row .col-auto:last-child:not(.no-fraction):after {
  position: absolute;
  content: '';
  right: 100%;
  top: 0.5rem;
  height: 50%;
  width: 1px;
  background-color: #ccc;
  transform: rotate(16deg);
}

.clients .pointer {
  cursor: pointer;
  transition: 0.3s ease;
}

.clients .pointer .col-auto {
  height: 2rem;
  overflow: hidden;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.clients .pointer .col-auto ul {
  font-size: 80%;
  transform: translateY(0);
  transition: 0.3s ease;
}

.clients .pointer .col-auto ul li:first-child {
  color: #007bff;
}

.clients .pointer .col-auto ul li:last-child {
  color: green;
}

.clients .pointer.active {
  background-color: #f0f9f2;
}

.clients .pointer.active .col-auto ul {
  transform: translateY(-2rem);
}

.clients .pointer:hover {
  background-color: #f8f9fa;
}

.btn-ico {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  position: relative;
  padding: 0;
  transform: rotate(0deg);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-ico.rotate:hover {
  transform: rotate(270deg);
}

.btn-ico > i,
.btn-ico > span,
.btn-ico > svg {
  position: absolute;
  transform: translate(-50%, -50%) !important;
  font-size: 1.1875rem;
  left: 50%;
  top: 50%;
  margin: 0;
}

/* ==========================================================================

Détails Opérations

======================================================================== */
.col-lg-3.scrollableBlock {
  top: 0;
  z-index: 1020;
  padding: 2rem;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .col-lg-3.scrollableBlock {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-lg-3.scrollableBlock .btn-light {
    position: absolute;
    top: 1rem;
    left: 2rem;
  }
  .col-lg-3.scrollableBlock ul {
    margin-top: 2rem;
  }
  .col-lg-3.scrollableBlock .fiche {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .col-lg-3.scrollableBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col-lg-3.scrollableBlock .btn-blanc {
  background-color: #292e35;
  border-color: #292e35;
  padding: 1rem;
}

.col-lg-3.scrollableBlock .btn-blanc:hover {
  background-color: #f1f1f1;
  border-color: #1d2124;
}

.col-lg-3.scrollableBlock .visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col-lg-3.scrollableBlock .visual .avatar {
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .col-lg-3.scrollableBlock .visual .avatar {
    height: 6rem;
    min-height: 6rem;
    width: 6rem;
    min-width: 6rem;
  }
}

.col-lg-3.scrollableBlock li a {
  color: #fff;
  display: flex;
  padding: 1rem;
  color: #607d8b;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  position: relative;
}

.col-lg-3.scrollableBlock li a:after {
  position: absolute;
  content: '';
  border-radius: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30%;
  width: 3px;
  left: -1px;
  transition: 0.3s ease;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.15);
}

.col-lg-3.scrollableBlock li a:hover,
.col-lg-3.scrollableBlock li a:focus,
.col-lg-3.scrollableBlock li a.active {
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.15);
}

.col-lg-3.scrollableBlock li a:hover:after,
.col-lg-3.scrollableBlock li a:focus:after,
.col-lg-3.scrollableBlock li a.active:after {
  height: 60%;
  background: #b51742;
}

/* ==========================================================================

TIMELINE TYPE MESSAGERIE

======================================================================== */
.tl-wrapper .row [class^='col-'] {
  position: relative;
  padding-bottom: 1.5rem;
}

.tl-wrapper .row [class^='col-']:before,
.tl-wrapper .row [class^='col-']:after {
  position: absolute;
  content: '';
  top: 0;
}

.tl-wrapper .row [class^='col-']:after {
  background: #ccc;
  height: 100%;
  width: 1px;
}

.tl-wrapper .row [class^='col-']:before {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fbf9f7;
  z-index: 1;
  background: #646464;
}

.tl-wrapper .row [class^='col-'] .card {
  display: inline-block;
  padding: 1.125rem;
  flex: 0 0 auto;
  width: auto;
  background-color: #fbf9f7;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .tl-wrapper .row [class^='col-'] .card {
    max-width: 50%;
  }
}

.tl-wrapper .row [class^='col-'] .card.statut-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.tl-wrapper .row [class^='col-'] .card.statut-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

@media only screen and (min-width: 992px) {
  .tl-wrapper .row:nth-of-type(2n + 1) [class^='col-'] {
    display: flex;
    justify-content: end;
  }
  .tl-wrapper .row:nth-of-type(2n + 1) [class^='col-']:after {
    left: 100%;
  }
  .tl-wrapper .row:nth-of-type(2n + 1) [class^='col-']:before {
    right: -3px;
  }
  .tl-wrapper .row:nth-of-type(2n + 1) [class^='col-'] .card {
    border-radius: 0.625rem 2px 0.625rem 0.625rem;
    text-align: right;
  }
  .tl-wrapper .row:nth-of-type(2n + 2) {
    justify-content: end;
  }
  .tl-wrapper .row:nth-of-type(2n + 2) [class^='col-'] {
    display: flex;
    justify-content: start;
  }
  .tl-wrapper .row:nth-of-type(2n + 2) [class^='col-']:after {
    left: 0;
  }
  .tl-wrapper .row:nth-of-type(2n + 2) [class^='col-']:before {
    left: -1px;
  }
  .tl-wrapper .row:nth-of-type(2n + 2) [class^='col-'] .card {
    border-radius: 2px 0.625rem 0.625rem 0.625rem;
  }
}

.tl-wrapper .row:last-child [class^='col-']:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .tl-wrapper {
    padding-left: 2rem;
  }
  .tl-wrapper .row [class^='col-']:before,
  .tl-wrapper .row [class^='col-']:after {
    left: 0;
  }
  .tl-wrapper .row [class^='col-'] .card {
    width: 100%;
  }
}

/* ==========================================================================

FOOTER + CONDITIONS USERS

======================================================================== */
footer {
  font-size: 0.6em;
}

footer .fullBrand .logo {
  height: 1.8rem;
  width: 1.8rem;
  background-color: #dedede;
}

.faq .card-header {
  padding: 0;
}

.faq .card-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2em;
  padding-left: 1em;
  background-color: #fbf9f7;
}

.faq .card-header button i {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.faq .card-header button[aria-expanded='true'] {
  background: #fff;
  border-bottom: none;
}

.faq .card-header button[aria-expanded='true'] h3,
.faq .card-header button[aria-expanded='true'] i {
  color: #b51742;
}

.faq .card-header button[aria-expanded='true'] i {
  transform: rotate(180deg);
}

.faq .card-header button:focus,
.faq .card-header button.focus {
  box-shadow: none;
}

.faq .card-body p {
  color: #6c757d;
}

@media only screen and (min-width: 992px) {
  #topPage {
    pointer-events: none;
  }
}

.hide-nav-bar #topPage {
  pointer-events: inherit;
  cursor: pointer;
}

/* ==========================================================================

GESTION DES FILTRES

PHASES DE RECHERCHE !!
======================================================================== */
.mainHeader {
  position: fixed;
  background: #fbf9f7;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(0);
  transition: 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .mainHeader {
    left: 85px;
  }
}

.mainHeader .filterList {
  display: flex;
  transition: 0.3s ease;
  flex-wrap: wrap;
  margin-right: 1rem;
}

.mainHeader .filterList .btn-group {
  position: static !important;
}

.mainHeader .filterList .btn-group > .btn {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

.mainHeader .filterList .btn-group:not(:last-child) > .btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10rem;
  margin: 2px;
}

@media only screen and (min-width: 992px) {
  .mainHeader .filterList .btn-group:not(:last-child) > .btn {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
  }
}

.mainHeader .filterList .btn-group:last-child > .btn {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.mainHeader .filterList .btn-group .stopPropa {
  padding: 2rem 3rem;
}

@media only screen and (min-width: 992px) {
  .mainHeader .filterList .btn-group .stopPropa {
    min-width: 32.5rem;
  }
}

.mainHeader .filterList .btn-group .stopPropa .customSearch {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fbf9f7;
  margin-bottom: 1rem;
  border-radius: 10rem;
}

.mainHeader .filterList .btn-group .stopPropa .customSearch .form-control {
  border-radius: 10rem 0 0 10rem;
  border: none;
}

.mainHeader .filterList .btn-group .stopPropa .customSearch .form-control:focus {
  color: #1e2022;
  background-color: transparent;
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25) !important;
}

.mainHeader .filterList .btn-group .stopPropa .responsiveTab.scrollableTab {
  max-height: 30vh;
  padding-top: 1rem;
}

@media only screen and (min-width: 992px) {
  .megamenu {
    width: 43rem;
  }
}

.hide-nav-bar .mainHeader {
  transform: translateY(-100%);
}

@media only screen and (min-width: 992px) {
  .modal.slideRight.fade .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    right: 0;
    max-width: 600px;
    animation-name: fadeInRight;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    visibility: visible;
    animation-delay: 0.3s;
  }
  .modal.slideRight .modal-dialog {
    margin: 0;
  }
  .modal.slideRight .modal-content {
    height: 100vh;
    justify-content: space-between;
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal.slideRight .modal-body {
    overflow-y: auto;
  }
  .modal.slideRight .modal-body .customSearch {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #fbf9f7;
    margin-bottom: 1rem;
    border-radius: 10rem;
  }
  .modal.slideRight .modal-body .customSearch .form-control {
    border-radius: 10rem 0 0 10rem;
    border: none;
  }
  .modal.slideRight .modal-body .customSearch .form-control:focus {
    color: #1e2022;
    background-color: transparent;
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25) !important;
  }
  .modal.slideRight .modal-body .responsiveTab.scrollableTab {
    max-height: calc(100vh - 400px);
  }
}

.autocomplete-items {
  position: absolute;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: 0.3125rem;
  z-index: 999;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  border: 1px solid #f8f9fa;
  border-radius: 0.5rem;
  font-weight: 400;
}

.autocomplete-items div {
  padding: 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  background: #fff;
  color: #878787;
}

.autocomplete-items div:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

.autocomplete-items div:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

.autocomplete-items div:hover {
  color: #1b1d1f;
  background-color: #f8f9fa;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.tags {
  display: inline-flex;
  align-items: center;
  padding-left: 0.8rem;
  padding-right: 0;
  font-weight: 400;
  transition: all 0.2s;
  margin: 0.25rem;
  background: #e5e5e5;
  font-size: 0.875rem;
  color: #151515;
  border-radius: 10rem;
  transition: 0.3s ease;
}

.tags:hover {
  background: #cecece;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.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);
}

/* ==========================================================================

ADMINISTRATION CONSULTANTS
======================================================================== */
.light-dark {
  opacity: 0;
}

.light-dark a {
  border: none !important;
}

.light-dark:hover {
  opacity: 1;
}

.dark-mode .col-lg-3.scrollableBlock {
  background-color: #1e2226;
}

.dark-mode .col-lg-3.scrollableBlock .fiche > div svg {
  color: #fff;
}

.dark-mode .col-lg-3.scrollableBlock li a:hover,
.dark-mode .col-lg-3.scrollableBlock li a:focus,
.dark-mode .col-lg-3.scrollableBlock li a.active {
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.15);
  color: #fff;
}

.dark-mode .col-lg-9.rwdColumn {
  background-color: #23282c;
}

.dark-mode .col-lg-9.rwdColumn h1 {
  color: #fff;
}

.btn-primary.rounded-pill {
  transition: 0.2s ease;
  box-shadow: 0 0 0 0 #007bff;
  cursor: pointer;
}

.btn-primary.rounded-pill .plus {
  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 .plus {
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .demoFav {
    justify-content: center;
  }
  .demoFav .col-auto.text-custom {
    transform: rotate(90deg);
  }
}

.demoFav .col-md-6 .w-100 {
  border-color: #f2f0f0;
}

.demoFav .col-md-6 .w-100 .listType {
  cursor: default;
  pointer-events: none;
  color: #ccc;
}

.demoFav .col-md-6 .w-100 .progressBars .col {
  position: relative;
  z-index: 2;
}

.demoFav .col-md-6 .w-100 .progressBars .col-md-4 {
  background: #fff;
}

.demoFav .col-md-6 .w-100 .height-img {
  height: 11vh;
  opacity: 0.4;
}

.demoFav .blocks {
  background-color: #f2f0f0;
  border-radius: 20rem;
  height: 1rem;
}

.demoFav .blocks.sm {
  height: 0.5rem;
}

.demoFav .blocks.Bleu {
  background-color: #2c0e99;
}

.demoFav .blocks.Vert {
  background-color: #18c090;
}

.demoFav .blocks.Orange {
  background-color: #fe6151;
}

.demoFav .btn-custom-plus {
  color: #ccc;
  opacity: 0.5;
}

.demoFav .responsiveTab .blocks {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}

.adminConsl {
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.adminConsl svg {
  margin-bottom: 3rem;
  color: #b51742;
}

.ui-sortable .col-md-4 {
  display: flex;
  margin-bottom: 1rem;
}

.ui-sortable .col-md-4 .card {
  width: 100%;
  height: 20vh;
  justify-content: center;
}

.ui-sortable .col-md-4 .btn-light.btn-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.col-md-4.ui-sortable-helper .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: grabbing;
}

.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);
}

.vertical {
  flex-direction: column;
  border-bottom: none;
  font-size: 85%;
}

.vertical .nav-item {
  padding-left: 1rem;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vertical .nav-item:after,
.vertical .nav-item:before {
  position: absolute;
  background-color: #ff9800;
  content: '';
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.vertical .nav-item:before {
  height: 6px;
  width: 6px;
  margin: auto;
  background: #ff9800;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  left: -1.5px;
  z-index: 1;
}

.vertical .nav-item:first-child:after,
.vertical .nav-item:last-child:after {
  height: 50%;
}

.vertical .nav-item:first-child:after {
  top: auto;
}

.vertical .nav-item:last-child:after {
  bottom: auto;
}

.vertical .nav-item a {
  display: block;
  border: 1px solid #e3e1e1;
  padding: 1rem;
  border-radius: 0.25rem;
}

.vertical .nav-item a.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.tl-wrapper .col-md-6.pb-0:before {
  bottom: 0;
  margin: auto;
}

.tl-wrapper.large .row [class^='col-'] .card {
  max-width: 100%;
}

.modal .responsiveTab.timelines > .row:last-child:after {
  background-color: #ccc;
  box-shadow: 0 0 0 4px #fff;
}

@media only screen and (min-width: 992px) {
  .reduit .col-lg-6 {
    flex: 0 0 0;
    max-width: 0;
    padding: 0;
  }
  .reduit .col-lg-6 > div {
    transition: 0.3s ease;
    opacity: 0;
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 992px) {
  .customTab.verticalSimple {
    flex-direction: column;
  }
  .customTab.verticalSimple li a {
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding-right: 3rem;
  }
  .customTab.verticalSimple li a.active,
  .customTab.verticalSimple li a:hover {
    color: #b51742;
    font-weight: bold;
    border-bottom: none;
    border-right: 2px solid #b51742;
  }
}

.formules {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.formules .steps {
  background-color: #ff9800;
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.formules:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 30%;
  height: 2px;
  background: #a4a4a4;
  left: 85%;
}

.formules:last-child:after {
  display: none;
}
