

#rt-copyright .rt-block {
    text-align: center;
}
.rt-gotobottom {
    color: #fff;
}

.rt-gotobottom:hover {
    background: #999 none repeat scroll 0 0;
    color: #000000;
}
#gantry-totop:hover {
    background: #666 none repeat scroll 0 0;
    color: #ffffff;
}
#gantry-totop {
    background: #999 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff !important;
    display: block;
    font-weight: bold;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    width: 60px;
}

.logo-type-preset1 #rt-logo {
    background-image: url("../../../images/logo-naissance1.png");
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    margin: 12px auto -20px;
    position: relative;
    width: 147px;
    z-index: 10;
}



@media only screen and (max-width: 767px) {

.logo-type-preset1 #rt-logo {
    background-image: url("../../../images/logo-naissance3.png");
    background-repeat: no-repeat;
    display: block;
    height: 93px;
    margin: 12px auto -20px;
    position: relative;
    width: 88px;
    z-index: 10;
}
.logo-type-preset1 .rt-logo-block::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: none;
    box-sizing: border-box;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
}
}
body.layout-mode-responsive #rt-slideshow {
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 768px) {
#rt-slideshow {
    padding-top: 50px;
}
}