
/**********************************************************************************************************************/
/**** BODY ************************************************************************************************************/
/**********************************************************************************************************************/

.messenger-fullwidth{
  position: fixed;
  top: 0px; 
  left: -10000px;
  z-index: -100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  transition: all 2s; 
}
.messenger-innerHTML{
  height: 100%;
}
.messenger-body{
	margin: 38px 0px 115px 0px;
	height: calc(100% - 38px - 115px);
	overflow: auto;
	display: inline-grid;
	width: 100%;
}
.messenger-menu{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
}
.messenger-img{
	border-radius: 10px;
	margin: 50px auto 0px;
	max-width: 90%;
	max-height: 90%;
  
}
.messenger-img-style{
	max-width: 600px; 
	max-height: 800px; 
	margin: 0 auto;
}
.btn-fermer{
  z-index: 200;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 38px;
}
#messenger hr{
	color: #FFF;
}
@media (max-width: 800px){
	.slidebox-img-style{
		max-width: 600px; 
		max-height: 800px; 
		margin: 0 auto;	
	}
}

/**********************************************************************************************************************/
/**** GROUPE *********************************************************************************************************/
/**********************************************************************************************************************/

.messenger-groupe{
	position: fixed;
	width: 100%;
	height: 38px;
	top: 0;
	left:0;
	color: white;
	border-radius: 0.2rem;
	font-weight: bold;
    line-height: 36px;
}

/**********************************************************************************************************************/
/**** MESSAGE *********************************************************************************************************/
/**********************************************************************************************************************/
.messenger-line{
    width: 100%;
    /*display: inline-flex;*/
}
.right{
	text-align: right;
}
.messenger-bulle{
	margin: 2px 0px;
	border-radius: 5px; 
	/*min-width: 5%;*/
	max-width: 60%;
	width: auto;
    height: auto;
    padding: 2px;
    display: inline-flex;
}
.messenger-bulle-author{
	color: grey;
	font-size: 8px;
}
.bulle-ext{
	background-color: lightgrey;
	text-align: left;
	float: left;
	margin-left: 5px;
	display: block;
}
.bulle-int{
	background-color: lightgreen; 
	text-align: left;
	float: right;
	margin-right: 5px;	
	display: block;
}
.messenger-message{
	z-index: 200;
	position: fixed;
	bottom: 0px;
	background-color: #FFF;
	border-radius: 5px;
    width: 100%;
	height: 115px;
}

.messenger-textarea{
	width: 100%;
}
.messenger-bottom{
	margin-bottom: 90px;
}