.slider-actu-pp{
    width: 75%;
    display: inline-block;
}

#sliderActuHomePage{
    /*border-bottom: 1px solid #1D1D1B;*/
}

#sliderActuHomePage .carousel-indicators{
    bottom: inherit !important;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    z-index: 2;
}

#sliderActuHomePage .carousel-indicators li{
    /*background-color: #000000;*/
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 2px solid #FF8F00;
    margin-right: 1rem;
    /*outline: 1px dotted;*/
}

#sliderActuHomePage .carousel-indicators li:last-child{
    margin-right: 0;
}

#sliderActuHomePage .carousel-indicators li button{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-appearance: inherit;
    padding: 0;
    position: relative;
    display: list-item;
    border: none;
    background: transparent;
}

#sliderActuHomePage .carousel-indicators li button:focus{
    outline: 1px solid deepskyblue;
}

#sliderActuHomePage .carousel-indicators li.active{
    background-color: #ff8f00;
    /*border: 2px solid #000000;*/
    /*width: 10px;*/
    /*height: 10px;*/
}

#sliderActuHomePage .carousel-inner{
    /*overflow: visible;*/
}

#sliderActuHomePage .item{
    width: auto;
    height: 608px;
    text-align: center;
}

#sliderActuHomePage div.image-div{
    /*height: 73%;*/
    text-align: center;
    overflow: hidden;
    margin: auto;
    max-height: inherit;
}

#sliderActuHomePage div.image-div img{
    width: 100%;
    /*min-height: 100%;*/
    max-height: 100%;
}

#sliderActuHomePage .carousel-caption{
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    color: #000000;
    text-shadow: inherit;
    /*padding-left: 0.4em;*/
    line-height: 1;
    padding-bottom: 1%;
    border-bottom: 1px solid #000000;
}

#sliderActuHomePage .carousel-caption h2{
    margin: 0.4em 0 0 0;
    font-size: 3.2em;
    letter-spacing: 1.2px;
    font-family: "TradeGothicLTStd-Bold";
    text-transform: uppercase;
    text-shadow: inherit;
}

#sliderActuHomePage .carousel-caption .slider-cat{
    font-family: "TradeGothicLTStd";
    margin: 0.5em 0 0 0;
    font-size: 2em;
    letter-spacing: inherit;
    text-shadow: inherit;
}

#sliderActuHomePage .carousel-caption p{
    font-family: "TradeGothicLTStd";
    margin: 0.5em 0 0 0;
    font-size: 1.55em;
    letter-spacing: 0.7px;
    text-shadow: inherit;
}

#sliderActuHomePage .pause-slider{
    background: url("../../images/play-pause-orange.svg") 0 100%;
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 28.25%;
    right: 3%;
    z-index: 2;
    border: none;
    background-size: 100%;
}

#sliderActuHomePage .pause-slider.paused{
    background: url("../../images/play-pause-orange.svg") 0 0;
    width: 22px;
    height: 22px;
}

#sliderActuHomePage .pause-slider:focus{
    outline: 1px solid deepskyblue;
}

@media screen and (max-width: 768px){
    .slider-actu-pp{
        width: 100%;
    }

    #sliderActuHomePage .item{
        height: 500px;
    }

    #sliderActuHomePage .carousel-caption h2{
        font-size: 2.7em;
    }

    #sliderActuHomePage .carousel-caption .slider-cat{
        font-size: 1.8em;
        margin-top: 0.2em;
    }

}

@media screen and (max-width: 480px){
    #sliderActuHomePage .pause-slider{
        /*bottom: 39.25%;*/
        width: 19px;
        height: 19px;
    }

    #sliderActuHomePage .carousel-indicators{
        /*bottom: 35%;*/
    }

    #sliderActuHomePage .carousel-indicators li{
        width: 10px;
        height: 10px;
    }

    #sliderActuHomePage .carousel-indicators li:active{
        width: 8px;
        height: 8;
    }

    #sliderActuHomePage .item{
        height: 300px;
    }

    #sliderActuHomePage div.image-div{
        /*height: 63%;*/
    }

    #sliderActuHomePage .carousel-caption h2{
        font-size: 1.5em;
    }

    #sliderActuHomePage .carousel-caption .slider-cat{
        font-size: 1.3em;
    }

    #sliderActuHomePage .carousel-caption p{
        font-size: 1.3em;
    }
}
