/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra Theme enfant
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* before header */

.before-header {
    background-color: #01261C;
    color: #F9F0C9;
    padding: 1em 0;

}

.container-before-header {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 3rem;
    max-width: 75%;
}

.container-before-header .site-logo-img {
    width: 50%;
}

.before-header h2 {
    font-size: 24px;
    color: #F9F0C9;
}

.before-header h3 {
    font-size: 24px;
    font-family: "Dancing Script", Sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.before-header p {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #C6E4B0;
}

.text-before-header {
    text-align: center;
}

@media all and (max-width: 1060px) {
    .site-header #primary-site-navigation-desktop #ast-hf-menu-1 {
        width: 90%;
    }
}

/* header */
.ast-site-identity {
    max-width: 80%;
    margin: 0 auto;
}

.ast-builder-menu-1 .menu-item.current-menu-item>.menu-link,
.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item>.ast-menu-toggle,
.ast-builder-menu-1 .current-menu-ancestor>.menu-link {
    color: #F04086;
}

#ast-desktop-header.ast-header-break-point .ast-primary-header-bar {
    border: 0;
}

@media (min-width: 922px) {
    .ast-primary-header-bar {
        border-bottom-width: 1px;
        border-bottom-color: #eaeaea;
        border-bottom-style: solid;
    }
}

/* menu */
.ast-builder-menu .main-navigation>ul {
    justify-content: space-between;
}

#primary-site-navigation-desktop #ast-hf-menu-1 {
    display: flex;
    margin: 0 auto;
    width: 70%;
}

#ast-desktop-header .ast-builder-grid-row,
#ast-desktop-header .ast-flex,
.ast-builder-grid-row-container {
    display: block;
}

.main-navigation ul {
    justify-content: space-between;
}

.main-navigation {
    background-color: #C6E4B0;
    display: flex;
}

.main-navigation ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-family: raleway;
}

.ast-builder-menu-1 .menu-item:hover>.menu-link {
    color: #f04086;
}

@media all and (max-width: 922px) {
    .container-before-header {
        flex-direction: column;
        text-align: center;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar {
        background-color: #01261C;
        color: #C6E4B0;
    }
}

/* main */
.elementor-button .link-uppercase {
    font-family: raleway;
    text-transform: uppercase;
    font-weight: 900;
}

.img-shadow {
    box-shadow: 0 0 35px rgba(58, 86, 60, 0.35);
}

#ast-scroll-top {
    background-color: #C6E4B0;
    color: #01261C;
    border-radius: 50%;
}

.ast-container{padding:0;}

.ast-single-post .entry-content a {
    text-decoration: none;
}

.btn-primary {
    display: inline-block;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 012px 015px 012px 015px;
    background-color: #E48585;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #F04086;
}

/* footer */

#footer {
    color: #fff;
    font-size: 18px;
}

#footer h3 {
    color: #F9F0C9;
    text-transform: uppercase;
}

#footer p {
    margin-bottom: 0;
}

.footer-container {
    background: url("/wp-content/uploads/motif-pepinieres-raffard.png") no-repeat;
    background-size: cover;

}

.footer-content {
    margin: 0 auto;
    max-width: 75%;
    padding: 5rem 0;

}

.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-contact>p {
    text-transform: uppercase;
    font-weight: bold;
}

.info-footer {
    margin-top: 50px;
    color: #F9F0C9;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 0;
}

.footer-text {
    margin: 20px 0;
}

#footer .footer-button {
    margin-bottom: 20px;
    font-weight: 600;
}
.mention {
    background-color: #719E61;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 0;
}

.mention a {
    color: #fff;
    font-size: 14px;
}

.mention a:hover {
    color: #F04086;
    font-size: 14px;
}

/* contact */
#formulaire {
    background: #fffffff7;
    padding: 15px 20px;
}

textarea,
input {
    appearance: none;
    -webkit-appearance: none;
}

form .row {
    display: flex;
    justify-content: space-evenly;
    margin: 0 -5px !important;
    flex-flow: row wrap;
}

form .row>* {
    flex: 1 1;
    padding: 0 5px !important;
    flex-basis: 0;
}

form .labels {
    flex: 0 0 100%;
    display: flex;
}

form .labels label {
    margin: auto 0;
    font-weight: 600;
}

select,
input[type="text"],
input[type="password"],
textarea {
    width: 100%;
    margin: 0;
    padding: 0 4px;
    color: inherit;
    font-family: inherit;
    font-weight: normal;
    background: white;
    border: 1px solid #BABFC3;
    border-radius: 7px;
    outline: none;
}

form .labels,
select,
input[type="text"],
input[type="password"] {
    height: 40px;
    line-height: 20px;
}

select,
input[type="text"],
input[type="password"] {
    line-height: 40px;
}

form>*[align="right"] {
    display: none !important;
}

form .champs {
    margin-bottom: 10px;
}

form .champs.erreur>* {
    background-color: #f78686;
    border-color: red;
}

@media (min-width: 768px) {
    form .labels {
        flex-basis: 20%;
    }
}

@media (min-width: 992px) {
    form .labels {
        flex-basis: 16%;
    }
}

/* page 404 */
.error-404{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.error-404-message p {
    margin-bottom: 50px;
}