body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-track {
  background: rgba(203, 203, 203, 0.26);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid rgba(24, 23, 23, 0.26);
}
.body {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: rgb(235, 235, 235) rgb(250, 250, 250);   /* scroll thumb and track */
}

.bouton-black {
  /* background-color: white; */
  font-size: 15px;
  color: #000000;
  height: 30px;
  padding: 8px 5px 8px 5px;
  border: solid 2px #000000;
}
.bouton-black:hover {
  color: #009393;
  border: solid 2px #009393;
}
.bouton-add-point {
  /* background-color: white; */
  font-size: 15px;
  color: #000000;
  height: 30px;
  padding: 8px 5px 8px 5px;
  border: solid 2px #000000;
}
.btn-confirm-supp {
  color: #ffffff;
  background-color: #009393;
  font-size: 14px;
  padding: 3px;
  border: solid 2px #009393;
}
.btn-annule {
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
  padding: 3px;
  border: solid 2px #000000;
}
.btn-confirm-supp:hover {
  background-color: #ffffff;
   color: #009393;
   border: solid 2px #009393;
}
.btn-annule:hover {
  background-color: #ffffff;
  color: #000000;
  border: solid 2px #000000;
  cursor: pointer;
}

.form-label {
  margin: 0 0px 8px 0;
  /* font-family: Roboto; */
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}


.text-menu, .text-menu-2, .text-menu-3 {
  display: none
}
.survol:hover .text-menu{
  position: absolute;
  display:block;
  margin-top: -50px;
  margin-left: 25px;
  background-color:#e9e9e9;
  color:rgb(0, 0, 0);
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}
.survol:hover .text-menu-2{
  position: absolute;
  display:block;
  margin-top: -60px;
  margin-left: 50px;
  background-color:#e9e9e9;
  color:rgb(0, 0, 0);
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
}

.survol:hover .text-menu-3{
  position: absolute;
  display:block;
  margin-top: -50px;
  margin-left: 50px;
  background-color:#e9e9e9;
  color:rgb(0, 0, 0);
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
}

.content-right{
  justify-content: flex-end;
}

.table>tbody>tr>td
{
  padding: 6px;
}

.content{
  padding-left:75px
}

.accueil {
  background-color: #ffffff;
}

.section
{
  position:relative;
  z-index:4;
}

.aside {
  position: relative;
  z-index:5;
  width: 60px;
  height: 100%;
  padding: 23px 8px 0px 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.search-accueil {
  width: 100%;
  padding: 10px;
  margin-top: 19px;
  background-color: rgba(203, 203, 203, 0.26);
}

.notif {
  width: 10%;
  display: none;
}

.searh-loupe {
  width: 20px;
  height: 20px;
  margin: 5px 0px 0 0;
  object-fit: contain;
}
.search-form {
  margin-left: -10px;
}
.search-input {
  /* font-family: SFProDisplay; */
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #cbcbcb;
  border: none;
}
.search-input:focus::-webkit-input-placeholder
{
    color: transparent;
}
.search-input:focus::-moz-placeholder{
    color: transparent;
}

.rectangle {
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 0px;
  /* min-height: 250px; */
  margin-top: 19px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
}
.rectangle-bloc{
  padding-left: 20px;
}

.rectangle-top-number{
  /* font-family: Gilroy; */
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.rectangle-top-img {
  margin-top: 12px;
  width: 14px;
  object-fit: contain;
}

.rectangle-top-text {
  /* margin: 0px 0px 0px 0px; */
  /* font-family: SFProDisplay; */
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.rectangle-top-ellipse {
  width: 14px;
  height: 14px;
  margin-top: 15px;
  object-fit: contain;
  background-color: #e8e8e8;
}

.notification {
  /* width: auto; */
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
  position: fixed;

  /* position: relative; */
  /* z-index:1; */
}

.notification-sm {
  width: auto;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
  /* position: fixed; */

  /* position: relative;
  z-index:1; */
}
.notification-sm .notification-scroller {
    height: 200px;
}

.notification-scroller {
    padding: 1;
    height: 70%;
    margin-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    /* scrollbar-color: rgb(248, 248, 248) rgb(235, 235, 235) ; */
    scrollbar-width: none;
    /* scrollbar-width: thin; */
}
.notification-scroller:hover {
    /* position: fixed; */
    /* overflow-y: auto;
    overflow-x: hidden; */
    /* background: #EEE; */
}
.notification-scroller::-webkit-scrollbar {
  width: 5px;
}
.notification-scroller::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}
.notification-scroller::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  /* border: 3px solid rgba(43, 43, 43, 0.26); */
}
.notification-scroller:hover::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  /* border: 3px solid rgba(43, 43, 43, 0.26); */
}

.notification-item {
  margin: 10px 0 15px 0;
}

