/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

/* Tribu & Co */


/* Custom loop query  */
.post-loop-container .elementor-pagination {
    margin: 40px 0 0 0;
}
.post-custom-loop {
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
.post-custom-loop .elementor-widget-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.post-custom-loop .elementor-widget-wrap {
    padding: 0 !important;
}
.post-custom-loop .elementor-widget-theme-post-title {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 21px;
}
.post-custom-loop .elementor-widget-theme-post-title a {
    transition: color 250ms ease-in-out;
}
.post-custom-loop .elementor-widget-theme-post-title a:hover,
.post-custom-loop .elementor-widget-theme-post-title a:focus {
    color: #0087B8;
}
.post-custom-loop .elementor-widget-post-info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    /* padding-bottom: 10px; */
}
.post-custom-loop .elementor-post-info__item--type-date {
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
}
.post-custom-loop .elementor-post-info__item--type-custom {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}