@charset "utf-8";
body {
  font-size: 12px
}
header p.titre {
  font-size: 3em;
  font-weight: bolder;
}
header p.sous-titre {
  font-size: 2em;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  font-size: 1.25em;
}
.navbg {
  background-color: #F3F3F3;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-expand-lg {
  float: right;
}
.img-fluid {
  float: right;
}
div.col-xl-6 {
  font-weight: bolder;
}
body {
	font-size: 1.25em;
}

footer {
	background-color: #F3F3F3;
}