/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Yael */
.bloc{
        max-width: 1000px; 
        width: 90%;
        margin: 50px auto;
}
.head{
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn_statut_paiement {
    background-color: rgb(251, 9, 9);
    
}
.es-powered {
    display: none !important;
    /* visibility: hidden !important; */
}
.am-powered{
    display: none !important;

}   
.rond {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.vert  { background-color: green; }
.rouge { background-color: red; }

.btns_admin{
    display: flex;
    flex-direction: row;
    justify-content: space-between  ;


}
.btn_admin{
    color: rgb(255, 255, 255);
    background-color: rgb(34, 65, 218);
    padding: 10px;
    border-radius: 10px;
}

/* #region syndic responsive */
@media screen and (max-width: 768px) {

    .bloc {
        padding: 10px;
    }
    .bloc h1 {
        font-size: 1.2rem;
    }
    .bloc h2 {
        font-size: 1rem;
    }

    table thead {
        display: none;
    }


    table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
    }

    table td {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }

    table td:last-child {
        border-bottom: none;
    }

    table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #333;
    }
}

/* admin 2 */

table td form {
    margin: 0;
}

table td button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* syndic admin 3 */
@media screen and (max-width: 768px) {

    .bloc form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .bloc form select,
    .bloc form input,
    .bloc form button {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

/* #endregion */

/* Thomas */
li.es-control__hfm {
    display: none !important;
}

/* Abdoulaye */