.actu{
	margin-top:30px;
}
.actu_browser{
	font-family: montserrat;
	font-size:14px;
	border-bottom: 1px solid;
	padding:5px 0;
}
.actu_browser a:nth-of-type(1){
	color:grey
}
.actu_browser a:nth-of-type(2){
	color:grey
}
.actu_browser_prev{
	float:right;
}
.actu_content{
	width:350px;
	padding:0 5px;
	margin:30px auto;
}

.actu_content_titre{
	width:340px;
	font-family: anton;
	font-size:30px;
	line-height:34px;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
	!text-align: justify;
}
.actu_content_image{
	width:340px;
	height:191px;
	overflow:hidden;
	margin:auto;
	border:1px solid lightgrey;
}
.actu_content_image img{
	position:relative;
}
.actu_content_source{
	color:grey;
	text-align:right;
	font-size:11px;
	margin-right:5px;
}
.actu_content_date{
	!border-bottom:1px solid;
	font-family: oswald;
	font-size:16px;
	color:grey;
	margin:10px 0;
}
.actu_content_texte{	
	font-family: montserrat;
	font-size:14px;
	text-align: justify;
	padding:0 5px;
}
h2{
	font-size: 16px;
	font-style:italic
}
.img_container{
	width:90%;
	margin:auto;
	text-align: center;
	margin-top:20px;
}
.img_container img{
	width:100%;
	margin:auto;
	text-align: center;
}
.article_pic_source{
	!color:grey;
	font-size:11px;
	text-align: center;
	margin-bottom:20px;
}
.actu_content_texte a{
	text-decoration: underline;
	color: black;
}

/*COMMENTAIRES ----------------------------------------------*/
.art_com{
	margin:auto;
	margin-top:100px;
	width:340px;
	vertical-align: top;
	background:white;!#0174DF;
	padding:10px;
	font-family:roboto;
	font-size:12px;
	border-top:2px solid #3a3d48
}

.comart_titre{
	margin-bottom:20px;
	text-transform: uppercase;
	color:#3a3d48;
	font-family:anton;
	font-size:16px;
}
.comart{
	width:100%;
	margin:auto;
}
.comart_textarea{
	border:1px solid grey;	
	font-family:roboto;
	font-size:12px;
	line-height:14px;
	padding:10px;
	display:block;
	margin:auto;
	overflow-y:visible;
	resize:vertical;
	width:290px;
	height:100px;
}
.comart_textarea:focus{
	border:1px solid #0174DF
}
.comart_envoi{
	cursor:pointer;
	background: #3a3d48;
	text-align:center;
	width:100px;
	padding:10px 0;
	text-transform:uppercase;
	font-family:russoone;
	font-size:10px;
	color:white;
	margin:10px auto;
	box-shadow:1px 1px 3px black;
}

/*----------*/
.comartread{
	margin:auto;
	margin-top:20px;
	padding-bottom:30px;
	overflow-x:scroll;
	overflow-y:hidden;
	scrollbar-color: grey transparent;
  scrollbar-width: thin;	
	scrollbar-gutter:auto
}
.comart_unit{
	!order-top:1px solid grey;
	padding:0 0px;
	margin-top:20px;
}
.comart_unitleft{
	width:50px;
	display:inline-block;
	vertical-align: top;
}
.comart_unitleft_img{
	width: 40px; 
  height: 40px; 
	border:1px solid grey;	
	background:white;
	border-radius:3px;
	vertical-align: top;
	border-radius:100px;
	overflow:hidden;
}
.comart_unitleft_img img{
	width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.comart_unitright{
	display:inline-block;
	max-width:260px;
	margin-top:5px;
}
.comment_admin .comart_unitright_topname{
	color:#0174DF;
	font-weight:bold
}
.comart_unitright_topname a{
	color:inherit;
}
.comment_admin .comart_unitleft_img{
	border:1px solid #0174DF;	
}
.comart_unitright_topleft{
	display:inline-block;
}
.comart_unitright_topname{
	font-size:14px;	
	font-family:russoone
}
.comart_unitright_topdate{
	color:grey;
	font-size:12px;
	font-family:rajdhani
}
.comart_unitright_bottom{
	margin-top:3px;
	font-family:roboto;
	font-size:12px;
	text-align: justify;
	width:100%
}

/*likes-------------------*/
.comart_unitright_topright{
	margin-top:10px;
	display:inline-block;
	!border-bottom:1px solid grey;
	!border-top:1px solid grey;
	padding:0 7px;
	!border-radius:2px;
	!background-color:#b5b5b5;
	vertical-align:middle;
	
}
.comart_likeimg{
	cursor:pointer;
	display:inline-block
}
.comart_likeimg span{
	margin-left:2px;
}

.comart_likeimg:hover{
	!background:black
}
.comsess_likenb{
	display:inline-block;
	margin:2px 0 0 2px;
	vertical-align: top;
	font-size:8px;
}
.userclasslike{
	color:#0174DF;
}
/*reponses text zone-----------------------------*/
.rep_text_zone{
	display: none;
}

.rep_text_zone .comart_textarea{
	width:90%;
	margin-top:20px;
}
.rep_text_zone .emoji_bar{
	width:90%;
}
.sendrep{
	cursor:pointer;	
	background: darkgrey;
	color:black;
	width:100px;
	padding:10px;	
	margin:10px auto;
	text-align:center;
	box-shadow:1px 1px 3px black;
	border-radius:0px;
	text-transform:uppercase;
	font-family:russoone;
	font-size:12px;
}
/*reponses-----------------------------*/
.comrepto{
	display:inline-block;		
	margin-left:15px;
	position: relative;
	top:3px;
	color:#646262;
	cursor:pointer;
}
.comart_rep{
	margin-left:40px;
	
	border-left:2px solid lightgrey;
	padding-left:10px;
}
.comart_rep .comart_rep{
	!margin-left:45px;
	
}
/*-----------------------*/
.comart_unconnected{
	text-align: center;
	width:220px;
	margin:auto;
	font-family: montserrat;
	font-size:12px;
	padding:20px 60px;	
	background:lightgrey;
}
/*------*/
.emoji_bar{
	width:300px;
	margin:auto;
	margin-top:5px;
}
.emoji-opening{
	cursor:pointer
}
.emoji-opening img{
	width:20px;
}
.emoji-list{
	display: none;
	border:1px solid grey;
	border-radius:10px;
	padding:10px;
	background:#fff;
	height:100px;
	overflow-y:scroll;
	scrollbar-color: grey transparent ;
  scrollbar-width: thin;	
	scrollbar-gutter:auto;
}
.emoji{
	display: inline-block;
	font-size:20px;
	cursor:pointer;
	margin:2px;
}