/*
Theme Name: Rhythm Child
Theme URI: http://themeforest.net/user/JoiThemes/
Author: JoiThemes
Author URI: http://themeforest.net/user/JoiThemes/
Template:  rhythm
Description: Powerful Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/

.home-content{
	background-image: url('http://lakaeserie.de/wp-content/uploads/2016/09/lk_logo_150_retina.png');
	background-repeat: no-repeat;
	background-position: 50% 20%; /*régler le positionnement */
}

.info-slide{
    position: absolute;
    top:68%;
    width: 100%;
}

/* Responsive Styles Tablet Portrait Only */
@media all and (max-width: 479px) {
    .info-slide{
        position: absolute;
        top:68%;
        width: 96.25%;
    }
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 479px) {
    .info-slide{
        position: absolute;
        top:68%;
        width: 93.25%;
    }
}

.slide-content{
    color: rgba(255,255,255, .7)!important;
    font-family: "Open Sans", arial, sans-serif!important;
    text-align: center!important;
    font-size: 12px!important;	
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height:25px; 
}

.slide-content span{
	display: block!important;
}

/* Aide Cacher elements*/
.hide{
    display: none;
}





/* Style inutile a supprimer a la fin avant mise en ligne 


*/

.logo-ours{
    background-image: url('http://lakaeserie.de/wp-content/uploads/2016/09/lk_logo_150_retina.png')!important;
    background-repeat: no-repeat!important;
    width:180px!important;
    height: 180px!important;
    margin:40px auto 0 auto !important;
}

.title-slide{
    /*position: relative!important;*/
    font-size: 48px!important;
    font-weight: 400!important;
    line-height: 1.4!important;
    text-transform: uppercase!important;
    letter-spacing: 0.7em!important;
    color:#fff!important;
   /* margin:0 0 0px 0!important;*/
    text-align: center;
}
/* Responsive Styles Smartphone Only */
@media all and (max-width: 479px) {
    .title-slide{
        font-size: 24px!important;
        letter-spacing: 0.3em!important; 
        margin:0 0 30px 0!important;
    }
}

.subtitle-slide{
/*  margin-top: 0!important;
    position: relative!important;*/
    font-size: 13px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    color: rgba(255,255,255, .7)!important;
    font-family: "Open Sans", arial, sans-serif!important;
    text-align: center!important;
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 479px) {
    .subtitle-slide{
        font-size: 13px!important;
        display: block!important;
        background-color: #ff6600!important;
    }
}
.scroll-down{
	position: relative;
}
.scroll-down:before{
	bottom: -10px;
	margin:0px 0 0 -5px;
}
.scroll-down-icon{
	font-size: 30px!important;
	line-height: 30px!important;
}

.tp-bgimg{
    background-attachment: fixed!important;
}