.lb-loader,.lightbox{text-align:center;line-height:0}
body:after{content:url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);display:none}
.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}
.lb-loader,.lb-nav{position:absolute;left:0}
.lb-outerContainer:after{display:table}
.lb-loader{top:43%;height:25%;width:100%}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/loading.gif) no-repeat}
.lb-nav{top:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-caption a{color:#212143}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*  ================================
gallery Part
================================ */

.gallery-area,
.blog-area {
    background-color: #F6F6F6;
}

.gallery-active {
    background-color: #28B357 !important;
}

.iso-nav {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 6;
}

.iso-nav ul {
    display: inline-block;
}

.iso-nav ul li {
    background-color: #222222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: 600;
    letter-spacing: 0;
    list-style: outside none none;
    padding: 10px 24px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.single-gallery {
    float: left;
}

.full-wid {
    width: 100%;
}

.gallery-img {
    overflow: hidden;
    position: relative;
}
.gallery-img0 {
    overflow: hidden;
    position: relative;
}

.single-gallery img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease 0s;
}

.single-gallery:hover.single-gallery img {
    transform: scale(1.5);
}

.gallery-img {
    position: relative;
}
.gallery-img0{
    position: relative;
}
.gallery-img::before {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: rgba(0, 109, 255, 0.67);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 40px 30px;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
    z-index: 6;
    margin: auto;
    content: "";
}
.gallery-img0::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 180, 180, 0.43);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 40px 30px;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
    z-index: 6;
    margin: auto;
    content: "";
}
.single-gallery:hover .gallery-img::before,
.single-gallery:hover .gallery-lightbox {
    opacity: 1;
}
.single-gallery:hover .gallery-img0::before,
.single-gallery:hover .gallery-lightbox0 {
    opacity: 1;
}

.gallery-lightbox{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    transition: all 1s ease 0s;
    opacity: 0;
}
 .gallery-lightbox0 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    transition: all 1s ease 0s;
    opacity: 0;
}

.gallery-lightbox a i.fa {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 50%;
    margin-right: 10px;
}
.gallery-lightbox0 a i.fa {
    color: #000000;
    border: 1px solid #000000;
    padding: 12px;
    border-radius: 50%;
    margin-right: 0px;
}
.gallery-info {
    padding: 20px;
}

.gallery-info h2 {
    font-size: 16px;
    color: #28B357;
}

.ex-mg .gallery-img  {
    margin-bottom: 30px;
}
.ex-mg .gallery-img0  {
    margin-bottom: 30px;
}

ul.list {
    margin-left: -10px;
    overflow: hidden;
}

ul.list li {
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
}

ul.list a img{
    width: 50px;
    height: auto;
    margin: 0;
}
/**** inscription style **/
.inscrit{
    background-image: url(../img/login.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
.natifProfiView {
    border: 1px solid #000000;
    right: 10px;
    font-size: 17px;
    background: #212143;
    color: #fff;
    min-width: 40px;
    padding: 0 5px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle;

}
/***** recherche pour groupe add user for groupe******/

*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}


.recherche_slide1{
    display:inline-block;
    position:relative;
    width: 100%;

}

.recherche_slide1 input {
    display:block;
    width:40px;
    height:40px;
    color:#52464C;
    border-radius:50%;
    border:1px solid hsla(0,0%,0%,.4);
    text-indent:-300px;
    transition:.15s linear;
    background:url(../img/loupe.svg) no-repeat 0.6rem center ;
}

.recherche_slide1 label {
    position:absolute;
    width:40px;
    text-align:center;
    height:40px;
    line-height:2;
    top:0;
    left:0;
    color:#52464C;
    cursor:pointer;

}

.recherche_slide1 label:before {
  /*  font-size:20px;
    content:"\e003";
    color: #52464C;
    font-family:"bric-a-brac";*/

}

.recherche_slide1 input:focus {
    text-indent:0;/*pas pris en compte par IE mettre 0*/
    padding-left:35px;
    width: 100%;
    border-radius:.0rem;
    border-color:hsla(0,0%,0%,.25);
    transition:.4s cubic-bezier(.54,1.85,.5,1);
    background:url(../img/loupe.svg) no-repeat  0.7rem center ;
}

.recherche_slide1 input:focus ~ label {left:0;}

/*** style pour la recherche dans add groupe *****
#larecherche0
{
    width:500px;
    border:solid 1px #000;
    padding:10px;
    font-size:14px;
}
#result
{
    position:absolute;
    width:500px;
    padding:10px;
    display:none;
    margin-top:-1px;
    border-top:0px;
    overflow:hidden;
    border:1px #CCC solid;
    background-color: white;
}
.show
{
    padding:10px;
    border-bottom:1px #999 dashed;
    font-size:15px;
    height:50px;
}
.show:hover
{
    background:#4c66a4;
    color:#FFF;
    cursor:pointer;
}*/

