.btn-primary{
color: #ffffff;
}
input, textarea, .uneditable-input {
width: 100%;
}

h1::after, h3::after, h5::after {
    border-bottom: 3px solid #0083bd;
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
  	width: 15%;
    background: none;
    padding: 4px 0px;
    margin-bottom: 30px;
}

h2, .uk-h2 {
font-size: 30px;
color: #0083bd;
}

h4, .uk-h4 {
  font-size: 20px;
color: #0083bd;
}



.uk-accordion-title {
background: #0083bd;
color: #ffffff;
background-image: url(/images/graphisme/puce_accordion_default.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 30px;
}


.uk-float-left .uk-float-right {
	height: 120px;	

}
.tm-toolbar {
    margin: 0 !important;
    padding: 0;
	height: 120px;
	background: url(/images/graphisme/engrenages_2.png) no-repeat;
}

.headerbar {
       margin-top: -75px;
}
@media (max-width: 820px) {
.headerbar { margin-top: -0px;
}
}
.uk-navbar {
	background: none;
	color: #222222;
	background-image: url(/images/graphisme/engrenage_slide.png) no-repeat;
}

.uk-overlay-panel {
    background-color: rgba(0,0,0,0);
}

.uk-navbar-nav > li > a {
background: #767779;		
color: #ffffff;
 height: 60px;
    line-height: 60px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #0083bd;
    color: #ffffff;
}



.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #779d29;
  color: #ffffff;
  /* 3 */
  outline: none;
}
.tableau {
  width: 49%;
}
.bloc-mobile1 {
  width: 22%;
  float: left;
}
.bloc-mobile2 {
  width: 56%;
  float: left;
}
.bloc-mobile3 {
  width: 22%;
  float: left;
}
@media (max-width: 820px) {
.tableau { width: 100%;}
.bloc-mobile1, .bloc-mobile2, .bloc-mobile3 { width: 100%;}
}
@media (max-width: 820px) {
* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure, h1, h2, h3, h4, h5, h6 {

    margin: 10px 0 4px 20px;
}}