  /**
Theme Name: Âé¶¹Çø
Author: raphd.dev
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pgs
Template: astra
*/

/* 
 *
 * HOMEPAGE
 * body.home or body#page-id-106
 *
 */

/* 
COLORS : 
    --ast-global-color-0: #b30018;
    --ast-global-color-1: #620b15;
    --ast-global-color-2: #1e293b;
    --ast-global-color-3: #67768e;
    --ast-global-color-4: #f9f6fe;
    --ast-global-color-5: #FFFFFF;
    --ast-global-color-6: #fbfbfb;
    --ast-global-color-7: #ffcd57;

    --e-global-color-primary: #B30018;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #B30001;
    --e-global-color-6556fbc: #212121;
    --e-global-color-1cb183b: #FFFFFF;
    --e-global-typography-primary-font-family: "IBM Plex Sans";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "IBM Plex Sans";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "IBM Plex Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "IBM Plex Sans";
    --e-global-typography-accent-font-weight: 500;
*/


/* =======  GLOBAL  =============================================================== */

:root {
    --cs-light-gray: #F5F5F5;
}

/* =======  LOGO  =============================================================== */
.site-branding {
    padding: 2.5em 1em 1.5em 1em;
    border-radius: 0px 0px 5px 5px;
    border-width: 0px 1px 1px 1px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 7px 15px 5px rgba(0, 0, 0, 0.69);
    box-shadow: 0px 16px 20px 0px rgba(0, 0, 0, 0.69);
    /* background-color: rgba(255, 255, 255, 0.5) */
}

.site-branding img {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
}

/* =======  NAVIGATION  =============================================================== */
.main-navigation {
    font-family: "Museo Sans", sans-serif;
}

.main-navigation li.menu-item-type-custom>a:first-child {
    font-weight: 700;
}


.ast-header-navigation-arrow {
    display: none !important;
}

.sub-menu a {
    color: var(--e-global-color-primary) !important;
}

/* Force white background depsite transparent header */
.ast-theme-transparent-header .ast-above-header,
.ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
    background-color: #fff !important;
}

/* Apply button */
#menu-item-594 {
    background-color: var(--e-global-color-primary);
    color: #FFFFFF;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

/* =======  HOMEPAGE  =============================================================== */
body.home h2 {
    font-size: 64px;
}

.home-title {
    background-image: linear-gradient(to right, #B30018, #780674);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.home-title h2::selection {
    -webkit-text-fill-color: #ffffff;
}


/* COURSES */
/* Block of details :  Credit course, duration, etc. */
#block-courses-details {}

#block-courses h3:hover {
    cursor: default;
}

.text-white-hover:hover h3,
.text-white-hover:hover svg {
    color: #FFFFFF !important;
    fill: #fff !important;
}


/* NEWS div.elementor-element-a005373 */
.ast-single-post .entry-content a,
.ast-comment-content a {
    text-decoration: none;
}

/* Featured news */
.home .uael-post-wrapper-featured .uael-post__inner-wrap {
    display: block;
}

.home .uael-post-wrapper-featured {}

.home .uael-post-wrapper-featured .uael-post__thumbnail {
    display: block;
    /* border: 1px solid slateblue; */
    max-height: 220px;
    position: relative;
}


.home .uael-post-wrapper-featured .uael-post__thumbnail a {
    display: block;
    position: relative;
    height: 220px;
    max-height: 220px;
}

.home .uael-post-wrapper-featured .uael-post__content-wrap {
    display: block;
    position: relative !important;
    background: none !important;
}

.home .uael-post-wrapper-featured .uael-post__content-wrap .uael-post__terms-wrap {
    display: none;
}


/* Photo */
.home .uael-post-wrapper-featured,
.home .uael-post-wrapper-featured .uael-post__inner-wrap .uael-post__thumbnail,
.home .uael-post-wrapper-featured .uael-post__inner-wrap .uael-post__thumbnail a {
    max-width: 500px;
}

.home .uael-post__datebox {
    display: none;
}

/* Read more (call to action) */
.elementor-106 .elementor-element.elementor-element-a005373 a.uael-post__read-more {
    padding: 0;
    background: none;
}


/* NEWS Medias query */
@media (max-width: 767px) {
    .elementor-element-a005373.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
        position: relative;
    }
}


/* EVENTS */
/* Events : Containers */
.home .tribe-events-widget-events-list__events {
    display: flex;
    justify-content: space-between;
}

.home .tribe-events-widget-events-list__event-wrapper article,
.home .tribe-events-widget-events-list__event-details {
    height: 100%;
}

.home .tribe-events-widget-events-list__event-header {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home .tribe-events-widget .tribe-events-widget-events-list__event-row {
    justify-content: space-around;
}

.home .tribe-events-widget .tribe-events-widget-events-list__event-row,
.home .tribe-events-widget .tribe-events-widget-events-list__event-row:last-child {
    margin-bottom: 0 !important;
}

.home .tribe-common-g-row {
    margin-right: 1em;
}

/* Events : Elements */
.home .tribe-events-date-tag {
    background-color: var(--e-global-color-astglobalcolor1);
    color: #fff;
    display: block;
    position: relative;
    max-width: 90px;
    margin-right: 1em;
}

.home .tribe-events-widget-events-list__event-date-tag {
    border-radius: 5px;
}

.home .tribe-events-widget-events-list__event-date-tag-datetime {
    justify-content: center;
}

.home .custom-categories-event-list span a {
    color: #367D9C;
}


.home .tribe-events-widget-events-list__event-datetime-wrapper {
    margin-top: 0.5em;
}

.home .custom-categories-event-list span,
.home .custom-see-event,
.home .custom-view-all-events {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--e-global-color-astglobalcolor2);
}

.home a.custom-link:hover {
    color: var(--ast-global-color-0);
}

.home .custom-view-all-events {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
}


/* TESTIMONIALS */


/* FOOTER */
.site-primary-footer-wrap {
    font-family: "Museo Sans";
}