@charset "UTF-8";
.smooth {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ct-breadcrumbs {
  text-align: center;
}

/**
Retirer le flou à la redimension des PNG
**/
.elementor-image img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/*
.elementor-text-editor{
  ul{
    list-style: none;
    padding-left: 15px;

    li{
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;

      &::before{
        content: '•';
        color: $couleur_primaire;
        font-size: 2em;
        vertical-align: middle;
        position: absolute;
        left: -20px;
        line-height: 1em;
        top: -4px;
        }
    }


  }
}
*/
.wpgb-facet-title {
  display: block;
  --fontFamily: "Playfair Display", Sans-Serif;
  --fontWeight: 800;
  --fontSize: 20px;
  --lineHeight: 1.5;
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  font-style: var(--fontStyle, inherit);
  line-height: var(--lineHeight);
  letter-spacing: var(--letterSpacing);
  text-transform: var(--textTransform);
  -webkit-text-decoration: var(--textDecoration);
  text-decoration: var(--textDecoration);
}

body .wp-grid-builder .wpgb-card .classement_star {
  display: inline-block;
}
body .wp-grid-builder .wpgb-card .classement_star span {
  stroke-width: 4;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 500;
  color: var(--paletteColor2);
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0.15em;
}

.card_title_hebergement, h2.card_title_hebergement, h3.card_title_hebergement {
  display: inline;
  margin-right: 8px;
}

.card_adresse_hebergement strong {
  color: var(--paletteColor2);
  font-size: 1.15em;
  line-height: 1em;
}
.card_adresse_hebergement hr {
  margin: 0.4em 0;
  background-color: var(--paletteColor5);
}

body .wp-grid-builder .wpgb-card:not(.mise_en_avant) .wpgb-card-body .coeur_fiche_premium {
  display: none !important;
}

footer .widget-title {
  --fontFamily: "Playfair Display", Sans-Serif;
  --fontWeight: 800;
  --fontSize: 50px;
  --lineHeight: 1.5;
  --fontSize: 16px;
}

@media screen and (min-width: 1681px) {
  body .wp-grid-builder .wpgb-area-top-2 > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
}
body .wp-grid-builder .wpgb-main {
  padding: 2em;
}

.ct-sidebar span.widget-title:not(:empty) {
  color: var(--heading-color);
}

.ct-trending-block h2.ct-block-title,
.ct-trending-block h3.ct-block-title {
  color: var(--headings-color);
}

.elementor-shortcode .classement_star {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.elementor-shortcode .classement_star svg {
  width: 20px;
  height: 20px;
  color: #FFF;
}