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

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);
  }
}
.modal {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-animation-name: slideDown;
          animation-name: slideDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .modal.custom {
    -webkit-animation-name: slideRight;
            animation-name: slideRight;
  }
  .modal.custom.fade .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    right: -100%;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .modal.custom.show .modal-dialog {
    right: 0;
  }
  .modal.custom .modal-dialog {
    margin: 0;
  }
  .modal.custom .modal-content {
    height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 0;
    -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);
  }
  .modal.custom .modal-body {
    overflow-y: auto;
  }
}
.modal .modal-header {
  border-radius: 0;
  padding: 2rem 1rem;
  background: #3860fe;
  color: #fff;
}
.modal .alert {
  margin: 0.5em 0;
}
.modal .alert:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal .scrollableList {
  max-height: 150px;
  padding: 17px;
  margin: -15px;
}
.modal .close {
  margin: 0;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.link {
  position: relative;
}
.link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3860fe;
  left: calc(100% + 2px);
  z-index: -1;
}

.roadbook h4 {
  margin: 0;
  font-size: 0.8em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.roadbook .header {
  font-size: 80%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
  margin-bottom: 2em;
}
.roadbook .header h2 {
  color: #fff;
  margin: 0;
}
.roadbook .col-10.col-xl-10 {
  background-color: #f9f8f4;
}
.roadbook .col-10.col-xl-10 .header {
  background-color: #2ca59a;
}
.roadbook .col-10.col-xl-10 .header.active {
  background-color: #f9f8f4;
  color: #3354da;
}
.roadbook .col-10.col-xl-10 .header.active h2 {
  color: #3354da;
}
.roadbook .step {
  padding: 6px;
}
.roadbook .step > div {
  height: 150px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step > div {
    height: 200px;
  }
}
.roadbook .liste-taches .step {
  position: relative;
}
.roadbook .liste-taches .step > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 0.25rem;
  border-left: 0px solid #3860fe;
}
.roadbook .liste-taches .step > div h4 {
  text-transform: uppercase;
}
.roadbook .liste-taches .step > div svg {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 578px) {
  .roadbook .liste-taches .step > div svg {
    margin-left: 0.5rem;
  }
}
.roadbook .liste-taches .step > div .badge-primary svg {
  color: inherit !important;
  background: inherit;
}
@media only screen and (min-width: 578px) {
  .roadbook .liste-taches .step > div .badge-primary svg {
    margin-left: 0;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 577px) {
  .roadbook .liste-taches .step > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .roadbook .liste-taches .step > div > span {
    display: none;
  }
}
.roadbook .liste-taches .step > div:hover {
  -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);
  border-left: 3px solid #3860fe;
}
.roadbook .liste-taches .step:after, .roadbook .liste-taches .step:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(100% - 20px);
  height: 100%;
  width: 2px;
}
.roadbook .liste-taches .step:after {
  background: #eaeaea;
}
@media only screen and (max-width: 577px) {
  .roadbook .liste-taches .step:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.roadbook .liste-taches .step.inProgress svg {
  color: #ffc107;
}
.roadbook .liste-taches .step.closed {
  opacity: 0.5;
}
.roadbook .liste-taches .step.closed svg {
  color: #c1c1c1;
}
.roadbook .swiper-slide .step > div {
  padding: 1em;
  cursor: pointer;
  font-size: 80%;
  font-weight: 400;
}
.roadbook .swiper-slide .step > div li:last-child {
  font-weight: 600;
}
.roadbook .swiper-slide .step > div.alert {
  margin-bottom: 0;
}
.roadbook .swiper-slide .step > div.multiCard {
  padding: 0 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roadbook .swiper-slide .step > div.multiCard ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.roadbook .swiper-slide .step > div.multiCard ul li {
  padding: 4px;
}
.roadbook .swiper-slide .step > div.multiCard ul li:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.roadbook .swiper-slide.active {
  background: #f5f2eb;
  height: 100%;
}
.roadbook .swiper-slide.active .header {
  background-color: #229388;
}
.roadbook .step.n1 > div {
  margin-top: 162px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n1 > div {
    margin-top: 212px;
  }
}
.roadbook .step.n2 > div {
  margin-top: 324px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n2 > div {
    margin-top: 424px;
  }
}
.roadbook .step.n3 > div {
  margin-top: 486px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n3 > div {
    margin-top: 636px;
  }
}
.roadbook .step.n4 > div {
  margin-top: 648px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n4 > div {
    margin-top: 848px;
  }
}
.roadbook .step.n5 > div {
  margin-top: 810px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n5 > div {
    margin-top: 1060px;
  }
}
.roadbook .step.n6 > div {
  margin-top: 972px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n6 > div {
    margin-top: 1272px;
  }
}
.roadbook .step.n7 > div {
  margin-top: 1134px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n7 > div {
    margin-top: 1484px;
  }
}
.roadbook .step.n8 > div {
  margin-top: 1296px;
}
@media only screen and (max-width: 577px) {
  .roadbook .step.n8 > div {
    margin-top: 1696px;
  }
}

.scrollableList {
  overflow: hidden;
  overflow-y: auto;
}

.alert {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.alert:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.alert-auto {
  color: #8f0855;
  background-color: #fcf2ff;
  border-color: #e9a0ca;
  border-left: 3px solid #8f0855;
}

.alert-reelle {
  border: 1px solid #cfe7d4;
  border-left: 3px solid #28a745;
  background-color: #cfe7d4;
}

.alert-sansDate {
  border-left: 3px solid #dde0e0;
  background-color: #f8f9fa;
}

.alert-warning {
  border-left: 3px solid #FF9800;
  background-color: rgba(193, 156, 0, 0.24);
}
.alert-warning.disabled {
  cursor: default;
  pointer-events: none;
}

.alert-danger {
  border-left: 3px solid #e91e63;
}

.alert-previsio {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #e6edf5;
  border-left: 3px solid #007bff;
}

.alert-dark {
  border-left: 3px solid #343a40;
  background-color: #e4e4e4;
}

.alert-secondary.disabled {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

.alert-warning.declenchee {
  background-color: #FF9800;
}

.alert-danger.declenchee {
  background-color: #e91e63;
}

.alert-warning.declenchee, .alert-danger.declenchee {
  color: #fff;
}
.alert-warning.declenchee button, .alert-danger.declenchee button {
  color: #fff;
}

.eventsList {
  position: relative;
  padding-left: 1.5em;
}
.eventsList:before, .eventsList:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  border-left: 2px dashed #ccc;
}
.eventsList:after {
  height: 8px;
  width: 8px;
  top: 0;
  left: -3px;
  bottom: 0;
  margin: auto;
  border: none;
  background: #757575;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
}
.eventsList.reel:before, .eventsList.previsionnel:before, .eventsList.retard:before, .eventsList.sansDate:before {
  width: 4px;
  border-radius: 12px;
}
.eventsList.reel:after, .eventsList.previsionnel:after, .eventsList.retard:after, .eventsList.sansDate:after {
  display: none;
}
.eventsList.reel:before {
  border-left: 4px solid #28a745;
}
.eventsList.previsionnel:before {
  border-left: 4px solid #3860fe;
}
.eventsList.retard:before {
  border-left: 4px solid #282828;
}
.eventsList.sansDate:before {
  border-left: 4px solid #dde0e0;
}

.alerte-auto {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.successMsg {
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 1em 1.5em;
  background: #28a745;
  z-index: 200;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(7em);
      -ms-transform: translateY(7em);
          transform: translateY(7em);
  -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);
}
.successMsg i {
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.successMsg.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.successMsg.show i {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.8;
}

.badge-primary {
  -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;
}
.badge-primary:hover {
  -webkit-box-shadow: 0 0 0 3px #0069d9;
          box-shadow: 0 0 0 3px #0069d9;
}
.badge-primary:hover.plus svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

html, body {
  background-color: #fff;
}

.logo,
.animated:after {
  background: #35b2a7;
}

.bg-custom, .btn-custom, .btn-outline-main-color {
  color: #fff;
  background-color: #35b2a7 !important;
}

.btn-custom, .btn-outline-main-color {
  -webkit-appearance: inherit;
  border-color: #35b2a7;
}

.text-customBlue {
  color: #3860fe;
}

.text-customYell {
  color: #FF9800;
}

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

.text-customGrey {
  color: #212534;
}

.text-custom {
  color: #35b2a7;
}

.customBlue .quote:after {
  background-color: #3860fe;
}

.customYell .quote:after {
  background-color: #FF9800;
}

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

.customGreenDark .quote:after {
  background-color: #009688;
}

.customColor .quote:after {
  background-color: #35b2a7;
}

.center-element {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

MENU CUSTOM

======================================================================== */
#toggle {
  z-index: 1031;
}
#toggle:before, #toggle:after {
  background: #35b2a7;
}

.sidebar {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.sidebar .navbar-brand {
  height: auto;
  padding: 10px 0;
}
.sidebar .navbar-brand span.d-flex {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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 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, .sidebar .navbar-brand span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar:hover, .sidebar:focus, .sidebar:active, .sidebar.navigation-is-open {
    width: 300px;
  }
}
.sidebar:hover .navbar-brand img, .sidebar:focus .navbar-brand img, .sidebar:active .navbar-brand img, .sidebar.navigation-is-open .navbar-brand img {
  margin: 0 10px;
}
@media only screen and (min-width: 992px) {
  .sidebar.navigation-is-open .customMenu {
    min-width: 50vh;
  }
}
.sidebar.navigation-is-open .nav a svg {
  margin: 0 20px 0 10px;
}
.sidebar .nav a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.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;
}
@media only screen and (min-width: 992px) {
  .sidebar .user .d-flex {
    width: 300px;
  }
}
.sidebar .user .d-flex ul {
  width: calc(100% - 90px);
}
.sidebar .user .d-flex ul li:nth-child(2) a,
.sidebar .user .d-flex ul li:nth-child(3) a {
  padding-bottom: 0;
}
.sidebar .user .d-flex .bg-cover, .sidebar .user .d-flex svg {
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
}
.sidebar .nav a:hover, .sidebar .nav a.active, .sidebar .user a:hover, .sidebar .user a.active {
  color: black;
}
.sidebar .customMenu {
  border: none;
  padding: 2rem;
}
.sidebar .customMenu .tab-pane {
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.sidebar .customMenu .tab-pane a p {
  margin: 0;
}
.sidebar .customMenu .tab-pane ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar .customMenu .tab-pane ul li a p span {
  font-size: 75%;
  opacity: 0.3;
  display: block;
}
.sidebar .customMenu .tab-pane ul li:first-child, .sidebar .customMenu .tab-pane ul li:last-child {
  border: none;
}
.sidebar .customMenu .tab-pane ul li .customPopOver .btn:last-child span {
  -webkit-transform: translateY(30px) translateX(0) !important;
      -ms-transform: translateY(30px) translateX(0) !important;
          transform: translateY(30px) translateX(0) !important;
  left: auto;
  right: 0;
}
.sidebar .customMenu .tab-pane ul li .customPopOver .btn:last-child span:after {
  left: 70%;
}
.sidebar .customMenu .tab-pane ul li .customPopOver .btn:hover:last-child span {
  -webkit-transform: translateY(0) translateX(0) !important;
      -ms-transform: translateY(0) translateX(0) !important;
          transform: translateY(0) translateX(0) !important;
}

.btnPortail {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.btnPortail svg {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 0 1px #007bff;
          box-shadow: 0 0 0 1px #007bff;
  background: transparent;
  margin-bottom: 0.5rem;
}
.btnPortail:hover svg {
  -webkit-box-shadow: 0 0 0 3px #007bff;
          box-shadow: 0 0 0 3px #007bff;
}

button.planning {
  background-color: #425ffb;
}
button.dashboard {
  background-color: #FF9800;
}
button.roadbook {
  background-color: #009688;
}

a.portailPPM {
  background: #607d8b;
}

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

SIGN-IN

======================================================================== */
.masque:before {
  background-color: #35b2a7;
  opacity: 0.9;
}

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

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

MENU

======================================================================== */
.user a {
  font-size: 0.9em;
  display: block;
  color: rgba(0, 0, 0, 0.4);
}
.user ul li:nth-child(2) a,
.user ul li:nth-child(3) a {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .user ul {
    min-width: 250px;
  }
}

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

MAIN - SEARCH

======================================================================== */
@media only screen and (min-width: 992px) {
  .listPresentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  #main-search .navbar-collapse > div {
    height: 80px;
    padding: 0 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main-search .navbar-collapse .breadcrumb {
  background-color: transparent;
}
#main-search .navbar-collapse .breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
#main-search .navbar-collapse .breadcrumb .active {
  color: rgba(255, 255, 255, 0.7);
}

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

CHOIX OPES

======================================================================== */
.choixOperations .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;
}
.choixOperations .bg-cover.heightCustom > div {
  z-index: 1;
  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;
}
.choixOperations .bg-cover.heightCustom > div h1 {
  color: #fff;
}
.choixOperations .bg-cover.heightCustom > div h2 {
  color: rgba(255, 255, 255, 0.7);
}
.choixOperations .bg-cover.heightCustom > div h2 span {
  color: white;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .choixOperations .bg-cover.heightCustom > div {
    width: 60%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .choixOperations .bg-cover.heightCustom > div {
    width: 70%;
  }
}
.choixOperations .rwdColumn .customSearch {
  margin-left: 0.5rem;
}
.choixOperations .rwdColumn .customSearch input {
  width: calc(100% - 50px) !important;
}
.choixOperations .rwdColumn .heightCustom {
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .choixOperations .rwdColumn .heightCustom {
    height: calc(100vh - 71px);
  }
}
.choixOperations .rwdColumn .heightCustom > div {
  max-width: 680px;
}
@media only screen and (min-width: 992px) {
  .choixOperations .rwdColumn .heightCustom > div {
    padding: 4rem 0;
  }
}
.choixOperations .rwdColumn .heightCustom > div .card {
  padding: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
}
.choixOperations .rwdColumn .heightCustom > div .card .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.choixOperations .rwdColumn .heightCustom > div .card .arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media only screen and (min-width: 992px) {
  .choixOperations .rwdColumn .heightCustom > div .card:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.choixOperations .rwdColumn .heightCustom > div .card:hover .arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(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%;
  position: relative;
  z-index: 2;
}
@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;
  }
}

.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.xl-avatar img, .avatar.xl-avatar svg {
  height: 4rem;
  min-height: 4rem;
  width: 4rem;
  min-width: 4rem;
}
.avatar svg {
  background: #607d8b;
  color: #fff;
  padding: 10px;
}

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

FOOTER

======================================================================== */
@media only screen and (min-width: 1320px) {
  footer {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

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

PORTAIL

======================================================================== */
.modal.slideLeft .modal-content {
  padding: 1rem;
}