html {
    -webkit-text-size-adjust: none;
}

div#general-content {
    width: 100%;
    max-width: 990px;
}
div#general-content.large {
    width: 100%;
    max-width: 1020px;
}

#general-content #detail-concours {
    width: 100%;
}

div#logo-content{
    max-width: 1020px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
}
div.stats-menu {
    max-width: 1020px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
}
div.stats-menu.concours {
    padding-left: 0;
    padding-right: 0;
}

div#footerwrapper {
    max-width: 1020px;
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.ariane,
.ariane a{
    float: left;
    font-size: 11px;
    color: #f2f2f2;
    line-height: 37px;
    max-width: 223px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 37px;
}

.mobile-wrapper-menu {
    float: right;
}

.menu-mobile-icon, .menu-mobile-search {
    width: 37px;
    height: 37px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    float: left;
    display: block;
    -moz-box-shadow: inset 0 -2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 -2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.menu-mobile-icon.active, .menu-mobile-search.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-mobile-icon {
    background: #42403C;
    margin-right: 5px;
    line-height: 43px;
    font-size: 19px;
    text-align: center;
    color: #f2f2f2;
}

.menu-mobile-search {
    background: #f2f2f2;
    line-height: 43px;
    font-size: 19px;
    text-align: center;
    color: #42403C;
}

#logo-stat.logo-stat-in img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.search-mobile-wrapper {
    background: #F2F2F2;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 11px;
    display: none;
}

.links-mobile-wrapper {
    background: #42403C;
    font-size: 11px;
    display: none;
    color: #F2F2F2;
}





form#searchFormNl2 {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
}
form#searchFormNl2.searchForm-tag{
    margin-top: 7px;
    margin-right: 0px;
}

form#searchFormNl2 input#getSearch.placeholder {
    color: #63605A;
    font-style: normal;
}
form#searchFormNl2 ::-webkit-input-placeholder {
    color:#63605A;
    font-style: normal;
}
form#searchFormNl2 :-moz-placeholder {
    color:#63605A;
    font-style: normal;
}
form#searchFormNl2 input#getSearch{
    background-color: #f2f2f2;
    border: 1px solid #ADA799;
    color:#42403C;
    font-style: normal;
    margin: 0;
    padding: 6px 10px;
    width: 150px;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

form#searchFormNl2 input#getSearch:focus{
    outline:none;
}

form#searchFormNl2 input#startSearch {
    cursor:pointer;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #B3AFA8;
    background: -moz-linear-gradient(100% 100% 90deg,#C9C9C9, #F1F1F1 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#C9C9C9));
    color: #312D27;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #B3AFA8;
    text-shadow: 0 -1px 1px white;
    height: 30px;
    margin: 5px 0 0 5px;
    padding: 0 10px;
}

.mobile-links {
    list-style: none;
}

.btn-sign-up-right {
    margin-right: 0;
}

.mobile-links, .mobile-links a {
    color: #D8D2C5;
    display: block;
}

.mobile-links a {
    padding: 10px;
}

.ss-menu {
    list-style: none;
    max-height: 0;
    overflow: hidden;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.ss-menu, .ss-menu a {
    color: #F2F2F2;
}

.ss-menu a {
    padding-left: 40px;
    color: #f2f2f2;
}

.links-mobile-wrapper, .search-mobile-wrapper {
    -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .3);
    overflow: hidden;
    max-height: 0;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.links-mobile-wrapper hr {
    border:none;
    border-top: 1px solid rgba(0,0,0,0.5);
    height: 2px;
    background: rgba(255,255,255,.05);
}

.mb {
    position: relative;
}

.mb .triangle {
    position: absolute;
    left: 40%;
    top: 1em;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.mb.open .triangle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bubulle-main-elm {
    position: absolute;
    background: #DE2154;
    color: #1E1B19;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
    padding: 3px 6px;
    top: 7px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 99px;
    font-family: Helvetica, Arial, sans-serif;
}


.c-global .bubulle-master {
    position: absolute;
    background: #DE2154;
    color: #1E1B19;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
    padding: 3px 6px;
    top: -10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: -10px;
    font-family: Helvetica, Arial, sans-serif;
}

.mb a {
    font-size: 0.7rem;
}
.separation-repost{
    display:none;
}

/* desktop */
@media only screen and (min-width: 641px) {
    .search-mobile-wrapper, .links-mobile-wrapper {
        display: none !important;
    }
}

@media only screen and (max-width: 990px) {
    .pic-location{
        display:none;
    }
    #conteneurMenu {
        margin: 0 2%;
    }
    #feedback{
        display:none;
    }
    #general-content .detailPhotoList .textareaCommentaire {
        width: 95%;
    }
    #conteneurProfilLarge, #conteneurLoad, #conteneurDetail {
        padding: 0 2%;
    }
    .conteneurPhotoListDroite {
        width: 43%;
        padding-right: 2%;
    }
}

