/** * Colors : * * Gris foncé : #3a3939 * Gris clair : #e6e8e7 * Bleu : #195560 * Or : #b18743 * */html {	position: relative;	min-height: 100%;}body {	background: #e6e8e7;	color: #3a3939;	font-family: 'Barlow Condensed', sans-serif;	margin-bottom: 90px;}.container {	padding-top: 10%;	padding-bottom: 10%;}footer.container-fluid {	background: #e6e8e7;	position: absolute;	bottom: 0;	width: 100%;	height: 70px;	padding-top: 10px;	padding-bottom: 10px;}footer h4 {	display: inline-block;	font-size: 1.1em;	margin-right: 40px;	position: relative;}footer h4:before {	content: '';	width: 20px;	position: absolute;	border: 1px solid;	bottom: 5px;	right: -25px;}footer ul {	display: inline-block;	padding: 0;	margin: 0;}footer ul li {	list-style: none;}header h1 {	padding: 10px 0;	margin-bottom: 50px;}h1 {	text-transform: uppercase;	color: #b18743;}.card {	background: #195560;	color: #b18743;	padding: 20px;	text-align: center;}.card h2 {	font-size: 1.1em;}.card .quote {	color: #fff;	font-family: 'Nanum Brush Script', cursive;	margin: 20px auto;	font-size: 1.2em;}.card hr {	margin: 0 auto 1em auto;	width: 40%;	border-top: 1px solid rgba(177, 135, 67, 0.1);}.white {	color: #e6e8e7;}