.widget_sow-list-post > div > .flex-row {
    height : 100%;
}

.so-wtmywidgets .ListeGaleriePhoto {
    cursor : pointer;
}

/* Galerie photo */
#siteoriginWidgetListeGaleriePhotoOverlay {
    display          : none;
    position         : fixed;
    top              : 0;
    left             : 0;
    bottom           : 0;
    right            : 0;
    height           : 100%;
    width            : 100%;
    overflow         : hidden;
    background-color : rgba(0, 0, 0, .85);
    z-index          : 9999999999999;
    transition       : 0.5s;
}

#siteoriginWidgetListeGaleriePhoto .slick-slide {
    width  : 100%;
    height : 100%;
}

#siteoriginWidgetListeGaleriePhoto .slick-slide > div > div > div {
    width               : 80vw;
    height              : 80vh;
    margin              : 10vh 10vw;
    box-shadow          : 0 4px 15px 2px rgba(0, 0, 0, 0.35);
    cursor              : pointer;
    background-size     : cover;
    background-position : center center;
}

#siteoriginWidgetListeGaleriePhoto img {
    display : none;
}

#siteoriginWidgetListeGaleriePhoto .slick-close {
    border : 0;
}

#siteoriginWidgetListeGaleriePhoto .slick-prev:before,
#siteoriginWidgetListeGaleriePhoto .slick-next:before,
#siteoriginWidgetListeGaleriePhoto .slick-close:before {
    font-family   : 'sow-fontawesome-free';
    font-size     : 24px;
    font-weight   : 900;
    color         : white;
    opacity       : 1;
    line-height   : .9;
    border-radius : 50%;
}

#siteoriginWidgetListeGaleriePhoto .slick-prev:hover:before, #siteoriginWidgetListeGaleriePhoto .slick-next:hover:before, #siteoriginWidgetListeGaleriePhoto .slick-close:hover:before {
    color : #4285F4;
}

#siteoriginWidgetListeGaleriePhoto .slick-prev:before {
    content : '\f104';
}

[dir='rtl'] #siteoriginWidgetListeGaleriePhoto .slick-prev:before {
    content : '\f105';
}

#siteoriginWidgetListeGaleriePhoto .slick-next:before {
    content : '\f105';
}

[dir='rtl'] #siteoriginWidgetListeGaleriePhoto .slick-next:before {
    content : '\f104';
}

#siteoriginWidgetListeGaleriePhoto .slick-close:before {
    content     : '\f00d';
    font-size   : 12px;
}

#siteoriginWidgetListeGaleriePhoto .slick-prev, #siteoriginWidgetListeGaleriePhoto .slick-next, #siteoriginWidgetListeGaleriePhoto .slick-close {
    position         : absolute;
    top              : calc(100vh / 2);
    margin-top       : 1px;
    width            : 38px;
    height           : 38px;
    z-index          : 999;
    border-radius    : 50%;
    background-color : black;
}

#siteoriginWidgetListeGaleriePhoto .slick-close {
    top     : 2.5vh;
    right   : 1vw;
    margin  : 0;
    padding : 0;
    cursor  : pointer;
}

#siteoriginWidgetListeGaleriePhoto .slick-next {
    right : 1vw;
}

#siteoriginWidgetListeGaleriePhoto .slick-prev {
    left : 1vw;
}