/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#box_infos_app {
  /* display: flex; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid var(--contrast-3);
  background-color: var(--base);
  margin-bottom: 30px;
  margin-top: 20px;
}

#box_infos_app .box_infos {
  display: flex;
}

#box_infos_app .box_infos > div {
  /* Ajoutez vos styles ici */
  width: 33.33%;
}

#box_infos_app p {
  font-weight: 500;
}

#box_infos_app span {
  font-weight: 300;
}

#box_infos_app .box_infos .central-div {
  border-right: 1px solid var(--contrast-3);
  border-left: 1px solid var(--contrast-3);
  padding-left: 20px;
}

#box_infos_app .box_infos .third-div {
  padding-left: 20px;
}
.rapport-titl {
  margin-bottom: 5px;
}
.date-achat-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 30px; */
}

.account {
  margin-top: 10px;
  margin-bottom: 5px;
}
.appareil-account {
  margin-bottom: 20px;
}

.account span,
.appareil-account span {
  font-weight: bold;
}

.inside-article {
  padding: 0 10px !important;
}

.rapport-title {
  margin-bottom: 5px;
}

.buttons-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.actions-appareil {
  display: flex;
  gap: 20px;
}

.actions-appareil button {
  width: max-content;
}