@media only screen and (max-width: 965px) {
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #cropZone{
        padding: 0 6% 0 7%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone {
        width:40%;
        padding:0 6% 0 6%;
    }

    .conteneurPhotoListGauche .PhotoListGauchePhoto .bloc-footer .pic-created {
        display: block;
        margin-bottom: 10px;
        /*width: 100%;*/
    }


}
@media only screen and (max-width: 915px) {
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone {
        width:35%;
    }
    .comment-facebook-form {
        /*display: none;*/
    }
    #userProfilLarge a.bt-send-dm {
        margin: 2px 0 0 0px;
    }
    #userProfilLarge a.bt-send-dm img {
        margin: 5px 11px 0 0;
    }
    #userProfilLarge .relation_following,
    #userProfilLarge .relation_double,
    #userProfilLarge a.cercle, .detail-user-droite a.cercle{
        margin-left: 0;
    }
}

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

    #emojiBoite {
        display: none !important;
    }

    #general-content #detail-concours #gallerie-concours{
        width: 96%;
    }

    .photos-wrapper,
    .photos-wrapper:nth-child(n),
    .photos-wrapper:nth-child(2n),
    .photos-wrapper:nth-child(3n),
    .photos-wrapper:nth-child(5n) {
        margin-top: 30px;
        width: 20%;
        margin-right: 4%;
    }

    .photos-wrapper:nth-child(4n) {
        margin-right: 0;
    }

    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #cropZone{
        padding: 0 4% 0 4%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone{
        padding:0 4% 0 4%;
        width: 40%;
    }

    #searchFormNlConteneur form#searchFormNl input#getSearch, form#searchFormNlTop input#getSearchTop {
        width: 114px;
    }

    div#general-content.print-conteneur{
        width: 86%;
        padding: 0 7%;
    }

    #userProfilLarge {
        padding: 0 2% 0 0;
        width: 98%;
    }
    #userProfilLarge .user-profil {
        width:100%;
    }
    #userProfilLarge .user-action {
        width: 100%;
        float: left;
        margin: 10px auto 0 auto;
    }
    #userProfilLarge .user-action .followers,
    #userProfilLarge .user-action .user-action-btn {
        margin: 0 2% 5px 2%;
        padding: 5px 0;
        width: 30%;
    }
    #userProfilLarge .user-action .photos {
        margin: 0 3% 0 0;
    }
    #userProfilLarge .user-action .followers:first-child,
    #userProfilLarge .user-action .user-action-btn:first-child {
        margin: 0 0 5px 3%;
    }
    #userProfilLarge .user-action .followers:last-child,
    #userProfilLarge .user-action .user-action-btn:last-child {
        margin: 0 4% 5px 0;
    }
    #userProfilLarge .profil-action-desktop{
        display:none;
    }
    #userProfilLarge .profil-action-mobile{
        display:block;
        float: right;
        width: 30%;
    }
    #userProfilLarge .user-profil .user-profil-infos {
        width: 49%;
    }
    #userProfilLarge .user-profil .user-profil-infos .profil-presentation {
        float: left;
        width: 100%;
    }
    #userProfilLarge .followAction {
        padding: 18px 0;
    }
    #userProfilLarge .followBackAction {
        width: 80%;
    }
    #userProfilLarge a.bt-send-dm {
        clear: both;
    }
    #userProfilLarge .user-profil-large-separation {
        width:100%;
        margin-top: 5px;
    }
    #menu-addFanpage-button{
        display:none;
    }
    .conteneurUserGridResponsive a.unfollow {
        bottom: -2px;
    }

    #resultatSearch .titleSearch {
        margin: 25px 0 25px 25px;
    }
    #resultatSearch #resultatSearchUser,
    #resultatSearch #resultatSearchTag {
        width: 40%;
        padding: 15px 4% 0 4%;
    }
    #mpusContLeft, #mpusContRight{
        padding: 0 15px 15px 15px;
    }
}
@media only screen and (max-width: 745px) {
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #cropZone{
        padding:0 3% 0 1%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone{
        padding:0 0 0 3%;
    }
}




@media only screen and (max-width: 640px) {
    .mobile {
        display: inline-block !important;
    }
    .popinvideo {
        /*display: none;*/
    }
    .wrapper-www .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }
    .cercle-relative,
    #userProfilLarge .cercle-relative.cercleVisible{
        margin-bottom: 10px;
    }

    #menu-viewer {
        display: none !important;
    }
    .sous-menu2{
        height: 50px;
    }
    .sous-menu-viewer {
        margin-bottom: 0;
        height: 40px;
        background:#111518;
    }

    .title-menu-tag {
        display: none !important;
    }

    #conteneurMenu #mode-viewer {
        float: right;
        width: 70px;
        margin: 20px 0px 0px;
    }

    #menu-follow-action {
        margin-top: 20px;
        margin-left: 0px;
    }

    #menu-follow-confirm {
        margin-top: 20px;
        margin-left: 0px;
    }

    #menu-filtre-cercle {
        display: none !important;
    }

    #leaderboardNL{
        float:left;
    }

    #userProfilLarge .user-profil .user-profil-infos .profil-action {
        width: 100%;
        margin-top: 7px;
    }

    #userProfilLarge .user-profil .relation_following {
        margin: 4px 0 0 0px;
    }

    #header-concours .image-concours{
        max-width: 100%;
        width: auto;
        height: auto;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

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

    #header-concours .texte-concours {
        width: 100%;
    }

    .footer-zone-commune {
        text-align: left;
    }

    .footer-zone-commune .inline-align {
        margin-left: 0;
        margin-right: 20px;
    }

    .content-options {
        width: 100%;
    }

    .option-block {
        display: block;
        border-right: none;
        border-bottom: 3px solid #fff;
    }

    .option-block:last-child {
        border-bottom: none;
        border-right:none;
    }
    .option-block:first-child {
        border-left: none;
    }

    .option-block.facebook-link-desktop{
        display: none;
    }

    .conteneurPhotoListGauche {
        width: 100%;
    }
    .conteneurPhotoListDroite {
        width: 96%;
        padding: 0 2%;
    }

    .detail-user-droite {
        display: none;
    }

    .conteneurPhotoListDroite .detail-comments .nouveau-commentaire {
        margin-bottom: 0;
    }

    .wrapper-photo-list {
        max-width: 425px;
        margin: 0 auto;
        position: relative;
    }



    #menuNl, #searchFormNlConteneur {
        display: none;
    }

    .btn-sign-up-right {
        background-size: 100%;
        width: 125px;
        margin-right: 0;
    }

    a.sign-up-profil {
        margin-top: 12px;
    }

    .photos-wrapper,
    .photos-wrapper:nth-child(n),
    .photos-wrapper:nth-child(2n),
    .photos-wrapper:nth-child(4n),
    .photos-wrapper:nth-child(5n) {
        margin-top: 20px;
        width: 25%;
        margin-right: 9.4%;
    }

    .photos-wrapper:nth-child(3n) {
        margin-right: 0;
    }

    div#footerwrapper {
        line-height: 1.8;
    }

    #feedback {
        display: none;
    }

