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


/* ========================================================================

   Use this file to add custom CSS easily

 ========================================================================== */

@media (min-width: 1366px) {
    .tm-content-container .uk-block:not(.tm-block-fullheight):first-child {
        padding-top: 100px;
    }
  	.tm-headerbar {
        display: flex;
        flex-flow: wrap column;
    }
}

@media (min-width: 1220px) {
    .tm-aside .uk-grid-margin {
        /*margin-top: 0px;*/
    }
}

.uk-contrast .tm-aside-title {
    position: absolute;
    z-index: 9000;
    padding: 12px 24px;
    background: #FFF;
}

.tm-aside .uk-contrast h1,
.tm-aside .uk-contrast h2,
.tm-aside .uk-contrast h3,
.tm-aside .uk-contrast h4,
.tm-aside .uk-contrast h5,
.tm-aside .uk-contrast h6 {
    padding: 0;
    color: #568941;
}

/* PERSONNALISATION DE TWITTER */
.tm-aside .lateral{
	padding:30px;
}

.uk-navbar-nav>li>a,
.uk-nav-navbar>li>a {
    font-size: 16px;
}

.field-entry {
    margin-bottom: 10px;
}

.field-entry .field-label {
    font-weight: bold;
}

.tm-absolu {
    position: fixed;
    z-index: 900;
    min-height: 20px;
    right: 20px;
    top: 5px;
}

.tm-absolu>div:nth-child(1) {
    /* width: 30%; */
}

.tm-absolu>div:nth-child(2) {
    /* width: 70%; */
}

.tm-absolu .uk-nav li {
    display: inline-block;
}

.tm-main-bottom .uk-flex-middle,
.tm-main-top .uk-flex-middle {
    padding-top: 20px;
}

.uk-nav li {
    /*border-top:thin solid #EFEFEF;*/
}

.uk-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s ease-in-out;
}

.uk-nav li a:hover {
    background: #568941;
    color: #FFF;
}

.uk-dropdown {
    padding: 15px 15px 0;
}

.contact-category .row-fluid {
    transition: transform 0.2s ease-in-out;
    list-style: none;
    margin-bottom: 20px;
}

.contact-category .row-fluid:hover {
    transform: scale(1.05);
}


/* ASIDE, gestion des apparences */

.tm-aside>div>.uk-row-first>div {
    /*height:100vh;*/
    background-position: 50% 50%;
}

.tm-aside-title {
    position: absolute;
    height: 100vh;
    display: flex;
    z-index: 100;
}

.tm-aside-title h1 {
    margin: auto !important;
    padding: 12px 25px;
    background: #FFF;
}


/* PIED DE PAGE */

footer .uk-flex {
    display: flex;
    flex-direction: column;
}

footer .uk-flex .uk-panel {
    flex: 1;
}

footer .uk-flex .ue {
    margin-top: 20px;
    line-height: 12px;
    font-size: 14px;
    text-align: left;
}

.uk-navbar-toggle:before {
    height: 30px;
}

.uk-navbar-toggle:after {
    width: 30px;
    height: 30px;
    color: #999;
    line-height: 30px;
    background: url(../less/uikit/images/default/icon-toggle-jaune.svg) 0 0 no-repeat;
}

.uk-nav-offcanvas>li>a {
    font-size: 12px;
}

.uk-icon-search:before {
    background: url(../less/uikit/images/default/icon-lock.svg) 50% 50% no-repeat;
}

/* SPECIALISATION DES MODULES */
.tm-bottom-a .partenaires{
  margin:0 -60px;
}
.tm-bottom-a .partenaires p{
  text-align:center;
}
.tm-bottom-a .partenaires img{
  max-height:50px;
}
.tm-bottom-a .partenaires a{
  animation:all .3s ease;
  margin:10px;
}
.tm-bottom-a .partenaires a:hover{
  transform:scale(1.1);
}
.roue{
	width:100%;
	height:480px;
	overflow:hidden;
}