.notification-title {
  /* font-family: SFProDisplay; */
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notification-nouvelle-nbr {
  margin-top: 20px;
  margin-bottom: 0px;
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #c6c6c6;
}
.notification-item-fleche {
  /* font-family: SFProDisplay; */
  width: 14%;
  padding-top: 10px;
  /* text-align: center; */
}

.notification-item-img-bloc {
  /* font-family: SFProDisplay; */
  width: 13%;
  padding-top: 7px;
  /* text-align: center; */
}
.notification-item-img {
  width: 38px;
  height: 38px;
  margin-top: 0px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  /* border: solid 3px #ffffff; */
}
/* pour mode de presence */

.mode-item-img {
  width: 38px;
  height: 88px;
  margin-top: 0px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  /* border: solid 3px #ffffff; */
}
.detail-reunion-mode-item-img {
  width: 35px;
  height: 35px;
  padding: 10px;
  margin-right: 12px;
}
.notification-item-user {
  /* font-family: SFProDisplay; */
  width: 69%;
  padding-left: 4%;
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.7; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notification-item-user-after-message-read {
  color: #a5a5a5;
}
.notification-item-message {
  margin: 0px 0px 0px 0px;
  padding-left: 4%;
  /* font-family: Roboto; */
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.65; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notification-item-heure{
  margin-top: 1px;
  /* margin: 0px 0 0px 0px; */
  /* font-family: Roboto; */
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.18; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.notification-item-plus {
  width: 32px;
  /* height: 48px; */
  object-fit: contain;
  position: fixed;
  bottom: 20px;
  right: 20px;
}




.logo {
  width: 40px;
  height: 40px;
  margin: -5px 0px 1px -5px;
  object-fit: contain;
}
.logo2 {
  width: 40px;
  height: 40px;
  margin: -5px 0px 80px -5px;
  object-fit: contain;
}

.home {
  width: 20px;
  height: 20px;
  margin: 15px 9.2px 20px 5px;
  object-fit: contain;
}

.entreprises {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 25px;
  margin: 15px 9.2px 20px 0px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  /* border: solid 1px #ffffff; */
}

.settings {
  width: 22px;
  margin: 0px 10px 20px 27px;
}
.left-bottom{
  width: 60px;
  position: fixed;
  bottom: 20px;
  left: 0px;
}

.hello {
  /* font-family: SFProDisplay; */
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.2; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}



.bloc_date {
  width: 13.7%;
  margin-right: 0.5%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
  #background-color: #4bb4e6;
}
.bloc_date2 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
}
.bloc_date:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

.date {
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  background-color: #4bb4e6;
}

.date-white {
  width: 100%;
  padding: 5px 0;
  box-shadow: 10px 0 10px 0 rgba(0,147,147,0.05);
  #background-color: #ffffff;
}

.date-1-mois {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.06;
  color: #ffffff;
}

.date-1-jour {
  /* font-family: Gilroy; */
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.date-1-annee  {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  text-align: left;
  color: #ffffff;
}


.date-bleu-mois {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.06;
  color: #4bb4e6;
}

.date-bleu-jour {
  /* font-family: Gilroy; */
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #4bb4e6;
}

.date-bleu-annee  {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  text-align: left;
  color: #4bb4e6;
}

a .date-bleu-jour:hover, a .date-jaune-jour:hover, a .date-noir-jour:hover {
  /* font-family: Gilroy; */
  text-decoration: underline;
}


.date-jaune-mois {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.06;
  color: #ffd200;
}

.date-jaune-jour {
  /* font-family: Gilroy; */
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #ffd200;
}

.date-jaune-annee  {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  text-align: left;
  color: #ffd200;
}


.date-noir-mois {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.06;
  color: #272d3b;
}

.date-noir-jour {
  /* font-family: Gilroy; */
  font-size: 36px;
  #font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #272d3b;
}

.date-noir-annee  {
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  text-align: left;
  color: #272d3b;
}

/* LISTE DES REUNIONS */
.reunion-right-img {
  width: 52%;
  /* object-fit: contain; */
}
.reunions-a-venir {
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: bold;
  color: #009393;
}

.reunions-th {
  /* font-family: SFProDisplay; */
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #272d3b;
}
.reunion-table{
  margin: 10px 0px 0px 0px;
  padding-right: 15px;
  padding-left: 15px;
}
.reunions-td td{
  /* font-family: Montserrat; */
  font-size: 11px;
  /* line-height: 0.05; */
  text-align: left;
  color: #272d3b;
}
.reunions-td tbody tr:hover{
  /* font-family: Montserrat; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
}
.reunions-td tbody .tr_hide:hover{
  /* font-family: Montserrat; */
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.reunions-pagination-text-color{
  /* font-size: 16px; */
  color: #009393;
  font-weight: bold;
}
.reunions-td-icon {
  width: 14px;
  /* height: 35.4px; */
  margin: 0px 0px 0px 3px;
  /* object-fit: contain; */
}
.td-action {
  width: 130px;
}
.td-action-40 {
  width: 40px;
}
.reunions-group-btn-action a{
  visibility: hidden;
}
.reunions-td tbody tr:hover .reunions-group-btn-action a{
  visibility: visible;
}

.img-footer{
  position: fixed;
  left: 22px;
  bottom: 0;
}


/* LOGIN PAGE */
.login-title {
  margin-bottom: 50px;
  /* font-family: SFProDisplay; */
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0fe8;
  text-align: center;
}

.login-input{
  width: 100%;
  height: 45px;
}
.login-error{
  font-size: 13px;
  color: #ff0000;
  height: 12px;
}


.login-btn {
  width: 100%;
  height: 45px;
  border: solid 1px #009393;
  background-color: #ffffff;
  /* font-family: Roboto; */
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #009494;
}
.login-btn:hover{
  color: #009393;
  font-size: 22px;
}

.login-btn-text {
  /* font-family: Roboto; */
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #009393;
}

.pwd-forget{
  color: #0f0f0fe8;
  font-size: 15px;
}
.pwd-forget:hover{
  color: #009393;
  font-size: 17px;
}


/* ACCUEIL ET NOTIFICATION */
.notif-item-top {
  height: 70px;
  padding: 16px 10px 10px 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.notif-item-message {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}
.notif-item-message-dest {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  padding-bottom: 0px;
  background-color: #f3f3f363;
}

.notif-item-heure {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.23;
  letter-spacing: normal;
  text-align: left;
  color: #bbbbbb;
}
.direct-chat-text{
  border: none;
  margin: 0;
}

.notif-item-taper-message {
  /* padding: 6px; */
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); */
  background-color: #ffffff;
  /* font-family: Roboto; */
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000e1;
  border-radius: 0px;
  position: absolute;
  bottom: 1px;
  right: 0px;
  border: 0px;
  border-top: 1px solid rgb(233, 233, 233);
}

/* Réunion */
/* Réunion */
.page-reunion-item {
  width:100%;
  height: 68px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
  line-height: 3;
}
.page-reunion-item-2 {
  width:85%;
  height: 68px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
  line-height: 3;
}
.page-reunion-item-title {
  /* font-family: SFProDisplay; */
  /* width:85%; */
  height: 100%;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.7;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  /* box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42); */
}
.page-reunion-nav-item {
  width: 11%;
  max-width: 53px;
  height: 68px;
  margin: 0 0 0 2%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
}
.page-reunion-nav-item-bleu {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #4bb4e6;
}
.page-reunion-nav-item-rose {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #ffbbff;
}
.page-reunion-nav-item-jaune {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #ffd200;
}
.page-reunion-nav-item-violet {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #a885d8;
}
.page-reunion-nav-item:hover,
.page-reunion-nav-item-bleu:hover,
.page-reunion-nav-item-rose:hover,
.page-reunion-nav-item-jaune:hover,
.page-reunion-nav-item-violet:hover {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.page-reunion-nav-item-image {
  width: 100%;
  /* height: 20px; */
  margin: 2px 0px 0px 0px;
  object-fit: contain;
}
.page-reunion-nav-item-text-white {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #ffffff;
}
.page-reunion-nav-item-text-blue {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #4bb4e6;
}
.page-reunion-nav-item-text-jaune {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #ffd200;
}
.page-reunion-nav-item-text-rose {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #ffbbff;
}
.page-reunion-nav-item-text-violet {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #a885d8;
}
.page-reunion-nav-item-text-sonatel {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #000000;
}
.page-reunion-nav-item-text {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #009393;
}
.page-reunion-nav-item-btn-nouvelle {
  min-width: 130px;
  max-width: 160px;
  width: 65%;
  /* height: 62px; */
  margin: 15px 20px 28px 0px;
  object-fit: contain;
}
.reunion-active{
  background-color: rgba(0, 0, 0, 0.082);
}

/* DETAILS REUNIONS */

.bouton-orange {
  width: 22px;
  height: 22px;
  background-color: #009393;
}

.link-orange {
  color: #009393;
}
.link-orange:hover {
  color:#272d3b;
  text-decoration: underline;
}
.link-noir {
  color: #272d3b;
}
.link-noir:hover {
  color:#009393;
  text-decoration: underline;
}

.bouton-orange:hover {
  background-color:#006666;
}

.detail-reunion-item{
  height: 68px;
  /* background-color: #ffffff; */
  line-height: 3;
  padding-left: 20px;
}
.detail-reunion-nav-item{
  width: 12%;
  height: 68px;
  margin: 0 0 0 3%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.detail-reunion-nav-item:hover {
  background-color: rgba(0, 0, 0, 0.050);
}
.detail-reunion-nav-item-text {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #009393;
}
.icon {
  width: 13px;
  text-align: center;
  cursor: pointer;
}
.detail-reunion>tbody>tr>td
{
  padding: 5px;
  font-size: 12px;
}
.detail-reunion-info-generales {
  /* margin-left: 15px; */
  padding: 4px 5px 5px 4px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #009393;
}
.detail-reunion-info-btn-filter{
  background-color: #009393;
  padding: 3px 6px 2px 6px;
  margin: 5px 15px 4px 0px;
  font-size: 12px;
  color: white;
  border: 0px;
}
.detail-reunion-info-btn-filter:hover{
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.detail-info-item-title {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #b4b4b4;
}
.detail-info-item-text {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
.detail-reunion-custom-scrollbar {
  position: relative;
  height: 300px;
  margin-bottom: 5px;
}



.detail-reunion-notification-item {
  margin: 3px 0 5px 0px;
  padding-bottom: 5px;
  /* border-bottom: solid 1px #cfcfcf5d; */
}

.detail-reunion-notification-item-img {
  width: 35px;
  height: 35px;
  margin-top: 9px;
  margin-right: 12px;
}
.detail-reunion-notification-item-user {
  /* font-family: SFProDisplay; */
  width: 55%;
  /* padding-left: 4%; */
  margin-top: 6px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.7; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
a .detail-reunion-notification-item-user:hover{
  color: #009393;
}
.detail-reunion-notification-item-message {
  margin: 0px 0px 0px 0px;
  /* padding-left: 4%; */
  /* font-family: Roboto; */
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.65; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.detail-reunion-notification-nouvelle-nbr {
  /* margin-top: 10px; */
  margin-bottom: 0px;
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #c6c6c6;
}

.detail-reunion-renv-convocation {
  font-size: 15px;
  color: #000000;
  height: 45px;
  padding: 8px 5px 8px 5px;
  border: solid 2px #000000;
}

/* POINT */
.point-title {
  /* font-family: SFProDisplay; */
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.point-title-change {
  /* font-family: SFProDisplay; */
  font-size: 14px;
  text-align: center;
  color: #009393;
  cursor: pointer;
}
.point-enregistrer {
  background-color: #009393;
  font-size: 15px;
  color:white;
  height: 30px;
  margin-bottom: 2px;
  /* padding: 8px px 8px 10px; */
  border: solid 2px #009393;
}

.bouton-orange-submit {
  background-color: #009393;
  font-size: 15px;
  color:white;
  height: 30px;
  /* padding: 8px px 8px 10px; */
  border: solid 2px #009393;
}

.bouton-teams-submit {
  background: white;
  font-size: 15px;
  color: #4b53bc;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px #4b53bc;
  border-radius: 5px;
}
.bouton-teams-submit:hover {
  background-color: #4b53bc;
}

.bouton-white-submit {
  color: #009393;
  background-color: white;
  border: 0;
}
.bouton-white-submit:hover {
  text-decoration: underline;
}

.bouton-orange-confirm {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 15px;
  /* width: 100px; */
  /* height: 45px; */
  padding: 8px 8px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  background-color: #009393;
  border: solid 2px #009393;
}
.bouton-noir-confirm {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 15px;
  width: 100px;
  height: 45px;
  line-height: 1.2;
  color:#000000;
  border: solid 1px #000000;
}

.bouton-noir-submit {
  font-size: 15px;
  color:#000000;
  height: 30px;
  /* padding: 8px px 8px 10px; */
  border: solid 2px #000000;
}
.bouton-noir-submit:hover {
  border: solid 2px #000000;
}

.bouton-orange-sm {
  background-color: #009393;
  font-size: 13px;
  color:white;
  /* min-width: 100px; */
  /* height: 25px; */
  /* padding: 8px px 8px 10px; */
  border: solid 2px #009393;
}

.point-enregistrer:hover,
.bouton-orange-sm:hover,
.bouton-orange-submit:hover,
.bouton-orange-confirm:hover {
  background-color: #006666;
  border: solid 2px #006666;
}

.bouton-noir-confirm:hover{
  background-color: #cacacab9;
}

.point-fermer {
  background-color: white;
  font-size: 15px;
  color: #000000;
  height: 30px;
  /* padding: 8px px 8px 10px; */
  border: solid 2px #000000;
}
.point-fermer:hover {
  font-size: 15px;
  color: #009393;
  border: solid 2px #009393;
}
.point-btn-add {
  margin-top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.point-bloc {
  /* width: 0; */
  padding: 20px 20px 50px 20px;
  height: 100%;
  border-left: solid 0.2px #dfdfdf;
}
.point-input {
  /* font-family: SFProDisplay; */
  font-size: 14px;
  color: #8f8f8f;
  border: none;
  background-color: transparent;
}

.point-parent-div {
  display: inline-block;
  position: relative;
  overflow: hidden;

}

.point-parent-div input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;

  cursor: pointer;
}

.btn-upload {
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
}

.name-pdf {
  margin-bottom: 5px;
  font-family: SFProDisplay;
  font-size: 14px;
  color: #000000;
}

.point-notification-item-img-bloc {
  /* font-family: SFProDisplay; */
  /* width: 10%; */
  padding-top: 10px;
  /* text-align: center; */
}
.point-notification-item-img {
  width: 32px;
  height: 32px;
  /* margin-top: 0px; */
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); */
  /* border: solid 3px #ffffff; */
}
.point-notification-item {
  /* font-family: SFProDisplay; */
  width: 69%;
  padding-left: 3%;
  margin-top: 6px;
}
.point-notification-item-user {
  /* font-family: SFProDisplay; */
  /* width: 69%; */
  /* padding-left: 2%; */
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.7; */
  letter-spacing: normal;
  color: #000000;
}
.point-notification-item-message {
  margin: -3px 0px 0px 0px;
  font-size: 11px;
  color: #009393;
}
.point-bloc-modal{
  background-color: red;
  padding: 0;
  min-height: 400px;
}

.input-margin {
  font-size: 12px;
  margin-bottom: 15px;
  color: #000000;
  background-color: transparent;
  border-radius: 0px;
}
.border-input
 {
  border: 1px solid #ececec;
}

.onLine {
  /* margin-left: -100px; */
  width: 11px;
  height: 11px;
  box-shadow: 0 0 4px 0 #60ffce;
  background-color: #60ffce;
}.status-margin {
  margin-left: -20px;
}
.dot-online {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-left: -20px;
  margin-top: 8px;
  background-color: #009393;
  border-radius: 50%;
}
.dot-en-attente {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-left: -20px;
  margin-top: 8px;
  background-color: #cfcfcf;
  border-radius: 50%;
}
.dot-offline {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-left: -20px;
  margin-top: 8px;
  background-color: #ff0000;
  border-radius: 50%;
}
.status-online {
  color:  #009393;
}
.status-en-attente {
  color:  #cfcfcf;
}
.status-offline {
  color:  #ff0000;
}
.status-dot-online {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-top: 4px;
  background-color: #2dffc0;
  border-radius: 50%;
}
.status-dot-offline {
  position: absolute;
  height: 10px;
  width: 10px;
  margin-top: 4px;
  background-color: #ff0000;
  border-radius: 50%;
}

.nouvelle-reunion-form-label {
  margin: 0 0px 8px 0;
  /* font-family: Roboto; */
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.25; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

/* GESTION ------------------------------------------ */
.nav-item-large {
  width:31%;
  margin-left: 1.5%;
  height: 68px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 1.1;
  justify-content: center;
  align-items:center;
  text-align: center;
}


.nav-item-large-width-35 {
  width:35%;
}
.nav-item-large:hover {
  color: #000000;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.nav-item-large-active {
  background-color: #03cccc;
}
.nav-item-large-title {
  width: auto;
  margin-right: 1.5%;
  height: 68px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 1.1;
  justify-content: center;
  align-items:center;
  text-align: center;
}
.nav-item-large-title:hover {
  color: #000000;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.nav-item {
  width: 12%;
  max-width: 55px;
  height: 68px;
  margin: 0 0 0 2%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
}
.nav-item-orange {
  width: 12%;
  max-width: 55px;
  height: 68px;
  margin: 0 0 0 3%;
  background-color: #009393;
}

.nav-item-rose {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #ffbbff;
}
.nav-item-jaune {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #ffd200;
}
.nav-item-violet {
  width: 11%;
  height: 68px;
  margin: 0 0 0 3%;
  object-fit: contain;
  background-color: #a885d8;
}
.nav-item:hover,
.nav-item-bleu:hover,
.nav-item-rose:hover,
.nav-item-jaune:hover,
.nav-item-orange:hover,
.item-violet:hover {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.nav-item-image {
  width: 20px;
  height: 20px;
  margin: 2px 0px 0px 0px;
  object-fit: contain;
}
.nav-item-text-white {
  margin: -18px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #ffffff;
}
.nav-item-text {
  margin: -18px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #000000;
}
.nav-item-btn-nouvelle {
  min-width: 130px;
  max-width: 160px;
  width: 65%;
  /* height: 62px; */
  margin: 15px 20px 28px 0px;
  object-fit: contain;
}

.tab-title{
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: bold;
  color: #bebdbc;
}
.tab-title-active{
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: bold;
  color: #009393;
}
.tab-title:hover , .tab-title-active:hover{
  /* font-family: SFProDisplay; */
  color: #009393;
}


.menu-nav-item{
  height: 68px;
  /* background-color: #ffffff; */
  line-height: 3;
  padding-left: 20px;
}
.btn-modal-item{
  width: 12%;
  height: 68px;
  margin: 0 0 0 3%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.btn-modal-item:hover {
  background-color: rgba(0, 0, 0, 0.050);
}
.btn-modal-item-text {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* line-height: 1.2; */
  color: #009393;
}

.btn-modal-item-26{
  width: 26%;
  height: 68px;
  max-width: 55px;
  margin: 0 0 0 2%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.btn-modal-item-30{
  width: 30%;
  height: 68px;
  max-width: 65px;
  margin: 0 0 0 3%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.btn-modal-item-30:hover,
.btn-modal-item-26:hover {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}

.photo-profile {
  display: inline-block;
  position: relative;
  overflow: hidden;

  justify-content: center;
  align-items:center;
  text-align: center;
  width: 100px;
  height: 100px;
}
.photo-profile input[type=file] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
  cursor: pointer;
}
.photo-profile-img {
  width: 100px;
  height: 100px;
}

/* GESTION SOCIETE __________________ */
.societe-item {
  position: relative;
  width: 23%;
  height: 155px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 10px;
  padding: 1.75%;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
}
.societe-item:hover {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.societe-item:hover .item-icon-bottom-delete {
  display: inline;
}

.societe-item-title {
  width:80%;
  /* height: 72px;
  margin: 0 0 79px; */
  /* font-family: SFProDisplay; */
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #272d3b;
}
.societe-item-footer {
  position: absolute;
  bottom: 8px;
  /* left: 3; */
}

.gestion-item-number{
  font-size: 18px;
  font-weight: bold;
  color: #009393;
}
.gestion-item-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  /* margin: 80.5px 33px 7px 8.6px; */
}


/* GESTION CAC __________________ */
.cac-item {
  position: relative;
  width: 38%;
  height: 95px;
  margin-right: 2%;
  margin-left: 1%;
  margin-bottom: 15px;
  padding: 1%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.cac-item:hover {
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.075);
}
.cac-item-title {
  width:85%;
  /* height: 72px;
  margin: 0 0 79px; */
  /* font-family: SFProDisplay; */
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #272d3b;
}
.cac-item-footer {
  position: absolute;
  bottom: 8px;
  /* left: 3; */
  width: 100%;
}
.cac-item-localisation {
  margin-left: 2px;
  font-size: 11px;
  text-align: left;
  color: #000000;
  line-height : 1.2;
}
.item-icon-bottom-localisation {
  /* width: 16px; */
  height: 18px;
  margin-right: 3px;
}
.item-icon-bottom {
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
  /* margin: 80.5px 33px 7px 8.6px; */
}
.item-icon-bottom-2 {
  width: 18px;
  height: 18px;
  margin-bottom: 7px;
  /* margin: 80.5px 33px 7px 8.6px; */
}
.item-icon-bottom-delete {
  /* width: 1px; */
  display: none;
  height: 18px;
}
.item-icon-bottom-delete:hover {
  /* width: 1px; */
  cursor: pointer;
  box-shadow: 0 3px 3px 0 rgba(226, 226, 226, 0.42);
}

@media (max-width: 1200px) {
.notification-item-user {
  font-size: 12px;
  /* margin: 23px 10px 12px 20px; */
}

.notification-item-message {
  font-size: 10px;
  /* margin: 0px 0px 0px 20px; */
}

.notification-item-heure{
  /* margin: 0px 0 0px 0px; */
  /* font-family: Roboto; */
  font-size: 10px;
}
.notification-nouvelle-nbr {
  font-size: 15px;
}

.rectangle-top-text {
  /* margin: 40px 18.4px 20px 0; */
  /* font-family: SFProDisplay; */
  font-size: 11px;
}

.rectangle-bloc{
  padding-left: 10px;
}

.detail-reunion-notification-item-user {
  /* font-family: SFProDisplay; */
  width: 45%;
  /* padding-left: 4%; */
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.7; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.detail-reunion-renv-convocation {
  font-size: 13px;
  color: #000000;
  height: 45px;
  padding: 8px 5px 8px 5px;
  border: solid 2px #000000;
}

.page-reunion-nav-item-btn-nouvelle {
  min-width: 100px;
  max-width: 130px;
  width: 65%;
  /* height: 62px; */
  margin: 15px 10px 20px 0px;
  object-fit: contain;
}

.page-reunion-item-2 {
  width:100%;
}

.btn-modal-item-30{
  width: 30%;
  height: 68px;
  margin: 0 0 0 3%;
  /* padding: 12px 6px 6px 6px; */
  object-fit: contain;
  /* background-color: #4bb4e6; */
  /* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.nav-item-large {
  /* width:31%;
  margin-right: 1.5%; */
  font-size: 17px;
}


.photo-profile {
  width: 80px;
  height: 80px;
}
.photo-profile-img {
  width: 80px;
  height: 80px;
}

.nav-item {
  width: 14%;
  margin: 0 0 0 3%;
}
.nav-item-orange {
  width: 14%;
  margin: 0 0 0 3%;
}

}

@media(max-width: 992px) {
.page-reunion-nav-item {
  width: 17%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-bleu {
  width: 17%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-rose {
  width: 17%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-jaune {
  width: 17%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-violet {
  width: 17%;
  margin: 0 0 0 3%;
}

.page-reunion-item-title {
  font-size: 21px;
}

.bouton-black {
  /* background-color: white; */
  font-size: 11.4px;
  height: 25px;
  padding: 6px 3px 6px 3px;
}

.btn-modal-item{
  width: 18%;
  height: 68px;
  margin: 0 0 0 2%;
  object-fit: contain;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}

.btn-modal-item-text {
  margin: -5px 0px 0px 0px;
  font-size: 8px;
  /* color: #000000; */
}

/* GESTION __________________ */
.societe-item {
  position: relative;
  width: 23%;
  height: 150px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 10px;
  padding: 1%;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
  background-color: #ffffff;
}
.societe-item-title {
  width:85%;
  /* height: 72px;
  margin: 0 0 79px; */
  /* font-family: SFProDisplay; */
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #272d3b;
}
.societe-item-footer {
  position: absolute;
  bottom: 8px;
  /* left: 3; */
}
.societe-item-number{
  font-size: 16px;
  font-weight: bold;
  color: #009393;
}
.societe-item-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  /* margin: 80.5px 33px 7px 8.6px; */
}

.nav-item-large {
  /* width:31%;
  margin-right: 1.5%; */
  font-size: 13px;
}


.nav-item-large-title {
  width:100%;
  font-size: 16.5px;
}

.nav-item {
  width: 22%;
  margin: 0 0 0 3%;
}
.nav-item-orange {
  width: 22%;
  margin: 0 0 0 3%;
}


.btn-modal-item-26{
  width: 25%;
  height: 68px;
  max-width: 44px;
  margin: 0 1% 0 0;
}
}

@media (max-width: 768px) {
  .survol:hover .text-menu-2{
    width: 70px;
}
.img-footer{
  display: none;
}

.notification-item-user {
  font-size: 11px;
  /* margin: 23px 10px 12px 20px; */
}

.notification-item-message {
  font-size: 10px;
  /* margin: 0px 0px 0px 20px; */
}

.notification-item-heure{
  /* margin: 0px 0 0px 0px; */
  font-size: 13px;
}

.rectangle-bloc{
  padding-left: 20px;
}

.detail-reunion-notification-item-user {
  /* font-family: SFProDisplay; */
  width: 40%;
  /* padding-left: 4%; */
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 0.7; */
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.detail-reunion-renv-convocation {
  font-size: 10px;
  color: #000000;
  height: 45px;
  padding: 5px 5px 5px 5px;
  border: solid 1px #000000;
}

.page-reunion-nav-item-btn-nouvelle {
  /* min-width: 100px; */
  /* max-width: 120px; */
  width: 100%;
  /* height: 62px; */
  margin: 15px 10px 20px 0px;
  object-fit: contain;
}

.search-accueil {
  width: 85%;
}
/* NOTIFICATION SMALL */
.notif {
  width: 15%;
  display: block;
  margin-top: 19px;
}

.notification {

  display: none;
}

.page-reunion-nav-item {
  width: 16%;
  margin: 0 0 0 3%;
}

.page-reunion-nav-item-bleu {
  width: 16%;
  margin: 0 0 0 3%;
}


.page-reunion-nav-item-rose {
  width: 16%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-jaune {
  width: 16%;
  margin: 0 0 0 3%;
}
.page-reunion-nav-item-violet {
  width: 16%;
  margin: 0 0 0 3%;
}

.bouton-black {
  /* background-color: white; */
  font-size: 9px;
  height: 25px;
  padding: 6px 3px 6px 3px;
}

.content-right{
  justify-content: center;
}
.content-right .btn-modal-item-30{
  margin: 0 3% 0 0;
}
.content-right .btn-modal-item-26{
  margin: 0 2% 0 0;
}

.btn-modal-item-26{
  width: 26%;
  height: 68px;
  max-width: 60px;
  margin: 0 0 0 2%;
}

.btn-modal-item{
  width: 14%;
  height: 68px;
  margin: 0 0 0 2%;
  object-fit: contain;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}

.btn-modal-item-text {
  margin: -5px 0px 0px 0px;
  font-size: 9px;
  /* color: #000000; */
}

.nav-item-large-width-35 {
  width:100%;
  font-size: 20px;
}

.nav-item-large-title {
  font-size: 20px;
}
}
/* END MEDIA 768 */
/* END MEDIA 768 */


.my-custom-scrollbar {
  position: relative;
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  /* scrollbar-width: none; */
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #eee rgb(250, 250, 250);   /* scroll thumb and track */
  padding-right: 10px;
  margin-right: -10px;
}
.my-custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.my-custom-scrollbar::-webkit-scrollbar-track {
  background: rgb(250, 249, 249);
}
.my-custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #eee;
}
.my-custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  border: 3px solid rgba(141, 141, 141, 0.26);
}

.height-scroll-260px {
  height: 260px;
}

/* SELECT */
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  min-width: auto;
  font-size: 12px;
  /* margin-bottom: 5px; */
  color: #000000;
  font-family: 'Arial';
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding-right: 17px;
  outline: 0;
  border: 1px solid #ececec;
  border-radius: 0px;
  background: #ffffff;
  /* color: #000000; */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000000;
  background: #ffffff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 12px;
  right: 5px;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 5px 0px 5px;
  border-color: #ececec transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #9e9e9e;
}

.card-table{
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}

.new-card {
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}

.pagination {
  margin-right: 0px;
}

.text-orange {
  color: #009393;
}

.text-title-orange {
  font-size: 14px;
  font-weight: bold;
  color: #009393;
}

.reunion-dialog {
  min-height: 210px;
  margin: 0 0 0px;
  padding: 12px 0 20.8px;
  background-color: #ffffff;
}

.reunion-dialog-btn-center{
  width:40%;
  height: 68px;
  margin: 0;
  border-right: solid 0.2px #ececec;
  border-left: solid 0.2px #ececec;

}
.reunion-dialog-btn{
  width:30%;
  height: 68px;
  margin: 0;
}

.reunion-dialog-btn-2{
  width:50%;
  height: 68px;
  margin: 0;
  border-right: solid 0.2px #ececec;
}

.link-info {
  color: #c6c6c6;
}

.link-info-2 {
  color: #212529;.
}

.link-info:hover {
  color: #009393;
  text-decoration: underline;
}

.detail-info-item-text-link {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
.detail-info-item-text-link:hover {
  color: #009393;
  text-decoration: underline;
}

.info-link {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.info-link:hover {
  color: #009393;
  text-decoration: underline;
}

.ref_tab:hover {
  color: #009393;
  text-decoration: underline;
}

.ref_tab_edit:hover {
  color: #558989;
  text-decoration: underline;
}

.ref_tab_danger:hover {
  color: #a01010c2;
  text-decoration: underline;
}
.text_tab:hover {
  color: #009393;
  text-decoration: underline;
}

.btn-retour{
  width: 100%;
  height: 68px;
  font-size: 22px;
  box-shadow: 0 4px 8px 0 rgba(226, 226, 226, 0.42);
}
.btn-retour:hover {
  background-color: rgba(0, 0, 0, 0.050);
}

.navigation{
  height: 45px;
}
.page-link {
  height: 100%;
}

.header-col-15{
  width: 15%
}
.header-col-30{
   width: 30%
 }
.header-col-35{
  width: 35%
}
.header-col-50{
  width: 50%
}

.my-top-border{
  border-top: solid 1px rgba(218, 218, 218, 0.685);
}

.my-bottom-border{
  border-bottom: solid 1px rgba(218, 218, 218, 0.685);
}

.radio-text-blue {
  font-size: 13px;
  color: #4bb4e6;
}

/* MES PARAMETRES */
h1 {
  margin: 0;
  line-height: 2;
  text-align: center;
}

h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs .row {
  display: flex;
}
.tabs .row .col {
  flex: 1;
}
.tabs .row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
}

.tab {
  width: 100%;
  /* color: white; */
  overflow: hidden;
}
.sub-title {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.tab-label {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  /* background: #2c3e50; */
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label-other {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  /* background: #2c3e50; */
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #eeeeee4b;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 ;
  color: #2c3e50;
  background: #f6f6f6;;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  /* background: #2c3e50; */
  cursor: pointer;
}
.tabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tabs input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}


#video-gallery li{
  display: inline; /* changed */
  list-style-type: none;
  margin: 5px;
  vertical-align: middle;  /* changed */
  position: relative;
}

#video-gallery li img{
  min-height: 90px;
}

#video-gallery li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #cccccc;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

#video-gallery li .fa:hover {
  background-color: rgb(179, 179, 179);
}

tr.hide-table-padding td {
  padding-bottom: 0;
  border-bottom: solid 1px rgb(226, 226, 226);
}
.accordion-text-button{
  font-size: 12px;
  color: #0000008c;
}
.accordion-text-button:hover{
  cursor: pointer;
}
select[multiple] option:checked {
  color: #009393;
  font-weight:bold ;
  background: #009393 linear-gradient(0deg, #009393, #009393);
}
#fieldset_1, #fieldset_2, #fieldset_3, #fieldset_4 {
  cursor: pointer;
}

/*

STYLE DRAG AND DROP

section {
  margin: auto;
  height: 100%;
  width: 100%;
}

div {
  text-align: center;
}

span {
  display: inline-block;
  margin: auto 10px;
}
*/




/*
 * .draggable             An element that can be dragged and dropped into .droppable elements
 * .nested_droppable          A container-like element that can hold .draggable elements and be dropped into .droppable elements
 */
.draggable, .nested_droppable {
  /*	background-color: #555555;*/
  cursor: move;
  margin: 10px auto;
  outline: 2px solid #6a6a6a;
  padding: 10px;
  width: 15em;
}

/*
 * .nested_draggable          Same as .draggable, but nested inside of a .nested_droppable element (this is necessary for the JavaScript to work)
 */
.nested_draggable {
  /*background-color: #555555; */
  cursor: move;
  margin: 10px;
  /*outline: 2px solid #6a6a6a;*/
  padding: 10px;
  width: 10em;
}



/*
 * .ui-sortable-helper          The element that is currently being dragged
 */
.ui-sortable-helper {
  transform: rotate(5deg);
  transition: transform 0.1s ease-in;
}



/*
 * .ui-sortable-placeholder       The area where the .draggable element that's currently being dragged will be dropped
 */
.ui-sortable-placeholder {
  /*	background-color: #404040;*/
  margin: 10px;
  padding: 10px;
}

/*
 * .ui-sortable-placeholder-nested    Same as .ui-sortable-placeholder, but for nested elements
 */
.ui-sortable-placeholder-nested {
  /*	background-color: #4a4a4a;*/
  margin: 10px;
  padding: 10px;
}



/*
 * .droppable             A container-like element that can hold .draggable elements
 */
.droppable {
}



/*
 * .resizable               An element that can be resized
 * .nested_resizable          An element that can be resized nested inside of another element
 */
.resizable, .nested_resizable {
  margin: 3px 5px;
  /*	outline: 2px dashed white;*/
}

.dot-li {
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 11px;
  color: red;
}
.dot-li ul li {
  list-style-type: none;
}
.dot-li ul {
  margin: 0;
  padding-left: 8px;
}
.dot-li ul li {
  list-style-type: none;
}
