
/**/
.actu{
	
	width:1320px;
	margin:auto;
	margin-top:30px;
}
.actu_browser{
	padding:5px 0;
	font-family: rajdhani;
	font-size: 14px;
	background:
}
.actu_browser a:nth-of-type(1){
	color:black;
}
.actu_browser a:nth-of-type(2){
	color:black
}
.actu_browser_prev{
	float:right;
	color:green
}
.actu_content{
	width:1000px;
	margin:30px auto;
}

.actu_content_titre{
	width:1000px;
	margin:auto;
	margin-bottom:15px;
	font-family: anton;
	font-size:46px;
	line-height: 52px;
}
.actu_content_image{
	width:1000px;
	height:562px;
	overflow:hidden;
	margin:auto;
}
.actu_content_image img{
	position:relative;
}

.actu_content_source{
	color:grey;
	text-align:right;
	font-size:12px;
}
.actu_content_date{
	!border-bottom:1px solid;
	color:grey;
	margin:10px 0;
	font-family: montserrat;
	font-size:14px;
}
.actu_content_texte{
	font-family: montserrat;
	font-size:16px;
	text-align: justify
}
h2{
	font-size:18px;
	font-style:italic
}
.actu_content_texte a{
	text-decoration: underline;
	color: black;
}
.img_container{
	width:70%;
	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:12px;
	text-align: center;
	margin-bottom:20px;
}

/*----*/
/*COMMENTAIRES ----------------------------------------------*/
.art_com{
	margin:auto;
	margin-top:0px;
	width:1320px;
	vertical-align: top;	
	padding:10px;
	font-family:roboto;
	font-size:12px;
}

.comart_titre{	
	margin-bottom:20px;
	text-transform: uppercase;
	color:#3a3d48;
	font-family:russoone;
	font-size:18px;	
	border-bottom:2px solid;
	padding:2px 5px;
}

.comart_textarea{
	border:1px solid grey;	
	font-family:roboto;
	font-size:14px;
	line-height:16px;
	padding:15px;
	display:block;
	margin:auto;
	overflow-y:visible;
	resize:vertical;
	width:1000px;
	height:80px;
}
.comart_textarea:focus{
	border:1px solid #0174DF;
}

.comart_envoi{
	cursor:pointer;	
	background: #3a3d48;
	color:white;
	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;
}
/*------------------------------*/
.editeur{
	
}

.textzone{
	border:1px solid grey;	
	font-family:roboto;
	font-size:14px;
	line-height:16px;
	padding:15px;
	display:block;
	margin:auto;
	overflow-y:visible;
	resize:vertical;
	width:1000px;
	height:80px;
}
.textzone:focus{
	border:1px solid #0174DF
}
.toolbar{
	width:1030px;
	margin:auto;
}
.toolbar div{
	
 display: inline-block;
  width: 50px;
	border:1px solid;
	text-align: center;
	
}



/*-----------------------*/
.comartread{
	width:1000px;
	margin:auto;
	margin-top:20px;
	padding-bottom:30px;
	overflow-x:scroll;	
	scrollbar-color: grey transparent;
  scrollbar-width: thin;	
	scrollbar-gutter:auto
}
.comart_unit{
	!border:1px solid darkgrey;
	padding:0 px;
	margin-top:30px;
}
.comart_unitleft{
	!width:60px;
	display:inline-block;
	vertical-align: top;
	width:40px;
	height:40px;
	overflow:hidden;	
	border:1px solid grey;		
	background:white;
	border-radius:300px;
}
.comart_unitleft_img{
	
}
.comart_unitleft img{
	width: 100%; /* L'image occupe 100% de la largeur du conteneur */
  height: 100%; /* L'image occupe 100% de la hauteur du conteneur */
  object-fit: cover; 
}
.comart_unitright{
	display:inline-block;
	max-width:920px;
	margin-top:6px;
	margin-left:8px;
	!border-bottom:1px solid darkgrey;
	!padding-bottom:10px;
}
.comment_admin .comart_unitright_topname{
	color:#0174DF;
}
.comment_admin .comart_unitleft_img{
	border:1px solid #0174DF;	
}
.comart_unitright a{
	color:inherit;
}
/*nom+date*/
.comart_unitright_topleft{
	display:inline-block;
}
.comart_unitright_topname{
	font-family: russoone;
	font-size:16px;
}
.comart_unitright_topdate{
	color:#222;
	font-family: rajdhani;
	font-size:12px;
}

/*texte------------------*/
.comart_unitright_bottom{
	margin:10px 0 0 0px;
	font-family:roboto;
	font-size:14px;
	text-align: justify;
	/*! width:900px */
}
/*likes--------------------*/
.comart_unitright_topright{
	margin-top:15px;
	display:inline-block;
	padding:0px 10px;
	vertical-align:middle
}
.comart_likeimg{
	cursor:pointer;
	display:inline-block;	
	vertical-align:middle
}

.comart_likeimg span{
	margin-left:2px;
	font-family: rajdhani;
	font-size:12px;
}
.userclasslike{
	font-weight:bold;
}
/*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:50px;
	
	border-left:2px solid lightgrey;
	padding-left:20px;
}
.comart_rep .comart_rep{
	!margin-left:45px;
	
}

/*more--------------------*/
.comart_more{
	
	background: #0174DF;
	color:white;
	width:170px;
	margin:auto;
	text-align: center;
	border-radius:50px;
	padding:10px 0;
	margin-top:30px;
	cursor:pointer;
}

/*-----------------------*/
.comart_unconnected{
	text-align: center;
	font-family: montserrat;
	font-size:12px;
	padding:20px 0;
	background:lightgrey;
}
/*-emoji bar-----*/
.emoji_bar{
	width:1020px;
	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;
}

