@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body {
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    width:100%;
}

a, a:visited, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

/* contener global de l'application, height 100% en js */
.page {
    position: relative;
    width: 100%;
    background-color: #FFFFFF!important;
    margin-left: auto;
    margin-right: auto;


}


header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    padding: 10px 20px;
    font-size: 14px;
    height: 54px;
    z-index: 4;
}


#dsioLayerEngines {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    overflow:hidden;
    z-index: 3;
    display: none;
}

#appContener {
    margin-top: 74px;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    overflow-y: auto;
    z-index: 1;
}

#contenu-page {
    margin-top: 74px;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    overflow-y: auto;
    z-index: 2;
}







header ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

header ul li {
    display: inline-block;
}

.li-rechercher i {
    float: right;
    display: block;
}

.txt-rechercher {
    text-align: left;
    margin-top: 8px;
    float: left;
}

#menu {
    background-color: #000;
    visibility: hidden;
}

#menu.mm-menu {
    visibility: visible;
}

#menu li {
    border-bottom: 1px solid #444444;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}

#menu li.reseaux {
    border-bottom: none;
}
#menu li.reseaux a {
    display: inline-block;
    padding: 12px 12px 0px 12px;
    margin: auto;
    font-size: 27px;
}

#menu li:after {
    border: none;
}

.menu-logo {
    text-align: center;
}

.menu-logo img {
    width: 200px;
    padding: 10px;
    padding-left: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header-logo {
    width: 50px;
    margin: 0;
}

.header-logo img {
    width: 50px;
    height: 50px;
}

.header-rechercher {

}

#headerSearchButton {
    width:150px;
    height: 36px;
    display: inline-flex;
    color: #929292;
    background-color: #feffff;
    border-radius: 3px;
    padding: 2px 8px 2px 8px;
    margin: 6px 0 8px 8px;
    background-image: url("/images/search.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;

}
#headerCloseSearchButton {
    width:150px;
    height: 36px;
    display: inline-flex;
    color: #929292;
    background-color: #000;
    border-radius: 3px;
    padding: 0;
    margin: 10px 0 0px 20px;
    line-height: 36px;
    display:none;

    /*background-image: url("/images/search.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;*/
}



.header-rechercher i {
    margin: 5px 0 5px 0;
}

.header-burger {
    margin-top: 10px;
}

.header-burger a {
    color: #08b1c6;
    padding: 5px 10px;
    display: block;
}

.pictos {
    width: 100%;
    height: 175px;
    background-color:#e7e7e7;
    padding-top: 60px;
    background-image: url(/images/titre-mes-evenements.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

.pictos li {
    display: block;
    width: 75%;
    margin: auto;
}

.picto-culture {
    background-color: #e01233;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.picto-fete {
    background-color: #b51c94;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.picto-sport {
    background-color: #521b9d;
    border-bottom: 1px solid #fff;
}

.picto-enfants {
    background-color: #006aa1;
    border-right: 1px solid #fff;
}

.pictos-marche {
    background-color: #28a21b;
    border-right: 1px solid #fff;
}

.picto-vie-locale {
    background-color: #90a300;
}

.pictos ul {
    margin: 0;
    padding: 0;
}

.pictos ul li {
    text-align: center;
}

.pictos a {
    color: #fff;
    height: 40px;
    width:100%;
    margin: auto;
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #545454;
    background-color: #feffff;
    margin-bottom: 2px;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(117,117,117,1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(117,117,117,1);
    box-shadow: 0px 0px 8px -2px rgba(117,117,117,1);
}

.pictos img {
    height: 40px;
}

#royalSliderAccueil {
    width: 100%;
    position: relative;
    overflow: hidden;
}


#appContener .dsioDivPages,
#appContener .layerOiListAndState,
#appContener #contextList {
    display: none!important;
}
#appContener.open .dsioDivPages,
#appContener.open .layerOiListAndState,
#appContener.open #contextList {
    display: block!important;
}

.a-la-une {
    width: 150px;
    margin-bottom: 5px;
    float: left;
}

.rsCaption {
    padding: 0 30px 0;
    margin-bottom: 10px;
}

.rsCaption h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rsCaption p {
    font-size: 15px;
    font-weight: lighter;
}

.rsGCaption .badge {
    float: left;
    padding: 5px;
    background-color: #ec971f;
    text-transform: uppercase;


    /*float: left;
    padding: 5px;
    background-color: #e01233;
    text-transform: uppercase;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    max-width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;*/
}

.content-page .btn-play-store {
    display: block;
    background: url("/lae/public1.0/img/gplay.jpg") no-repeat center center;
    width:263px;
    height:89px;
    margin:auto;
}
.content-page .btn-app-store {
    display: block;
    background: url("/lae/public1.0/img/playStore.jpg") no-repeat center center;
    width:263px;
    height:89px;
    margin:auto;
}

.loading {
    position: absolute;
    z-index: 1000;
}

.fail {
    width: 95%;
    text-align: center;
    margin: 10px;
    color: #db1f66;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: "Open Sans", sans-serif;
}

/* Pages */
.content-page h1 {
    text-align: center;
    padding: 10px;
    color: #db1f66;
}

.content-page h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #db1f66;
    margin: 20px 0;
}

.page-construction {
    padding: 10px;
    background-color: #28a21b;
    color: #fff;
    text-align: center;
}

.content-page ul {
    list-style: none;
}

.content-page li {
    padding: 10px;
}

.content-page a, .content-page  a:hover, .content-page  a:visited, .content-page a:focus {
    color: #00adc2!important;
}

.autres-sites i {
    margin-right: 10px;
}

.content-page {
    font-size: 15px;
    margin: 15px;
}

.at-icon-wrapper {
    padding: 10px!important;
}

.at-share-btn {
    max-width: 50px!important;
    max-height: 50px!important;
}

.addthis_sharing_toolbox {
    width: 165px!important;
}

@media screen and (max-width: 450px) {

}

@media screen and (max-width: 360px) {
    header {
        padding: 10px 10px;
    }

    .header-rechercher i {
        margin: 5px 0 5px 0;
    }

    .txt-rechercher {
        margin-top: 8px;
    }

    .header-logo {
        width: 50px;
    }

    .header-logo img {
        height: 50px;
    }
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loading-page .img-sortir {
    width: 75%;
    margin: auto;
    margin-top: 100px;
}

#loading-page .img-sortir img {
    width: 100%;
}

#spinner{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70ffffff, endColorstr=#70ffffff);
    width: 47px;
    height: 49px;
}

#spinner:after {
    content: '';
    width: 47px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin: -25px 0 0 -25px;
    z-index: 10010;
    background-image: url("../../../img/modes/wrcMobileForDeveloppers/btn_load.png");
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


@media screen and (min-width: 1024px) {
    /*body {
        width:480px;
        margin: auto;
    }
    header {
        position: relative;
        width: 300px;
        padding: 10px 10px;
    }
    .header-logo img {
        width: 50px;
        height: 50px;
    }
    #appContener {
        margin:0!important;
    }*/
}