body{
	margin: 0px;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.02);
}
header{
	background-color: white; 
}
.header_content{
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
}

#colone1{
	margin-top: 50px;
	padding-top: 0px;
	border-radius: 4px;
	width: 20%;
	height: 1122px;
	word-wrap: break-word;
	overflow: hidden;
}
#colone2{
	width: 50%;
	height: 1200px;
	margin-left: 20.5%;
	margin-top: -1255px;
	overflow: auto;
	border-bottom: 1px solid rgb(150, 150, 150);
}




#publications{
	margin-top: 50px;
	width: 100%;
}
.nbr{
	background-color: rgb(0, 64, 128);;
	text-align: center;
	font-size: 20px;
	color: rgb(255, 166, 0);
	border-radius: 5px;
	padding: 5px;
}
.trie{
	margin: 0;
}
#type_list{
	margin-top: 10px;
	background-color: white;
	color: rgb(0, 64, 128);
	border: 1px solid rgb(0, 64, 128);
	border-radius: 5px;
}
#type_l{
	background-color: white;
	color: rgb(0, 64, 128);
	border: 1px solid rgb(0, 64, 128);
	border-radius: 5px;
}
#ent_pub{
	margin-top: 30px;
}
.bande_1{
	padding: 0;
}

.icon_part{
	width: 12px;
	color: rgb(0, 64, 128);
}
.icon_reseaux{
	width: 15px;
	padding-left:30px;
	float: right;
}
.zones{
	list-style-type: none;
	width: 48%;
	height: 250px;
	float: left;
	word-wrap: break-word;
	overflow: auto;
	margin-left: 5px;
}
.baniere{
	width: 700px;
	height: 100%;
}
.pub_img{
	float: left;
	max-width: 350px;
	height: 100%;
	border-radius: 3px;
	margin-left: 5px;
}
.pub_icon{
	width: 20px;
	height: 20px;
	margin-left: 40px;
}
.details_img{
	padding: 0;
}
.details_img > li{
	list-style-type: none;
}
.details_icon{
	width: 10px;
	color: rgb(255, 135, 15); 
}
.bande_2{
	padding: 0;
}
.zones_1{
	list-style-type: none;
	width: 49%;
	height: 30px;
	float: left;
	margin-bottom: 70px;
}
.cont{
	color: rgb(0, 64, 128);
}
.cont > a{
	text-decoration: none;
}
#details{
	color: rgb(120, 120, 120);
	margin: 0;
}
#pagination{
	color: rgb(0, 64, 128);
		text-align: center;
		width: 97%;
		padding: 2px;
		margin-top: 20px;
		margin-left: 0%;
		}
		.pagination{
			margin: 0;
			width: 100%;
		}
		#pagination a{
			color: black;
			text-decoration: none;
		}
		.fleche_list{
			width: 15px;
			color: rgb(0, 64, 128);
		}
#loader{
	text-align: center;
	display: none;
}
#loader > img{
	width: 150px;
	height: 150px;
}

	


#colone3{
	margin-left: 72.3%; 
	width: 27.5%;
	height: 1220px;
	margin-top: -1080px;
	padding-top: 5px;
	word-wrap: break-word;
	overflow: hidden;
}






@media screen and (max-width:425px){

	#colone1{
		display: none;
	}
		
	#colone2{
	width: 100%;
	height: auto;
	margin-left: 0.5%;
	margin-top: 0px;
	overflow: hidden;
	border-bottom: 0px;
	}
	.nbr{
		padding: 1px;
		width: 98%;
		border-radius: 2px;
		margin-left: 1px;
        margin-top: 50px;
		font-size: 13px;
	}
    .filtration{
        text-align: center;
        font-size: 14px;
    }
    #type_list{
        margin-top: 8px;
        font-size: 12px;
    }
    #type_l{
       font-size: 12px;
    }
    .type_r{
        width: 14px;
    }
    .text{
        font-size: 14px;
    }

	#publications{
		margin-top: 0px;
	}
	.publication{
		width: 96%;
		margin-top: 10px;
		margin-left: 2px;
		padding: 3px;
		background-color: rgba(0, 64, 128, 0.04);
		border: 1px solid rgba(0, 64, 128, 0.08);
		border-radius: 5px;
	}
	#ent_pub{
		margin-top: 0px;
	}
	.bande_1{
		padding: 0;
	}
	.zones{
		width: 100%;
		height: auto;
		float: none;
		margin-top: 5px;
	}
	#cont_reseaux{
		margin-top: 10px;
	}
	.icon_reseaux{
		width: 11px;
		padding-left: 5px;
		margin-right: 5px;
		float: right;
	}
	.baniere{
		width: 530px;
		height: 100%;
	}
	#zone_1{
		height: 120px;
	}
	.pub_img{
		width: auto;
		height: 120px;
		border-radius: 3px;
	}
	.list_details{
		margin: 0;
		padding: 0;
	}
	.list_details > li{
		width: 47%;
		height: auto;
		list-style-type: none;
		float: left;
		margin-right: 1%;
		word-wrap: break-word;
		overflow: hidden;
	}
	.details{
		border: 1px solid rgb(210, 210, 210);
		border-radius: 5px;
		padding: 5px;
		font-size: 11px;
		color: rgb(100, 100, 100);
	}
	.details_img{
		margin-left: 3%;
		font-size: 15px;
		margin: 0;
		padding: 0;
	}
	.details_img > li{
		margin-left: 0%;
		font-size: 12px;
	}
	.bande_2{
		margin: 0;
		padding: 0;
	}
	.zones_1{
		width: 91.5%;
		height: 23px;
		float: none;
		margin-top: 20px;
		margin-bottom: 0;
		padding: 2px 15px 0px 15px;
		border: 1px solid rgb(200, 200, 200);
		border-radius: 360px;
		font-size: 12px;
		color: rgb(0, 64, 128);
	}
	.pub_icon{
		width: 13px;
		margin-left: 0px;
		margin-right: 0px;
		color: rgb(255, 135, 15);
	}

	

	#pagination{
	border: 1px solid rgb(0, 64, 128);
    border-radius: 360px;
	text-align: center;
	width: 97%;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: 0.5%;
    font-size: 13px;
	}
	.pagination{
		margin: 0;
		width: 100%;
		background-color: rgba(000, 000, 000, 0.6);
	}
	#pagination a{
		color: black;
		text-decoration: none;
	}
	
#bouton_connexion_mobile{
	text-align: center;
	display: block;
	position: fixed;
	top: 92%;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
}
.bouton_connexion_mobile{
	text-align: center;
	width: 100%;
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 0;
}
.bouton_connexion_mobile > li{
	text-align: center;
	width: 33%;
	height: 23px;
	padding-top: 5px;
	list-style-type: none;
	float: left;
}
.bouton_connex_mobile{
	background-color: rgb(0, 64, 128);
	margin-top: 15px;
	border-radius: 5px;
}
.bouton_connex_mobile > a{
	color: rgb(255, 135, 15);
}
.poster_plus_mobile{
	color: rgb(0, 64, 128);
	width: 50px;
	height: 50px;
}

	#colone3{
	margin-top: 30px;
	margin-left: 0px; 
	width: 100%;
	height: auto;
	padding-top: 5px;
	}

		
}