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

body{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

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

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

a:focus {
    outline: none !important;
}

.elementor-element p{
margin-top: 0;
margin-bottom: 0;
margin-block-start: 0;
margin-block-end: 0; 
margin-inline-start: 0;
margin-inline-end: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}

/* ************* 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 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: 30px
}

#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: white;
    margin-right: 30px;
    font-weight: 500;
}

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

#post-container .post {
    border-radius: 20px;
    background-color: white;
    width: 25%;
    box-shadow: 3px 3px 10px 3px rgb(0 0 0/ 50%);
    margin: 30px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
.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%;
    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: var(--e-global-color-primary);
    position: absolute;
    bottom: 5px;
    padding: 0;
    margin-bottom: 20px;
}

#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: center;
    flex-direction: row;
    align-items: center;
}

#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: 25%;
    box-shadow: 3px 3px 10px 3px rgb(0 0 0/ 50%);
    margin: 30px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}

#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: var(--e-global-color-primary);
    font-size: 50px;
    font-weight: 200;
    margin-right: 50px;
 }

 #actus .pagination #right {
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: 50px;
    font-weight: 200;
    margin-left: 50px;
 }

 #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;
 }

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

 .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 #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;
 }

 /* LINK IN TEXT COLOR */

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