/*
Theme Name: Thème Bulle d'air communication
Description: Thème de Bulle d'air communication. Optimisé SEO et rapide! 
Author: Arthur Deguines
Author URI: https://bulledair-communication-demo.fr/
Version: 1.1.0
*/

body {
    margin: 0 !important;
}

/* ********* INPUT OUTLINE */

input, textarea, button {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

html, body,
h1, h2, h3, h4, h5, h6,
p, span, a, li,
button, input, textarea, label,
div, strong, em, small, blockquote {
    font-family: "Montserrat", sans-serif !important;
}

p {
    display: block;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}

/* ************* FILTRES ********** */


#actus .container {
    /* background-color: var(--e-global-color-primary); */
    position: initial !important;
    /* text-align: center; */
    background-image: url(https://bulledair-communication-demo.fr/wp-content/uploads/2023/01/sven-wilhelm-2cRXSWyMHA8-unsplash-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* padding-top: 100px; */
    /* margin-top: 80px; */
}

#actus #filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#actus .filter a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-out;
}

#actus .filter a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease-out;
}

#actus .filter a:hover::after {
    width: 100%;
}

#actus .filter a.active::after {
    right: 0;
    left: auto;
    transition: right 0.3s ease-out;
}

#actus .filter-container {
    /* text-align: center; */
    width: 100%;
    /* background-color: #000000; */
    padding-top: 30px;
    padding-bottom: 70px;
}

#actus .filter-container .other-filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    margin-top: 25px;
}

#actus .title-archives {
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

#actus .filter-container a {
    text-decoration: none;
    color: black;
    margin-right: 18px;
    margin-left: 18px;
    font-weight: 500;
    font-size: 20px;
    font-family: "Montserrat";
}

#actus .filter-container a.active {
    font-weight: 600;
    border-bottom: 1px solid black;
}

#actus .all-posts {
    text-align: center;
    margin-left: auto;
    display: block;
}

#post-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; */
    /* margin-top: 100px;
    margin-bottom: 100px; */
}

.subtitle-container {
    display: flex;
    margin-top: 10px;
}

#actus .post .title h3 {
    color: var(--e-global-color-primary);
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
}

.theme {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "jost", sans-serif;
}

.date {
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 10px;
}

#theme {
    font-family: "jost", sans-serif;
    font-size: 12px;
    border-radius: 30px 0 0 30px;
    width: 350px;
    outline: none;
}

#actus #sort {
    border-radius: 30px;
    font-family: "jost", sans-serif;
    font-size: 12px;
    outline: none;
    width: 150px;
    font-style: italic;
    height: 30px;
    padding: 0;
    padding-left: 5px;
}

#actus .image img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

#actus .title h3 {
    font-family: "jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
}


#actus .content-container {
    margin: 15px;
}

#actus .descrption {
    line-height: 1;
    font-family: "jost", sans-serif;
    font-size: 12px;
}

#actus button.discover {
    font-family: "jost", sans-serif;
    font-size: 14px;
    text-decoration: underline;
    background: none;
    color: black;
    position: absolute;
    bottom: 5px;
    padding: 0;
    margin-bottom: 20px;
    border: none;
}

#actus button.discover:hover {
    cursor: pointer;
}

#actus #see-more-container {
    text-align: center;
    padding: 20px;
    color: var(--e-global-color-02a0b12);
    margin: 20px;
}

#actus #see-more:hover {
    font-weight: 600;
}


#actus .line-posts {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin-bottom: 30px;
    align-items: stretch;
}

#actus .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #40b3d0; */
}

#actus .title a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

#actus .post {
    /* border-radius: 20px; */
    background-color: white;
    width: 30%;
    /* box-shadow: 3px 3px 10px 3px rgb(0 0 0/ 50%); */
    /* margin: 30px; */
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    border-radius: 20px;
}

#actus .post-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


#actus .pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

#actus .pagination #left {
    text-decoration: none;
    color: black;
    font-size: 50px;
    font-weight: 200;
    margin-right: 50px;
}

#actus .pagination #right {
    text-decoration: none;
    color: black;
    font-size: 50px;
    font-weight: 200;
    margin-left: 50px;
}

#actus .number-page:hover {
    cursor: pointer;
}

#actus .number-page {
    background-color: initial;
    color: var(--e-global-color-02a0b12);
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 400;
    border: none;
}

#actus .number-page-active {
    font: 600;
    text-underline-position: under;
    background: black;
    border-radius: 250px;
    height: 25px;
    width: 25px;
    color: var(--e-global-color-primary);
}

#actus .filter-container a {
    text-align: center;
    display: flex;
    flex-direction: column;
}

#actus .filter-container img {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

#actus .category-post {
    width: 25px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.elementor-post__card .elementor-post__title {
    height: 65px;
}

body.logged-in .ma-nouvelle-classe {
    /* margin-top: 300px;
    height: 100px; */
}

.elementor-element-6c0ae9b {
    /* margin-top: 300px; */
}

body#wpadminbar .ma-classe {
    /* margin-top: 33px; */
}

@media(max-width: 767px) {
    #actus .filter-container a{
        margin: 0;
    }

    #actus .category{
        width: 33%;
    }
    
    #actus #theme {
        width: 65%;
    }

    #actus .line-posts {
        flex-direction: column;
    }

    #actus .post {
        width: auto;
    }

    #actus #sort {
        width: 30%;
    }

    /* .category-evenements .elementor-widget-wrap {
        margin: 0 !important;
    } */

    .elementor-post__card .elementor-post__badge {
        margin-top: 6px !important;
        margin-left: 60px !important;
    }
}

.elementor-post__title {
    text-transform: uppercase;
}

.elementor-post__read-more {
    position: absolute;
    bottom: 10px;
}

.elementor-post__excerpt {
    padding-bottom: 40px;
}

.elementor-location-header #Calque_1 {
    width: 40px;
    height: 40px;
}

/* LINK IN TEXT COLOR */

.elementor-widget-container p a {
    color: var(--e-global-color-e3c55cb);
}