/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

/* Déclaration de varialbes de couleur */
:root {
    --main-blue1: #66c1bf;
    --main-blue2: #008c8e;
    --main-blue3: #275662;

    --main-green: #9dc544;
    --main-sky: #9ed6e3;
    --main-purple: #423089;
    --main-pink: #ed6e6c;
    --main-gray: #797870;
    --main-lightgray: #c4c0b3;
}

/* Déclaration de la police Raleway */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

/* Déclaration de la police Avenir Next Pro */
/*@import url('https://fonts.googleapis.com/css?family=Avenir+Next+Pro:400,700&display=swap');*/

.wpas-ticket-details .wpas-ticket-buttons-top,
#wpas_ticketlist_filters,
.wpas-ticket-buttons-top,
.ast-footer-copyright,
.single-ticket .entry-header .entry-meta {
    display: none;
}

/*#content:before {*/
    /*background: url(/wp-content/uploads/2023/12/3737837-scaled.jpg);*/
    /*background-size: cover;*/
/*}*/

#content:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('/wp-content/uploads/2023/12/3737837-scaled.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.frm_form_field label {
    font-weight: 700 !important;
}
.frm_dropzone.dz-clickable .dz-message > svg {
    max-width: 25px;
}

#formidable_forms_dropdown,
#formidable_forms_dropdown_label {
    display: none;
}

.frm_description {
    margin-bottom: 2em;
}

.frm_form_field {
    margin: 2em 0;
}

.frm_button_submit.frm_final_submit {
    /*display: none;*/
}

.ticket-count-bubble {
    background-color: #dc3232;
    color: #fff;
    padding: 0 6px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 5px;
    line-height: 1.5;
    vertical-align: middle;
}

#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-updates,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-new-content,
#wpadminbar #wp-admin-bar-smart_slider_3,
#wpadminbar #wp-admin-bar-wpas_tickets,
#wpadminbar #wp-admin-bar-edit,
#wpadminbar #wp-admin-bar-frm-forms,
#wp-admin-bar-appearance,
#wp-admin-bar-menus {
    display: none;
}

#wpas_ticketlist #wpas-ticket-department,
.wpas-ticket-details .wpas-ticket-details-header thead > tr > th:last-child {
    display: none;
}

