/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-notouch .tm-overlay.tm-overlay-orange svg path {
  fill:#ffaa27;
}

.uk-notouch .tm-overlay.tm-overlay-green svg path {
  fill:#719a37;
}

.uk-notouch .tm-overlay.tm-overlay-red svg path {
  fill:#f26b39;
}

.uk-notouch .tm-overlay.tm-overlay-yellow svg path {
  fill:#ffd11d;
}

h1.titre-page {
    font-size: 44px;
  text-shadow: 1px 1px 3px #111111;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0);
    color: #f4f7f9;
    border-color: #f4f7f9;
    box-shadow: 0px 0px 0px 0px #f4f7f9 inset;
}

.tm-heading-underline {
    color: #719a37;
}

.acysubbuttons {
    text-align: left;
}

legend{
  color:#B1AAA5;
}

.uk-navbar {
    background: none repeat scroll 0% 0% #719A37;
}
.uk-navbar-nav > li > a {
    color: #ffffff;
}

.tm-footer .uk-subnav-line {
    background: none repeat scroll 0% 0% #719A37;
}

.uk-subnav > li > a {
    color: #FFF;
}
.uk-subnav > li > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.tm-content {
    text-align: justify;
}
.uk-article-lead {
  font-weight: bold;
}
.uk-text-psycart-green{
  color:#719A37;
}
.uk-text-psycart-orange{
  color:#EF663A;
}
.uk-dropdown {
    width: 250px;
}