/*
 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
*/

/* POP UP */
#popup-message-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Background semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popup-message-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#close-popup {
  float: right;
  font-size: 18px;
}


.picto-agenda {
  width: 50px;
  position: absolute;
  bottom: 5px;
  left: 7px;
}

.infos-annonces p {
  margin: 0;
}

#account_display_name_description{
  display: none;
}

/* Adresse livraison */
.u-column2.col-2.woocommerce-Address {
  display: none;
}

/* Charte d'utilisation — formulaire de validation pros */
.cql-charte-form {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}

.cql-charte-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: bold;
  cursor: pointer;
}

.cql-charte-consent input[type="checkbox"] {
  margin-top: 4px;
}

.cql-charte-error {
  color: #b32d2e;
  font-weight: bold;
}

.cql-charte-submit {
  margin-top: 15px;
}
