/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* =============================================================================
   PALETTE RONCERAY — Sections du site
   Palette validée le 02/06/2026
   Usage WPBakery : ajouter la classe CSS sur la ligne/section concernée
   ============================================================================= */

/* -----------------------------------------------------------------------------
   Section ACTIVITÉS (bleu)
   CPT : Enfance/Parentalité, Forme et Bien-être, Loisirs Détente,
         Activités Manuelles, Vacances Scolaires
   ----------------------------------------------------------------------------- */
.section-activites {
  background-color: #EAF2FD;
  color: #1A4D8F;
}
.section-activites .btn,
.section-activites .vc_btn3,
.section-activites .wpex-btn,
.section-activites .theme-button,
.section-activites .vcex-button {
  background-color: #1A4D8F !important;
  color: #EAF2FD !important;
}
.section-activites .btn:hover,
.section-activites .vc_btn3:hover,
.section-activites .wpex-btn:hover,
.section-activites .theme-button:hover,
.section-activites .vcex-button:hover {
  background-color: #153F75 !important;
  color: #EAF2FD !important;
}
.section-activites hr,
.section-activites .border {
  border-color: #C5D9F5;
}

/* -----------------------------------------------------------------------------
   Section ÉVÉNEMENTS (vert olive)
   CPT : Événements ponctuels (CPT2)
   ----------------------------------------------------------------------------- */
.section-evenements {
  background-color: #E8EBCE;
  color: #515828;
}
.section-evenements .btn,
.section-evenements .vc_btn3,
.section-evenements .wpex-btn,
.section-evenements .theme-button,
.section-evenements .vcex-button {
  background-color: #515828 !important;
  color: #E8EBCE !important;
}
.section-evenements .btn:hover,
.section-evenements .vc_btn3:hover,
.section-evenements .wpex-btn:hover,
.section-evenements .theme-button:hover,
.section-evenements .vcex-button:hover {
  background-color: #3E4420 !important;
  color: #E8EBCE !important;
}
.section-evenements hr,
.section-evenements .border {
  border-color: #C8CE8A;
}

/* -----------------------------------------------------------------------------
   Section ÊTRE BÉNÉVOLE (miel / orangé)
   ----------------------------------------------------------------------------- */
.section-benevole {
  background-color: #FCDDB8;
  color: #7A4507;
}
.section-benevole .btn,
.section-benevole .vc_btn3,
.section-benevole .wpex-btn,
.section-benevole .theme-button,
.section-benevole .vcex-button {
  background-color: #7A4507 !important;
  color: #FCDDB8 !important;
}
.section-benevole .btn:hover,
.section-benevole .vc_btn3:hover,
.section-benevole .wpex-btn:hover,
.section-benevole .theme-button:hover,
.section-benevole .vcex-button:hover {
  background-color: #5E3505 !important;
  color: #FCDDB8 !important;
}
.section-benevole hr,
.section-benevole .border {
  border-color: #F0B87A;
}

/* -----------------------------------------------------------------------------
   Section ACCUEIL / NOUS CONNAÎTRE / VIE DE LA MAISON (mauve)
   ----------------------------------------------------------------------------- */
.section-mauve {
  background-color: #EDE3F3;
  color: #3A1D49;
}
.section-mauve .btn,
.section-mauve .vc_btn3,
.section-mauve .wpex-btn,
.section-mauve .theme-button,
.section-mauve .vcex-button {
  background-color: #3A1D49 !important;
  color: #EDE3F3 !important;
}
.section-mauve .btn:hover,
.section-mauve .vc_btn3:hover,
.section-mauve .wpex-btn:hover,
.section-mauve .theme-button:hover,
.section-mauve .vcex-button:hover {
  background-color: #2A1435 !important;
  color: #EDE3F3 !important;
}
.section-mauve hr,
.section-mauve .border {
  border-color: #CBAADF;
}