/*    div.menu-principal, .sous-menu, form#searchForm, #leaderboard {*/
    div.menu-principal, .sous-menu, form#searchForm {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    body input[type='text'],
    body input[type='number'],
    body #general-content textarea {
        -webkit-text-size-adjust: 140%;
        font-size: 16px;
    }
    :-ms-input-placeholder {
        font-size: 13px;
    }
    input:-moz-placeholder, :-moz-placeholder,
    input:-moz-placeholder, textarea:-moz-placeholder {
        font-size: 13px;
    }

    input::-webkit-input-placeholder, ::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 13px;
    }

    .search-autocomplete {
        position: static;
        border: none;
        width: 100%;
    }
    .search-word, #erase-history {
        padding:5px 0 5px 8px;
    }

    h1#logo-stat a, div#logo-stat a {
        display: block;
        width: 170px;
        position: relative;
        left: -5px;
    }

    .wrapper-dropdown .dat-menu {
        padding-top: 10px;
        margin-top: 0;
        top: 0px;
    }

    .wrapper-dropdown {
        width: 120px;
    }

    div#logo-stat, h1#logo-stat {
        width: 170px;
    }

    div#footerwrapper {
/*        padding-left: 5%;*/
    }
    .footer-about,
    .footer-features,
    .footer-legal,
    .footer-support{
        width: 50%;
        margin-bottom: 25px;
    }
    .partner{
        width: 100%;
        margin-bottom: 50px;
    }
    .footer-social{
        width:50%;
    }
    .contestViewerMenu .lib{
        display:none;
    }
    .contestViewerMenu .picto{
        margin-right:0;
    }
    .mode-viewer-detail,
    .mode-viewer-map {
        display:none;
    }
    #menu-viewer-concours-smaller{
        display: block;
        font-size: 13px;
        height: 30px;
        max-width: 90px;
        float: left;
    }
    #menu-viewer-concours{
        display:none;
    }


    div#general-content {
        width: 100%;
        padding-right: 0;
    }
    #conteneurMenu {
        width:96%;
        padding:0;
    }
    .menu-wrapper{
        width:100%;
    }
    #general-content #detail-concours #gallerie-concours {
        width: 94%;
        padding: 0 3% 3% 3%;
    }
    #detail-concours #header-concours {
        width: 94%;
    }
    #detail-concours .detailUserGrid,
    #detail-concours .detailPhotoGrid {
        margin-left: 10px;
    }
    #conteneur-resultats .gagnant .detail-user {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto 10px auto;
    }
    #conteneur-resultats .gagnant .detail-user .user-avatar{
        width:30px;
        float: left;
        margin-right: 10px;
    }
    #conteneur-resultats .gagnant .detail-photo {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        float: none;
    }
    #conteneur-resultats .gagnant .user-username {
        margin:0;
    }

    #results-wrapper .winner .user-infos{
        width:100%;
    }
    #results-wrapper .winner .user-infos .user-infos-txt{
        max-width: 510px;
        width: 78%;
    }
    #results-wrapper .winner .detail-photo{
        width: 100%;
        margin-top: 20px;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInputFullSize {
        width: 100%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInput {
        width: 45%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInputFullSize textarea,
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInputFullSize input {
        padding: 3% 2%;
        width: 96%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #cropZone{
        width: 300px;
        margin: 10px auto 20px auto;
        float: none;
        padding: 0;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone{
        width: 300px;
        height: 400px;
        clear: both;
        margin: 20px auto 0 auto;
        float: none;
        padding: 0;
        border: none;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #btSendUpload{
        width: 101%;
    }
    .mp-container{
        height: 100%;
        margin: 20px 0 0 0;
    }
    .mp-map-wrapper{
        background-color: transparent;
    }
    .mp-map-wrapper,
    .mp-album-wrapper{
        width:100%;
        clear:both;
    }
    .mp-options-wrapper {
        clear: both;
        position: relative;
    }
    .mp-album-overlay{
        top:390px;
        width: 100%;
    }
    #confirmationUpload {
        width: 82%;
        padding: 2% 8% 2% 10%;
    }
    .zoneCommune #confirmationUpload {
        padding: 2% 3% 2% 3%;
        width: 94%;
    }
    .zoneCommune #confirmationUpload .confirm-txt {
        width: 80%;
    }
    #infos-crop-mobile{
        display:block;
    }
    #infos-crop-desktop{
        display:none;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInput.right {
        margin-left: 8%;
    }
    .commun-custo #uploadProgressBarreParticipation{
        top:0;
        left: 25%;
        width: 50%;
    }

    .print-conteneur .box {
        margin:0 auto 5px auto;
        float: none;
        height: 170px;
    }
    .conteneurUserGridResponsive .cercle-mobile{
        display:none;
    }

    .conteneurPhotoListGauche .PhotoListGauchePhoto {
        border:none;
        box-shadow: none;
        background-color: transparent;
    }
    .conteneurPhotoListGauche .PhotoListGauchePhoto .detail-user-droite{
        width: 100%;
    }
    .conteneurPhotoListGauche .PhotoListGauchePhoto .bloc-caption{
        margin-top:10px;
    }
    .conteneurPhotoListGauche .PhotoListGauchePhoto .bloc-footer {
        margin-top: 15px;
    }
    .super-sharing {
        float: left;
        text-align: left;
        width: 96%;
        padding: 0 2%;
    }
    .super-sharing .social-links-viewer{
        border-bottom: 1px solid #202629;
        padding-bottom: 25px;
    }
    .super-sharing a.lien-repost{
        float: none;
    }
    .conteneurPhotoListGauche .PhotoListGauchePhoto .bloc-footer {
        /*margin-top: 0px;*/
        height: auto;
    }
    a.lien-repost{
        display: inline;
        top: 5px;
        margin-left: 0;
        padding-left: 0;
    }
    .separation-repost{
        display:inline-block;
        position: relative;
        top: 4px;
    }
    #userProfilLarge .user-profil .user-profil-infos .profil-presentation {
        width: 100%;
    }
    .pic-location{
        display:block;
    }
    .left-align {
        width:35%;
    }
    .middle-align{
        float: right;
        text-align: right;
        width: 65%;
    }
    .blocTriContests .ouvreTriContests {
        text-align: center;
    }
    .blocTriContests a span.fleche {
        display:none;
    }
    .blocTriContests .listeTriContests{
        top: 40px;
        z-index: 9;
    }
    .blocTriContests .listeTriContests .flecheListeTriContests{
        top: -10px;
        position: absolute;
        left: 10px;
        display:block;
    }
    .blocTriContests .listeTriContests .triContests:first-child,
    .blocTriContests .listeTriContests .triContests:nth-child(2),
    .blocTriContests .listeTriContests .triContests.selected,
    .blocTriContests .listeTriContests a.triContests{
        background-color: #fff;
        border-radius: 0;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        padding:4% 4%;
        width:92%;
    }
    .blocTriContests .listeTriContests .triContests.selected .mobileSelected{
        font-family: SSStandard;
        display: block;
        float: right;
        font-size: 14px;
    }
    .imgWebviewerDetail{
        cursor: default;
    }
    .conteneurPhotoListGauche .PhotoListGauchePhoto .photo-mode-liste {
        max-width: 600px;
    }

    #conteneurCommentsSuivis {
        margin-bottom: 50px;
        clear: both;
        float: left;
        margin-top: 50px;
    }
    #press-wrapper a.download {
        display: none;
    }

    #mpusContaineur{
        background-color: transparent;
    }
    #mpusColLeft {
        width: 100%;
        background-color: #181e21;
    }
    #mpusColRight {
        width: 100%;
        display:none;
    }
    #moreMediaYouMayEnjoy {
        width: 90%;
        margin-right: 5%;
        margin-top: 30px;
    }
    #moreMediaYouMayLikeCenter{
        display: none;
    }
    #mpusContLeft, #mpusContRight{
        padding: 0 10px 10px 10px;
    }
    .share-this-wrapper {
        position: absolute;
        right: -80px;
    }
}

