.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);
} .admin-bar .sticky-menu {
top: 32px !important;
}
@media screen and (max-width: 782px) {
.admin-bar .sticky-menu {
top: 46px !important;
}
} @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;
}
} .site-header,
.main-navigation {
transition: all 0.3s ease;
} .sticky-active {
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
} .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;
} .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); }
.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;
}