.widget_chantier_widget,
.widget_infos_employe_widget,
.widget_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  padding: 10px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.widget_chantier_widget h3,
.widget_infos_employe_widget h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 24px;
  text-decoration: none;
}

.widget_chantier_widget p,
.widget_infos_employe_widget p,
.googleBtn {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 15px;
  text-decoration: none;
  text-align: center;
  margin: auto;
}

.googleLink {
  color: var(--tblr-btn-color);
  background-color: var(--tblr-btn-bg);
}
.googleLink:hover {
  color: var(--tblr-btn-bg);
  background-color: var(--tblr-btn-color);
}

.widget_chantier_widget div#pointage-require-pos {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
}