/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 15:27:04 */
@media only screen and (max-width: 980px) {
    #main-header {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    body.et_fixed_nav #page-container {
        padding-top: 80px; /* ajuster selon la hauteur header */
    }
}
/*marque Google dasn l'agenda*/
.W6Tqvc {
    visibility: hidden !important;
}



.footer-widget {
    box-sizing: border-box;
}

#footer-widgets .footer-widget {
    width: 28%;
    padding: 0 25px; /* adapter si besoin */
}
@media screen and (max-width: 980px) {
    #footer-widgets .footer-widget {
        width: 100% !important;
        margin-bottom: 20px;
}}
/** Listes à puces : réglages **/
li {
    padding-bottom: 8px;
}
::marker {
    color: #e07f00;
}
.nav li ul {
    width: 300px;
}
#top-menu li li a {
    padding: 6px 20px;
    width: 280px;
}

/** Champs des formulaires **/
.tnp-field.tnp-field-button :hover {
    background-color: #005a9a !important;
	cursor: pointer;
}
input#wpforms-489-field_11, input#wpforms-466-field_11, input#wpforms-510-field_11, input#wpforms-583-field_11 {
    pointer-events: none;
}
.wpa-test-msg {
    display: none;
}
@media (max-width: 761px) {
    .et_pb_section {
        padding: 1% 0 !important;
    }
	.et_contact_bottom_container {
    display: inline !important;
}
	.et_pb_contact_right {
    display: inline-block;
    min-width: 100%;
}}

.wp-image-531 {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
/* MENU VERTICAL FORMATIONS COURTES */
#menu-lateral {
    position: fixed;
    top: 100px; /* ajuste selon ton header */
    right: 0px;
    width: 10%;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 2px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#menu-lateral {
    opacity: 0;
    transition: opacity 1.5s ease;
    pointer-events: none;
}

#menu-lateral.visible {
    opacity: 1;
    pointer-events: auto;
}
#menu-lateral a.active-section {
	position: relative;
    background-color: #e0b884 !important;
	left: -10px !important;
    color: black !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-btn { 
    background-color: #e07f00;
}

nav a.active {
  color: #c62828;
  border-bottom: 2px solid #c62828;
}
.menu-btn, .menu-btn-manag, .menu-btn-comm {
    display: block;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
	line-height: 1.1;
    border: 0px solid #e07f00;
    transition: background 0.3s, color 0.3s, transform 0.2s;
}
.menu-btn:hover, .menu-btn-manag:hover, .menu-btn-comm:hover{
    background-color: gray !important;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	 font-weight: 600 !important;
}
.menu-btn-manag{
	background-color: #c16a00 !important;
}
.menu-btn-comm{
	background-color: #935100 !important;
}
#menu-lateral a.active-section {
    background-color: #d8ab72; /* couleur de fond active */
    position: relative;
    clip-path: polygon(
        8% 0%,   /* pointe flèche */
        100% 0%, 
        100% 100%, 
        8% 100%, 
        0% 50%    /* pointe flèche */
    );
	padding-left: 1em;
}
@media (max-width: 980px) {
    #menu-lateral {
        display: none;
    }
}

