    #gabarit1 #zone1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#gabarit1 #intro_rub{
    width: 50%;
}
#gabarit1 #intro_rub p{
    padding: 12px 0 0 0;
    line-height: 1.3em;
	font-size: 1.2em;
}
#gabarit1 #intro_rub a{
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #8BC34A;
	color: #fff;
	padding: 15px 5%;
	border-radius: 4px;
}
#gabarit1 #intro_rub > div{
  margin: 60px 0;
}
#gabarit1 #intro_rub a:hover{
  	background-color: #479db3;
	transition: all 0.1s;
}
#gabarit1 #lien_rub{
	width: 40%;
}
#lien_rub .nav_rubrique{
	list-style-type: none;
	padding: 10px 0;
	display: flex;
}
#lien_rub .nav_rubrique img{
	width: 50px;
	height: 50px;
}
#lien_rub .nav_rubrique div{
	width: 100%;
	margin: 0 0 0 20px;
	display: flex;
	align-items: center;
}
#section_1 ul{
    padding: 10px 0;
}
#lien_rub .nav_rubrique a{
	width: 100%;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #8BC34A;
	color: #fff;
	padding: 15px 5%;
	border-radius: 4px;
}
#lien_rub .nav_rubrique a:hover{
	background-color: #479db3;
	transition: all 0.1s;
}              