body{
	padding-bottom: 5%;
}
.titlePageChat{
	margin-top: 80px;
}
.chatWindow{
	height: 600px;
}

.chatWindow .users, .chatWindow .chatbox{
	display:inline-block;
	height:400px;
	height: 95%;
}

.infoUsers{
	background: #6AAEEC;
	color:white;
	width: 400px;
	padding: 10px 15px;
	overflow: hidden;
	word-wrap: break-word;
	height: 100%;
}
.chatWindow .users, .chatWindow .online{
	background: #6AAEEC;
	color:white;
	width: 100%;
	overflow-y:auto;
	text-align: center;
}

.chatWindow .online{
	margin-bottom: 10px;
}

.chatWindow .chatbox{
	color:black;
	height: 100%;
}

.chatWindow .chatbox .infoConnection{
	background: #ABC8F8;
	height: 7%;
	align-items: center;
}

.chatWindow .chatbox .infoConnection .status{
	cursor: pointer;
}

.chatWindow .chatbox .infoConnection .nameUser{
	text-align: right;
}

.chatWindow .chatbox .chat {
	background:#fff;
	height: 93%;
}
.chatWindow .chatbox .chat .msgs{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	overflow-y: auto;
	height: 100%;
}
.chatWindow .chatbox #msgForm{
	padding-top: 1.5px;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-top: 10px;
}

.chatWindow .error{
	color:red;
}
.chatWindow .success{
	color:green;
}
.chatWindow .msgs .msg, .chat .users .user{
	border-bottom:1px solid black;
	padding:4px 10px;
	white-space:pre-line;
	word-wrap: break-word;
}

#my-dropzone{
	margin-top: 20px;
	width: 200px;
	height: 200px;
	border: solid 1px black;
}

#myDropZone{
	height: 290px;
	max-height: 290px;
	overflow-x: hidden;
}

.avatar{
	width: 100%;
}

.avatar img{
	width: 100%;
}

.msg{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-evenly;
}

.name{
	font-weight: bold;
}

.notification{
	display: none;
	height: 40px;
	text-align: center;
	background: #f2dede;
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
}



.user img{
	width: 20%;
	float: left;
}
table{
	width: 100%;
}

.chatWindow .users table th, .chatWindow .users table td{
	margin: auto;
	text-align: center;
	width: 33.3%;
}

.chatWindow .users table tbody tr td img{
	width: 100%;
}

.embeddedAdd{
	background: rgb(50,54,59);
	background-size: 100%;
	border-radius: 20px;
	padding: 20px;
	margin-top: 50px;
}

.imgURL{
	width: 100%;
	height: 110%;
}

.infoProviderURL{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.iconURL{
	width: 100%;
	height: auto;
}

.infoEmbeddedAdd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0px !important;
	border-radius: 20px;
	cursor: pointer;
	background: linear-gradient(0deg, #3f3f3f, #2a2a2a 40%, #151515);
	background-size: 100%;
	height: auto;
	color: wheat;
	overflow: hidden;
}

.infoEmbeddedAdd:hover{
	box-shadow: 10px 10px 40px 5px rgba(0, 0, 0, 0.7) inset;
}

.descriptionURL{
	margin-bottom: 5px;
}

.followingContent{
	display: none;
	height: 0px;
}


.wrapper_descriptionURL{
	order: 2;
	font-size: 0.7em;
}
.containerImgURL{
	height: 130px;
	padding-left: 0px !important;
	order: 1;
}

#globalwrapper{
	width: 800px;
}


.wrapper_descriptionURL header h1{
	font-size: 0.9em;
}


