/* compiled by scssphp v0.1.10 on Tue, 19 Apr 2022 12:56:55 +0000 (0.0267s) */

.btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  position: relative;
  opacity: 0.999;
  border-radius: 5px !important;
  transition: all 0.3s; }

.btn-border-rev {
  color: #a6a6a6; }
  .btn-border-rev:before, .btn-border-rev:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    box-sizing: content-box;
    transition: all 0.3s; }
  .btn-border-rev:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0; }
  .btn-border-rev:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
    transition-delay: 0.05s; }
  .btn-border-rev:hover {
    background-color: white; }
    .btn-border-rev:hover:before {
      width: 100%; }
    .btn-border-rev:hover:after {
      height: 100%; }

.btn-green {
  background-color: #009459;
  color: white;
  text-transform: uppercase; }
  .btn-green:after {
    border-color: #009459; }
  .btn-green:hover {
    color: #009459; }

.btn-blue {
  background-color: #31a3dd;
  color: white;
  text-transform: uppercase;
  margin: 0.5em 0.5em;
  padding: 0.2rem 0.8rem 0.1rem 0.8rem !important; }
  .btn-blue:after {
    border-color: #31a3dd; }
  .btn-blue:hover span {
    color: #31a3dd !important; }

.btn-red {
  background-color: #db1445;
  color: white;
  text-transform: uppercase; }
  .btn-red:after {
    border-color: #db1445; }
  .btn-red:hover {
    color: #db1445; }

.btn-red:hover {
  cursor: pointer; }

.btn-white {
  background-color: white;
  border-color: #333 !important;
  color: #333;
  text-transform: uppercase; }
  .btn-white:after {
    border-color: #a0a0a0; }
  .btn-white:hover {
    color: #a0a0a0; }

.social-media__icon {
  background-image: url('/images/globe.png');
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  text-indent: -10000px;
  overflow: hidden;
  margin-right: 5px; }
  .social-media__icon.facebook {
    background-image: url('/images/facebook.png'); }
  .social-media__icon.instagram {
    background-image: url('/images/instagram.png'); }
  .social-media__icon.twitter {
    background-image: url('/images/logo-twitter.png'); }
  .social-media__icon.linkedin {
    background-image: url('/images/logo-linkedin.png'); }
  .social-media__icon.youtube {
    background-image: url('/images/logo-linkedin.png'); }
  .social-media__icon.website {
    background-image: url('/images/globe.png'); }
  .social-media__icon.fenetre1 {
    background-image: url('/images/1.png'); }
  .social-media__icon.fenetre2 {
    background-image: url('/images/2.png'); }
  .social-media__icon.fenetre3 {
    background-image: url('/images/2.png'); }
  .social-media__icon.fenetre4 {
    background-image: url('/images/4.png'); }

i.social-media__icon {
  width: 24px;
  height: 24px;
  display: block;
  float: left; }

.c-carousel {
  position: relative;
  max-width: 1000PX;
  margin-right: auto;
  margin-left: auto; }
  .c-carousel + .c-carousel {
    padding-top: 100px; }

.c-carousel__header {
  position: relative;
  margin-bottom: 80px;
  text-align: center; }

.c-carousel__title {
  font-size: 2.5rem;
  letter-spacing: -1px; }

.c-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between; }

.c-carousel__nav-item {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .c-carousel__nav-item circle {
    transition: all ease-in-out 0.2s; }
  .c-carousel__nav-item[disabled] {
    cursor: default; }
    .c-carousel__nav-item[disabled] circle {
      fill: #eee; }

.c-carousel__items {
  position: relative; }
  .c-carousel__items[data-carousel-items='1'] .c-carousel__item {
    width: 100%; }
  .c-carousel__items[data-carousel-items='2'] .c-carousel__item {
    width: calc((100% - 30px) / 2); }
  .c-carousel__items[data-carousel-items='3'] .c-carousel__item {
    width: calc((100% - 40px) / 3); }
  .c-carousel__items[data-carousel-items='4'] .c-carousel__item {
    width: calc((100% - 60px) / 4); }

.c-carousel__item {
  display: flex;
  margin-right: 20px; }
