@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 5 rem !important;
  color: #202224 !important; }

.h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 1.9 rem;
  color: #202224 !important; }

.h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #202224 !important; }

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.3 rem !important;
  color: #6A6A6A; }

.form-check-label {
  font-size: 0.7rem !important; }

.text-annonce {
  font-size: 1.2rem; }

.container {
  max-width: 1100px; }

.header {
  background-color: black; }

.footer a {
  color: white;
  text-decoration: none; }

.footer a:hover {
  color: white;
  text-decoration: underline; }

.btn text {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
