*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'roboto', sans-serif;
}
div#conteneur_principale
{
 display: flex;
 flex-direction: row;
 position: relative;
 top: 40px;
}
div#conteneur_secondaire 
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	position: relative;
	right: 0;
	top: 40px;
	/*padding: 10px;*/
	text-align: justify;
	/*overflow-x: hidden;*/
}
/*.bas 
{
	position: fixed;
}*/
/*footer
{ 	
	display: flex;
	flex-direction: column;
	position: absolute;
	border: 1px solid red;
	top: 800px;
}*/
div#conteneur_principale .autre_article
{
	width: 40%;
	max-height: 730px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 35px;
	font-family: sans-serif;
	/*border-bottom: 2px dotted blue;*/
}
div#conteneur_principale .autre_article h2
{
	width: 100%;
	padding: 10px;
 	color: #f1f1f1;
 	/*background-color: #0066ca;*/
 	text-align: center;
	background-color: #0066ca;
}
div#conteneur_principale section.autre_article .b1
{
	/*max-width: 1100px;*/
	width: 100%;
	max-height: 1200px;
	margin-bottom: 100px;
	position: relative;	
	overflow-y: auto;
	border-left: 1px solid rgba(14, 28, 44, .2);
}
div#conteneur_principale section.autre_article .b1::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}
div#conteneur_principale section.autre_article .b1::-webkit-scrollbar-thumb
{
	background-color: #0066ca;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
}
div#conteneur_principale section.autre_article .b1 .carte
{
	height: 360px;
	border: 1px solid rgba(0, 0, 0, .2);
	list-style: none;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	padding-bottom: 0px ;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	scrool-snap-aligne: start;
	margin: 5px;
}
div#conteneur_principale section.autre_article .info h5
{
	font-size: 15px;
	text-align: center;
}
div#conteneur_principale section.autre_article .info p
{
	font-size: 15px;
	margin: 4px;
}
div#conteneur_principale section.autre_article .info p a
{
	color: #0182de;
	text-decoration: none;
}
div#conteneur_principale section.autre_article .b1 a 
{
	color: rgba(14, 24, 48, 1.0);
	text-decoration: none;
	font-size: 16px;
	padding: 10px;
}
div#conteneur_principale section.autre_article .b1 img
{
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border-radius: 10px;
}
div#conteneur_secondaire .sec_article
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	/*border-bottom: 2px dotted blue;*/
}
body::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}
body::-webkit-scrollbar-thumb
{
	background-color: #0066ca;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
}
div#conteneur_secondaire .sec_article h2
{
	padding: 12px;
	margin: 10px;
	font-size: 30px;
	text-transform: uppercase;
	/*background: linear-gradient(to left top,#0066ca,#0182de);*/
	color: #0066ca;
	border-radius: 15px;
	/*border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;*/
	text-align: center;
	border: 1px solid #0066ca;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}
div#conteneur_secondaire .sec_article header p.auteur
{
	font-size: 12px;
	text-align: left;
}
div#conteneur_secondaire .sec_article img
{
	width: 100%;
	border-radius: 15px;
	height: auto;
	display: flex;
	margin: auto;
}
div#conteneur_secondaire span.principale
{
	width: 100%;
	border-radius: 0;
}
div#conteneur_secondaire span
{
	width: 75px;
	height: 75px;
	display: flex;
	grid-gap: 50px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: -10;
	opacity: .9;
	border-radius: 50%;
}
div#conteneur_secondaire span:nth-child(2)
{
	animation: depart 10s .1s infinite;
	
}
div#conteneur_secondaire span:nth-child(3)
{
	animation: depart1 12s .2s infinite;
}
div#conteneur_secondaire span:nth-child(4)
{
	animation: depart 18s .3s infinite;
	
}
div#conteneur_secondaire span:nth-child(5)
{
	animation: depart1 9s .2s infinite;
	
}
div#conteneur_secondaire span:nth-child(6)
{
	animation: depart 18s .3s infinite;

}
div#conteneur_secondaire span:nth-child(7)
{
	animation: depart 15s .1s infinite;,
}
div#conteneur_secondaire span:nth-child(8)
{
	animation: depart 12s 0.2s infinite;,
}
div#conteneur_secondaire span:nth-child(9)
{
	animation: depart1 10s 0.2s infinite;,
}
div#conteneur_secondaire span:nth-child(10)
{
	animation: depart 28s 0.3s infinite;,
}
div#conteneur_secondaire span:nth-child(11)
{
	animation: depart1 10s 0.6s infinite;,
}
div#conteneur_secondaire span:nth-child(12)
{
	animation: depart 34s 0.2s infinite;,
}
div#conteneur_secondaire span:nth-child(13)
{
	animation: depart1 26s 0.7s infinite;,
}
div#conteneur_secondaire span:nth-child(14)
{
	animation: depart 21s 0.6s infinite;,
}
div#conteneur_secondaire span:nth-child(15)
{
	animation: depart1 20s .3s infinite;,
}
div#conteneur_secondaire span:nth-child(16)
{
	animation: depart 18s 0.2s infinite;,
}
div#conteneur_secondaire span img
{
	width: 45px;
	height: 45px;
	/*animation: 1s ease-in-out;*/	
}

@keyframes depart
{
	100%{
		transform: translateY(-1800px);
	}
}
@keyframes depart1
{
	100%{
		transform: translateY(-1800px);
		transform: translateY(-1800px) rotate(90deg );
	}
}
div#conteneur_secondaire .sec_article p
{
	font-size: 18px;
	line-height: 35px;
	margin: 10px;
	font-family: sans-serif;
	color: #222;
}
div#conteneur_secondaire .sec_article p.auteur
{
	text-align: center;
	color: #222;
}
div#conteneur_secondaire .sec_article a
{
	text-decoration: none;
	font-style: italic;
	color: #1365b7;
}
div#conteneur_secondaire .sec_article li.sous_act
{
	font-size: 18px;
	margin: 20px;
	line-height: 35px;
}
h1
{
	font-size: 10vw;
	text-align: center;
	margin-top: 20px;
	color: #f1f1f1;
}
#conteneur
{
	flex: 1 0 auto;
}
.contenu-footer
{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 16px;
	padding: 10px 0 8px	;
}
.bloc
{
	width: 25%;
	margin: 0 30px;
}
.footer-services h3,
.footer-contact h3,
.footer-logo h3,
.footer-reseaux h3
{
	font-size: 16px;
	padding-bottom: 20px;
}
.footer-reseaux h3
{
	text-align: center;
	padding-bottom:4px;
}
.liste-reseaux
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer-reseaux .img_badge
{
	width: 30%;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.footer-reseaux .img_badge img
{
	width: 75px;
	height: 75px;
}
.liste-contact img
{
	width: 35px;
	margin-right: 10px;
	/*margin: 10px 10px;*/
}
.footer-newslatter p
{
	padding: 15px;
}
.footer-newslatter input
{
	width: 100%;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, .5);
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	border-radius: 5px;
}
.footer-newslatter input:focus
{
	border-bottom: 3px solid #efca4a;
}
.footer-newslatter input#submit
{
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #40b1a3;
}
.footer-newslatter
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.liste-services,
.liste-contact,
.liste-logo,
.liste-reseaux
{
	list-style-type: none;
}
.liste-contact li.li_footer{
	padding: 2px 0;
	display: flex;
	flex-direction: row;
}
.liste-contact li.li_footer img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.liste-services li.li_footer{
	padding: 2px 0;
}
.liste-services a
{
	text-decoration: none;
	color: #f1f1f1;
}
.liste-services a:hover
{
	color: #128aff;
}
.footer-reseaux
{
	width: 90%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: auto;
}
.footer-reseaux .info
{
	width: 40%;
	display: flex;
}
.footer-reseaux .info 
{
	position: relative;
	right: 220px;
}
.footer-logo .liste-logo .img_logo
{
	width: 370px;
	height: auto;
}
.footer-logo .liste-logo .img_logo1
{
	width: 75px;
	height: auto;
	margin: 10px;
	position: relative;
	left: 60px;
}
.liste-reseaux .img_logo1
{
	width: 75px;
	height: 75px;
	margin: 10px;
	position: relative;
	left: 60px;
	display: none;
}
.footer-reseaux .img_badge
{
	width: 50%;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.footer-reseaux .img_badge img
{
	width: 75px;
	height: 75px;
} 
.footer-reseaux .info img
{
	width: 35px;
	margin: 10px 10px;
	cursor: pointer;
}
.liste-reseaux a{
	text-decoration: none;
	color: #f1f1f1;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.liste-reseaux
{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
img{
	width: 35px;
}
.footer_conteneur
{
	flex-shrink: 0;
	border-top: 2px solid #efca4a ;
	background: #0c1c2c;
	color: #f1f1f1;
	margin-top:70px ;
}
.footer_conteneur img
{
	width: 35px;
}

@media screen and (max-width: 960px)
{
	*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	}
	div#conteneur
	{
		width: 100%;
	}
	div#conteneur_principale
	{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	div#conteneur_secondaire 
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		justify-content: center;
		position: relative;
		right: 0;
		top: 60px;
		/*overflow-x: hidden;*/
	}
	/*.bas 
	{
		position: fixed;
	}*/
	/*footer
	{ 	
		display: flex;
		flex-direction: column;
		position: absolute;
		border: 1px solid red;
		top: 800px;
	}*/
	div#conteneur_principale .autre_article
	{
		width: 100%;
		max-height: 630px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 50px;
		font-family: sans-serif;
		/*border-bottom: 2px dotted blue;*/
	}
	div#conteneur_principale .autre_article h2
	{
		width: 98%;
		padding: 10px;
		font-size: 18px;
	 	color: #f1f1f1;
	 	/*background-color: #0066ca;*/
	 	text-align: center;
		background-color: #0066ca;
	}
	div#conteneur_principale section.autre_article .b1
	{
		/*max-width: 1100px;*/
		width: 98%;
		max-height: 1200px;
		margin-bottom: 100px;
		position: relative;	
		overflow-y: auto;
		overflow-x: hidden;
	}
	div#conteneur_principale section.autre_article .b1::-webkit-scrollbar
	{
		width: 8px;
		background-color: transparent;
	}
	div#conteneur_principale section.autre_article .b1::-webkit-scrollbar-thumb
	{
		background-color: #0066ca;
		border: 1px solid #f1f1f1;
		border-radius: 5px;
	}
	div#conteneur_principale section.autre_article .b1 .carte
	{
		height: 350px;
		border: 1px solid rgba(0, 0, 0, .2);
		list-style: none;
		background-color: #fff;
		border-radius: 8px;
		display: flex;
		padding-bottom: 0px ;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		scrool-snap-aligne: start;
		margin: 4px;
	}
	div#conteneur_principale section.autre_article .info h5
	{
		text-align: center;
	}
	div#conteneur_principale section.autre_article .info p
	{
		font-size: 13px;
		margin: 4px;
	}
	div#conteneur_principale section.autre_article .info p a
	{
		color: #0182de;
		text-decoration: none;
	}
	div#conteneur_principale section.autre_article .b1 img
	{
		width: 90%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
		border-radius: 10px;
	}
	div#conteneur_secondaire .sec_article
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: auto;
		/*border-bottom: 2px dotted blue;*/
	}
	body::-webkit-scrollbar
	{
		width: 8px;
		background-color: transparent;
	}
	body::-webkit-scrollbar-thumb
	{
		background-color: #0066ca;
		border: 1px solid #f1f1f1;
		border-radius: 5px;
	}
	div#conteneur_secondaire .sec_article h2
	{
		padding: 12px;
		margin: 10px;
		font-size: clamp(20px, 3vw, 40px);
		text-transform: uppercase;
		/*background: linear-gradient(to left top,#0066ca,#0182de);*/
		color: #0066ca;
		border-radius: 15px;
		/*border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;*/
		text-align: center;
		border: 1px solid #0066ca;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
	}
	div#conteneur_secondaire .sec_article header p.auteur
	{
		font-size: 12px;
		text-align: left;
	}
	div#conteneur_secondaire .sec_article img
	{
		width: 100%;
		border-radius: 15px;
		height: auto;
		display: flex;
		margin: auto;
	}
	div#conteneur_secondaire span.principale
	{
		width: 100%;
		border-radius: 0;
	}
	div#conteneur_secondaire span
	{
		width: 75px;
		height: 75px;
		display: flex;
		grid-gap: 50px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		z-index: -10;
		opacity: .9;
		border-radius: 50%;
	}
	div#conteneur_secondaire span:nth-child(2)
	{
		animation: depart 10s .1s infinite;
		
	}
	div#conteneur_secondaire span:nth-child(3)
	{
		animation: depart1 12s .2s infinite;
	}
	div#conteneur_secondaire span:nth-child(4)
	{
		animation: depart 18s .3s infinite;
		
	}
	div#conteneur_secondaire span:nth-child(5)
	{
		animation: depart1 9s .2s infinite;
		
	}
	div#conteneur_secondaire span:nth-child(6)
	{
		animation: depart 18s .3s infinite;

	}
	div#conteneur_secondaire span:nth-child(7)
	{
		animation: depart 15s .1s infinite;,
	}
	div#conteneur_secondaire span:nth-child(8)
	{
		animation: depart 12s 0.2s infinite;,
	}
	div#conteneur_secondaire span:nth-child(9)
	{
		animation: depart1 10s 0.2s infinite;,
	}
	div#conteneur_secondaire span:nth-child(10)
	{
		animation: depart 28s 0.3s infinite;,
	}
	div#conteneur_secondaire span:nth-child(11)
	{
		animation: depart1 10s 0.6s infinite;,
	}
	div#conteneur_secondaire span:nth-child(12)
	{
		animation: depart 34s 0.2s infinite;,
	}
	div#conteneur_secondaire span:nth-child(13)
	{
		animation: depart1 26s 0.7s infinite;,
	}
	div#conteneur_secondaire span:nth-child(14)
	{
		animation: depart 21s 0.6s infinite;,
	}
	div#conteneur_secondaire span:nth-child(15)
	{
		animation: depart1 20s .3s infinite;,
	}
	div#conteneur_secondaire span:nth-child(16)
	{
		animation: depart 18s 0.2s infinite;,
	}
	div#conteneur_secondaire span img
	{
		width: 45px;
		height: 45px;
		/*animation: 1s ease-in-out;*/	
	}

	@keyframes depart
	{
		100%{
			transform: translateY(-1800px);
		}
	}
	@keyframes depart1
	{
		100%{
			transform: translateY(-1800px);
			transform: translateY(-1800px) rotate(90deg );
		}
	}
	div#conteneur_secondaire .sec_article p
	{
		font-size: 16px;
		line-height: 25px;
		margin: 10px;
		font-family: sans-serif;
		color: #222;
	}
	div#conteneur_secondaire .sec_article p.auteur
	{
		text-align: center;
		color: #222;
	}
	div#conteneur_secondaire .sec_article a
	{
		text-decoration: none;
		color: #222;
	}
	h1
	{
		font-size: 10vw;
		text-align: center;
		margin-top: 20px;
		color: #f1f1f1;
	}
	#conteneur
	{
		flex: 1 0 auto;
	}
	.contenu-footer
	{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		font-size: 16px;
		padding: 10px 0 0px	;
	}
	.bloc
	{
		width: 90%;
		margin: 0 10px;
	}
	.footer-services h3,
	.footer-contact h3,
	.footer-logo h3,
	.footer-reseaux h3
	{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.footer-reseaux h3
	{
		text-align: center;
		padding-bottom:4px;
	}
	.liste-reseaux
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.liste-contact img
	{
		width: 35px;
		margin-right: 10px;
		/*margin: 10px 10px;*/
	}
	.footer-newslatter p
	{
		padding: 15px;
	}
	.footer-newslatter input
	{
		width: 96%;
		height: 35px;
		border: 1px solid rgba(0, 0, 0, .5);
		margin-top: 10px;
		margin-bottom: 10px;
		outline: none;
		border-radius: 5px;
	}
	.footer-newslatter input:focus
	{
		border-bottom: 3px solid #efca4a;
	}
	.footer-newslatter input#submit
	{
		color: #ffffff;
		font-family: sans-serif;
		font-weight: bold;
		background-color: #40b1a3;
	}
	.footer-newslatter
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	.liste-services,
	.liste-contact,
	.liste-logo,
	.liste-reseaux
	{
		list-style-type: none;
	}
	.footer-contact
	{
		margin-top: 10px;
	}
	.liste-contact li.li_footer{
		padding: 2px 0;
		display: flex;
		flex-direction: row;
	}
	.liste-contact li.li_footer img{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.liste-services li.li_footer{
		padding: 2px 0;
	}
	.liste-services a
	{
		text-decoration: none;
		color: #f1f1f1;
	}
	.liste-services a:hover
	{
		color: #128aff;
	}
	.footer-reseaux
	{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		margin: 0;
	}
	.footer-reseaux .info
	{
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 0;
		position: relative;
		left: 10px;
	}
	.footer-logo
	{
		margin-bottom: 20px;
	}
	.footer-logo .liste-logo .img_logo
	{
		width: 250px;
		height: 100px;
	}
	.footer-logo .liste-logo .img_logo1
	{
		width: 75px;
		height: 75px;
		margin: 10px;
		position: relative;
		left: 60px;
		display: none;
	}

	.footer-reseaux .img_badge
	{
		width: 100%;
		display: flex;
		align-items: flex-start;
		cursor: pointer;
	}
	.footer-reseaux .liste-reseaux .img_logo1
	{
		width: 75px;
		height: 75px;
		margin-right: 70px;
		display: block;
		position: relative;
		left: 30px;
	}
	.footer-reseaux .img_badge img
	{
		width: 75px;
		height: 75px;
	} 
	.footer-reseaux .info img
	{
		width: 35px;
		margin: 10px 10px;
		cursor: pointer;
		position: relative;
		right: 30px;
	}
	.liste-reseaux a{
		text-decoration: none;
		color: #f1f1f1;
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	.liste-reseaux
	{
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	img{
		width: 20px;
	}
	.footer_conteneur
	{
		flex-shrink: 0;
		border-top: 2px solid #efca4a ;
		background: #0c1c2c;
		color: #f1f1f1;
		margin-top:0px ;
	}
	.footer_conteneur img
	{
		width: 25px;
	}
}