@media only screen and (max-width: 639px) {
    .photos-wrapper,
    .photos-wrapper:nth-child(n),
    .photos-wrapper:nth-child(2n),
    .photos-wrapper:nth-child(4n),
    .photos-wrapper:nth-child(5n) {
        margin-top: 20px;
        width: 30%;
        margin-right: 2%;
        padding-bottom: 10px;
/*        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;*/
    }

    .photos-wrapper:nth-child(3n) {
        margin-right: 0;
    }

    #filtre-album-mobile,
    #addFanpage-button-mobile{
        display:none;
    }
/*    .photos-wrapper .activites {
        display: none;
    }*/
}

@media only screen and (max-width: 480px) {
    #general-content-large {
        background-image: none;
    }
    .popinvideo {
        position: absolute;
        right: 4%;
        bottom: 54%;
        /*display: none;*/
    }
    .photos-wrapper .activites {
        display: none;
    }
    .photos-wrapper,
    .photos-wrapper:nth-child(n),
    .photos-wrapper:nth-child(2n),
    .photos-wrapper:nth-child(4n),
    .photos-wrapper:nth-child(5n) {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-bottom:0;
    }

    .photos-wrapper:hover {
        background: transparent;
    }

    .print-conteneur{
        padding: 0 7% 0 7%;
        width: 86%;
    }
    .print-conteneur .box {
        margin-left: 10%;
    }

    #userProfilLarge .user-profil {
        margin-top:-10px;
        width: 97%;
        padding: 0 1.5%;
    }
    #userProfilLarge .user-profil .user-profil-infos .profil-presentation,
    #userProfilLarge .user-profil .username,
    #userProfilLarge .user-profil .fullname-user,
    #userProfilLarge .user-profil .bio-user{
        width:100%;
    }
    #userProfilLarge .user-profil .user-profil-infos {
        width:77%;
        margin-left: 5%;
    }
    #userProfilLarge .user-action {
        width: 100%;
        margin: 10px 0;
    }
    #userProfilLarge .user-action .followers, #userProfilLarge .user-action .user-action-btn {
        margin: 0 1.5% 0 1.5%;
        padding: 5px 0;
    }
    #userProfilLarge .user-action .photos{
        margin: 0 3% 0 0;
    }
    #userProfilLarge .user-profil .user-profil-infos .profil-action {
        margin-top: 10px;
    }

    #general-content .textareaCommentaire {
        width: 95%;
    }

    .photos-wrapper.detailUser{
        padding-bottom: 10px;
    }

    div#searchSeparation{
        display:none;
    }
    #resultatSearch .titleSearch {
        margin: 15px 0 15px 2%;
    }
    #resultatSearch #resultatSearchUser,
    #resultatSearch #resultatSearchTag {
        width: 47%;
        padding: 15px 1% 0 1%;
    }
    #resultatSearch #resultatSearchUser .detailUserResult .list-photo-user {
        margin: 0 2% 10px 0;
    }
    #resultatSearch #resultatSearchUser .detailUserResult .list-photo-user img {
        width:25px;
        height:25px;
    }
    #resultatSearch #resultatSearchTag .detailTagResult .ss-tag{
        display:none;
    }
    #menu-check-donate{
        display:none;
    }
    .pic-location {
        display:none;
    }
    #userProfilLarge .profil-action-mobile {
        float: left;
        margin-left: 22%;
        clear: both;
    }
    #userProfilLarge .followAction {
        padding: 5px 0;
        font-size: 12px;
    }
    #userProfilLarge .followAction span {
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
    }
    #userProfilLarge .bt-send-dm {
        display: none;
    }

}

