@font-face {
  font-family: tt-commons-cufonfonts;
  src: url(../fonts/dist/TT_Commons_Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: tt-commons-cufonfonts;
  src: url(../fonts/dist/TT_Commons_Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: tt-commons-cufonfonts;
  src: url(../fonts/dist/TT_Commons_DemiBold.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: tt-commons-cufonfonts;
  src: url(../fonts/dist/TT_Commons_Bold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'ricordo';
    src: url('../fonts/dist/ricordo-black-webfont.woff2') format('woff2'),
         url('../fonts/dist/ricordo-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'ricordo';
    src: url('../fonts/dist/ricordo-extralight-webfont.woff2') format('woff2'),
         url('../fonts/dist/ricordo-extralight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'ricordo';
    src: url('../fonts/dist/ricordo-medium-webfont.woff2') format('woff2'),
         url('../fonts/dist/ricordo-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'ricordo';
    src: url('../fonts/dist/ricordo-thin-webfont.woff2') format('woff2'),
         url('../fonts/dist/ricordo-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}
html:after {
  content: none;
}
body,
html {
  scroll-padding-top: 100px;
}
.tm-header .uk-sticky {
  border-top: 4px solid #f8b408;
}
body .uk-navbar li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
body .uk-navbar li img {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 30px;
  height: 30px;
}
#tm-dialog-mobile .uk-nav li img {
  display: none;
}
.uk-navbar-container {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.uk-navbar-container.uk-navbar-sticky {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(7, 36, 28, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.tm-header-mobile .uk-navbar-container {
  min-height: 110px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tm-header-mobile .uk-navbar-container .uk-navbar {
  min-height: 110px;
}
.tm-page:before {
  left: 0;
}
.uk-navbar-container {
  -webkit-box-shadow: 0 3px 9px #e6e6e6;
  box-shadow: 0 3px 9px #e6e6e6;
}
.uk-section-default {
  background-color: transparent;
}
/*
.tm-page {
  background: url(../images/dist/motifs-d91c3d0.svg) 0 0 no-repeat,
    url(../images/dist/motifs2-e2149fe.svg) right bottom 300px no-repeat;
  background-size: 500px auto, 500px auto;
}*/
#menu-slider .el-slidenav {
  width: 54px;
}
.rounded-img {
  -webkit-border-radius: 0 0 0 90px;
  border-radius: 0 0 0 90px;
  overflow: hidden;
}
.el-item.uk-panel.uk-tile-muted {
  border: 1px solid #eee;
}
.uk-padding-remove .uk-container-expand {
  padding: 0;
}
.split-chars > span.letter-animated {
  display: inline-block;
  -webkit-transform: translateY(50%) rotate(20deg);
  -ms-transform: translateY(50%) rotate(20deg);
  transform: translateY(50%) rotate(20deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.split-chars.active > span.letter-animated {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.fade-in > .uk-grid > div {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.85, 0.25, 1, 1);
  -o-transition: all 0.3s cubic-bezier(0.85, 0.25, 1, 1);
  transition: all 0.3s cubic-bezier(0.85, 0.25, 1, 1);
}
.fade-in > .uk-grid > div.in {
  opacity: 1;
}
@-webkit-keyframes nuages1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes nuages1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes nuages2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes nuages2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes nuages3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes nuages3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.uk-section-muted {
  -webkit-box-shadow: 0 -5px 15px #ddd;
  box-shadow: 0 -5px 15px #ddd;
}
@media (max-width: 1220px) {
  .uk-text-lead {
    font-size: clamp(30px, -webkit-calc(18px + 2vw), 40px);
    font-size: clamp(30px, calc(18px + 2vw), 40px);
  }
  .uk-heading-2xlarge {
    font-size: clamp(40px, -webkit-calc(18px + 2vw), 50px);
    font-size: clamp(40px, calc(18px + 2vw), 50px);
  }
  .uk-article-title,
  .uk-h1,
  .uk-heading-xlarge,
  h1 {
    font-size: clamp(22px, -webkit-calc(18px + 1.5vw), 45px);
    font-size: clamp(22px, calc(18px + 1.5vw), 45px);
  }
  .uk-h2,
  h2 {
    font-size: clamp(21px, -webkit-calc(18px + 1vw), 28px);
    font-size: clamp(21px, calc(18px + 1vw), 28px);
  }
  .uk-card-title,
  .uk-h3,
  h3 {
    font-size: clamp(20px, -webkit-calc(18px + 1vw), 25px);
    font-size: clamp(20px, calc(18px + 1vw), 25px);
  }
  .uk-heading-large {
    font-size: clamp(25px, -webkit-calc(18px + 1.5vw), 40px);
    font-size: clamp(25px, calc(18px + 1.5vw), 40px);
  }
  .uk-heading-medium {
    font-size: clamp(21px, -webkit-calc(18px + 1vw), 30px);
    font-size: clamp(21px, calc(18px + 1vw), 30px);
  }
  .uk-heading-small {
    font-size: clamp(18px, 23px, 25px);
  }
  .uk-h4,
  h4 {
    font-size: clamp(18px, 23px, 22px);
  }
}
@media (max-width: 1300px) {
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 18px;
  }
  .uk-navbar-nav {
    gap: 5px;
  }
  .uk-navbar-nav > li {
    position: relative;
  }
  .uk-navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .uk-navbar-nav > li > a:before {
    bottom: -10px;
  }
  .uk-navbar-nav > li > a span {
    line-height: normal;
  }
  .uk-navbar-container .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  #footer .uk-text-right {
    text-align: center !important;
  }
  .uk-subnav {
    text-align: center;
    display: block;
    margin: 25px auto;
  }
  .uk-subnav > * {
    padding-left: 0;
  }
  .uk-subnav > :after {
    content: "";
    display: block;
    width: 500px;
    max-width: 70%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    margin: auto;
  }
  .uk-subnav > :last-child:after {
    content: none;
  }
  .uk-subnav > * > :first-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .uk-subnav > *,
  .uk-subnav > * > * {
    display: block;
  }
  .uk-subnav > * > :before,
  .uk-subnav > :before {
    content: none;
  }
  .uk-subnav a {
    padding: 15px;
    font-size: 21px;
  }
}
/*# sourceMappingURL=custom.css.map*/
