/*
Theme Name:     Finwave Child Theme
Template:       finwave
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finwave
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finwave is an Responsive Finance and Business WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    finwave
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/

/* Styles de base pour le menu sticky */
.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    animation: slideDown 0.3s ease-out;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
}

/* Pour la barre d'administration WordPress */
.admin-bar .sticky-menu {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-menu {
        top: 46px !important;
    }
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* Transition fluide */
.site-header,
.main-navigation {
    transition: all 0.3s ease;
}

/* Style pour le menu sticky actif */
.sticky-active {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

/* Pour éviter les sauts de contenu */
.sticky-placeholder {
    visibility: hidden;
}

h1, h2 {
  text-transform: uppercase;
  margin-top: 1.5em;
}

.content-area{
  padding-top: 70px;
  padding-bottom: 70px;
}

.percentbar_blue {
    background-color: #028140 !important;
}

.gform_wrapper .gf_progressbar_title {
    color: #085247 !important;
}

.gsection_title {
  font-weight: 500;
}

/* SweetAlert2: rendre le contenu bien lisible */
.swal2-popup .formation-contact-form {
  text-align: left;
}

.swal2-popup .formation-contact-form h3 {
  margin-top: 0;
  color: #085247;
}

.swal2-popup .formation-contact-form input,
.swal2-popup .formation-contact-form textarea,
.swal2-popup .formation-contact-form select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.formation-brochure-form label{
    margin-top: 10px;
}
#ask_brochure_btn{
    padding: 10px;
    border-radius: 10px;
}

#ask_brochure_btn:hover{
    background-color: #028140;
}

.gf_progressbar .percentbar_blue, #gform_next_button_2_13{
    background-color: #028140 !important;
}

#swal2-title{
    color:#085247;
}

:root {
  --aifc-primary: #085247;
  --aifc-secondary: #028140;
  --aifc-accent: #6cb96d;
}

.aifc-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--aifc-primary); /* 👈 couleur pilote */
}

.aifc-section-title.secondary {
  color: var(--aifc-secondary);
}

.aifc-section-title svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}


.wp-block-accordion-heading__toggle-title {
  flex: 1;
  max-width: 600px;
  background-color: #efefef;
  color: #085247 !important;
}