/* 
Theme Name: 3AEP Theme
Theme URI: https://webipro.fr
Description: 3AEP Theme
Author: Web iPro
Template: hello-elementor
*/
/*
    Add your custom styles here
*/
h2 .l3 {
    transform: translateY(-5px);
    display: inline-block;
}
.elementor-headline-plain-text  .l3 {
    transform: translateY(-3px);
    display: inline-block;
}
p .l3 {
    transform: translateY(-2px);
    display: inline-block;
}
.blue-t{
   color:#2b4fa5;
}
.green-t{
   color:#288195;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-125, 
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-577 {
    display: none;
}
.elementor-widget-wp-widget-rss h5 {
    display: none;
 }
 .elementor-widget-wp-widget-rss ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
 }
 .elementor-widget-wp-widget-rss ul li {
    padding: 20px;
    margin: 20px;
    width: 29%;
    border-radius: 40px 0px 40px 0px;
 }
 .elementor-widget-wp-widget-rss ul li a.rsswidget {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 20px;
    display: block;
    font-weight: 600;
 }
 .elementor-widget-wp-widget-rss ul li .rss-date {
    margin-bottom: 10px;
    display: block;
    margin-top: 4px;
 }

@media only screen 
   and (max-width : 768px) {
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-125, 
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-577 {
    display: block;
}
}

@media only screen 
   and (max-width : 660px) {

}
@media only screen 
   and (max-width : 400px) {

}