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

SURCHARGE ANIMATION

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

.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);
  }
}
.media {
  display: flex;
  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 {
  flex: 1;
}

.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;
  transform: translate(-50%, -50%);
  font-size: 1.1875rem;
  left: 50%;
  top: 50%;
  margin: 0;
}

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

@media only screen and (min-width: 992px) {
  .messagerie .heightCustom {
    height: calc(100vh - 80px);
  }
}
.messagerie .avatarsList {
  background-color: #f5f2eb;
}
.messagerie .avatarsList .nav {
  display: block;
  border: none;
}
.messagerie .header-msg {
  height: 80px;
  display: flex;
  align-items: center;
}
.messagerie .main {
  background-color: #fff;
  overflow: hidden;
  order: 3;
  flex: 1;
}
.messagerie .main .chat-body {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  min-width: 0;
  width: 100%;
}
.messagerie .main .chat-body .header-msg {
  border-bottom: 1px solid #f5f2eb;
}
.messagerie .main .chat-body .chat-content {
  flex: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1320px) {
  .messagerie .main .chat-body .chat-content {
    padding-right: 38px;
  }
}
.messagerie .main .chat-body .message {
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
}
.messagerie .main .chat-body .message .message-body {
  flex: 1;
}
.messagerie .main .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 .chat-body .message .message-body .message-content {
    max-width: 45%;
  }
}
.messagerie .main .chat-body .message.message-right .avatar {
  order: 2;
}
.messagerie .main .chat-body .message.message-right .avatar > img, .messagerie .main .chat-body .message.message-right .avatar > svg {
  margin: 0 0 0 10px;
}
.messagerie .main .chat-body .message.message-right .message-body {
  order: 1;
}
.messagerie .main .chat-body .message.message-right .message-content {
  border-radius: 0.625rem 0.625rem 2px 0.625rem;
}
.messagerie .main .chat-body .message .message-row + .message-row {
  margin-top: 1rem;
}
.messagerie .main .chat-body .envoi .load {
  margin-right: 0.5rem;
}
.messagerie .main .chat-body .envoi .load span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2196F3;
  margin: 0 3px;
}
.messagerie .main .chat-body .envoi .load span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}
.messagerie .main .chat-body .envoi .load span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}
.messagerie .main .chat-body .envoi .load span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}
.messagerie .card {
  border: none;
}
.messagerie .card.active:after {
  transition: 0.3s ease;
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #2196F3;
  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;
}

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

GLOBAL

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

.animated:after {
  background: #255396;
}

.masque:before {
  opacity: 0.9;
  background: #2196F3;
}

.bg-custom {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.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: #2196F3;
  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;
  }
}

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

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

SIGN-IN

======================================================================== */
.quote {
  border-left: 3px solid #d9d9d9;
}
.quote.custom {
  border-left: 3px solid #2196F3;
}
.quote h3.text-truncate {
  white-space: break-spaces;
}
@media only screen and (min-width: 992px) {
  .quote h3.text-truncate {
    max-width: 370px;
  }
}
.quote.yellow {
  border-left: 3px solid #f8c64b;
}
.quote.blue {
  border-left: 3px solid #3e6ab1;
}
.quote.violet {
  border-left: 3px solid #b6295e;
}
.quote.green {
  border-left: 3px solid #00aa9d;
}

.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: rgb(0, 0, 0);
}

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

MENU CUSTOM

======================================================================== */
.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;
}
.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: #2196F3;
  background-color: #f7f7f7;
}

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

MAIN - SEARCH

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

@media only screen and (min-width: 992px) {
  #main-search {
    background: #255396;
  }
}
@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: #2196F3;
    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: #2196F3;
  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: #2196F3;
  font-weight: 500;
}
#main-search ::placeholder {
  color: #fff;
  opacity: 1;
}

/* ==========================================================================
DETAIL CARD
======================================================================== */
.text-customBlue {
  color: #2196F3;
}

.text-customYell {
  color: #FF9800;
}

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

.text-violet {
  color: #ac1368;
}

