	
	.demo-card-wide.mdl-card {
  margin-bottom:30px;
  margin-left:10px;
  margin-right:10px;
  width: 400px;
  
}

.titreSection {
  padding-left:10px;
  width: 100%;
  color:#333333;
}

.demo-card-wide > .mdl-card__title {
  color: #fff;
  /* height: 150px; */
  padding-top:10px;
}

.demo-card-wide > .mdl-card__title_1 {
  background-color: blue;
    /* margin-top:10px; */
}

.demo-card-wide > .mdl-card__title_2 {
  background-color: green;
  padding-top:10px;
}

.demo-card-wide > .mdl-card__title_3 {
  background-color: grey;
    padding-top:10px;
}

.demo-card-wide > .mdl-card__title_4 {
  background-color: chocolate;
    padding-top:10px;
}

.demo-card-wide > .mdl-card__title_5 {
  background-color: purple;
    padding-top:10px;
}

.demo-card-wide > .mdl-card__title_6 {
  background-color: cyan;
}

.demo-card-wide > .mdl-card__title_annule {
  background-color: red;
}

.demo-card-wide > .mdl-card__title_conflit {
  background-color: orange;
}

.demo-card-wide > .mdl-card__title_conge {
  background-color: pink;
}

.demo-card-wide > .mdl-card__menu {
  color: #fff;
}
.checkbox{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hide{
  display: none;
}
.buttonAccordeon{
  background-color:rgb(24,255,255);
  margin-top: 15px;
  margin-bottom: 15px;
}
.titleConge{
  color: black;
}
.buttonDemandeConge{
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.containerPageConge{
  display: flex; 
  flex-direction:column;
  width: 100%;
  margin: 0;
}
.mdl-data-table{
  font-size: 11px;
}
.mdl-data-table td{
  padding: 12px 10px;

}
.demo-card-square{
  margin-bottom: 30px;
  max-width: 500px;
}
.mdl-data-table th{
  text-align: left;
}
 .containerSelectMonth{
  margin-left: auto;
  margin-right: auto;
}
.linkBack{
  color: darkblue;
}
.linkBack:hover{
cursor: pointer;
}
.updateHour{
  border: solid black 1px;
  margin-left: 10px;
}
.containerformTimeDuree {
  display: none;
  width: 80px;

}
.containerformTimeDuree select{
  color: black;
  display: block;
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
}
.containerformTimeDuree select option{
  color: black;
}
.containerformTimeDuree label {
  font-size: smaller;
}

.mdl-card__title-text{
  font-size: 22px;
}
.notifButton{
  position: absolute;
  right: 30px;
  top: 36px;
  z-index: 999;
}
.notifButton:hover{
  cursor: pointer;
}
.notifButton .material-icons{
  font-size: 30px;
}
.menuNotification{
  max-width: 350px;
  max-height: 500px;
  overflow-y: scroll;
  padding: 0;
}
.menuNotification li{
  font-size: 12px;
  height: auto;
  border-bottom: solid 1px grey;
  line-height:24px;
  padding :16px;
  min-width: 300px;
}
.menuNotification li .material-icons:hover{
  cursor: pointer;
}
.formulaireSelectDateToday{
    margin-left: 10px;
    margin-right: 10px;
    width: 400px;;
}

.messageNonLuMessagerie{
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
  float: right;
  justify-content: center;
  align-items: center;
  color: white;
}

.labelStatutPresta{
  margin-bottom: 10px;
}

/* 
 Page messagerie
*/

.containerFormulaireEnvoieMessage{
  margin: 0!important;
}

.conversation{
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 65vh;
  overflow-y: scroll;
  position: relative;
  margin-right: 0!important;
  margin-left: 0!important;
  margin-bottom: 0!important;
}
.messageExpediteur{
  align-self: flex-end;
}
.messageDestinataire{
  align-self: start;
}
.conversation .message{
  width: 60%;
  height: auto;
 
}
.conversation div{
  position: relative;
  border: 1px solid #e5e5ea;
  border-radius: 0.50rem;
  padding: 1rem;
}

.conversation .time-right{
  position: absolute;
  bottom: 0;
  left: 5px;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}
.envoieMessage{
 width: 99%;
 position: absolute;
 bottom: 0;
 display: flex;
justify-content: center;
align-items: center;
border: solid #33333361 1px;
}
.envoieMessage div:first-child{
  width: 80%;
}

.envoieMessage textarea{
  resize: none;
}