@charset "utf-8";
/*++++++++ TYPOGRAPHIES ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 400;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 500;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 600;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
  font-weight: 500;
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .main {
    /* The hack for Safari */
    height: calc(100vh);
    padding-bottom: 75px;
  }
}

/*++++++++ BODY ET HTML ++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


body {
  font-weight: 500;
  line-height: 1.25em;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  overflow: hidden;
}

a {
  color: var(--primary);
}

h1,
.h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.45rem !important;
}

.h4 {
  font-size: 1.15rem !important;
}

h5 {
  line-height: 1.85rem;
}

.cover-fit {
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}

.contain-fit {
  object-fit: contain;
  height: 100%;
  object-position: center;
  width: 100%;
}

.main-logo {
  height: 40px;
  padding-bottom: 10px;
}

.menu-link {
  color: black;
}

.link-white {
  color: white;
  transition: all .35s;
  border-bottom: 0px solid var(--secondary);
}

.link-white:hover {
  color: white;
  border-bottom: 2px solid var(--secondary);
}

.menu-link:hover,
a:hover {
  text-decoration: none;
}

.right-bar-header div,
.right-bar-header input {
  min-height: 40px;
  font-size: 13px;
}

.hover-secondary {
  transition: all .35s;
}

.hover-secondary:hover {
  border-bottom: 2px solid var(--secondary);
  border-radius: 0em !important;
}

.hover-secondary a:hover {
  background: transparent;

  color: var(--secondary);
}

.bg-gradient-blue {
  background: rgb(2, 0, 36);
  background: linear-gradient(145deg, rgba(17, 38, 82, 1), rgb(29, 52, 100));
}

.bg-light-textured {
  background: url("../Media/img/white-lines.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo-connexion {
  max-height: 175px;
  width: auto;
}

.small-graphic-logo {
  height: 35px;
}

.rounded-top-right {
  border-top-right-radius: 0.65rem !important;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.65rem !important;
}

.rounded-top-left {
  border-top-left-radius: 0.65rem !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info-logo {
  height: 1.5em;
  width: auto;
  position: absolute;
  top: -25px;
  right: -10px;
  cursor: pointer;
}

.link_wrapper,
.link_wrapper_medium,
.link-wrapper_small {
  position: relative;
}

.link_wrapper a,
.link_wrapper p {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: var(--primary);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .35s;
  border-radius: 0.5em;
}

.link_wrapper_secondary a {
  background: var(--secondary);
}

.link_wrapper_medium a,
.link_wrapper_medium p {
  display: block;
  text-decoration: none;
  background: var(--secondary);
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  transition: all .35s;
  border-radius: 0.5em;
  font-size: 13px;
  padding: 0.65rem;
}

.link_wrapper_small a,
.link_wrapper_small p {
  display: block;
  text-decoration: none;
  background: var(--secondary);
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  transition: all .35s;
  border-radius: 0.5em;
  font-size: 12px;
  padding: 0.45rem;
}

a:not([href]):not([class]) {
  color: #fff;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: var(--secondary);
  text-decoration: none;
}

.icon {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s;
}

.icon svg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: var(--secondary);
  transition: all .35s;
}

.link_wrapper_medium .icon {
  height: 25px;
  width: 25px;
}

.link_wrapper_medium .icon svg {
  width: 20px;
  position: absolute;
  top: calc(50% - -10px);
  left: calc(50% - 25px);
  transform: rotate(-45deg);
  fill: var(--secondary);
  transition: all .35s;
}

.link_wrapper a:hover,
.link_wrapper p:hover {
  width: 225px;
  background: transparent;
  border-bottom: 2px solid var(--secondary);
  color: var(--secondary);
  border-radius: 0em;
}

.link_wrapper_medium a:hover,
.link_wrapper_medium p:hover {
  background: transparent;
  border-bottom: 2px solid var(--secondary);
  color: var(--secondary);
  border-radius: 0em;
}

.link_wrapper a:hover+.icon,
.link_wrapper p:hover+.icon,
.link_wrapper_medium a:hover+.icon,
.link_wrapper_medium p:hover+.icon,
.link_wrapper_small a:hover+.icon,
.link_wrapper_small p:hover+.icon {
  z-index: 0;
  right: -25%;
}

.link_wrapper_small .icon {
  height: 25px;
  width: 25px;
}

.link_wrapper_small .icon svg {
  width: 20px;
  position: absolute;
  top: calc(50% - -10px);
  left: calc(50% - 25px);
  transform: rotate(-45deg);
  fill: var(--secondary);
  transition: all .35s;
}

.link_wrapper_small a:hover,
.link_wrapper_small p:hover {
  background: transparent;
  border-bottom: 2px solid var(--secondary);
  color: var(--secondary);
  border-radius: 0em;
}

.link_wrapper_white a,
.link_wrapper_white p {
  color: var(--primary);
  background-color: white;
}

.link_wrapper_white a:hover,
.link_wrapper_white p:hover {
  border-bottom: 2px solid var(--white);
  color: var(--white);
}

.link_wrapper_white .icon svg {
  fill: var(--white);
}

.link_wrapper_danger a,
.link_wrapper_danger p {
  background-color: var(--danger);
  color: white;
}

.link_wrapper_danger a:hover,
.link_wrapper_danger p:hover {
  border-bottom: 2px solid var(--danger);
  color: rgb(var(--danger));
}

.link_wrapper_danger .icon svg {
  fill: var(--danger);
}

.link_wrapper_primary a,
.link_wrapper_primary p {
  background-color: var(--primary);
  color: white;
}

.link_wrapper_primary a:hover,
.link_wrapper_primary p:hover {
  border-bottom: 2px solid var(--primary);
  color: rgb(var(--primary));
}

.link_wrapper_primary .icon svg {
  fill: var(--primary);
}

.form-control {
  height: calc(1.5 em + 0.75 rem + 2 px);
  padding: 0.375 rem 0.95 rem;
  font-size: 15px;
  line-height: 1.5;
}

.form-control::placeholder {
  color: var(--black) !important;
}

.form-icon {
  height: 25px;
}

::placeholder {
  color: var(--primary) !important;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* HOMEPAGE  */

