/**
Theme Name: Perlumen
Author: YETI
Author URI: https://agenceyeti.fr
Description: Un site éclairé pour décider ;)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: perlumen
Template: astra
*/


/* Listes classiques transformées en liste avec check Perlumen */
.liste-check-perlumen ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.liste-check-perlumen li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  line-height: 1;
}

.liste-check-perlumen li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.08em;
  color: #6ec6d4;
  font-size: 16px;
}

.titre-sunx3 .elementor-heading-title, .titre-sunx5 .elementor-heading-title {
  position: relative;
  display: inline-block;
}

.titre-sunx3 .elementor-heading-title::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 52px;
  right: -48px;
  top: -34px;

  background-image: url("/wp-content/themes/perlumen/img/sun-x3-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  pointer-events: none;
}

.titre-sunx5 {
  overflow: visible;
}

.titre-sunx5 .uael-heading {
  overflow: visible;
}

.titre-sunx5 .uael-heading-text {
  position: relative;
  display: inline-block;
}

.titre-sunx5 .uael-heading-text::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 150px;
  right: -115px;
  top: -80px;

  background-image: url("/wp-content/themes/perlumen/img/sun-x5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;

  pointer-events: none;
}
@media (max-width: 767px) {
  .titre-sunx5 .uael-heading-text::after {
    width: 250px;
    height: 100px;
    right: -90px;
    top: -55px;
  }
}

@media (max-width: 480px) {
  .titre-sunx5 .uael-heading-text::after {
    display: none;
  }
}