body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  background-image: url('https://p-data.audap.org/couts-residentiels/static/courbes_noires.png');
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 50px top 200px;

  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.navbar {
  border-radius: 0px !important;
  /* height: 30px; */
  margin: 30px 40px 30px 40px;
}

.navbar-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  width: calc(25% - 20px);
  height: 300px;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(0.95);
  background-color: #f2f2f2;
}

.card i {
  font-size: 64px;
  color: #555;
  margin-bottom: 20px;
  display: block;
}

.card h2 {
  font-size: 28px;
  margin-bottom: 0;
}


.row {
  width: 80%;
  max-width: 90%;
  margin: 0 auto;
  /* padding: 1.5rem; */
}

.card0 {
  display: inline-block;
  width: 75%;
  margin: 0 auto;
  padding: 0rem 1rem 2rem 1rem;
  /* background-color: teal; */
  position: relative;
}

h2 {
  color: black;
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  color: black;
  font-size: 1.3rem;
  line-height: 140%;
}

.module-title {
  font-size: 12px !important;
}


/*---------------------------------------
  SITE A PROPOS              
-----------------------------------------*/
.line {
  width: 100%;
  height: 20px;
  border-bottom: 1px dashed #ddd;
  margin: 30px 40px 30px 40px;
}

h5 {
  font-size: 20px;
}

.propos {
    font-size: 14px;
  }

.image-container {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
}

.image {
  width: 80px;
  height: auto;
  margin-right: 40px;
}

/* Style pour augmenter la taille de l'image spécifique */
.image-2 {
  width: 150px;
  /* Augmentez la largeur de l'image */
}

.image-3 {
  width: 150px;
  /* Augmentez la largeur de l'image */
}
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/

 footer {
  background-color: black;
  padding-right: 1px !important;
  padding-left: 1px !important;
  text-align: center;
  margin: 30px 40px 30px 40px;
 }

 .footer-audap{
  color: white !important;
 }

 .site-footer-bottom {
   text-align: center;
 }

 .copyright-text {
   font-size: 14px;
 }

 /* Style pour le lien copyright */
 .copyright-text a {
   color: #fff;
   text-decoration: none;
 }

 .copyright-text a:hover {
   text-decoration: underline;
 }