<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
  background-color: #5c0f8b;
  position: relative;
}
.hero:after {
  display: block;
  content: '';
  background: url("../images/hero_bg.png") repeat;
  width: 50%;
  top: 20px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.hero .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
.hero .buton.bt-light {
  background-color: #8750a8;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.bloc-criterii {
  background-color: #5c0f8b;
  color: #fff;
  padding: 30px;
  position: relative;
}
.bloc-criterii .colt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .bloc-criterii .colt {
    display: none;
  }
}
.bloc-criterii .inner {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-check li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}
.list-check li:before {
  content: url("../images/list_check.png");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list-orange {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-orange li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}
.list-orange li:before {
  content: '' '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff5100;
}
.color-yellow-2 {
  color: #FFAF27;
}
.table-licee {
  color: #5c0f8b;
  font-size: 16px;
}
.table-licee thead {
  background-color: #ff8336;
  color: #fff;
}
.calendar-bg {
  background-color: #f1f1f1;
  padding: 30px;
}
.table-calendar {
  margin: 0 auto;
}
.table-calendar thead {
  background-color: #ff8336;
  color: #fff;
}
.calendar-img {
  margin-top: 20px;
  text-align: right;
  margin-bottom: -70px;
}
.faq-entry {
  margin-bottom: 0;
}
.faq-entry .faq-header {
  color: #fff;
  background-color: #ff5100;
  padding: 15px 40px 15px 20px !important;
  margin-bottom: 15px;
}
.faq-entry .faq-header.collapsed {
  background-color: #5c0f8b;
}
.faq-entry .faq-header .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: #fff !important;
}
.faq-entry .faq-header .arrow:before {
  font-size: 20px;
}
.faq-entry .details {
  padding: 0 20px;
}
.carusel-old .slick-track {
  display: flex;
}
.carusel-old .slide {
  padding: 0 10px;
  text-align: center;
  transition: 0.1s;
}
.carusel-old .slide img {
  display: inline-block;
  width: 100%;
}
.carusel-old-nav {
  text-align: center;
  padding: 10px 0 0;
}
.carusel-old-nav .slick-arrow {
  font-size: 36px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.carusel-old-nav .slick-arrow:hover {
  color: #ff5100;
}
</pre></body></html>