.embeddedContainer{
	margin-top: 30px;
	background: linear-gradient(180deg, #3f3f3f, #2a2a2a 10%, #151515);
	padding: 15px !important;
	border-radius: 20px;
}

.embeddedContainer iframe,
.embeddedContainer object,
.embeddedContainer embed {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

.pageURL{
	color : white;
}

.infoProviderURL figure figcaption{
	color: silver;
	font-size: 0.6em;
	text-align: center;
}


.infoProviderURL{
	float:right;
	clear:right;
	width: 10%;
}

.infoProviderURL figure a{
	text-decoration: none;
}

.msgc{
	display: inline-block;
	width: 100%;
}

.statusButton{
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.containerStatus div{
	margin-right: 3%;
}


/** Pop-up CSS **/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
	font-family: 'Open Sans', sans-serif;
}
.popup-box {
	background-color: #ffffff;
	border: 1px solid #b0b0b0;
	bottom: -415px;
	display: none;
	height: 415px;
	position: fixed;
	right: 70px;
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	opacity: 0;
}
.round.hollow {
	margin: 40px 0 0;
}
.round.hollow a {
	border: 2px solid #ff6701;
	border-radius: 35px;
	color: red;
	color: #ff6701;
	font-size: 23px;
	padding: 10px 21px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.round.hollow a:hover {
	border: 2px solid #000;
	border-radius: 35px;
	color: red;
	color: #000;
	font-size: 23px;
	padding: 10px 21px;
	text-decoration: none;
}
.popup-box-on {
	display: block !important;
}
.popup-box .popup-head {
	background-color: #fff;
	clear: both;
	color: #7b7b7b;
	display: inline-table;
	font-size: 21px;
	padding: 7px 10px;
	width: 100%;
	/* font-family: Oswald; */
}
.bg_none i {
	border: 1px solid #ff6701;
	border-radius: 25px;
	color: #ff6701;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}
.bg_none:hover i {
	border: 1px solid #000;
	border-radius: 25px;
	color: #000;
	font-size: 17px;
	height: 33px;
	line-height: 30px;
	width: 33px;
}
.bg_none {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.popup-box .popup-head .popup-head-right {
	margin: 11px 7px 0;
}
.popup-box .popup-messages {
	box-shadow : 0px 0px 0px 0px #ffffffe0 inset;
}
.popup-head-left img {
	border: 1px solid #7b7b7b;
	border-radius: 50%;
	width: 50px;
}
.popup-messages-footer > form > input {
	border-bottom: 1px solid #b2b2b2 !important;
	margin: 7px;
	padding: 5px !important;
	border: medium none;
	width: 95% !important;
	outline: none;
}
.popup-messages-footer {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.popup-messages-footer .btn-footer {
	overflow: hidden;
	padding: 2px 5px 10px 6px;
	width: 100%;
}
.simple_round {
	background: #d1d1d1 none repeat scroll 0 0;
	border-radius: 50%;
	color: #4b4b4b !important;
	height: 21px;
	padding: 0 0 0 1px;
	width: 21px;
}





.popup-box .popup-messages {
	background: #3f9684 none repeat scroll 0 0;
	height: 275px;
	overflow: auto;
}
.direct-chat-messages {
	overflow: hidden;
	padding: 10px;
	transform: translate(0px, 0px);

}
.popup-messages .chat-box-single-line {
	border-bottom: 1px solid #a4c6b5;
	height: 12px;
	margin: 7px 0 20px;
	position: relative;
	text-align: center;
}
.popup-messages abbr.timestamp {
	background: #3f9684 none repeat scroll 0 0;
	color: #fff;
	padding: 0 11px;
}

.popup-head-right .btn-group {
	display: inline-flex;
	margin: 0 8px 0 0;
	vertical-align: top !important;
}
.chat-header-button {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #636364;
	border-radius: 50%;
	font-size: 14px;
	height: 30px;
	width: 30px;
}
.popup-head-right .btn-group .dropdown-menu {
	border: medium none;
	min-width: 122px;
	padding: 0;
}
.popup-head-right .btn-group .dropdown-menu li a {
	font-size: 12px;
	padding: 3px 10px;
	color: #303030;
}

.popup-messages abbr.timestamp {
	background: #3f9684  none repeat scroll 0 0;
	color: #fff;
	padding: 0 11px;
}
.popup-messages .chat-box-single-line {
	border-bottom: 1px solid #a4c6b5;
	height: 12px;
	margin: 7px 0 20px;
	position: relative;
	text-align: center;
}
.popup-messages .direct-chat-messages {
	height: auto;
}
.popup-messages .direct-chat-text {
	background: #dfece7 none repeat scroll 0 0;
	border: 1px solid #dfece7;
	border-radius: 2px;
	color: #1f2121;
	word-wrap: break-word;
}

.popup-messages .direct-chat-timestamp {
	color: #fff;
	opacity: 0.6;
}

.popup-messages .direct-chat-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 0 49px !important;
	color: #fff;
	opacity: 0.9;
}
.popup-messages .direct-chat-info {
	display: block;
	font-size: 12px;
	margin-bottom: 0;
}
.popup-messages  .big-round {
	margin: -9px 0 0 !important;
}
.popup-messages  .direct-chat-img {
	border: 1px solid #fff;
	background: #3f9684  none repeat scroll 0 0;
	border-radius: 50%;
	float: left;
	height: 40px;
	margin: -21px 0 0;
	width: 40px;
}
.direct-chat-reply-name {
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 10px;
	opacity: 0.9;
}

.direct-chat-img-reply-small
{
	border: 1px solid #fff;
	border-radius: 50%;
	float: left;
	height: 20px;
	margin: 0 8px;
	width: 20px;
	background:#3f9684;
}

.popup-messages .direct-chat-msg {
	margin-bottom: 10px;
	position: relative;
}

.popup-messages .doted-border::after {
	background: transparent none repeat scroll 0 0 !important;
	border-right: 2px dotted #fff !important;
	bottom: 0;
	content: "";
	left: 17px;
	margin: 0;
	position: absolute;
	top: 0;
	display: inline;
	z-index: -2;
}

.popup-messages .direct-chat-msg::after {
	background: #fff none repeat scroll 0 0;
	border-right: medium none;
	bottom: 0;
	content: "";
	left: 17px;
	margin: 0;
	position: absolute;
	top: 0;
	display: inline;
	z-index: -2;
}
.direct-chat-text::after, .direct-chat-text::before {

	border-color: transparent #dfece7 transparent transparent;

}
.direct-chat-text::after, .direct-chat-text::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent #d2d6de transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: medium;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 15px;
	width: 0;
}
.direct-chat-text::after {
	border-width: 5px;
	margin-top: -5px;
}
.popup-messages .direct-chat-text {
	background: #dfece7 none repeat scroll 0 0;
	border: 1px solid #dfece7;
	border-radius: 2px;
	color: #1f2121;
}
.direct-chat-text {
	background: #d2d6de none repeat scroll 0 0;
	border: 1px solid #d2d6de;
	border-radius: 5px;
	color: #444;
	margin: 5px 0 0 50px;
	padding: 5px 10px;
	position: relative;
}

.buttonFileUpload, .chat-header-button, .chat-header-button float-right{
	outline: none !important;
}
/** Notification **/
[data-notify="message"] {
	font-size: 0.8em !important;
}


.notifPopup{
	display: none;
	height: 20px;
	text-align: center;
	background: #f2dede;
	line-height: 20px;
	cursor: pointer;
}

.myPersonnalMsg{
	color: #202020 !important;
}

.myPersonnalMsgBg{
	background: #696969b3 none repeat scroll 0 0 !important;
	color: white !important;
}

/** Style pour le message de téléchargement d'un fichier **/
.donwnloadFileContainer{
	background: linear-gradient(rgba(81, 56, 56, 0.7), #01070d);
	border-radius: 2px;
	box-shadow: 4px 5px 7px rgba(0, 0, 0, 0.5);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	color: white;
	word-wrap: break-word;
}

.titleFileUpload{
	width: 100%;
	order: 2;
	font-size: 0.9em;
}

.sizeFileUpload{
	width: 50%;
	order: 3;
	font-size: 0.9em;
}

.donwnloadFileContainer h1{
	font-size: 1em;
	order: 1;
	width: 100%;
}

.logoDonwload{
	width: 10%;
	order: 4;
	font-size: 1.4em;
}

/** Loader **/
.msgs svg{
	width: 50%;
	height: 100%;
	margin: auto auto;
	display: block;
	padding-left: 14%;
}



.sk-fading-circle {
	width: 20px;
	height: 20px;
	display: none;
	margin-left: 8%;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}


.flash {
	animation: flash 1s ease-out;
	animation-iteration-count: 1;

	-moz-animation: flash 1s ease-out;
	-moz-animation-iteration-count: 1;
  
	-webkit-animation: flash 1s ease-out;
	-webkit-animation-iteration-count: 1;
  
	-ms-animation: flash 1s ease-out;
	-ms-animation-iteration-count: 1;
  }
  
  @keyframes flash {
	  0% { background-color: transparent; }
	  50% { background-color: #5a35ff; }
	  100% { background-color: transparent; }
  }
  
  @-webkit-keyframes flash {
	  0% { background-color: transparent; }
	  50% { background-color: #5a35ff; }
	  100% { background-color: transparent; }
  }
  
  @-moz-keyframes flash {
	  0% { background-color: transparent; }
	  50% { background-color: #5a35ff; }
	  100% { background-color: transparent; }
  }
  
  @-ms-keyframes flash {
	  0% { background-color: transparent; }
	  50% { background-color: #5a35ff; }
	  100% { background-color: transparent; }
  }