#bandeau_image {
	height: 60vh;
	padding: 0;
    width: calc(100% + 31px);
    max-width: 100vw;
    margin-left: -16px;
	display: flex;
    align-items: center;
    overflow: hidden;
}

#bandeau_image figure {
	margin-left: auto;
    margin-right: auto;
}

#bandeau_image img {
	width:100%;
	height:auto;
}

ul li {
	margin-bottom:.5rem;
}

.approfondir-docs {
	background-color:rgb(240, 240, 242);
	padding:1rem;
}

footer #footer_contact img {
	margin-bottom:1rem;
}

#second_footer ul {
	margin-bottom:0;
}

#second_footer ul li button {
	background-color:transparent;
	border:0;
	color:white;
}

#second_footer ul li button:hover {
	cursor:pointer;
}

#second_footer ul li button:hover, #second_footer ul li button:focus,
#second_footer ul li a:hover, #second_footer ul li a:focus {
	text-decoration:underline;
}

@media (min-width:992px) {
    #parent_subcontent {
		padding-bottom:5rem;
	}
}
