/* Contenu principal */

	main {
		background-color : #F6F5F1;
	}

	#titre {
		padding: 20px 0 20px 0;
		text-align: center;
	}

	#mentions {
		width: 70%;
		margin-bottom: 5em;
	}

	#mentions h3 {
		margin: 15px 0 15px 0;
	}

	p {
		text-align: justify;
	}

/* Footer réduit */

	footer {
	    background-color: #FDFDFD;
	}

	#small_foot {
		display: flex;
		justify-content: center;
	}

	#small_foot .row {
		width: 80%;
		height: 100%;
	}

	#small_foot .col {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	#small_foot a[href="mentions_legales.html"]:hover {
            color: #0056b3; 
            text-decoration: none;
        }

