/* Common */
.mobile-plugin p{
   margin: 10px 0 0 0;
}
.mobile-plugin-loading{
    text-align: center;
    color: #3a947f;

}

.mobile-plugin-loading i{
    font-size: 30px;
    margin: 10px;
}


/* Images */

.mobile-plugin-photos img{
    display: inline-block;
    width: 25%;
    margin: 0;
    margin-top: -3px;
    padding: 0;
    cursor: pointer;
 }
.mobile-plugin-photos img:hover{
    opacity: 0.8;
}

@media (max-width: 610px) {
    .mobile-plugin-photos img {
        width: 33.3333333%;
    }
}

/* Commentaires */

.mobile-plugin-comments{
    margin-top: 25px;

    background-color: #f9f9f9;

    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;

    -webkit-border-radius: 5px;
    border-radius: 5px;

    padding: 10px;
}


.mobile-plugin-comments .mobile-plugin-header{
    border-color: #e8ebec;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.mobile-plugin-comments .mobile-plugin-header h1{
    font-size: 1em;
    height: 17px;
}
.mobile-plugin-comments .mobile-plugin-header h1 em{
    border-bottom: 2px solid #3a947f;
    font-style: normal;
    display: inline-block;

    padding-bottom: 10px;

    line-height: 15px;
    margin-bottom: -15px;
}

.mobile-plugin-comments .mobile-comments{
    margin-top: 10px;
}

.mobile-comments .mobile-comment{
    margin-top: 20px;
    margin-bottom: 20px;

    display: table-row;
}

.mobile-comments .mobile-comment .mobile-comment-image{
    display: table-cell;
    width: 90px;
    padding-right: 10px;
    padding-top: 5px;
}
.mobile-comments .mobile-comment .mobile-comment-image-placeholder{
    background-color: #e8ebec;
    width: 90px;
    height: 90px;


}
.mobile-comments .mobile-comment .mobile-comment-image-placeholder i{
    background-color: #e8ebec;
    width: 90px;

    text-align: center;
    vertical-align: middle;
    padding-top: 20px;

    font-size: 40px;

    color:#777;
}

.mobile-comments .mobile-comment .mobile-comment-text{
    display: table-cell;
    vertical-align: top;
 }

.mobile-comments .mobile-comment .mobile-comment-text .mobile-comment-infos{
    margin-bottom: 0;
}
.mobile-comments .mobile-comment .mobile-comment-text .mobile-comment-infos p{
    color: #777;
    line-height: 1;
    font-size: 13px;

    margin-bottom: 0;
    padding: 0;
    line-height: 10px;
}

.mobile-comments .mobile-comment .mobile-comment-text .mobile-comment-content{

}

.mobile-comments .mobile-comment .mobile-comment-text .mobile-comment-content p{
    margin: 0;
    margin-top: 6px;
    padding: 0;
}

.mobile-plugin-comments  .mobile-plugin-footer{
    margin-top: 10px;
    border-color: #e8ebec;
    border-top-style: solid;
    border-top-width: 2px;

    font-weight: bold;
    text-align: right;
    line-height: 10px;

    color: #e8ebec;
}


.mobile-plugin-comments a{
    color: #e8ebec;
    text-decoration: none;
}
.mobile-plugin-comments a:active{
    color: #e8ebec;
    text-decoration: none;
}
.mobile-plugin-comments a:hover{
    color: #3a947f;
    text-decoration: none;
}

.mobile-plugin-btn{
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-color: #3a947f;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;

    cursor: pointer;
}

.mobile-plugin-btn:hover{
   opacity: 0.8;
}

.mobile-plugin-btn p{
    font-weight: bold;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}


/* POPUP */
#fade {
    /*--Masque opaque noir de fond--*/
    display: none; /*--masqué par défaut--*/
    background: #333333;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 99;
}
.popup_block{
    display: none; /*--masqué par défaut--*/
    background: #fff;
    padding: 0px;
    border: none;
    float: left;
    font-size: 0.9em;
    position: fixed;
    top: 50px; left: 50%;
    z-index: 99999;
    /*--Les différentes définitions de Box Shadow en CSS3--*/
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    overflow-y:auto;

}
.popup_block p{
    padding-left: 20px;
    padding-right: 20px;
}
.popup_content{

}
.close_popup {
    width: 100%;
    height: 30px;
    margin: 0px;
    background-color: #3a947f;
    text-align: center;
    padding-top: 5px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    margin-top: 5px;

    cursor: pointer;
}
.close_popup:hover{
    opacity: 0.8;
}

.popup_title{
    text-align: center;
}
.img_center{
    text-align: center;
}
.popup_img1{
    width: 50%;
}
.popup_img2{
    width: 50%;
}
.popup_date{
    text-align: right;
    color: darkgrey;
}
