*:not(#toolbar-administration):not(#toolbar-administration *):not([class^="fa"]) {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 22px;
}


/* Titres */
h1 {
  /*font-family: 'Barlow', sans-serif;*/
  font-weight: 700!important;
  font-size: 40px!important;
  line-height:46px!important;
}
h2 {
  font-size: 30px!important;
  line-height:36px!important;
  font-weight: 600!important;
}
h3 {
  font-size: 24px!important;
  line-height:30px!important;
  font-weight: 600!important;
}
h4 {
  font-size: 20px!important;
  line-height:26px!important;
  font-weight: 600!important;
}
h5, h6 {
  font-size: 16px!important;
  line-height:22px!important;
  font-weight: 600!important;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font-size:inherit!important;
  line-height: inherit!important;
}
  
@media (min-width: 1024px) {

  h1 {
    font-size: 50px!important;
    line-height:54px!important;
  }

}

/* Links */
a:hover {
  opacity:0.7;
}

/* li + ul */
@media (min-width: 768px) {
  li:hover > ul {
    display: block;
  }
}

/* images */
.upg-wrapper-image {
  border-radius:0.75rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.upg-wrapper-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.upg-wrapper-ratio {
  height: auto;
}

.upg-wrapper-ratio.ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.upg-wrapper-ratio.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.upg-wrapper-ratio.ratio-4-3 {
  aspect-ratio: 4 / 3;
}

@media (max-width: 1024px) {
  li:hover > ul {
    display: block;
  }
}

/* colors */
.text-green {
  color:#BCD047;
}

.bg-green {
  background-color:#BCD047;
}

.border-green {
  --tw-border-opacity: 1;
  border-color: #BCD047;
}

.sub-text-green span {
  color:#BCD047;
}

.text-pink {
  color:#E52D66;
}

.hover\:text-pink:hover {
  color: #E52D66;
}

.bg-pink {
  background-color:#E52D66;
}

.border-pink {
  --tw-border-opacity: 1;
  border-color: #E52D66;
}

.sub-text-pink span {
  color:#E52D66;
}

.bg-gray {
  background-color:#A9A9A9;
}