.sidebar {
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  height: 100%;
  width: 175px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* box-shadow: 0 0 1rem rgb(0 0 0 / 50%); */
}

.sidebar .menu-list {
  list-style: none;
  padding: 0;
}

.menu-list li {
  width: 50%;
  font-size: 14px;
}

.menu-list .l-link {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.082);
  transition: 0.3s all;
}

.logo-list a {
  height: auto !important;
}

.menu-list .logo-list {
  width: 100%;
  height: auto;
}

.logo-list a:hover {
  background-color: transparent !important;
}

.bg-blue-textured {
  background-image: linear-gradient(rgba(12, 36, 97, 0.88),
      rgba(12, 36, 97, 0.88)), url(../Media/img/e-huissiers2021-block-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-clearblue-textured {
  background-image: linear-gradient(rgba(42, 117, 145, 0.88),
      rgba(42, 117, 145, 0.88)), url(../Media/img/e-huissiers2021-block-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg-red-textured {
  background-image: linear-gradient(rgba(183, 21, 64, 0.88),
      rgba(183, 21, 64, 0.88)), url(../Media/img/e-huissiers2021-block-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menu-list .l-link:hover {
  width: 100%;
  background-color: #30497cd2;
  color: white;
}

.menu-list .l-link:hover span {
  color: white;
}

.menu-list .l-link:hover img {
  filter: invert();
}

.menu-list .active {
  background-color: white;
  box-shadow: none;
  border-left: 5px solid var(--primary);
  text-align: center;
}

.menu-list a {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  height: 90px;
  color: var(--primary);
}

.menu-list a:hover {
  text-decoration: none;
}

.menu-list a:hover {
  background-color: var(--secondary);
}

.homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main {
  overflow-y: auto;
  background-color: var(--body-color);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.medium-icon {
  height: 30px;
}

.large-icon {
  height: 80px;
}

.xl-icon {
  height: 130px;
}

.rddlItem {
  font-size: 16px;
  transition: 0.3s all;
  position: relative;
}

.rddlItemSelected {
  background-color: white;
  border-bottom: 2px solid var(--primary);
}

.animation-border-bottom:after {
  backface-visibility: hidden;
  border: 1px solid var(--secondary);
  bottom: -0.35rem;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
  opacity: 0;
}

.animation-border-bottom:hover:after {
  backface-visibility: hidden;
  transition: width 350ms ease-in-out;
  width: 70%;
  opacity: 1;
}

/* ACTUALITE SWIPER  */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
MORE LINKS */

.morecontent span {
  display: none;
}

.more,
.text,
p {
  font-size: 16px;
  line-height: 1.75rem;
}

.morelink {
  transition: 0.3s all;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary);
  background-color: var(--light);
}

.morelink:hover {
  color: var(--secondary);
  text-decoration: none;
}

.card {
  display: block;
}

.date-calendar {
  color: var(--gray);
}

.card-actu {
  border-top: 0px;
  border-radius: 0px;
  border-bottom: 0px;
  border-color: var(--light);
}

hr {
  border: 3px solid var(--light);
  border-radius: 50%;
}

.img-file {
  max-width: 200px;
  height: 100%;
  object-fit: cover;
}

.img-cover {
  height: 15vw;
  min-height: 200px;
  object-fit: cover;
}

.img-miniature-profile {
  height: 30px;
  border-radius: 50px;
  border: 2px solid var(--primary);
}

.right-bar-header a:hover {
  color: black;
}

.bg-hover-white {
  transition: all .35s;
}

.bg-hover-white:hover {
  background-color: white !Important;
}

.search-form label {
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
}

.search-form input {
  background: url(../Media/img/search-2.png) no-repeat scroll 7px 8px;
  padding-left: 30px;
}

.card-title {
  position: relative;
}

.card-title:before {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 1px;
  width: 50px;
  border-bottom: 3px solid var(--danger);
}

.link-absolute {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}

.dot-number,
.notifications-number {
  position: absolute !important;
  height: 10px;
  top: 10px;
  right: 25px;
  color: white;
  background-color: var(--secondary);
  border-radius: 50%;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  z-index: 2;
}

.notifications-number {
  height: 10px;
  top: 0px;
  right: -5px;
  background-color: rgba(var(--red));
  width: 0.75em;
  height: 0.75em;
  animation: heartbeat 1s infinite;
}

.border-left-indigo {
  content: "";
  position: absolute;
  background-color: var(--indigo);
  height: 100%;
  width: 8px;
  top: 0%;
  left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.duplicate {
  position: absolute;
  height: 62%;
  width: 100%;
  min-height: 200px;
}

.responsive-title {
  font-size: 1vw;
}

.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.show>.dropdown-menu {
  max-height: 900px;
  visibility: visible;
}

.rddlItemSelected.animation-border-bottom:hover:after {
  opacity: 0;
}

@keyframes heartbeat {
  0% {
    transform: scale(.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(.75);
  }

  100% {
    transform: scale(.75);
  }
}

/* ALEX */

.duplicate {
  position: absolute;
  height: 250px;
  width: 100%;
}

.card.activite-card {
  overflow: hidden;
  /* border-color: var(--primary); */
  border: 9px solid #ECEDF3;
  height: 100%;
  background: #ECEDF3;
}

.card.activite-card .card-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.trait {
  height: 3px;
  width: 51px;
  display: block;
  background-color: #c0392b;
  margin-top: 8px;
}

.card.activite-card .card-head img {
  height: 35px;
  width: auto;
  filter: opacity(0.5);
}

.card-head h3 {
  position: relative;
}

.card.activite-card .card-head h5 {
  margin-bottom: 0;
  padding-left: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.card.activite-card .card-body {
  height: 100%;
  background-color: white;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e5e5e5;
  padding-left: 10px !important;
}

.card.activite-card .card-body ul {
  padding-left: 10px !important;
  margin-bottom: 0 !important;
}

.card.activite-card .card-body li {
  position: relative;
  color: rgb(22, 73, 126);
  list-style: none;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: solid 2px #ECEDF3;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.card-sub-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.card-sub-head p:not(.card.activite-card li.disabled .card-sub-head p) {
  cursor: pointer;
}

.card.activite-card li.disbaled .card-sub-head p {
  cursor: not-allowed;
}

.card-sub-head p {
  width: 50px;
  text-align: center;
  margin: 0;
  color: #cccccc;
  transform: scale(1.8) translateX(37px);
  -webkit-transform: scale(1.8) translateX(37px);
  -moz-transform: scale(1.8) translateX(37px);
  -ms-transform: scale(1.8) translateX(37px);
  -o-transform: scale(1.8) translateX(37px);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.card.activite-card .card-body .plus-sign::after {
  content: "";
  background: #ECEDF3;
  position: absolute;
  height: 46px;
  width: 1px;
  top: 0%;
  left: 10px;
}

.card.activite-card .card-body li .info-text {
  margin-top: 7px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 35px;
  font-weight: 500;
  font-size: 13px;
  color: var(--gray);
}

.card.activite-card .card-body li:not(li.disabled)::before {
  background-color: var(--indigo);
}

.card.activite-card .card-body li::before {
  content: "";
  position: absolute;
  background-color: var(--gray-light);
  height: 100%;
  width: 8px;
  top: 0%;
  left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.card.activite-card .card-body li:not(li.disabled)::after {
  content: "\279E" !important;
  color: white;
  position: absolute;
  height: 100%;
  width: 7px;
  top: 30%;
  left: -70px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.card.activite-card .card-body li.disabled::after {
  content: "\f30d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: white;
  position: absolute;
  height: 100%;
  width: 7px;
  top: 30%;
  left: -70px;
  font-size: 13px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.card.activite-card .card-body li a {
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: block;
  padding-left: 10px;
}

.card.activite-card .card-body li.disabled a {
  color: var(--gray);
}

.card.activite-card .card-body li:hover.disabled {
  cursor: not-allowed;
}

.card.activite-card .card-body li:hover.disabled a {
  color: var(--gray) !important;
  text-decoration: none !important;
  cursor: not-allowed !important;
}

.card.activite-card .card-body li:hover.disabled a:hover {
  color: var(--gray) !important;
}

/*Hover of card*/
.card.activite-card .card-body li:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}

.card.activite-card .card-body li:hover:not(li.disabled)::before {
  background-color: var(--primary);
  width: 35px;
}

.card.activite-card .card-body li:hover::before {
  background-color: var(--gray);
  width: 35px;
}

.card.activite-card .card-body li:not(li.disabled):hover::after,
.card.activite-card .card-body li.disabled:hover::after {
  left: 10px;
}

.card.activite-card .card-body li:hover a {
  position: relative;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
}

.card.activite-card .card-body li:hover a:hover {
  text-decoration: underline;
  color: var(--cyan) !important;

}

.card.activite-card .card-body li:hover .card-sub-head p {
  transform: scale(1.8) translateX(0px);
  -webkit-transform: scale(1.8) translateX(0px);
  -moz-transform: scale(1.8) translateX(0px);
  -ms-transform: scale(1.8) translateX(0px);
  -o-transform: scale(1.8) translateX(0px);
}

.card.activite-card .card-body li:not(.card.activite-card .card-body li.disabled):hover .card-sub-head p:hover {
  color: var(--indigo);
}

.card.activite-card .card-body li.disabled:hover {
  cursor: not-allowed !important;
}

.icon2 {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s;
}

.icon2 svg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: var(--secondary);
  transition: all .35s;
}

.card.activite-card .card-body li svg path {
  fill: var(--indigo);
}

.card.activite-card .card-body hr {
  margin-left: 0;
}

/*!!/*!!/*!!
/*!!/*!!/*!!
/*!!PAGE ASSISTANCE!!
/*!!/*!!/*!!
/*!!/*!!!!*/

.card-r,
.card-i {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.dup-r {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.card-r .card-r-head img {
  height: 200px;
  border-bottom-left-radius: 28px !important;
}

.card-i .card-i-head {
  height: 200px;
  border-bottom-left-radius: 28px !important;
}

.card-icon {
  height: 100px;
}

.card-r .card-r-body {
  height: auto;
  background-color: white;
  flex: 1;
}

.card-r .card-r-body .thumb-r:not(.last-item .card-r .card-r-body .thumb-r) {
  width: 120px;
  height: 72px;
  background: white;
  position: absolute;
  right: 6%;
  top: 36%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.last-item .card-r .card-r-body .thumb-r {
  width: 180px;
  background: white;
  position: absolute;
  right: 2.1%;
  top: 35%;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.content-r {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.content-r h3 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  color: var(--dark);
  align-items: center;
}

.content-r p {
  color: var(--primary);
  line-height: 1.75rem;
  font-size: 16px;
  font-weight: 600;
}

.card-r-body .link_wrapper_medium {
  max-width: 200px;
}

.x-large-icon {
  height: 80px;
}

.absolute-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* ESPACE ÉCONOMIQUE CJE  */

.collapse-card {
  transition: all .35s;
  border: 0px;
}

.collapse-card:hover .collapse-img,
.collapse-img:hover,
.collapse-card.active .collapse-img {
  background-color: var(--primary);
}

.collapse-card:hover img,
.collapse-card.active .collapse-img img,
.collapse-img:hover img {
  filter: brightness(0) invert(1);
  color: white !important;
}

.collapse-card.active h5,
.collapse-card.active p {
  color: var(--danger) !important;
}

.collapse-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transition: all .35s;
  border: 1px solid var(--primary);
}

.collapse-img img {
  height: 100px;
  width: 100px;
  padding: 1.25rem;
}

.arrow span {
  display: block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid var(--danger);
  border-right: 3px solid var(--danger);
  transform: rotate(45deg);
  margin: -10px auto;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

.cje-profile {
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}

.cje-profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }

  80% {
    transform: translateY(-15%);
  }

  90% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-7%);
  }

  97% {
    transform: translateY(0%);
  }

  99% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0);
  }
}

.fadeInLeft {
  animation: fadeInLeft 2s ease infinite;
}

/* MON COMPTE E-HUISSIER  */

.formulaire .form-group input,
.formulaire .form-group select {
  border-bottom: 1px solid var(--primary);
  background-color: var(--light);
}

.formulaire .form-group label {
  font-weight: 600;
}

.profile-img {
  height: 125px;
  border-radius: 50%;
  border: 3px solid var(--primary);
}

.table-utilisateurs tr td:nth-child(1) {
  font-weight: 700;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0.2;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}

@media screen and (min-width: 1675px) {
  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1675px) {
  .responsive-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .activite-row .col-lg-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 993px) {

  h1,
  .h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  .more,
  .text,
  p {
    font-size: 13px;
    line-height: 1.25rem;
  }

  .sidebar {
    position: absolute;
    left: -175px;
  }

  .responsive-title {
    font-size: 18px;
  }

  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none !important;
  }

  .menu-list li {
    width: 50%;
    font-size: 13px;
  }

  .rddlItem {
    font-size: 13px;
  }

  .right-bar-header div,
  .right-bar-header input {
    min-height: 30px;
    font-size: 11px;
  }

  .medium-icon {
    height: 20px;
  }

  .img-miniature-profile {
    height: 20px;
  }

  .link_wrapper_medium a,
  .link_wrapper_medium p {
    font-size: 10px;
    padding: 0.35rem;
  }

  .menu-list a {
    height: 70px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 175px;
    overflow: auto;
    height: 100vh;
    background-color: var(--light);
  }

  .main-sidebar-open {
    position: relative;
    left: 175px;
    overflow: hidden;
  }

  .homepage {
    overflow: hidden;
  }

  .navbar-toggler {
    position: absolute;
    left: 0px;
    background-color: var(--primary);
    border-radius: 0px !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("../Media/img/hamburger.png");
    filter: invert();
  }

  .navbar-toggler-icon {
    height: 1rem;
    width: 1rem;
  }

  .img-file {
    max-width: 110px;
    height: 100%;
    object-fit: cover;
  }

}

@media screen and (max-width: 768px) {
  .activite-row .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .table th,
  .table td {
    font-size: 0.85rem;
  }
}

