/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1764431063
Updated: 2025-11-29 15:44:13

*/

.encadre {
    border: black solid 1px;
    padding: 5px;
}

.divi-social-shortcode {
    display: flex;
    gap: 15px;
    align-items: center;
}

.divi-social-shortcode .social-icon {
    font-size: 22px;
    color: #333;
    transition: all 0.3s ease;
}

.divi-social-shortcode .social-icon:hover {
    color: #3b5998; /* Facebook par défaut */
}

.divi-social-shortcode .social-icon.instagram:hover {
    color: #e1306c;
}


.wp-share-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.wp-share-social .share-icon {
    font-size: 10px;
    color: #444;
    transition: transform 0.2s ease, color 0.2s ease;
}

.wp-share-social .share-icon:hover {
    transform: scale(1.15);
}

.wp-share-social .share-icon.facebook:hover {
    color: #1877f2;
}

.wp-share-social .share-icon.linkedin:hover {
    color: #0077b5;
}
.wp-share-social .et-pb-icon {
    font-size: 40px !important;
}
.wp-share-social {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Inverser l'ordre des colonnes pour mobile */
@media (max-width: 767px) {
  .inverser-mobile {
    display: grid !important;
  }
  .inverser-mobile .et_pb_column {
    display: flex !important;
    flex-direction: row !important;
  }

  .inverser-mobile .et_pb_column:nth-child(1) {
    order: 2 !important;
  }

  .inverser-mobile .et_pb_column:nth-child(2) {
    order: 1 !important;
  }
}


/* Brevo */
/* Conteneur du formulaire */
form#sib_signup_form_1 {
  padding: 12px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Champs texte, email, select */
#sib_signup_form_1 input[type="text"],
#sib_signup_form_1 input[type="email"],
#sib_signup_form_1 select {
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.4;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

/* Focus champs */
#sib_signup_form_1 input[type="text"]:focus,
#sib_signup_form_1 input[type="email"]:focus,
#sib_signup_form_1 select:focus {
  outline: none;
  border-color: #117295;
  box-shadow: 0 0 0 2px rgba(17, 114, 149, 0.15);
}

/* Labels (si présents) */
#sib_signup_form_1 label {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Bouton */
#sib_signup_form_1 .sib-default-btn {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #117295;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

/* Hover bouton */
#sib_signup_form_1 .sib-default-btn:hover {
  background-color: #0e5f7c;
}

/* Active bouton */
#sib_signup_form_1 .sib-default-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15) inset;
}

/* Paragraphes / messages */
#sib_signup_form_1 p {
  margin-top: 12px;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

/* Messages d’erreur Brevo */
#sib_signup_form_1 .sib-alert-message-error {
  color: #b00020;
  font-size: 13px;
  margin-top: 8px;
}

/* Messages de succès */
#sib_signup_form_1 .sib-alert-message-success {
  color: #1b7f3b;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 500;
}



.trombinoscope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 2px;
    margin-top: 40px;
}

.trombinoscope-member,
.trombinoscope-empty {
    aspect-ratio: 1 / 1;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.trombinoscope-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.member-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.trombinoscope-member {
    position: relative;
}

.trombinoscope-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0;
    margin: 0;
}

.trombinoscope-member,
.trombinoscope-empty {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.trombinoscope-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trombinoscope-name {
    text-align: center;
}
.trombinoscope-empty {
    text-align: center;
  	color: white;
  	background: black;
}