@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');



html,body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#fff;
	line-height:1.7em;
	font-weight:400;
	background:#000A11;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}


::selection {background: #ccc;color:#000;}
::-moz-selection {background: #ccc;color:#000;}

.imgLeft{float: left;margin:0 30px 30px 0;}
.clear{clear: both;}

.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;height:auto}
.embed-container iframe,.embed-container object,.embed-container embed,.embed-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}

.mobileOnly{display: none;}
.mobileOff{display: block;}


/**** GLOBAL ****/
img{max-width: 100%;}
a{color:#F25930;text-decoration: none;}
a:hover{text-decoration: none;color:#fff;}
a:focus{border: none;text-decoration: none;}
a.underline{text-decoration: underline;}


h1{color: #fff;font-family: 'Roboto', sans-serif;font-size:50px;font-style: normal;font-weight: 700;line-height: 100%;}
h2{color: #fff;font-family: 'Roboto', sans-serif;font-size:32px;font-style: normal;font-weight:700;line-height: 100%;}


header{border-bottom: 1px solid #fff;padding-bottom: 10px;}


#nav_mobile{display: none;}
.menu {background-color: transparent;border: none;cursor: pointer;display: flex;padding: 0;float: right;}
.line {fill: none;stroke: #F25930;stroke-width:2;transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);}
.line1 {stroke-dasharray: 60 207;stroke-width:4;}
.line2 {stroke-dasharray: 60 60;stroke-width: 4;}
.line3 {stroke-dasharray: 60 207;stroke-width: 4;}
.opened .line1 {stroke-dasharray: 90 207;stroke-dashoffset: -134;stroke-width: 4;}
.opened .line2 {stroke-dasharray: 1 60;stroke-dashoffset: -30;stroke-width: 4;}
.opened .line3 {stroke-dasharray: 90 207;stroke-dashoffset: -134;stroke-width: 4;}


nav{}
nav ul{margin:0;padding:0;}
nav ul li{float: left;list-style-type: none;padding: 0 40px 0 0;}
nav ul li a{color:#fff;font-weight: bold;font-size: 20px;}
nav ul li a:hover{color:#F25930;}
nav ul li.active a{color:#F25930;}

/****** HOME  *******/



/******** FORM *********/

.form input[type="text"],.form input[type="password"],.form input[type="email"],.form input[type="tel"],.form select,.form textarea{width: 100%;padding: 14px 18px;border-radius: 14px;border: 1px solid rgba(255,255,255,1);background: #000;color: #fff;font-size: 16px;font-weight: 500;outline: none;transition: border .2s ease, box-shadow .2s ease;margin-bottom: 10px;}
.form label{text-align:left;color:rgba(255,255,255,0.4);}
.form input::placeholder{color: rgba(255,255,255,0.5);}
.form input:focus,.form select:focus,.form textarea:focus{border-color: #F25930;box-shadow: 0 0 0 3px rgba(242,89,48,0.25);}
.form select{appearance: none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'><path d='M5 7l5 6 5-6z'/></svg>");background-repeat: no-repeat;background-position: right 16px center;background-size: 14px;padding-right: 42px;}
.form input[type="checkbox"]{appearance: none;width: 20px;height: 20px;border-radius: 6px;border: 2px solid rgba(255,255,255,0.4);background: transparent;cursor: pointer;vertical-align: middle;position: relative;margin-right: 8px;}
.form input[type="checkbox"]:checked{background: #F25930;border-color: #F25930;}
.form input[type="checkbox"]:checked::after{content: '';position: absolute;left: 5px;top: 1px;width: 6px;height: 11px;border: solid #000;border-width: 0 2px 2px 0;transform: rotate(45deg);}
.form button,.form input[type="submit"]{background: #F25930;color: #000;border: none;padding: 14px 26px;border-radius: 18px;font-size: 14px;font-weight: 900;text-transform: uppercase;letter-spacing: .5px;cursor: pointer;transition: transform .15s ease, box-shadow .15s ease, background .15s ease;}
.form button:hover,.form input[type="submit"]:hover{background: #ff6a45;transform: translateY(-1px);box-shadow: 0 10px 20px rgba(0,0,0,0.35);}
.form input:-webkit-autofill,.form input:-webkit-autofill:hover,.form input:-webkit-autofill:focus,.form textarea:-webkit-autofill,.form select:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #000 inset;-webkit-text-fill-color: #fff;transition: background-color 5000s ease-in-out 0s;}


/********  PARTICIPANTS ***********/
ul.liste_alphabet {margin:0;padding:0;}
.liste_alphabet li{float: left;list-style-type: none;font-size: 24px;padding:6px;border: 1px solid rgba(255,255,255,0.2);}
.liste_alphabet li.active a {color: #fff;}
.liste_alphabet li.disabled {color: rgba(255,255,255,0.3);;pointer-events: none;}


.participants{display: flex;}
.participant{position: relative;width: 100%;height: 100%;background: rgba(255,255,255,0.03);border: 1px solid rgba(255,255,255,0.08);border-radius: 14px;padding: 14px;overflow: hidden;transition: transform .15s ease, border-color .15s ease, background .15s ease;}
.participant:hover{transform: translateY(-2px);border-color: rgba(242,89,48,0.8);background: rgba(255,255,255,0.05);}

.participant .photo{float: left;width:40%;border-radius: 12px;overflow: hidden;margin: 0 14px 10px 0;border: 1px solid rgba(255,255,255,0.12);background: rgba(255,255,255,0.04);}
.participant .photo img{width: 100%;height: 100%;object-fit: cover;display: block;}
.participant .infos{overflow: hidden;padding-right: 30px;}
	.participant .nom{color: #fff;font-weight: 700;font-size: 16px;line-height: 1.2em;text-transform: uppercase;margin: 2px 0 6px 0;}
	.participant .societe{color: #F25930;font-weight: 700;font-size: 14px;line-height: 1.3em;margin: 0 0 4px 0;}
	.participant .fonction{color: rgba(255,255,255,0.85);font-size: 13px;margin: 0 0 8px 0;}
	.participant .adresse,.participant .tel{color: rgba(255,255,255,0.75);font-size: 13px;line-height: 1.35em;}
	.participant .tel{margin-top: 6px;font-weight: 600;color: rgba(255,255,255,0.85);}
	.participant .linkedin{margin-top: 6px;}
	.participant .linkedin a img{width: 30px;}

.participant .btnMessage{position: absolute;bottom:0px;right:0px;z-index: 5;padding: 10px 14px;border-radius: 12px 0 0 0;background: #F25930;color: #000;font-weight: 800;font-size: 12px;text-transform: uppercase;}
.participant .btnMessage img{width:20px;}
.participant .btnMessage:hover{background: #ff6a45;color:#000;}


/********  MESSAGERIE ***********/

.msg-liste{}
.chat{background:rgba(255,255,255,0.08);padding:20px;margin:10px 20px;border: 1px solid rgba(255,255,255,0.08);border-radius: 14px;}


.discussion{position: relative;height: 80px;padding:5px;margin:10px 10px 10px 0;background: rgba(255,255,255,0.03);border: 1px solid rgba(255,255,255,0.08);border-radius: 14px;}
.discussion:hover{border-color: rgba(242,89,48,0.8);background: rgba(255,255,255,0.05);}
.discussion.nouveau{border:1px solid rgba(242,89,48,0.8);border-radius: 14px;font-weight: bold;background: url(../images/bulle.png) center right no-repeat;}
.discussion.active{background: rgba(242,89,48,1);border-radius: 14px;}

	.discussion .photo img{border-radius: 500px;width:70px;float: left;margin-right: 20px;}
	.discussion .nom{padding:10px 0 0 0;color: #fff;}
	.discussion .societe{color: #F25930;font-weight:300;font-size: 14px;line-height: 1.3em;margin: 0 0 4px 0;}
	.discussion.active .societe{color:#fff;}



#chat{height:calc(100vh - 170px);padding:10px 0;position: relative;}

#chat_header{background: rgba(255,255,255,0.03);border: 1px solid rgba(255,255,255,0.08);border-radius: 14px;padding:10px 0;}
	#chat_header a{font-size: 32px;}
	#chat_header img{border-radius: 500px;width: 40px;}

#chat_messages{height:calc(100% - 120px);overflow-y: auto;padding:10px;color:#fff;font-size:16px;font-family:'Roboto',Arial,sans-serif;text-align:left;border-radius: 3px 3px 0 0;}
@media (max-width:765px) {#chat_messages{height:calc(100% - 160px);}}

	.chat_entraindecrire{padding:0 0 10px 0;}
	.chat_elle{width:80%;background-color: rgba(255,255,255,0.2);;padding:5px;clear:both;margin-bottom:6px;border-radius: 5px 5px 5px 5px;line-height: 19px;min-height: 40px;}
	.chat_moi{width:80%;background-color: rgba(242,89,48,0.5);padding:5px;clear:both;float: right;margin-bottom:8px;border-radius: 5px 5px 5px 5px;line-height: 19px;}
	.chat_elle em,.chat_moi em{opacity: 0.3;font-size:11px;}

#chat_saisie{height:auto;}
.chatform{padding:10px 0 0 0;position: relative;}
.chatform input{border:1px solid #fff;color:#fff;background: #1D1D1B;width: 100%;height:50px;padding:8px 16px;border-radius: 4px; font-size:16px;font-family:'Roboto',Arial,sans-serif;   -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.chatform textarea{border:1px solid #fff;color:#fff;background: #1D1D1B;width:calc(90% - 30px);height:60px;padding:10px;border-radius: 4px; font-size:16px;font-family: 'Roboto',Arial,sans-serif;margin-left:30px;   -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.chatform .btn{float:right;width:8%;height:60px;background: #1D1D1B;color:#fff;padding:0px;border-radius: 100px; border:none;font-weight:normal;font-size: 12px;font-style: normal;cursor: pointer;text-transform: uppercase; font-family: 'Roboto',Arial,sans-serif;} 
.chatform .btn:hover{background:#F25930;color:#fff;}
.chatform img{position: absolute;top:15px;left:0px;font-size: 22px;color:#747474;}





@media (max-width:1400px) {

}

@media (max-width:960px) {
	#nav_mobile{display: block;padding-top: 15px;}
	#nav1,#nav2{display: none;}

	#nav1 ul{padding: 20px 0 20px 40px;}
	#nav1 ul li{float:none;padding:10px 0 10px 0px;border-bottom: 1px solid #fff;}

}
@media (max-width:960px) {
	.mobileOff{display: none;}
}

@media (max-width:765px) {


	#nav1 ul{padding: 20px 0 20px 20px;}

	.participant .photo{float: none;width: 100%;height:auto;margin: 0 0 12px 0;}

}


