@font-face {
  font-family: 'montmed';
  src: url("../fonts/mont_med.eot");
  src: url("../fonts/mont_med.eot?#iefix") format("embedded-opentype"), url("../fonts/mont_med.woff2") format("woff2"), url("../fonts/mont_med.ttf") format("truetype"), url("../fonts/mont_med.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'montsert';
  src: url("../fonts/mont.eot");
  src: url("../fonts/mont.eot?#iefix") format("embedded-opentype"), url("../fonts/mont.woff2") format("woff2"), url("../fonts/mont.ttf") format("truetype"), url("../fonts/mont.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'montb';
  src: url("../fonts/mont_bold.eot");
  src: url("../fonts/mont_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/mont_bold.woff2") format("woff2"), url("../fonts/mont_bold.ttf") format("truetype"), url("../fonts/mont_bold.svg#Montserrat-Bold") format("svg");
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'montsemib';
  src: url("../fonts/mont_semi_bold.eot");
  src: url("../fonts/mont_semi_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/mont_semi_bold.woff2") format("woff2"), url("../fonts/mont_semi_bold.woff") format("woff"), url("../fonts/mont_semi_bold.ttf") format("truetype"), url("../fonts/mont_semi_bold.svg#mont_semi_bold") format("svg");
  font-style: normal;
  font-display: swap; }
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none; }

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
span,
section {
  display: block; }

input,
textarea {
  border-radius: 0; }

* {
  outline: none;
  box-sizing: border-box; }

.bg_grey {
  background-color: #f8f8f8;
  overflow: hidden; }

strong,
b {
  font-weight: normal;
  font-family: "montb"; }

ul {
  list-style-type: none; }

body {
  font: 15px/30px "montsert";
  color: #343434;
  background: #f5f5f7;
  position: relative; }

body.active_overflow,
body.active_overflow #wrap {
  height: 100vh;
  width: 100vw;
  overflow: hidden; }

*::before,
*::after {
  transition: all ease-in-out 400ms; }

a {
  text-decoration: none;
  color: #be1e2c;
  position: relative;
  transition: all ease-in-out 400ms; }

img {
  border: none;
  display: block; }

main {
  position: relative;
  z-index: 10; }

#wrappper {
  min-width: 320px;
  overflow: hidden;
  position: relative;
  z-index: 10; }

#wrappper * {
  box-sizing: border-box; }

.grid {
  display: grid; }
  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr; }
  .grid-25 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid-50 {
    grid-template-columns: 1fr 1fr; }

.texte ul {
  margin-bottom: 25px;
  margin-left: 30px; }
  .texte ul li {
    padding-left: 50px;
    background: url(../img/list_black.svg) no-repeat left top 20px; }
.texte p {
  margin-bottom: 25px; }
.texte :last-child {
  margin-bottom: 0; }
.texte .btn {
  margin-top: 20px; }

.t-center {
  text-align: center; }

.t-right {
  text-align: right; }

h1 {
  font: 22px/32px "montb"; }

section {
  position: relative;
  overflow: hidden; }

.right-dash {
  padding: 25px 75px 175px; }
  @media (max-width: 1600px) {
    .right-dash {
      padding: 25px 40px 150px; } }
  @media (max-width: 1024px) {
    .right-dash {
      padding-bottom: 100px; } }
  @media (max-width: 600px) {
    .right-dash {
      padding: 30px 20px 100px; } }

.button {
  width: 100%;
  display: block;
  border: none;
  border-radius: 10px;
  background: #be1e2c;
  font: 600 18px/28px "montsemib";
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .button::after, .button::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #343434;
    z-index: -1;
    transition-duration: 200ms; }
  .button::before {
    top: 0;
    left: 0; }
  .button::after {
    bottom: 0;
    right: 0; }
  @media (min-width: 1280px) {
    .button:hover::after, .button:hover::before {
      width: 100%; } }

/*** Header ***/
#content {
  position: relative; }
  #content.menu_retrecie .logo-menu {
    width: 70px; }
  #content.menu_retrecie .logo {
    width: 40px; }
  #content.menu_retrecie .menu-wrap {
    padding-left: 0; }
    #content.menu_retrecie .menu-wrap ul li a {
      font-size: 0; }
      #content.menu_retrecie .menu-wrap ul li a::after {
        margin-left: 0; }
      #content.menu_retrecie .menu-wrap ul li a span {
        outline: 0;
        right: 10px;
        top: 30px; }
  #content.menu_retrecie .wrap_content {
    width: calc(100% - 70px);
    left: 70px;
    z-index: 100; }
  #content.menu_retrecie .footer {
    left: 70px; }

.logo-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100vh;
  z-index: 100;
  background-color: #be1e2c;
  border-radius: 0 10px 10px 0;
  transition: all ease-in-out 400ms;
  overflow-y: auto; }
  .logo-menu .logo {
    display: block;
    width: 66px;
    margin: 100px auto 25vh; }
    .logo-menu .logo img {
      width: 100%;
      height: auto; }
    @media (max-height: 600px) {
      .logo-menu .logo {
        margin-bottom: 10vh; } }

.close_menu {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  top: 25px;
  left: 25px;
  display: grid;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out 400ms; }
  @media (min-width: 1280px) {
    .close_menu:hover {
      background-color: rgba(255, 255, 255, 0.5); } }
  .close_menu.active {
    left: 15px; }
    .close_menu.active div {
      right: 5px; }
      .close_menu.active div::before, .close_menu.active div::after {
        right: -9px; }
  .close_menu div {
    position: relative;
    width: 9px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    right: -6px;
    transition: all ease-in-out 400ms; }
    .close_menu div:before {
      width: 17px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 8px;
      right: 2px;
      content: "";
      border-radius: 3px; }
    .close_menu div:after {
      width: 17px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: -8px;
      right: 2px;
      content: "";
      border-radius: 3px; }