.statut-BET .height-img:after {
  background: rgba(32, 150, 243, 0.9);
}

.statut-gros-oeuvre .height-img:after {
  background: rgba(0, 150, 136, 0.9);
}

.statut-chantier .height-img:after {
  background: rgba(164, 16, 105, 0.9);
}

.ellipsisList {
  width: 50%;
}

.customTab li a {
  color: #4c4c4c;
}

/* ==========================================================================
AMELIORATION FACTURE ///
////
19 aout 2019
======================================================================== */
.customZoom {
  cursor: pointer;
  position: absolute;
  top: -1em;
  right: 1em;
  z-index: 1;
  background: #343a40;
  color: #ffffff;
  padding: 1em;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #343a40, 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(0);
  transition: 0.2s ease;
}
.customZoom:hover {
  box-shadow: 0 0 0 10px #343a40, 0 0.5rem 40px rgba(0, 0, 0, 0.25) !important;
}
@media only screen and (min-width: 992px) {
  .customZoom {
    right: -1em;
    opacity: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .customCard:hover .customZoom {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 1 !important;
  }
}
.customTable ul {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.5em 0;
  align-items: center;
}
.customTable ul li:nth-child(2), .customTable ul li:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .customTable ul li:nth-child(2) {
    display: none;
  }
}
.customTable ul:last-child {
  border: none;
}
.customTable ul:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
  #main-search ul {
    padding: 15px;
  }
  #main-search ul li ul {
    padding: 5px;
  }
  #main-search ul.customScrollTab li a {
    flex-direction: column;
    align-items: start;
  }
  #main-search ul i {
    display: none;
  }
}
/* ==========================================================================
AMELIORATION FACTURE ///
////
12 octobre 2020
======================================================================== */
.btn-primary.rounded-pill {
  transition: 0.2s ease;
  box-shadow: 0 0 0 0 #255396;
  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);
}

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

GESTION UTILISATEURS / Sprint III

======================================================================== */
.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;
}

.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 {
  max-height: 50vh;
  height: auto;
  margin-bottom: 0;
  padding-right: 0.8rem;
}

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

.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 svg {
  background: #607d8b;
  color: #fff;
  padding: 10px;
}

.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);
}

.modal .modalAlerte {
  border-left: 5px solid #F44336;
}
.modal .modalWarning {
  border-left: 5px solid #ff9800;
}
.modal .modalSuccess {
  border-left: 5px solid green;
}

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

GESTION UTILISATEURS / Sprint IV

======================================================================== */
.half-bg-custom {
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}
.half-bg-custom:after, .half-bg-custom:before {
  position: absolute;
  content: "";
}
.half-bg-custom:before {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #255396;
}
@media only screen and (min-width: 992px) {
  .half-bg-custom:before {
    height: calc(50% + 1rem);
  }
}

button.pulseValidation {
  background-color: #FF9800;
  color: #fff;
  box-shadow: 0 0 0 rgba(255, 152, 0, 0.4);
  animation: pulse 2s infinite;
}