@media only screen and (max-width: 320px) {
    .photos-wrapper,
    .photos-wrapper:nth-child(n),
    .photos-wrapper:nth-child(2n),
    .photos-wrapper:nth-child(4n),
    .photos-wrapper:nth-child(5n) {
        margin-top: 10px;
        width: 30%;
        margin-right: 2%;
    }

    .photos-wrapper:nth-child(3n) {
        margin-right: 0;
    }

    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #submitZone{
        width:300px;
        padding:0;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #cropZone{
        padding: 0;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInputFullSize textarea,
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInputFullSize input {
        width: 94%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu .formInput.right {
        margin-left:5%;
    }
    #conteneurUploadPhotoParticipation #uploadPhotoParticipationApercu #btSendUpload{
        width: 99%;
    }
    #confirmationUpload {
        width: 82%;
        padding: 2% 7% 2% 11%;
    }

    .photos-wrapper .pseudo a{
        max-width: 69px;
        min-height: 15px;
        display: inline-block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .title-repost{
        display:none;
    }

    div#general-content.print-conteneur {
        padding: 0;
        width: 100%;
    }
    .print-conteneur .box {
        margin-left: 1px;
        padding: 10px;
    }
    #userProfilLarge .user-profil .user-profil-infos {
        width: 77%;
    }
    #userProfilLarge .user-action .followers:first-child,
    #userProfilLarge .user-action .user-action-btn:first-child,
    #userProfilLarge .user-action .followers:last-child,
    #userProfilLarge .user-action .user-action-btn:last-child,
    #userProfilLarge .user-action .followers,
    #userProfilLarge .user-action .user-action-btn {
        margin: 0 1.5% 5px 1.5%;
        padding: 5px 0;
        width: 30%;
    }
    #userProfilLarge .user-action .user-action-btn .chiffre {
        font-size: 15px;
    }
    #userProfilLarge .user-profil .profil-presentation .followAction {
        clear: both;
        margin: 5px 0;
    }
    #userProfilLarge .user-profil .relation_double,
    #userProfilLarge .user-profil .profil-presentation .user-relation-action.followAction{
        margin: 0;
    }
    .photos-wrapper a.unfollow {
        display:none;
    }
    #resultatSearch #resultatSearchTag span.count {
        display:none;
    }
    #resultatSearch #resultatSearchTag a.name {
        float:right;
        margin-right: 0;
    }


    div#logo-content{
        max-width: 990px;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    div#logo-content-wrapper{
        max-width: 990px;
        width: auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    #leaderboardNL {
        float: none;
        margin:0;
    }
    .super-sharing {
        width: 94%;
        padding: 0 3%;
    }
    #menu-follow-action{
        display:none;
    }
    header.header-leaderboard{
        padding: 10px 0px;
    }
}


