@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../Images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 30%;

    display: block;

    width: 35px;
    height: 35px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    outline: none;
    background: transparent;
	
	background:url("../Images/fleche_gauche.png") no-repeat;
    z-index: 1;
}
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 30%;
    right: 0px;
    left: auto;

    width: 35px;
    height: 35px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    outline: none;

	background:url("../Images/fleche_droite.png") no-repeat;

    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus
{
    color: transparent;
    outline: none;
    background: transparent;
	background:url("../Images/fleche_gauche.png") no-repeat;
}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
	background:url("../Images/fleche_droite.png") no-repeat;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    /*content: '←';*/
	content: '';
}
[dir='rtl'] .slick-prev:before
{
    /*content: '→';*/
	content: '';
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    /*content: '→';*/
	content: '';
}
[dir='rtl'] .slick-next:before
{
    /*content: '←';*/
	content: '';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;
    border: 0;

    color: transparent;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.buttons{
    margin-bottom: 10px;
    width: 25px;
    margin-left: auto;
    margin-right: auto;
}

.buttons button {
    width: 25px;
    height: 25px;
    border: 0;
    background-repeat: no-repeat;
}

.slick-play
{
    background: rgb(100, 160, 200) url("../../../../pnf_cg56/Resources/Public/images/sprite.png") -204px -73px;
}

.slick-pause
{
    background: rgb(244, 244, 244) url("../../../../pnf_cg56/Resources/Public/images/sprite.png") -234px -73px;
}

.slider-nav {
    margin-bottom: 10px;
}

#legende {
    height:20px;
    vertical-align: middle;
    margin-top:80%;
    padding-top: 5px;
}

#legende {
    text-align: center;
}

#legende p {
    margin-top: 0;
    font-size: 14px;
    display: inline-block;
}

.imageTitle {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #legende p {
        font-size: 12px;
    }
}
