/*
Theme Name: Divi Child
Description: Thème enfant Divi
Author: Easycorp
Template: Divi
Version: 1.0
*/

@media (min-width: 981px) {
    .home-container {
        justify-content: center;
        display: flex;
    }

    .home-container.et_pb_row .et_pb_column_1_2 {
        width: 29.6667%;
    }
}

@media (min-width: 808px) {
    #accueil .et_parallax_bg {
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }
}

#footer_credit::after {
    content: "";
    display: inline-block;
    height: 2em;
    width: 8em;
    aspect-ratio: 1 / 1;
    background-image: url('/wp-content/uploads/2025/12/easycorp_full_black-scaled.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#footer_credit {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

#footer-info {
    float: none;
    text-align: center;
}

/* Mobile menu */
.et_mobile_menu {
    border-color: #000;
    border-top: 3px solid #000;
    /* font-family: 'Arial', sans-serif; */
    font-size: 16px;
}

.mobile_menu_bar:before {
    color: #000;
}

#contact .et_pb_text_14.et_pb_text a {
    color: #000 !important;
}

#menu-footer  {
    font-family: 'Arial', sans-serif;
}