/* Retina-specific stuff here */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .directory-bloc-detailed .flagNew,
    .directory-bloc-rewards .flagNew {
        background-image: url(/images/contests/new2.png);
        background-size: 50%;
        top: -6px;
        right: -52px;
    }
    .directory-bloc-detailed .flagNotseen, .directory-bloc-rewards .flagNotseen {
        background-image: url(/images/contests/not-seen2.png);
        background-size: 50%;
        top: -6px;
        right: -52px;
    }

}



/* rebranding */
.container {
    width: auto;
}

/* MOBILE MODE */
@media only screen and (max-width: 1040px) {
    #milestones-wrapper .left-container,
    #milestones-wrapper .right-container{
        width: 100%;
        text-align: center;
        float: none;
        border:none;
        height: auto;
        max-width: 100%;
    }
    #milestones-wrapper .left-1 {
        margin-top: 0;
    }
    #milestones-wrapper .left,
    #milestones-wrapper .right {
        width: 100%;
        float: none;
        padding: 0 0 50px 0;
        text-align: center;
        margin: 0 auto;

    }
    #milestones-wrapper .left .dot,
    #milestones-wrapper .left .star,
    #milestones-wrapper .right .dot,
    #milestones-wrapper .right .star {
        display: none;
    }
    #our-story-wrapper .left {
        width: 52%;
        padding: 45px 5% 0 5%;
    }
    #our-story-wrapper .right {
        width: 30%;
        padding: 45px 5% 0 0;
    }
    #our-team-wrapper a span.username{
        display:none;
    }
}

@media only screen and (max-width: 1039px) {
    #searchForm3 #getSearch {
        width: 74px;
    }
    #conteneur-terms, #join-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1029px) {
    #leaderboard-static{
        display: block;
        max-width: 468px;
        width: 100%;
        height: 60px;
    }
    #leaderboard-static-t1{
        display: none;
    }
    #leaderboard-static-t2{
        display: inline-block;
        width: 100%;
    }
}

@media only screen and (max-width: 989px) {
    #features-detail-content {
        padding: 2%;
    }

    #features-detail-center {
        margin-top: 0;
    }
    #statigram-today .bloc-today {
        font-size: 14px;
    }

    #statigram-today .bloc-today .chiffre-bleu {
        font-size: 32px;
    }

    #instagram-confortable li p {
        font-size: 13px;
    }

    body {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    body.no-overflow {
        overflow: visible;
    }

    .scrollable {
        overflow: auto;
        -webkit-transition-property: top, bottom;
        transition-property: top, bottom;
        -webkit-transition-duration: .2s, .2s;
        transition-duration: .2s, .2s;
        -webkit-transition-timing-function: linear, linear;
        transition-timing-function: linear, linear;
        -webkit-overflow-scrolling: touch;
    }

    #promote-account-visuals #background {
        width: 100%;
    }

    #promote-account-bt-web,
    #promote-account-visuals {
        display:none;
    }
    #promote-account-visuals-mobile {
        display:block;
        margin-bottom: 15px;
    }
    #promote-account-bt-mobile{
        display:inline-block;
    }
    #engage-audience #slide-4 .left, #engage-audience #slide-5 .left {
        width: 42%;
        margin-left:1%;
    }
    #engage-audience #slide-4 .right, #engage-audience #slide-5 .right {
        width: 42%;
        margin-right:1%;
    }

    #manage-conversations{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        height: auto;
    }

}

@media only screen and (max-width: 900px) {
    #statigram-today .bloc-today {
        font-size: 12px;
    }

    #statigram-today .bloc-today .chiffre-bleu {
        font-size: 26px;
    }

    #statigram-today .bloc-today .chiffre-marron {
        font-size: 20px;
        font-weight: 900;
    }

    .fb-like {
        display: none !important;
    }

    #statigram-on-hootsuite img {
        width: 90px
    }

    #statigram-on-hootsuite .container p {
        margin: 13px 0 0 20px;
        font-size: 14px;
    }

    #statigram-on-hootsuite .container a {
        float: right;
        margin-top: 4px;
        font-size: 10px;
    }

}

