/**
 * @file
 * Ckeditor styles
 * Use Globaly
 */


/**
 * Font Size
 */

.heading-size-xs {
  font-size: var(--heading-size-xs);
}
.heading-size-s {
  font-size: var(--heading-size-s);
}
.heading-size-m {
  font-size: var(--heading-size-m);
}
.heading-size-l {
  font-size: var(--heading-size-l);
}

/**
 * Font-size
 */

 .heading-style-s {
  font-size: var(--heading-size-s);
}

/**
 * Colors
 */

.color-impact {
  color: var(--color-impact--1);
}
.color-blue {
  color: var(--color-primary--2);
}
.color-white {
  color: var(--color-neutral--1)
}


/**
 * <Hn> style
 */

.h1-bold{
  font-weight: 850;
  font-family: "interpol-sans", sans-serif;
}
.h2-moyen {
  font-size: var(--heading-size-s);
  line-height: 31.73px;
}
.h2-large {
  font-size: var(--heading-size-s);
}
.h2-devis {
  font-family: "source-sans-3", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

@media all and (min-width:1000px) {
  .h2-moyen {
    font-size: var(--heading-size-m);
    line-height: 42.3px;
  }
  .h2-large{
    font-size: var(--heading-size-l);
  }
  .h2-devis {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .h2-form {
    font-size: var(--heading-size-l);
  }
}


/**
 * p style
 */

.text p.blue-line {
  margin: 0;
}
p.blue-line {
  padding: 12px 0px;
  color: var(--color-secondary--1);
  border-bottom: 1px solid var(--color-neutral--3);
}
.p-projet-homepage {
  margin: 1.5rem 0 1rem 0!important;
  font-weight: 300;
}
.p-size-20px {
  font-size: 1rem;
}
@media all and (min-width:1000px) {
  .p-projet-homepage {
    margin: 2.8rem 0 2rem 0!important;
  }
  .p-size-20px {
    font-size: 1.25rem;
  }
}


/**
 * Span style
 */

.span-devis {
  position: relative;
  font-family: "interpol-sans", sans-serif;
  z-index: 20;
  font-size: 1.8rem;
}
.span-devis::after {
  position: absolute;
  background: #19344D;
  content: "";
  top: 0.9rem;
  left: 0;
  bottom: -0.3rem;
  right: -0.6rem;
  z-index: -1;
  display: block;
}

@media all and (min-width:1000px) {
  .span-devis {
    font-size: 3rem;
  }
}


/**
 * <ul> style
 */

 .ul-bold {
  padding-left: 1.5rem
}
.ul-bold li{
  font-weight: 600;
  margin: 0.5rem 0;
}

.ul-webform-contact {
  color: var(--color-neutral--1);
  padding: 0rem 1.6rem;
}
.ul-webform-contact::marker {
  color: var(--color-neutral--1);
}
.ul-webform-contact li {
  padding: 0.5rem 0;
}