.menu-wrap {
  padding-left: 30px;
  transition: all ease-in-out 400ms; }
  .menu-wrap li {
    position: relative; }
    .menu-wrap li a {
      color: #fff;
      font-size: 20px;
      line-height: 70px;
      padding-left: 70px;
      display: block;
      border-radius: 15px 0 0 15px; }
      .menu-wrap li a span {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.48);
        outline: 5px solid rgba(255, 255, 255, 0.24);
        z-index: 20;
        transition: all ease-in-out 400ms; }
      @media (min-width: 1280px) {
        .menu-wrap li a:hover::before {
          filter: inherit; }
        .menu-wrap li a:hover::after {
          width: 40px;
          height: 40px; } }
      .menu-wrap li a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        background: no-repeat center;
        filter: brightness(0) invert(1);
        z-index: 5; }
      .menu-wrap li a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        background-color: #f5f5f7;
        border-radius: 50%;
        margin-left: -100px;
        z-index: 1; }
    .menu-wrap li.dashboard a::before {
      background-image: url(../img/dashboard.svg); }
    .menu-wrap li.users a::before {
      background-image: url(../img/users.svg); }
    .menu-wrap li.paiements a::before {
      background-image: url(../img/paiements.svg); }
    .menu-wrap li.projets a::before {
      background-image: url(../img/projets.svg); }
    .menu-wrap li.current::before {
      content: url(../img/currentmenu_top.svg);
      position: absolute;
      top: -15px;
      right: 0;
      display: block;
      line-height: 0; }
    .menu-wrap li.current a {
      color: #be1e2c;
      background-color: #f5f5f7; }
      .menu-wrap li.current a::before {
        filter: inherit; }
      .menu-wrap li.current a span {
        background-color: rgba(190, 30, 44, 0.48);
        outline-color: rgba(190, 30, 44, 0.24);
        color: #fff; }
    .menu-wrap li.current::after {
      content: url(../img/currentmenu_bottom.svg);
      position: absolute;
      bottom: -15px;
      right: 0;
      display: block;
      line-height: 0; }

.wrap_content {
  position: relative;
  z-index: 50;
  width: calc(100% - 300px);
  left: 300px;
  transition: all ease-in-out 400ms; }
  @media (max-width: 1024px) {
    .wrap_content {
      width: calc(100% - 70px);
      left: 70px; } }

.head_content {
  position: relative;
  z-index: 50;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  gap: 30px;
  padding: 30px 75px; }
  @media (max-width: 1600px) {
    .head_content {
      padding: 30px 40px; } }
  @media (max-width: 600px) {
    .head_content {
      padding: 20px; } }

.notification {
  width: 40px;
  height: 40px;
  background: url(../img/notification.svg) no-repeat left bottom;
  position: relative;
  cursor: pointer; }
  .notification span {
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 6px;
    display: block;
    font: 14px/21px 'montsemib';
    color: #fff;
    text-align: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #be1e2c; }
    .notification span::after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 27px;
      height: 27px;
      background-color: rgba(190, 30, 44, 0.4);
      top: -3px;
      left: -3px;
      border-radius: 50%; }
  .notification .sub-notification {
    position: absolute;
    top: 95px;
    right: -40px;
    width: 340px;
    box-shadow: 0 0 57px 10px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    display: none; }
    .notification .sub-notification li {
      transition: background ease-in-out 400ms;
      background-color: #fff;
      border-bottom: 1px solid #fafafa; }
      .notification .sub-notification li:first-child {
        border-radius: 15px 15px 0 0; }
        .notification .sub-notification li:first-child::before {
          content: '';
          position: absolute;
          top: -16px;
          right: 50px;
          line-height: 0;
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 17px 17px 17px;
          border-color: transparent transparent #ffffff transparent; }
      .notification .sub-notification li:last-child {
        border-radius: 0 0 15px 15px;
        border-bottom: 0; }
      .notification .sub-notification li.nonlue strong::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #be1e2c;
        margin-left: 10px; }
      .notification .sub-notification li a {
        display: block;
        padding: 15px 25px;
        color: #161616;
        font: 14px/24px 'montsert'; }
        .notification .sub-notification li a strong {
          color: #101010;
          font-size: 16px; }
        .notification .sub-notification li a .date {
          padding-left: 25px;
          background: url(../img/montre.svg) no-repeat left center;
          color: #b9b9b9; }
      @media (min-width: 1280px) {
        .notification .sub-notification li:hover {
          background-color: #fafafa; }
          .notification .sub-notification li:hover::before {
            border-color: transparent transparent #fafafa transparent; } }

.profil {
  position: relative;
  cursor: pointer; }
  .profil span {
    position: relative;
    padding-right: 17px; }
    .profil span img {
      border-radius: 50%;
      width: 42px;
      height: 42px;
      object-fit: cover; }
    .profil span::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 2.5px 0 2.5px;
      border-color: #000000 transparent transparent transparent; }
  .profil .sub-profil {
    position: absolute;
    top: 95px;
    width: 160px;
    right: 0;
    background-color: #fff;
    border-radius: 15px;
    display: none;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1); }
    .profil .sub-profil li {
      transition: all ease-in-out 400ms; }
      .profil .sub-profil li:first-child:before {
        content: '';
        position: absolute;
        top: -16px;
        right: 20px;
        line-height: 0;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 17px 17px 17px;
        border-color: transparent transparent #ffffff transparent; }
      .profil .sub-profil li a {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #efefef;
        padding: 0 25px;
        color: #000000; }
      .profil .sub-profil li:last-child a {
        border-bottom: 0; }
      @media (min-width: 1280px) {
        .profil .sub-profil li:hover {
          background-color: #efefef; }
        .profil .sub-profil li:first-child:hover:before {
          border-color: transparent transparent #efefef transparent; } }

/*** Footer ***/
.footer {
  position: fixed;
  bottom: 0;
  left: 300px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 75px;
  background: linear-gradient(to top, #f5f5f7 0%, #f5f5f7 60%, rgba(245, 245, 247, 0) 100%);
  z-index: 100;
  transition: all ease-in-out 400ms; }
  .footer .copyright {
    text-align: left; }
  .footer .right {
    display: flex;
    flex-flow: row wrap;
    gap: 37px;
    padding-right: 9px; }
    .footer .right .discussion span {
      display: block;
      cursor: pointer;
      width: 67px;
      height: 67px;
      border-radius: 50%;
      background: url(../img/discussion.svg) no-repeat center #be1e2c;
      border: 6px solid rgba(255, 40, 59, 0.1);
      outline: rgba(255, 40, 59, 0.05) solid 10px;
      transition: all ease-in-out 400ms; }
    .footer .right .ajout-foot a {
      display: block;
      cursor: pointer;
      width: 67px;
      height: 67px;
      border-radius: 50%;
      background: url(../img/plus.svg) no-repeat center #343434;
      border: 6px solid rgba(52, 52, 52, 0.1);
      outline: rgba(52, 52, 52, 0.05) solid 10px; }
  @media (min-width: 1280px) {
    .footer .right .discussion span:hover {
      background-color: #343434;
      border-color: rgba(52, 52, 52, 0.1);
      outline-color: rgba(52, 52, 52, 0.05); }
    .footer .right .ajout-foot a:hover {
      background-color: #be1e2c;
      border-color: rgba(190, 30, 44, 0.1);
      outline-color: rgba(190, 30, 44, 0.05); } }
  @media (max-width: 1600px) {
    .footer {
      padding: 30px 40px; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 20px 40px;
      left: 70px; }
      .footer .right .discussion span {
        width: 45px;
        height: 45px;
        background-size: 15px; }
      .footer .right .ajout-foot a {
        width: 45px;
        height: 45px;
        background-size: 15px; } }
  @media (max-width: 600px) {
    .footer {
      padding: 20px; } }

/*** breadcrumb ***/
.breadcrumb {
  margin-top: 5px;
  display: flex;
  align-items: center; }
  .breadcrumb .home {
    display: block;
    width: 20px;
    height: 16px;
    background: url(../img/home.svg) left center no-repeat;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms; }
    .breadcrumb .home:hover {
      background-image: url(../img/home-red.svg); }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 12px; }
    .breadcrumb li::after {
      position: absolute;
      content: "";
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 1px;
      height: 10px;
      background: #a4a4a4;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .breadcrumb li:last-child::after {
      display: none; }
  .breadcrumb a {
    color: #979797;
    font-size: 11px; }
    .breadcrumb a:hover {
      color: #be1e2c; }
  .breadcrumb .active {
    color: #be1e2c;
    font-size: 11px;
    display: inline-block; }

.form_wrap {
  position: relative; }
  .form_wrap .form-control {
    margin-bottom: 20px; }
  .form_wrap .grid-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px; }
    .form_wrap .grid-50 .form-control {
      margin-bottom: 0; }
  .form_wrap label {
    display: block;
    font-family: 'montmed';
    margin-bottom: 10px; }
  .form_wrap .custom-checkbox {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 13px;
    cursor: pointer;
    user-select: none; }
    .form_wrap .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .form_wrap .custom-checkbox .checkmark {
      position: absolute;
      top: 8px;
      left: 0;
      height: 13px;
      width: 13px;
      border: 1px solid #e3e3e3; }
      .form_wrap .custom-checkbox .checkmark::after {
        content: '';
        position: absolute;
        display: none;
        left: 3px;
        top: -1px;
        width: 4px;
        height: 8px;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .form_wrap .custom-checkbox input:checked ~ .checkmark:after {
      display: block; }
  .form_wrap select,
  .form_wrap input:not([type=checkbox]):not([type=radio]):not([type="submit"]) {
    position: relative;
    height: 50px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    font: 15px/50px 'montsert';
    color: #33393b;
    padding: 0 20px;
    appearance: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
  .form_wrap textarea {
    resize: none;
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    height: 200px;
    padding: 20px;
    font-family: "montsert";
    font-size: 15px;
    color: #33393b; }
  .form_wrap .btn {
    padding: 19px 35px;
    margin-top: 25px;
    position: relative;
    overflow: hidden; }
  .form_wrap select {
    background: url(../img/select.svg) right 22px top 22px no-repeat #f9f9f9; }
    .form_wrap select option {
      color: #343434;
      font-family: "montmed"; }

.mytable {
  text-align: center;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0; }
  .mytable thead {
    color: #fff;
    background: #be1e2c; }
  .mytable th {
    font: 16px/26px "montb";
    padding: 25px 0;
    position: relative; }
    @media (max-width: 1280px) {
      .mytable th {
        font-size: 13px;
        padding: 15px 0; } }
    .mytable th.sorting {
      cursor: pointer; }
    .mytable th.sorting::after {
      content: '';
      display: inline-block;
      width: 9px;
      height: 12px;
      background: url(../img/sorting.svg) no-repeat center;
      vertical-align: middle;
      margin-left: 4px; }
    .mytable th.sorting.sorting_asc::after {
      background-image: url(../img/sorting_asc.svg); }
    .mytable th.sorting.sorting_desc::after {
      background-image: url(../img/sorting_desc.svg); }
    .mytable th::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 0;
      width: 3px;
      height: 15px;
      background: #dd505c;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .mytable th:first-child {
      border-bottom-left-radius: 10px; }
      @media (max-width: 800px) {
        .mytable th:first-child {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; } }
    .mytable th:last-child {
      border-bottom-right-radius: 10px; }
      @media (max-width: 800px) {
        .mytable th:last-child {
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; } }
      .mytable th:last-child:before {
        display: none; }
    .mytable th.nobefore::before {
      display: none; }
  .mytable tbody tr:first-child td:first-child {
    border-top-left-radius: 10px; }
    @media (max-width: 800px) {
      .mytable tbody tr:first-child td:first-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; } }
  .mytable tbody tr:first-child td:last-child {
    border-top-right-radius: 10px; }
    @media (max-width: 800px) {
      .mytable tbody tr:first-child td:last-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; } }
  .mytable tbody tr:nth-child(even) {
    background: #f6f6f6; }
  .mytable tbody tr:nth-child(odd) {
    background: #fff; }
  .mytable tbody tr:first-child {
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0; }
  .mytable tbody:before {
    line-height: 10px;
    content: ".";
    color: #fff;
    display: block; }
  .mytable tbody td {
    padding: 23px 10px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0; }
    @media (max-width: 1280px) {
      .mytable tbody td {
        font-size: 13px;
        padding: 15px 5px; } }
    .mytable tbody td strong {
      font-size: 16px; }
      @media (max-width: 1500px) {
        .mytable tbody td strong {
          font-size: 14px; } }
    .mytable tbody td img {
      margin: auto; }
    @media (max-width: 800px) {
      .mytable tbody td span {
        line-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; } }
    .mytable tbody td:last-child span {
      display: inline-block;
      line-height: 0;
      background: #f8f8f8;
      border: 1px solid #eaeaea;
      overflow: hidden;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
      @media (max-width: 1280px) {
        .mytable tbody td:last-child span {
          line-height: 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; } }
    .mytable tbody td:last-child a {
      position: relative; }
      @media (max-width: 800px) {
        .mytable tbody td:last-child a {
          border: 1px solid #eaeaea; } }
      .mytable tbody td:last-child a:hover {
        background-color: #be1e2c; }
      .mytable tbody td:last-child a:last-child:after {
        display: none; }
      .mytable tbody td:last-child a::after {
        position: absolute;
        content: "";
        top: 50%;
        right: -1px;
        width: 1px;
        height: 23px;
        background: #e7e7e7;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
        @media (max-width: 800px) {
          .mytable tbody td:last-child a::after {
            display: none; } }
    .mytable tbody td:last-child .view {
      display: inline-block;
      width: 40px;
      height: 30px;
      background: url(../img/eye-small.svg) 50% no-repeat transparent;
      background-size: initial; }
      .mytable tbody td:last-child .view:hover {
        background: url(../img/eye-small-white.svg) 50% no-repeat #be1e2c; }
      @media (max-width: 1280px) {
        .mytable tbody td:last-child .view {
          width: 30px; } }
      @media (max-width: 800px) {
        .mytable tbody td:last-child .view {
          background-color: #fff; } }
    .mytable tbody td:last-child .edit {
      display: inline-block;
      width: 40px;
      height: 30px;
      background: url(../img/edit.svg) 50% no-repeat;
      background-size: initial; }
      .mytable tbody td:last-child .edit:hover {
        background: url(../img/edit-white.svg) 50% no-repeat #be1e2c; }
      @media (max-width: 1280px) {
        .mytable tbody td:last-child .edit {
          width: 30px; } }
      @media (max-width: 800px) {
        .mytable tbody td:last-child .edit {
          background-color: #fff; } }
    .mytable tbody td:last-child .delete {
      display: inline-block;
      width: 40px;
      height: 30px;
      background: url(../img/delete.svg) 50% no-repeat;
      background-size: initial; }
      .mytable tbody td:last-child .delete:hover {
        background: url(../img/delete-white.svg) 50% no-repeat #be1e2c; }
      @media (max-width: 1280px) {
        .mytable tbody td:last-child .delete {
          width: 30px; } }
      @media (max-width: 800px) {
        .mytable tbody td:last-child .delete {
          background-color: #fff; } }
  .mytable td ul li {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .mytable td ul li span:first-child {
      font-family: "montb";
      background: #be1e2c;
      color: white; }
    .mytable td ul li:last-child span:last-child span {
      background: none; }
@media (max-width: 1280px) and (max-width: 800px) {
  .mytable .dtr-details li span:last-child {
    padding: 10px; }
    .mytable .dtr-details li span:last-child span {
      padding: 0;
      border: none; } }

.dataTables_wrapper {
  position: relative; }
  .dataTables_wrapper .dataTables_length {
    position: absolute;
    bottom: 20px;
    left: 0; }
    @media (max-width: 767px) {
      .dataTables_wrapper .dataTables_length {
        width: 100%;
        text-align: center; } }
  .dataTables_wrapper .dataTables_length select {
    padding: 5px 25px 5px 15px;
    border-radius: 5px;
    margin: 0 5px;
    appearance: none;
    background: url(../img/drop.jpg) no-repeat right 10px center #fff; }
  .dataTables_wrapper .dataTables_paginate {
    padding: 25px 25px 25px 0;
    text-align: right;
    background: #343434;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px; }
    @media (max-width: 1280px) {
      .dataTables_wrapper .dataTables_paginate {
        padding: 15px 5px 15px 0; } }
    @media (max-width: 600px) {
      .dataTables_wrapper .dataTables_paginate {
        text-align: center; } }
    .dataTables_wrapper .dataTables_paginate span {
      display: inline-block; }
      .dataTables_wrapper .dataTables_paginate span a:first-child {
        margin-left: 0; }
      .dataTables_wrapper .dataTables_paginate span a:last-child {
        margin-right: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      display: inline-block;
      width: 27px;
      height: 27px;
      font-size: 14px;
      line-height: 27px;
      text-align: center;
      border-radius: 3px;
      color: #fff;
      margin: 0 5px;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
      @media (max-width: 1280px) {
        .dataTables_wrapper .dataTables_paginate .paginate_button {
          font-size: 13px;
          padding: 0 10px !important;
          width: 20px;
          height: 20px;
          line-height: 20px;
          display: inline-grid;
          justify-content: center; } }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #be1e2c; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        width: inherit;
        height: inherit;
        color: #fff;
        padding: 0 30px;
        margin: 0;
        background: none;
        cursor: pointer; }
        .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
          color: #be1e2c;
          background: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background: #be1e2c;
        color: #fff !important; }
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
          color: #fff !important; }
  .dataTables_wrapper .dataTables_info {
    position: absolute;
    left: 55px;
    bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #fff; }
    @media (max-width: 1280px) {
      .dataTables_wrapper .dataTables_info {
        bottom: 15px;
        left: 15px;
        font-size: 13px;
        max-width: 280px;
        overflow: hidden;
        white-space: nowrap; } }
    @media (max-width: 600px) {
      .dataTables_wrapper .dataTables_info {
        display: none; } }

.dataTables_filter {
  position: absolute;
  top: -95px;
  right: 0; }
  @media (max-width: 800px) {
    .dataTables_filter {
      position: relative;
      top: inherit;
      left: inherit;
      margin-bottom: 20px; } }
  .dataTables_filter label {
    font-size: 0;
    line-height: 0; }
  .dataTables_filter input {
    width: 205px;
    height: 35px;
    padding-left: 45px;
    border: 1px solid #e3e3e3;
    font: 14px/35px "montsert";
    background: url(../img/search.svg) left 15px center #ffffff no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    @media (max-width: 800px) {
      .dataTables_filter input {
        font-size: 13px; } }

.utilisateur .mytable th:first-child, .utilisateur td:first-child {
  width: 285px;
  min-width: 165px; }
  @media (max-width: 1280px) {
    .utilisateur .mytable th:first-child, .utilisateur td:first-child {
      width: inherit; } }
.utilisateur .mytable th:nth-child(2), .utilisateur .mytable th:nth-child(3), .utilisateur td:nth-child(2), .utilisateur td:nth-child(3) {
  width: 260px;
  min-width: 160px; }
  @media (max-width: 1280px) {
    .utilisateur .mytable th:nth-child(2), .utilisateur .mytable th:nth-child(3), .utilisateur td:nth-child(2), .utilisateur td:nth-child(3) {
      width: inherit; } }
.utilisateur .mytable th:nth-child(4), .utilisateur td:nth-child(4) {
  width: 195px;
  min-width: 160px; }
  @media (max-width: 1280px) {
    .utilisateur .mytable th:nth-child(4), .utilisateur td:nth-child(4) {
      width: inherit;
      min-width: 80px; } }
.utilisateur .mytable th:nth-child(5), .utilisateur td:nth-child(5) {
  width: 235px;
  min-width: 160px; }
  @media (max-width: 1280px) {
    .utilisateur .mytable th:nth-child(5), .utilisateur td:nth-child(5) {
      width: inherit;
      min-width: 80px; } }
.utilisateur .mytable th:nth-child(6), .utilisateur td:nth-child(6) {
  width: 260px;
  min-width: 150px; }
  @media (max-width: 1280px) {
    .utilisateur .mytable th:nth-child(6), .utilisateur td:nth-child(6) {
      width: inherit; } }
.utilisateur .mytable td:last-child span, .utilisateur .mytable td span {
  line-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
.utilisateur .mytable td:last-child span:last-child {
  background-color: #fff; }

.projet .mytable th:first-child, .projet td:first-child {
  width: 300px;
  min-width: 165px; }
  @media (max-width: 1280px) {
    .projet .mytable th:first-child, .projet td:first-child {
      width: inherit;
      min-width: 120px; } }
.projet .mytable th:nth-child(2), .projet td:nth-child(2) {
  width: 285px;
  min-width: 160px; }
  @media (max-width: 1280px) {
    .projet .mytable th:nth-child(2), .projet td:nth-child(2) {
      width: inherit; } }
.projet .mytable th:nth-child(3), .projet td:nth-child(3) {
  width: 340px;
  min-width: 165px; }
  @media (max-width: 1280px) {
    .projet .mytable th:nth-child(3), .projet td:nth-child(3) {
      width: inherit; } }
.projet .mytable th:nth-child(4), .projet td:nth-child(4) {
  width: 290px; }
  @media (max-width: 1280px) {
    .projet .mytable th:nth-child(4), .projet td:nth-child(4) {
      width: inherit;
      min-width: 140px; } }
.projet .mytable th:nth-child(5), .projet td:nth-child(5) {
  width: 285px; }
  @media (max-width: 1280px) {
    .projet .mytable th:nth-child(5), .projet td:nth-child(5) {
      width: inherit;
      min-width: 120px; } }
@media (max-width: 1024px) {
  .projet .mytable th, .projet td {
    padding: 20px; } }
.projet .mytable td:last-child span, .projet .mytable td span {
  line-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
.projet .mytable td:last-child span:last-child {
  background-color: #fff; }

@media (max-width: 1500px) {
  .paiement .mytable th, .paiement td {
    font-size: 13px; } }
.paiement .mytable th:first-child, .paiement td:first-child {
  width: 240px;
  min-width: 165px; }
  @media (max-width: 1280px) {
    .paiement .mytable th:first-child, .paiement td:first-child {
      width: inherit; } }
.paiement .mytable th:nth-child(2), .paiement td:nth-child(2) {
  width: 250px;
  min-width: 160px; }
  @media (max-width: 1280px) {
    .paiement .mytable th:nth-child(2), .paiement td:nth-child(2) {
      width: inherit; } }
.paiement .mytable th:nth-child(3), .paiement td:nth-child(3) {
  width: 215px;
  min-width: 100px; }
  @media (max-width: 1500px) {
    .paiement .mytable th:nth-child(3), .paiement td:nth-child(3) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
.paiement .mytable th:nth-child(4), .paiement td:nth-child(4) {
  width: 125px;
  min-width: 100px; }
  @media (max-width: 1500px) {
    .paiement .mytable th:nth-child(4), .paiement td:nth-child(4) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
.paiement .mytable th:nth-child(5), .paiement td:nth-child(5) {
  width: 185px;
  min-width: 100px; }
  @media (max-width: 1500px) {
    .paiement .mytable th:nth-child(5), .paiement td:nth-child(5) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
.paiement .mytable th:nth-child(6), .paiement td:nth-child(6) {
  width: 190px;
  min-width: 100px; }
  @media (max-width: 1500px) {
    .paiement .mytable th:nth-child(6), .paiement td:nth-child(6) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
  .paiement .mytable th:nth-child(6):after, .paiement td:nth-child(6):after {
    display: none; }
.paiement .mytable th:nth-child(7), .paiement td:nth-child(7) {
  width: 230px;
  min-width: 120px; }
  @media (max-width: 1500px) {
    .paiement .mytable th:nth-child(7), .paiement td:nth-child(7) {
      width: inherit;
      min-width: 120px; } }
.paiement .mytable tbody td {
  padding: 17px 10px; }
  @media (max-width: 1500px) {
    .paiement .mytable tbody td {
      font-size: 13px;
      padding: 17px 5px; } }
@media (min-width: 1500px) {
  .paiement .mytable tbody tr td:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-start; } }
.paiement .mytable tbody tr td:nth-child(7) span {
  border: none;
  background: none; }
.paiement .btn-secondary {
  font: 14px/45px "montsert";
  text-transform: none;
  padding: 0 35px;
  background-color: #343434;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  @media (max-width: 1500px) {
    .paiement .btn-secondary {
      padding: 0 15px;
      font-size: 13px; } }
  .paiement .btn-secondary:hover {
    background-color: #be1e2c; }
  .paiement .btn-secondary:after, .paiement .btn-secondary::before {
    display: none; }

.recapitulatif .content-table {
  background: #fff;
  padding: 45px 75px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 23px 0 35px #2d2d2d15; }
  @media (max-width: 1280px) {
    .recapitulatif .content-table {
      padding: 30px 45px; } }
  @media (max-width: 800px) {
    .recapitulatif .content-table {
      padding: 20px 35px; } }
  @media (max-width: 600px) {
    .recapitulatif .content-table {
      padding: 20px; } }
  .recapitulatif .content-table .top-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 1650px) {
      .recapitulatif .content-table .top-table {
        flex-direction: column;
        align-items: center;
        gap: 20px; } }
    .recapitulatif .content-table .top-table .item {
      padding: 25px 10px;
      border: 1px solid #ececec;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      @media (max-width: 1280px) {
        .recapitulatif .content-table .top-table .item {
          padding: 20px; } }
      .recapitulatif .content-table .top-table .item:first-child {
        width: 600px;
        display: grid;
        grid-template-columns: 265px 1fr;
        align-items: center;
        justify-content: center;
        text-align: center; }
        @media (max-width: 1650px) {
          .recapitulatif .content-table .top-table .item:first-child {
            width: 100%;
            grid-template-columns: 1fr 1fr; } }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .top-table .item:first-child {
            grid-template-columns: 1fr;
            grid-gap: 10px; } }
        .recapitulatif .content-table .top-table .item:first-child strong {
          font-size: 20px;
          line-height: 26px; }
          @media (max-width: 1500px) {
            .recapitulatif .content-table .top-table .item:first-child strong {
              font-size: 18px;
              line-height: 26px; } }
          @media (max-width: 1280px) {
            .recapitulatif .content-table .top-table .item:first-child strong {
              font-size: 16px; } }
    .recapitulatif .content-table .top-table .item:first-child .group-item {
      position: relative;
      text-align: left;
      padding-left: 48px; }
      @media (max-width: 1280px) {
        .recapitulatif .content-table .top-table .item:first-child .group-item {
          padding: 0; } }
      .recapitulatif .content-table .top-table .item:first-child .group-item:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #ececec; }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .top-table .item:first-child .group-item:after {
            display: none; } }
      .recapitulatif .content-table .top-table .item:first-child .group-item a {
        display: block;
        font: 16px/32px "montsert";
        color: #101010;
        letter-spacing: 0;
        margin-left: 40px;
        position: relative; }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .top-table .item:first-child .group-item a {
            font-size: 14px;
            line-height: 30px;
            margin-left: 30px; } }
        @media (max-width: 600px) {
          .recapitulatif .content-table .top-table .item:first-child .group-item a {
            margin-left: 0; } }
        .recapitulatif .content-table .top-table .item:first-child .group-item a:hover {
          color: #be1e2c; }
        .recapitulatif .content-table .top-table .item:first-child .group-item a:after {
          position: absolute;
          content: "";
          top: 50%;
          left: -30px;
          background-size: initial;
          background-position: 50%;
          background-repeat: no-repeat;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
          @media (max-width: 600px) {
            .recapitulatif .content-table .top-table .item:first-child .group-item a:after {
              display: none; } }
        .recapitulatif .content-table .top-table .item:first-child .group-item a.mail:hover:after {
          background-image: url(../img/mail-red.svg); }
        .recapitulatif .content-table .top-table .item:first-child .group-item a.mail:after {
          width: 15px;
          height: 18px;
          background-image: url(../img/mail.svg); }
        .recapitulatif .content-table .top-table .item:first-child .group-item a.tel:hover:after {
          background-image: url(../img/tel-red.svg); }
        .recapitulatif .content-table .top-table .item:first-child .group-item a.tel:after {
          width: 15px;
          height: 18px;
          background-image: url(../img/tel.svg); }
      .recapitulatif .content-table .top-table .item:first-child .group-item .localisation {
        display: block;
        font: 16px/32px "montsert";
        color: #101010;
        letter-spacing: 0;
        margin-left: 40px;
        position: relative; }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .top-table .item:first-child .group-item .localisation {
            font-size: 14px;
            line-height: 30px;
            margin-left: 30px; } }
        @media (max-width: 600px) {
          .recapitulatif .content-table .top-table .item:first-child .group-item .localisation {
            margin-left: 0; } }
        .recapitulatif .content-table .top-table .item:first-child .group-item .localisation:after {
          position: absolute;
          content: "";
          top: 50%;
          left: -30px;
          background-size: initial;
          background-position: 50%;
          background-repeat: no-repeat;
          width: 15px;
          height: 18px;
          background-image: url(../img/localisation.svg);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
          @media (max-width: 600px) {
            .recapitulatif .content-table .top-table .item:first-child .group-item .localisation:after {
              display: none; } }
    .recapitulatif .content-table .top-table .item:last-child {
      padding: 30px 45px; }
      @media (max-width: 1650px) {
        .recapitulatif .content-table .top-table .item:last-child {
          width: 100%; } }
      @media (max-width: 1280px) {
        .recapitulatif .content-table .top-table .item:last-child {
          padding: 20px; } }
      .recapitulatif .content-table .top-table .item:last-child p {
        font-size: 16px;
        line-height: 26px;
        display: grid;
        grid-template-columns: 180px 1fr;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 5px; }
        .recapitulatif .content-table .top-table .item:last-child p strong span {
          display: inline-block;
          font-family: "montsert"; }
          @media (max-width: 800px) {
            .recapitulatif .content-table .top-table .item:last-child p strong span {
              display: none; } }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .top-table .item:last-child p {
            font-size: 14px;
            line-height: 24px;
            grid-gap: 10px; } }
        @media (max-width: 800px) {
          .recapitulatif .content-table .top-table .item:last-child p {
            grid-template-columns: 1fr; } }
  .recapitulatif .content-table .bottom-table {
    margin-top: 20px;
    display: grid;
    justify-content: flex-end; }
    @media (max-width: 800px) {
      .recapitulatif .content-table .bottom-table {
        display: block; } }
    .recapitulatif .content-table .bottom-table p {
      font-size: 14px;
      line-height: 28px;
      padding: 15px 10px;
      max-width: 390px;
      width: 100%;
      display: grid;
      grid-template-columns: 180px 1fr;
      margin-bottom: 5px;
      text-transform: uppercase;
      text-align: right; }
      @media (max-width: 1280px) {
        .recapitulatif .content-table .bottom-table p {
          max-width: 290px;
          grid-template-columns: 120px 1fr;
          grid-gap: 0; } }
      @media (max-width: 800px) {
        .recapitulatif .content-table .bottom-table p {
          max-width: inherit;
          grid-template-columns: 1fr;
          text-align: center; } }
      .recapitulatif .content-table .bottom-table p strong {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        min-width: 200px; }
        @media (max-width: 1280px) {
          .recapitulatif .content-table .bottom-table p strong {
            font-size: 16px; } }
        @media (max-width: 800px) {
          .recapitulatif .content-table .bottom-table p strong {
            min-width: 100px; } }
      .recapitulatif .content-table .bottom-table p:first-child {
        background: #f5f5f5; }
      .recapitulatif .content-table .bottom-table p:last-child {
        background: #ffe6e6; }
        .recapitulatif .content-table .bottom-table p:last-child strong {
          color: #be1e2c; }
.recapitulatif .mytable th:before, .recapitulatif td:before {
  display: none; }
@media (max-width: 1500px) {
  .recapitulatif .mytable th, .recapitulatif td {
    font-size: 14px; } }
.recapitulatif .mytable th:first-child, .recapitulatif td:first-child {
  width: 215px;
  min-width: 120px; }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:first-child, .recapitulatif td:first-child {
      width: inherit;
      min-width: inherit; } }
.recapitulatif .mytable th:nth-child(2), .recapitulatif td:nth-child(2) {
  width: 380px;
  min-width: 20px; }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:nth-child(2), .recapitulatif td:nth-child(2) {
      width: inherit;
      min-width: inherit; } }
.recapitulatif .mytable th:nth-child(3), .recapitulatif td:nth-child(3) {
  width: 165px; }
  @media (max-width: 1500px) {
    .recapitulatif .mytable th:nth-child(3), .recapitulatif td:nth-child(3) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:nth-child(3), .recapitulatif td:nth-child(3) {
      min-width: 90px; } }
.recapitulatif .mytable th:nth-child(4), .recapitulatif td:nth-child(4) {
  width: 185px; }
  @media (max-width: 1500px) {
    .recapitulatif .mytable th:nth-child(4), .recapitulatif td:nth-child(4) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:nth-child(4), .recapitulatif td:nth-child(4) {
      min-width: 90px; } }
.recapitulatif .mytable th:nth-child(5), .recapitulatif td:nth-child(5) {
  width: 210px; }
  @media (max-width: 1500px) {
    .recapitulatif .mytable th:nth-child(5), .recapitulatif td:nth-child(5) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:nth-child(5), .recapitulatif td:nth-child(5) {
      min-width: 90px; } }
.recapitulatif .mytable th:nth-child(6), .recapitulatif td:nth-child(6) {
  width: 195px; }
  @media (max-width: 1500px) {
    .recapitulatif .mytable th:nth-child(6), .recapitulatif td:nth-child(6) {
      width: inherit;
      line-height: 23px;
      min-width: 120px;
      padding: 15px 10px; } }
  @media (max-width: 1280px) {
    .recapitulatif .mytable th:nth-child(6), .recapitulatif td:nth-child(6) {
      min-width: 90px; } }
.recapitulatif .mytable tbody tr {
  border-bottom: 1px solid #ebebeb; }
  .recapitulatif .mytable tbody tr:nth-child(even), .recapitulatif .mytable tbody tr:nth-child(even) {
    background: #fff; }
  .recapitulatif .mytable tbody tr td {
    color: #6d6d6d;
    padding: 15px 10px; }
    .recapitulatif .mytable tbody tr td strong {
      line-height: 28px;
      display: block;
      color: #101010; }
    .recapitulatif .mytable tbody tr td:nth-child(2) {
      text-align: left; }
      @media (max-width: 1280px) {
        .recapitulatif .mytable tbody tr td:nth-child(2) {
          height: 65px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; } }
      @media (max-width: 1280px) {
        .recapitulatif .mytable tbody tr td:nth-child(2) span {
          display: block; } }
    .recapitulatif .mytable tbody tr td:last-child strong {
      font-size: 20px;
      line-height: 28px; }
      @media (max-width: 1500px) {
        .recapitulatif .mytable tbody tr td:last-child strong {
          font-size: 16px;
          line-height: 26px; } }
    .recapitulatif .mytable tbody tr td .status {
      display: inline-block;
      font: 14px/28px "montb";
      font-style: inherit;
      text-transform: uppercase;
      padding: 7px 0;
      max-width: 100px;
      width: 100%;
      background: #dbdbdb;
      color: #000000;
      margin: auto;
      box-shadow: 1px 10px 27px #2d2d2d2a;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      @media (max-width: 1280px) {
        .recapitulatif .mytable tbody tr td .status {
          font-size: 13px;
          min-width: 90px;
          padding: 4px 0; } }
      @media (max-width: 800px) {
        .recapitulatif .mytable tbody tr td .status {
          margin: auto; } }
      .recapitulatif .mytable tbody tr td .status.payer {
        background: #83d60c;
        color: #fff; }
  @media (max-width: 1280px) {
    .recapitulatif .mytable tbody tr .dtr-details li span:last-child {
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      grid-gap: 10px;
      line-height: 26px; } }
  @media (max-width: 1280px) and (max-width: 800px) {
    .recapitulatif .mytable tbody tr .dtr-details li span:last-child {
      padding: 10px; }
      .recapitulatif .mytable tbody tr .dtr-details li span:last-child span {
        padding: 5px; } }

@media (max-width: 1500px) {
  #tab_avancement th, #tab_avancement td {
    font-size: 13px; } }
#tab_avancement th:first-child, #tab_avancement td:first-child {
  min-width: 160px; }
#tab_avancement th:nth-child(2), #tab_avancement td:nth-child(2) {
  min-width: 160px; }
#tab_avancement th:nth-child(3), #tab_avancement td:nth-child(3) {
  min-width: 100px; }
#tab_avancement th:nth-child(4), #tab_avancement td:nth-child(4) {
  min-width: 95px; }
#tab_avancement th:nth-child(5), #tab_avancement td:nth-child(5) {
  min-width: 60px; }

/**** Custom popup ****/
.popup_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 300px;
  bottom: 0;
  z-index: 200;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 40px; }
  .popup_wrap .overclose {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); }
  .popup_wrap .head {
    background-color: #be1e2c;
    font: 20px/24px 'montb';
    color: #fff;
    padding: 15px 60px 15px 35px; }
  .popup_wrap .pop_content {
    position: relative;
    z-index: 60;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f4f4f4;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto; }
  .popup_wrap .icon_x {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: url(../img/icon_x.svg) no-repeat center;
    cursor: pointer; }

.login {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .login .parent-main {
    width: 400px;
    margin-top: -50px; }
    @media (max-width: 600px) {
      .login .parent-main {
        width: 340px;
        padding-right: 20px;
        padding-left: 20px; } }
  .login .logo {
    display: block;
    margin-bottom: 75px;
    max-width: 100%;
    height: auto; }
    .login .logo img {
      width: 100px;
      margin: 0 auto; }
  .login input {
    -webkit-box-shadow: 0px 7px 34px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 34px 5px rgba(0, 0, 0, 0.1);
    font-family: 'montmed'; }
  .login .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px; }

.icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75px;
  background: url("../img/eye.svg") no-repeat center;
  right: 0;
  cursor: pointer;
  z-index: 50; }
  .icon::before {
    content: '';
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    background-color: #343434;
    opacity: 1;
    transition-duration: 200ms; }
  .icon.icon-view::before {
    opacity: 0; }

.form-control {
  position: relative;
  margin-bottom: 20px; }
  .form-control input {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 26px 30px 12px;
    font: 15px/24px "montmed";
    color: #122341; }
  .form-control .placeholder {
    position: absolute;
    left: 30px;
    width: calc(100% - 30px * 2);
    font-family: 'montmed';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 30px;
    line-height: 100%;
    transform: translateY(-50%);
    color: #343434;
    transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    -webkit-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    -moz-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    -ms-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    -o-transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease; }
  .form-control input.dirty + .placeholder, .form-control input:focus + .placeholder, .form-control input:-webkit-autofill + .placeholder, .form-control input:not(:placeholder-shown) + .placeholder {
    top: 20px;
    font-size: 12px;
    color: #c0c0c0; }

.mdp_oublie {
  font: 500 14px/24px "montmed";
  color: #be1e2c;
  display: flex;
  justify-content: end;
  margin-bottom: 20px; }

.erreur-message {
  font-family: "montmed";
  color: #ff283b;
  background: #ffeaec;
  font-size: 12px;
  padding: 10px 30px;
  line-height: 19px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.success-message {
  font-family: "montmed";
  color: #83d60c;
  background: #a4e6aa;
  font-size: 12px;
  padding: 10px 30px;
  line-height: 19px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

th a{
  color: white;
}

.copyright {
  text-align: center; }

.reset_mdp .parent-main {
  text-align: center;
  width: 430px; }
  .reset_mdp .parent-main .logo {
    margin-bottom: 40px; }
  .reset_mdp .parent-main h1 {
    font: 30px/40px "montb";
    margin-bottom: 10px; }
  .reset_mdp .parent-main p {
    font: 17px/29px "montmed"; }
  .reset_mdp .parent-main .form-control {
    text-align: left;
    margin-top: 70px; }
    @media (max-width: 600px) {
      .reset_mdp .parent-main .form-control {
        margin-top: 30px; } }
  @media (max-width: 600px) {
    .reset_mdp .parent-main {
      width: 340px;
      padding-right: 20px;
      padding-left: 20px; }
      .reset_mdp .parent-main h1 {
        font-size: 25px; }
      .reset_mdp .parent-main .button {
        font-size: 14px;
        line-height: 50px; } }

.dashboard-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px; }
  .dashboard-list .item {
    font-size: 17px;
    line-height: 26px;
    border-radius: 15px;
    color: #343434;
    background-color: #fff;
    box-shadow: 0 23px 35px rgba(45, 45, 45, 0.08);
    padding: 50px 20px;
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr 73px; }
    .dashboard-list .item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 15px;
      background: linear-gradient(-135deg, #ff6572, #be1e2c);
      z-index: 1;
      opacity: 0; }
    .dashboard-list .item > div {
      position: relative;
      z-index: 5; }
    .dashboard-list .item .nombre {
      font: 45px/55px 'montb';
      color: #be1e2c;
      transition: color ease-in-out 400ms; }
    .dashboard-list .item .icone {
      position: relative;
      z-index: 10;
      width: 73px;
      height: 73px;
      border-radius: 50%;
      display: grid;
      align-items: center;
      justify-content: center;
      background-color: rgba(206, 206, 206, 0.24); }
      .dashboard-list .item .icone::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(219, 219, 219, 0.45); }
      .dashboard-list .item .icone img {
        position: relative;
        z-index: 5;
        transition: filter ease-in-out 400ms; }
    @media (min-width: 1280px) {
      .dashboard-list .item:hover {
        color: #fff; }
        .dashboard-list .item:hover .nombre {
          color: #fff; }
        .dashboard-list .item:hover:before {
          opacity: 1; }
        .dashboard-list .item:hover .icone {
          background-color: rgba(255, 255, 255, 0.24); }
          .dashboard-list .item:hover .icone::before {
            background-color: rgba(255, 255, 255, 0.45); }
          .dashboard-list .item:hover .icone img {
            filter: brightness(0) invert(1); } }
  @media (max-width: 1400px) {
    .dashboard-list {
      grid-template-columns: 1fr 1fr 1fr; }
      .dashboard-list .item {
        padding: 30px 20px; } }
  @media (max-width: 1280px) {
    .dashboard-list {
      grid-template-columns: 1fr 1fr;
      margin-top: 30px; }
      .dashboard-list .item {
        padding: 20px; } }
  @media (max-width: 800px) {
    .dashboard-list {
      grid-template-columns: 1fr;
      gap: 20px; } }

.top-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px; }
  .top-page .top-left {
    padding-top: 10px; }

.popup_acces .pop_content {
  width: 492px; }
  .popup_acces .pop_content .form_wrap {
    padding: 25px 80px 45px; }
  .popup_acces .pop_content label {
    font: 15px/20px 'montmed';
    margin-bottom: 20px; }
  .popup_acces .pop_content button {
    margin-top: 40px; }
  .popup_acces .pop_content .icon {
    height: 50px;
    top: auto;
    background-image: url(../img/eye-small.svg); }

.page_content .content {
  margin-top: 33px;
  background: #ffffff;
  padding: 25px 25px 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 23px 35px rgba(0, 0, 0, 0.08); }
  .page_content .content .g_titre {
    font: 600 18px/26px "montb";
    text-transform: uppercase;
    background: #f9f9f9;
    padding: 15px 40px; }
  .page_content .content .information {
    padding: 30px 0 50px;
    max-width: 1090px;
    margin: 0 auto;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr; }
    .page_content .content .information .form-control {
      margin-bottom: 0; }
    .page_content .content .information input {
      width: 100%; }
    .page_content .content .information .icon {
      height: 50px;
      top: auto;
      background-image: url(../img/eye-small.svg); }
    @media (max-width: 1280px) {
      .page_content .content .information {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 1024px) {
      .page_content .content .information {
        grid-template-columns: auto;
        gap: 15px; } }
    @media (max-width: 1024px) {
      .page_content .content .information {
        padding: 30px 0 0; }
        .page_content .content .information:first-child {
          margin-bottom: 0; } }
  .page_content .content .button.users {
    width: max-content;
    padding: 0 70px;
    margin: 0 100px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .page_content .content .button.users {
        width: 100%;
        padding: 0 10px; } }

.new_users .top-page {
  margin-bottom: 10px; }

@media (max-width: 1400px) {
  .page_content .content .information {
    padding: 30px 0 40px; }
  .page_content .content .button.users {
    margin-left: 30px; } }
@media (max-width: 1280px) {
  .page_content .content .information {
    padding: 20px 0 30px; }
  .page_content .content .button.users {
    margin-left: 0; } }
.intro {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 33px 0 30px; }
  .intro .bordered {
    border: 1px solid #ececec;
    border-radius: 15px;
    display: grid;
    gap: 10px;
    padding: 20px 55px; }
    .intro .bordered > div {
      display: grid;
      grid-template-columns: 1fr 65px;
      align-items: end; }
    .intro .bordered p {
      padding-right: 30px;
      line-height: 22px; }
    .intro .bordered strong {
      line-height: 22px; }
  @media (max-width: 1600px) {
    .intro {
      padding: 20px 40px; }
      .intro .bordered {
        padding: 20px; } }
  @media (max-width: 1024px) {
    .intro .bordered {
      width: 100%; } }
  @media (max-width: 800px) {
    .intro {
      padding: 20px; } }

.button.dpdf {
  width: initial;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 80px 13px 40px;
  margin: 0;
  background: url(../img/icon_pdf.svg) no-repeat right 35px center #343434; }
  .button.dpdf::before, .button.dpdf::after {
    display: none; }
  @media (min-width: 1280px) {
    .button.dpdf:hover {
      background-color: #be1e2c; } }

#tab_avancement .tr_soustache td {
  padding: 0; }

.list_soustache {
  padding: 30px;
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  .list_soustache .item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    border: 1px solid #ededed;
    border-radius: 15px;
    background-color: #f6f6f6;
    text-align: left;
    padding: 15px 30px; }
    .list_soustache .item strong {
      display: inline-block;
      font: 14px/18px "montsemib";
      color: #343434; }
    .list_soustache .item .delai {
      font: 13px/17px "montsert";
      color: #7b7b7b; }
    .list_soustache .item .status {
      font: 13px/34px "montmed";
      color: #343434;
      padding: 0 15px;
      border-radius: 5px; }
      .list_soustache .item .status.fait {
        background-color: #a4e6aa; }
      .list_soustache .item .status.encours {
        background-color: #ffc259; }
      .list_soustache .item .status.enattente {
        background-color: #b5e4ff; }
  @media (max-width: 1400px) {
    .list_soustache {
      padding: 20px 10px; } }
  @media (max-width: 1280px) {
    .list_soustache {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 800px) {
    .list_soustache {
      grid-template-columns: 1fr; } }

.progress_bar {
  width: 125px;
  height: 14px;
  border-radius: 7px;
  background-color: #ededed;
  overflow: hidden;
  font: 14px/14px "montsert";
  position: relative;
  z-index: 10;
  margin: auto; }
  .progress_bar span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #be1e2c;
    z-index: -1; }

.action_acc {
  width: 42px;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 400ms; }
  .action_acc.active {
    background-color: #be1e2c; }
    .action_acc.active::before {
      background-color: #fff; }
    .action_acc.active::after {
      opacity: 0; }
  .action_acc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 2px;
    background-color: #343434;
    border-radius: 1px; }
  .action_acc::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 13px;
    background-color: #343434;
    border-radius: 1px; }
  @media (min-width: 1280px) {
    .action_acc:hover {
      background-color: #be1e2c;
      border-color: #be1e2c; }
      .action_acc:hover::before, .action_acc:hover::after {
        background-color: #fff; } }

.popup_soustache .pop_content {
  width: 492px; }
  .popup_soustache .pop_content .body {
    padding: 25px 80px 45px; }
  .popup_soustache .pop_content select {
    background-image: url(../img/arrow_selectbg.svg);
    background-position: center right; }