@media only screen and (max-width: 830px) {
    .title-big {
        font-size: 36px;
    }
    .title-big.mobile-show {
        font-size: 36px;
        margin-bottom: 80px;
    }

    #key-metrics {
        height: 680px;
    }

    #instagram-confortable li p {
        font-size: 12px;
    }

    #engage-audience #slide-6 .left, #engage-audience #slide-6 .right {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    #instagram-confortable li p {
        font-size: 10px;
    }

     #statigram-on-hootsuite img {
        display: block;
        float: none;
        margin: 0 auto;
    }

    #statigram-on-hootsuite .container p {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
    }

    #statigram-on-hootsuite .container a {
        display: block;
        float: none;
        margin: 0 auto;
        width: 50px;
        margin-top: 10px;
    }

    #statigram-on-hootsuite .container * {
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }

    .f3-col {
        width: 100%;
    }

    footer .title {
        font-size: 14px;
    }

    footer li {
        font-size: 12px;
    }

    .picto {
        font-size: 40px;
    }
    footer #copyright {
        font-size: 12px;
    }

    footer #copyright p {
        font-size: 12px;
        margin: 0;
    }

    .fb-like {
        display: none !important;
    }

    .title-big {
        font-size: 27px;
    }

    .title-big-formerly{
        font-size: 12px;
        vertical-align: -17px;
        margin-left: -102px;
    }

    #manage-conversations {
        margin-top:0;
    }

    #instagram-confortable li {
        width: 29.3%;
        margin: 0 1.5% 20px 1.5%;
    }
    #instagram-confortable li span {
        width: 80px;
        height: 80px;
    }
    #instagram-confortable li span.picto {
        font-size: 70px;
        line-height: 70px;
    }
    #instagram-confortable li span.view-photo {
        line-height: 57px;
    }
    #instagram-confortable li span.follow-people {
        line-height: 60px;
    }
    #instagram-confortable ul#list-features li.last-feature {
        margin: 0 33.6% 20px 33.6%;
    }

    #search-user-hashtag {
        height: 108px;
        padding-top: 59px;
        background-size: cover;
    }

    #search-user-hashtag #prepend-search {
        width: 80%;
    }
    #search-user-hashtag #prepend-search #search {
        width: 100%;
        height: auto;
        font-size: 11px;
        line-height: 35px;
        padding: 8px 14px 0px 48px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #search-user-hashtag #prepend-search span {
        font-size: 24px !important;
        top: 8px;
        letter-spacing: 0 !important;
    }
    #search-user-hashtag #prepend-search #bt-search {
        right: 2px;
        top: 0;
        font-size: 33px;
    }

    .title-big.mobile-show {
        font-size: 24px;
    }

    #key-metrics {
        height: 520px;
    }

    #engage-audience #slide-6 .left,
    #engage-audience #slide-6 .right {
        width:74%;
        margin:3% 5%;
        padding-left: 17%;
    }
    #engage-audience #slide-6 .left p,
    #engage-audience #slide-6 .right p{
        margin:0;
    }
    #manage-conversations h1 {
        font-size: 40px;
    }
    #manage-conversations h2 {
        font-size: 18px;
    }

    #analyse h2{
        padding: 0 10%;
    }
    #analyse #list-stats li {
        padding:0;
    }
    #analyse #list-stats p.content {
        padding: 0 10%;
    }
    #analyse #list-stats .pagination {
        padding: 0;
        text-align: center;
    }
    .about-header h1 {
        font-size: 36px;
    }

    /* popin NPA */
    #study-popin{
        width: 300px;
        height: 320px;
    }
    #study-popin .close-popin {
        right: -8px;
        top: -8px;
    }
    #study-popin .close-popin img {
        width: 16px;
        height: 16px;
    }
    #study-popin #footer-memories {
        height: 85px;
    }
    #study-popin #footer-memories .go {
        margin-top: 15px;
        padding: 12px 0;
        text-align: center;
        width: 205px;
    }
    #study-popin #footer-memories .no {
        margin-top: 8px;
    }
    #study-popin #study-popin-text{
        float: none;
        width: 100%;
        padding: 0;
    }
    #study-popin #study-popin-text h1 {
        font-size: 30px;
        padding: 25px 50px 20px;
    }
    #study-popin #study-popin-text p{
        margin: 0;
        padding: 0 20px 15px;
        font-size: 13px;
    }
    #study-popin #study-popin-pic{
        float: none;
        display: none;
    }
    #study-popin #study-popin-mobile{
        display: block;
        padding-bottom: 0;
    }
    #study-popin #study-popin-mobile img{
        margin-bottom: 0;
    }
    #study-popin-container {
        height: 410px;
        position: absolute;
        top: 18px;
        width: 100%;
    }

    /* popin memories */
    #memories-popin {
        width: 300px;
        height: 320px;
    }
    #memories-popin .close-popin {
        right: -8px;
        top: -8px;
    }
    #memories-popin .close-popin img {
        width: 16px;
        height: 16px;
    }
    #memories-popin .memories-title {
        padding-top: 25px;
    }
    /*#memories-popin h1 {
        font-size: 17px;
    }*/
    #memories-popin .memories-share-text {
        font-size: 14px;
        line-height: 18px;
    }
    #footer-memories {
        height: 85px;
    }
    #footer-memories .go {
        margin-top: 15px;
        padding: 12px 24px;
    }
    #footer-memories .no {
        margin-top: 8px;
    }
    #memories-popin .snapshot-memories {
        margin-top: 6px;
        width: 240px;
        height: 183px;
    }
    #memories-popin .memories-example {
        width: 240px;
        height: 183px;
        margin-bottom: 6px;
    }

    #footer-memories .no.loading-memories {
        margin-top: 4px;
    }

    #memories-popin .memories-share-text.memories-thanks-generating {
        margin-bottom: 30px;
        width: 80%;
    }

    #memories-popin-container, .popin-container {
        height: 410px;
        position: absolute;
        top: 18px;
        width: 100%;
    }

    #memories-popin, #study-popin, .popin-content {
        height: 200px;
    }

    .segChecks{
        padding: 20px 0 30px 0;
    }
    #segPerso, #segPro{
        width: 157px;
        height: 23px;
        font-size: 15px;
        padding-left: 52px;
        padding-top: 5px;
    }
}

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

    #statigram-today .bloc-today .chiffre-bleu {
        font-size: 24px;
    }
}


