/*
 Theme Name:   Adher Discovery
 Theme URI:    https://votre-site.com/
 Description:  Thème enfant pour le thème Astra
 Author:       Votre Nom
 Author URI:   https://votre-site.com/
 Template:     astra
 Version:      1.0.0
*/

@import url("../astra/style.css");

.no-margin-bottom > div > p,
.no-margin-bottom > div > div > p {
    margin-bottom: 0;
}
/*************************************************Links*/
.no-decoration-links > div > a {
    text-decoration: none;
}
.contact-links > div > a {
    text-decoration: none;
    color: #1b1818;
}
#copyright > div > a {
    color: #193a63f7;
}
#ast-scroll-top {
    background-color: #00a777;
    border: 1px solid #88817e;
    z-index: 999;
}

/***********************************************Header*/
#main-header {
    transition: box-shadow 0.3s ease; /* Transition fluide pour l'ombre */
}

#main-header.no-shadow {
    box-shadow: none;
}

#main-header.scrolled {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre discrète lors du scroll */
}

#preheader-contact > div > div > a,
#preheader-contact > div > div > p > a,
.footer-menu-links > div > a {
    color: white;
}

.ea-card.sp-ea-single {
    border-radius: 0px !important;
}
.sp-easy-accordion > .sp-ea-single > .ea-header a {
    font-family: "Montserrat";
    font-size: 15px !important;
    font-weight: 400 !important;
}

/*************************************************Contact Form*/
#wpforms-227-field_6,
#wpforms-227-field_2,
#wpforms-227-field_5,
#wpforms-submit-227,
#wpforms-227-field_3 {
    border-radius: 50px !important;
    border-color: transparent !important;
}

#wpforms-227-field_6:focus,
#wpforms-227-field_2:focus,
#wpforms-227-field_5:focus,
#wpforms-227-field_3:focus {
    box-shadow: 0 0 0 1px #00a777, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

#wpforms-submit-227:focus:after {
    border: none !important;
}
#wpforms-227-field_3 {
    border-radius: 25px !important;
}

#wpforms-submit-227 {
    float: right !important;
}

#wpforms-submit-227 {
    margin-top: 30px !important;
    background-color: #00a777 !important;
    color: #ffffff !important;
    font-family: "Montserrat" !important;
    font-weight: 500 !important;
}
#wpforms-227-field_5,
#wpforms-227-field_2::placeholder,
#wpforms-227-field_6::placeholder,
#wpforms-227-field_3::placeholder {
    color: #00a777 !important;
}

#wpforms-227-field_5,
#wpforms-227-field_2::placeholder,
#wpforms-227-field_6::placeholder,
#wpforms-227-field_3::placeholder {
    font-weight: 500 !important;
}

/********************************************************ANCRES*/
.anchor-target {
    scroll-margin-top: 210px; /* Invisible pour l'utilisateur */
}

/********************************************************MOBILE*/

/*Preheader*/
.contact-icon > div > a > img {
    width: 30px;
    height: 30px;
}

#preheader-contact > div:nth-child(1) > div > a > img {
    margin-right: 15px;
}

/********************************************************FOOTER*/
.footer-menu-links > div > p > a {
    color: white;
}
.footer-menu-links > div > p > a:hover {
    color: #e2e2e2;
}

/********************************************************MEDIA QUERIES*/
@media (max-width: 1024px) {
    .anchor-target {
        scroll-margin-top: 180px; /* Invisible pour l'utilisateur */
    }
    #wpforms-submit-227 {
        float: none !important;
    }
    .wpforms-submit-container {
        display: flex;
        justify-content: center;
    }
}
