/*
Theme Name: La Carte du Ciel
Description: Theme enfant
Author: Com y Média
Author URI: https://comymedia.fr
Template: Divi 
Version: 1.0.0
*/

@font-face {
    font-family: 'Madani Arabic';
    src: url(font/madani-arabic-regular.ttf) format('truetype');
}
.menu-item a {
    font-family: 'Madani Arabic', 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    padding-bottom: 25px;
}
.last-blog article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.last-blog a.entry-featured-image-url {
    grid-area: 1 / 1 / 3 / 2;
}

.last-blog h2.entry-title {
    grid-area: 1 / 2 / 2 / 3;
    align-content: end;
}

.last-blog .post-content {
    grid-area: 2 / 2 / 3 / 3;
}
@media all and (min-width:981px){
    .last-blog h2.entry-title, .last-blog .post-content {margin-left: 80px;}
}
a.more-link {
    color: #FDF8F5;
    padding: 13px;
    border: 1px solid #FDF8F5;
    border-radius: 100px;
    font-size: 18px;
    width: max-content;
    clear: none !important;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}
a.more-link:hover{
    background-color: #FDF8F5;
    color: #a2b2c4;
}
.et_pb_posts img {
    border-radius: 30px;
    box-shadow: 40px 40px 0px 0px #daeaea;
}
.et_pb_posts .et_pb_post .entry-featured-image-url{
    overflow: visible !important;
}/*
.et_pb_blog_grid article::before {
    content: url("https://preprodcym.ovh/lacarteduciel/wp-content/uploads/2025/12/symbole-astrologie-35px.png");
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 100;
}
.et_pb_blog_grid article{
    position: relative;
}*/

.et_pb_blog_grid article img {
    border-radius: 25px;
}

.et_pb_blog_grid h2.entry-title {
    padding-top: 20px;
}

.et_pb_blog_grid article,.et_pb_blog_grid a.entry-featured-image-url {
    overflow: visible !important;
}

#top-menu li.contact-button a {
    color: #a2b2c4;
    border: 1px solid #a2b2c4;
    border-radius: 100px;
    padding: 18px !important;
}
.am-fs-iipu__employee {
    display: none !important;
}

/* FORMULAIRE NEWLSETTER */
.brevo-form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

input.sib-email-area {
    background: transparent;
    border: none;
    border-bottom: 1px solid #72616A;
    color: #72606A !important;
    font-size: 20px;
    font-style: italic;
        min-width: 350px;

}

.sib-default-btn {
    border: 1px solid #72616A;
    background: #FDF8F5;
    border-radius: 100px;
    margin-left: -20px;
    padding: 10px 20px;
    font-size: 20px;
    color: #917692;
        font-weight: 600;

}

@media all and (max-width:980px){
    article#post-1 {
        display: block;
    }
    .et_pb_posts img {
        margin-bottom: 60px;
        box-shadow: 30px 30px 0px 0px #daeaea;
    }
    h2.entry-title, .post-content {margin-left: 0;}
    .et_pb_fullwidth_header_container.center {
        width: 100%;
    }
}
@media all and (max-width:480px){

    .brevo-form {
        flex-direction: column;
    }

    input.sib-email-area {
        min-width: auto !important;
        margin-bottom: 20px;
    }

    input#invisible {
        margin: 0;
    }
}

div#amelia-container {
    margin: 60px auto !important;
}