@media only screen and (max-width: 991px) {
  .timeline.entete {
    padding: 2rem 0;
  }
}
.timeline.entete .card {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  position: relative;
}
.timeline.entete .card:after, .timeline.entete .card:before {
  position: absolute;
  content: "";
}
@media only screen and (min-width: 992px) {
  .timeline.entete .card {
    margin-top: 2rem;
    padding: 1.5rem;
  }
}
.timeline.entete .card:before, .timeline.entete .card:after {
  background-color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .timeline.entete .card:before, .timeline.entete .card:after {
    bottom: calc(100% + 1rem);
  }
}
.timeline.entete .card:after {
  background-color: #255396;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 991px) {
  .timeline.entete .card:after {
    bottom: 0;
    top: 0;
    margin: auto;
    left: 1rem;
  }
}
.timeline.entete .card:before {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 992px) {
  .timeline.entete .card:before {
    width: 100%;
    height: 1px;
    bottom: calc(100% + 1rem + 3px);
    left: 2.7rem;
  }
}
@media only screen and (max-width: 991px) {
  .timeline.entete .card:before {
    width: 1px;
    height: calc(100% - 8px);
    background-color: rgba(0, 0, 0, 0.5);
    left: calc(1rem + 3px);
    top: calc(50% + 8px);
  }
}
@media only screen and (min-width: 992px) {
  .timeline.entete .col-lg {
    display: flex;
  }
  .timeline.entete .col-lg > div {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .timeline.entete .col-lg:last-child .card:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.timeline.entete .col-lg:last-child .card:before {
  display: none;
}
.timeline .text-break {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.timeline .text-break:after, .timeline .text-break:before {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 991px) {
  .timeline .text-break {
    padding: 0.5rem;
    padding-left: 2rem;
    margin: 0;
  }
}
.timeline .text-break:after {
  content: "•";
  color: #9a9a9a;
  background: #fff;
  font-weight: bold;
  top: 0;
  left: 0.5rem;
  z-index: 1;
  height: 1rem;
  line-height: 0px;
  width: 2rem;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .timeline .text-break:after {
    left: 0;
    bottom: 0;
    margin: auto;
    line-height: 30px;
    height: 30px;
  }
}
.timeline .text-break:before {
  background: #e0e0e0;
}
@media only screen and (min-width: 992px) {
  .timeline .text-break:before {
    top: 3px;
    height: 1px;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .timeline .text-break:before {
    width: 1px;
    height: calc(100% - 8px);
    left: 1rem;
    top: calc(50% + 8px);
  }
}
.timeline .text-break.active:after {
  content: "✓";
  color: #28a745;
  font-size: 1.2rem;
}
.timeline .text-break.utilisateur button.pulseValidation {
  background-color: #FF9800;
  color: #fff;
  box-shadow: 0 0 0 rgba(255, 152, 0, 0.4);
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 992px) {
  .timeline .text-break.utilisateur button.pulseValidation {
    margin-top: 0.5rem;
  }
}
.timeline .text-break.utilisateur.active button.pulseValidation {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  cursor: default;
  pointer-events: none;
  animation: none;
}
.timeline .text-break.utilisateur.procuration button.pulseValidation {
  background-color: #b62a5f;
  border-color: #b62a5f;
  animation: pulseProcuration 2s infinite;
  font-size: 80%;
}
.timeline .text-break:last-child:before {
  display: none;
}

.listeSituations {
  margin-bottom: 4rem;
  display: block;
}
@media only screen and (min-width: 992px) {
  .listeSituations {
    padding-left: calc(2.75rem + 10px);
    position: relative;
  }
  .listeSituations:after, .listeSituations:before {
    position: absolute;
    content: "";
  }
  .listeSituations:before {
    width: 3px;
    height: 100%;
    background-color: #d9d9d9;
    top: 0;
    left: 1.25rem;
  }
}

.listType {
  margin-bottom: 1rem;
}
.listType li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #f1f1f1;
}
.listType li:last-child {
  border-bottom: none;
}
.listType li h3 {
  margin-bottom: 0;
}

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

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 152, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 152, 0, 0);
  }
}
@keyframes pulseProcuration {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(182, 43, 96, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(182, 43, 96, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(182, 43, 96, 0);
  }
}
button[aria-expanded=false] svg {
  transition: all 0.2s ease-in-out;
}

button[aria-expanded=true].btn-light svg {
  transform: rotate(180deg);
}

.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: #f7f7f7;
}
.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: #2196F3;
}
.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;
}

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

GESTION DROPBOX / Sprint V

======================================================================== */
.modal iframe {
  min-height: 70vh;
  border: none;
}
.modal .modal-xxl.custom {
  max-width: 90%;
}

footer {
  font-size: 0.6em;
}
footer .fullBrand .logo {
  height: 1.8rem;
  width: 1.8rem;
  background-color: #dedede;
}

@media only screen and (min-width: 992px) {
  #topPage {
    pointer-events: none;
  }
}

.hide-nav-bar #topPage {
  pointer-events: inherit;
  cursor: pointer;
}