/*
-> AH CSS
-> TATWERAT FRAMEWORK
*/
@charset "utf-8";
@import "bootstrap/bootstrap.min.css";
@import "reset.css";
@import "font-awesome.min.css";
/*@import "animate.css";*/
@import "ah-forms-ui.css";
/*@import "../js/owl-carousel/owl.carousel.css";
@import "../js/owl-carousel/owl.theme.css";
@import "../js/owl-carousel/owl.transitions.css";*/
#Wrapper { margin: 0px; visibility: hidden; opacity: 0; }
.hidden_scroll {
    opacity: 0;
    visibility: hidden;
}
.visible_scroll {
    opacity: 1;
    visibility: visible;
}
.fixed_scroll {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%!important;
}
/*#- Design Css -#*/
.scroll_top {
    background: url(../images/Icons/up.png) no-repeat top center;
    width: 49px;
    height: 49px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.desciption {
    padding: 5px;
    font-size: 10px;
    background-repeat: no-repeat;
}
.interieur {
    padding: 3px 8px;
    background-color: #000;
    color: #fff;
    max-width: 250px;
    text-align: center;
    font-size: 14px !important;
    font-family: 'tahoma' !important;
}
.sud {
    background-image: url(../images/tipsy-north.gif);
    background-position: center top;
}
.nord {
    background-image: url(../images/tipsy-south.gif);
    background-position: center bottom;
}
.est {
    background-image: url(../images/tipsy-east.gif);
    background-position: right center;
}
.ouest {
    background-image: url(../images/tipsy-west.gif);
    background-position: left center;
}