@media only screen and (max-width: 480px) {
    #key-metrics {
        height: 430px;
    }

    #hootsuite-testimonial,
    #statigram-team {
        font-size: 14px;
    }

    #hootsuite-testimonial b,
    #statigram-team b {
        font-size: 13px;
    }

    .title-big.mobile-show {
        font-size: 24px;
        margin-bottom: 35px;
    }

    #engage-audience #slides {
        display:none;
    }
/*    #browse-contests{
        display:none;
    }*/
    #engage-audience-mobile{
        display:block;
        padding-bottom: 10%;
    }
    #engage-audience-mobile img {
        width: 96%;
        margin-bottom: 30px;
    }
    #engage-audience-mobile .title-big {
        padding-top: 40px;
    }

    #manage-conversations h1 {
        font-size: 26px;
        margin-top: 0;
    }
    #manage-conversations h2 {
        font-size: 12px;
        width: 50%;
    }

    #our-story-wrapper .left,
    #our-story-wrapper .right{
        width: 90%;
        padding: 45px 5% 0 5%;
    }
    #milestones img{
        width: 100%;
    }
    .about-header h1 {
        font-size: 24px;
        padding: 15px 5% 0 5%;
    }
    .about-header-formerly{
        font-size: 11px;
        vertical-align: -13px;
        margin-left: -95px;
    }
    #our-team-wrapper table {
        width: 90%;
    }
    #our-team-wrapper td {
        padding: 2%;
    }
    #press-wrapper{
        padding: 10px 0 50px 0;
    }
    #our-team-wrapper h2, #our-team-wrapper h3{
        font-size: 11px;
    }
}

@media only screen and (max-width: 320px) {
    #search-user-hashtag #prepend-search span {
        display: none;
    }

    #search-user-hashtag #prepend-search #search {
        padding: 8px 14px 0px 14px;
    }

    #key-metrics {
        height: 340px;
    }

    .title-big {
        padding-top: 40px;
    }

    #instagram-confortable #list-features {
        margin: 30px 0 20px 0;
    }

    #instagram-confortable {
        padding: 0 0 40px 0;
    }

    #instagram-confortable li span {
        width: 50px;
        height: 50px;
    }

    #instagram-confortable li span.picto {
        font-size: 38px;
        line-height: 49px;
        }

    #instagram-confortable li span.view-photo {
        line-height: 37px;
    }

    #instagram-confortable li span.view-photo {
        line-height: 41px;
    }

    #instagram-confortable li span.follow-people {
        line-height: 43px;
    }
    #instagram-confortable li span.create-album {
        line-height: 50px;
        font-size: 28px;
    }

    #statigram-today table {
        margin:0;
    }

    #promote-account {
        padding: 0 0 30px 0;
    }

    #analyse #list-stats {
        list-style: none;
        margin: 30px 0 20px 0;
        padding: 0;
    }

    .slides_container {
        height: 215px !important;
    }

    #analyse {
        padding: 0 0 40px 0;
    }

    #statigram-team {
        padding: 10px 10px;
        padding-bottom: 20px;
    }

    #statigram-today .bloc-today {
        font-size: 10px;
        height: auto;
    }

    footer #copyright {
        padding-bottom: 10px;
    }

    #statigram-today .bloc-today .legende-chiffre-bleu {
        line-height: 13px;
    }

    #statigram-today .bloc-today .legende-chiffre-bleu.last {
        line-height: 13px;
    }

    #promote-account h2 {
        font-size: 15px;
    }

    .title-big.mobile-show {
        font-size: 21px;
        margin-bottom: 35px;
    }

    footer .footer-social li {
        margin-right: 0;
    }

    footer #copyright {
        width: 200px;
    }

    footer #copyright p {
        font-size: 11px;
    }
}


/* MOBILE MODE */
@media only screen and (max-width: 989px) {
    .header-desktop {
        display: none;
    }
    .header-mobile {
        display: block;
    }

    .snap-drawers {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
    }

    .snap-drawer {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: auto;
        width: 265px;
        height: auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -ms-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

    .snap-drawer-left {
        left: 0;
        z-index: 1;
    }

    .snap-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        z-index: 2;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0px, 0, 0);

        -moz-box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);
        box-shadow: 0 0px 6px 2px rgba(0,0,0,0.5);

        background: #111518;
    }

    .snap-drawers {
        display: block;
    }

}


@media only screen and (max-width: 640px) {
    footer .title {
        font-size: 14px;
    }
    footer li {
        font-size: 12px;
    }
    footer .footer-column.size2 {
        margin-left: 10%;
    }
    footer #copyright {
        font-size: 12px;
    }
    footer #copyright p {
        font-size: 12px;
        margin: 0;
    }
    .sous-menu {
        height: 0px;
    }
}



@media only screen and (max-width: 479px) {
    footer .footer-column {
        display: none;
    }
    .mobile-terms {
        display: block;
    }
    .mobile-terms a {
        text-decoration: underline;
    }
    footer #copyright {
        float: right;
        text-align: right;
        margin-top: 9px;
    }
}
@media only screen and (max-width: 480px) {
    footer .footer-social {
        margin-top: 14px;
        width: 40%;
    }
    footer .footer-social li {
        display: inline-block;
        margin-right: 7px;
        margin-bottom: 5px;
        line-height: 21px;
    }
    footer #copyright {
        width: 58%;
        line-height: 1.5;
    }
}
