/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /*
* Container Top-A pleine largeur
*/
 .tm-block-top-a .uk-container {  
max-width: 100%;  
padding: 0;  
}

.tm-block-middle .uk-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
   -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.tm-content-padding .tm-block-middle {
padding-top: 0;
padding-bottom: 0;
}

.uk-breadcrumb {
  /* 1 */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  /* 2 */
  font-size: 0.001px;
}

.tm-block-top-a,
  .tm-block-divider-top-a,
  .tm-block-divider-top-b,
  .tm-block-top-a:first-child,
  .tm-block-image-top-a,
  .tm-block-alt-top-a,
  .tm-block-image-top-a + .tm-block-top-a,
  .tm-block-alt-top-a + .tm-block-top-a,
  .tm-bottom-c-top-a + .tm-footer-top-a {
    padding-top: 0;
  }

.uk-grid > * > :last-child {
    margin-bottom: 10px;
}

.uk-dropdown-navbar {
background-color: #222;
    opacity: 0.9;
    box-shadow: 1px 1px 1px #111;
}

/*
* Circle Chart
*/

svg.uk-circlechart {
display: block;
margin: auto;
}
svg.uk-circlechart path {
fill: #FF9900;
}
svg.uk-circlechart circle {
fill: #4DB8FF;
}
svg.uk-circlechart text {
font-weight: bold;
font-size: 50px;
fill: #FF9900;
dominant-baseline: central;
text-anchor: middle;
}

.tm-block-secondary svg.uk-circlechart path {
fill: #FFCC00;
}
.tm-block-secondary svg.uk-circlechart circle {
fill: #3c3c3c;
}
.tm-block-secondary svg.uk-circlechart text {
fill: #ffffff;
}

.tm-block-primary svg.uk-circlechart path {
fill: #ffffff;
}
.tm-block-primary svg.uk-circlechart circle {
fill: #ff0000;
}
.tm-block-primary svg.uk-circlechart text {
fill: #ffffff;
}


/*
* Titre sur ligne
*/
.tm-title-line {
  margin: 30px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
  color: #0bc9eb !important;
}
.tm-title-line span {
  padding: 0 15px;
  background: #ffffff;
  

  
