/* 
Theme Name: solya-ae
Theme URI: https://webipro.fr
Description: solya-ae Theme
Author: Web iPro
Template: hello-elementor
*/
/*
    Add your custom styles here
*/
#cmplz-manage-consent {
	display: none;
}
.blurb_click {
    cursor: pointer;
}
.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;
   background-color: #DBF3F5;
   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;
}

.solya-contact-form a {
    color: var(--e-global-color-798713c);
}

.solya-contact-form a:hover {
    color: var(--e-global-color-accent);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--e-global-color-798713c);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DM Sans', sans-serif;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.solya-header-menu i.fa-home {
    font-size: 20px;
}

body {
    border-right: 10px solid #EAAA00;
    border-left : 10px solid #0030E0;
}

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

}

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

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

}