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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*fond barre haut en dégradé*/

.accueil .uk-navbar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    height: 120px;
    top: 0;
}

.uk-navbar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    height: 100px;
    top: 15px;
}

/*logo top*/
.logo-top{
    margin-top:-133px;
}


/*défilement accueil*/
.uk-heading-large {
    background-color: rgba(255, 255, 255, 0.8);
/*    color: #111;*/
    font-size: 59px;
    line-height: 80px;
}


.uk-contrast h3 {
    background-image: none !important;
    color: #111;
    left: -200px;
    padding-left: 200px;
    padding-right: 15px;
    position: absolute;
    top: 450px;
}

.uk-text-large {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 19px;
    font-weight: 300;
    left: -200px;
    line-height: 28px;
    padding: 9px 15px 5px 172px;
    position: absolute;
    top: 505px;
}

/*menu principal*/
/*GLOBAL*/

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #4b4b4b;
    display: block;
    font-family: "Lato";
    font-size: 19px;
    font-weight: 300;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width:1150px){
    .uk-navbar-nav > li > a {
    font-size: 15px;
    padding: 0 8px;
   }
    .uk-subnav > * > * {
    font-size: 11px;
}
}

.uk-navbar-nav > li > a:hover {
    color: darkslategray;
}




/*Chaque rubrique*/

/*outdoor*/
.uk-navbar-nav > li:nth-child(1) > a {
    box-sizing: border-box;
    color: yellowgreen;
}

/*zen*/
.uk-navbar-nav > li:nth-child(2) > a {
    box-sizing: border-box;
    color: skyblue;
}

/*performance*/
.uk-navbar-nav > li:nth-child(3) > a {
    box-sizing: border-box;
    color: orange;
}

/*fitness*/
.uk-navbar-nav > li:nth-child(4) > a {
    box-sizing: border-box;
    color: rebeccapurple;
}

/*contact*/
.uk-navbar-nav > li:nth-child(5) > a {
    box-sizing: border-box;
    color: darkslategrey;
}


/*sous-titre menu principal*/

.uk-navbar-nav-subtitle > div {
    font-size: 12px;
    line-height: 12px;
    margin-top: -19.5px;
}

/*toolbar*/
.tm-toolbar {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-bottom: 1px dashed #b3d7e5;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 40px;
/*    position:fixed !important;*/
}

/*menu toolbar*/

.uk-subnav > * > * {
    color: #fff;
    display: inline-block;
}

.uk-subnav > .uk-active > * {
    color: skyblue;
}

/*sous-menu style*/

.uk-dropdown {
    background: rgba(255,255,255,0.85) none repeat scroll 0 0;
    color: #4b4b4b;
    font-size: 1rem;
    padding: 30px;
    vertical-align: top;
/*    border-bottom:5px solid orangered;*/
}

.uk-dropdown:nth-child(3) {
      border-bottom:5px solid orangered;
}


/*menu*/

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: rgba(0, 0, 0, 0);
    color: darkslategray;
    outline: medium none;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: darkslategray;
}

.uk-navbar {
/*
    background: none;
    background-image:url(../../../../../images/fond-barre-menu.png) ;
    background-repeat: repeat-x;
    color: #4b4b4b;
*/
    margin-top: -15px;
}



.commentaire-nouveau-site{
     background : rgba(255,255,255,0.5);
 }

.bouton-tarif {
    border: 1px solid skyblue;
    border-radius: 6px;
    padding: 5px;
    width: 125%;
}

.bouton-tarif:hover {
    border: 1px solid skyblue;
    border-radius: 6px;
    padding: 5px;
    width: 125%;
    background-color:skyblue;
    font-color:#333;
}

.bloc-tarif{
    border-left: 3px solid skyblue;
}

/*Google calendar responsive*/
    
.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
}