.dark-mode .info_form {
  color: #fff;
}
.info_form {
  font-weight: bold;
  color: #333;
  margin: 20px;
  font-style: italic;
}
.dark-mode .info,.dark-mode .elec,.dark-mode .tag,
.dark-mode .info_p,.dark-mode  .elec_p,.dark-mode  .tag_p {
  background-color: #363535;
  color: #fff;
}


.info, .elec, .tag{
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
}


.info_t, .elec_t, .tag_t {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.info_p, .elec_p, .tag_p {
  font-size: 16px;
  color: #202020;
  margin-top: 10px;
}
.en_savoir{
  margin-top: 10px;
}

.en_savoir a {
  text-decoration: none;
  color: #0073e6;
  font-weight: bold;
}
.img_info, .img_elec, .img_tag {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  margin-top: 10px;
  border-radius: 50%;
}
.img_info{
  background: url(../IMG/Img_info.jpeg);
  background-size: cover;
}
.img_elec{
  background: url(../IMG/Img_elec.jpeg);
  background-size: cover;
}
.img_tag{
  background: url(../IMG/Img_tag.jpeg);
  background-size: cover;
}

@media (max-width: 768px) {
  .case{
    height: 50px;
    font-size: 2.4em; 
    }
    .form {
      color: white;
      margin: 5px;
      }
}


